Kristen Stewart
Model description
LORA trained on 65 publicly available images of Kristen Stewart.
Trained on base SD 1.5, should work with most realistic models (works best with serenity v2).
Use ADetailer if details are lost and strength of 1 should work on most prompts.
Consider leaving a review if you like the model. All feedback is appreciated.
v1 - The likeness isn't as close as I wanted it to be, will revisit this model soon.
v2 is way better. Leaving both up - to show how big a difference can be made by changing repeats.
Trigger words
You should use kst3w
to trigger the image generation.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
Use it with the 🧨 diffusers library
from diffusers import AutoPipelineForText2Image
import torch
device = "cuda" if torch.cuda.is_available() else "cpu"
pipeline = AutoPipelineForText2Image.from_pretrained('runwayml/stable-diffusion-v1-5', torch_dtype=torch.float16).to(device)
pipeline.load_lora_weights('Keltezaa/kristen-stewart', weight_name='kst3w-v2.safetensors')
image = pipeline('kst3w, face ').images[0]
For more details, including weighting, merging and fusing LoRAs, check the documentation on loading LoRAs in diffusers
- Downloads last month
- 8
Model tree for Keltezaa/kristen-stewart
Base model
runwayml/stable-diffusion-v1-5