WiroAI Flux Models
Collection
WiroAI's plug-and-play image generation models
•
27 items
•
Updated
•
2
This LoRA is trained for anyone who likes Elsa from Frozen. You can visit our website to check other models https://wiro.ai/.
Developed by: [Wiro AI - ML Team]
Shared by: [Wiro AI]
'elsafrzn' is the trigger word.
from diffusers import FluxPipeline
import torch
pipe = FluxPipeline.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
pipe.load_lora_weights('WiroAI/elsa-flux-lora', weight_name='elsa_flux_lora.safetensors')
image = pipe('[trigger], Elsa gazes out a frost-kissed window, her expression calm and thoughtful. The soft glow of lantern light casts a warm contrast to the cold night outside. Her cheeks have a gentle rosy hue, and her long braid drapes over her shoulder. Tiny snowflakes cling to the windowpane, adding a touch of winter magic.').images[0]
image.save("elsa_image.png")
Base model
black-forest-labs/FLUX.1-dev