import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("xinsir/controlnet-union-sdxl-1.0", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("MarkBW/lyasya-xl")
prompt = "lyasya <lora:lyasya-XL:1>,a woman wearing summer dresses, "
image = pipe(prompt).images[0]lyasya-xl

- Prompt
- lyasya <lora:lyasya-XL:1>,a woman wearing summer dresses,
- Negative Prompt
- Bad quality, black and white, dark, 3d, people
Model description
This lora creates the likeness of Russian Twitch streamer/Instagram model Lyasya. Use your favorite realistic model and keep your lora weighting around 0.8 - 1.0
By:Ggrue
Trigger words
You should use lyasya to trigger the image generation.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
- Downloads last month
- 7
Model tree for MarkBW/lyasya-xl
Base model
xinsir/controlnet-union-sdxl-1.0