import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("yui1999/yui3")
prompt = "<lora:yui3:1.3>, A cinematic photography showing the whole body of beautiful japanese women yu1 standing in the princess room. She is wearing detailed insanely white frilled shiny silk princess dress."
image = pipe(prompt).images[0]yui3

- Prompt
- <lora:yui3:1.3>, A cinematic photography showing the whole body of beautiful japanese women yu1 standing in the princess room. She is wearing detailed insanely white frilled shiny silk princess dress.
Model description
推奨モデル: 2758FluxAsianRealistic_v10Fp8
Trigger words
You should use yu1 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
- 6
Model tree for yui1999/yui3
Base model
black-forest-labs/FLUX.1-dev