How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
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
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for jaswanthrk/nayanthara-lora

Adapter
(2727)
this model

Space using jaswanthrk/nayanthara-lora 1