import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("runwayml/stable-diffusion-v1-5", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("jaswanthrk/nayanthara-lora")
prompt = "portrait of nathalie emmanuel, black eyes, sharp focus, octane, unreal, <lora:nayanthara-nathalie_emmanuel:1>"
image = pipe(prompt).images[0]Hosting https://civitai.com/models/133731/nayanthara-lora here for a side-project.
I don't own anything.
- Downloads last month
- 7
Model tree for jaswanthrk/nayanthara-lora
Base model
runwayml/stable-diffusion-v1-5