import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("pt-sk/stable-diffusion-1.5", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("kostikss/Alice")
prompt = "alice, sitting in the cafe, black dress"
image = pipe(prompt).images[0]alice

- Prompt
- alice, sitting in the cafe, black dress
- Negative Prompt
- idk
Model description
Lora for coherent face (redhead girl)
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
- Downloads last month
- 2
Model tree for kostikss/Alice
Base model
pt-sk/stable-diffusion-1.5