WiroAI Flux Models
Collection
WiroAI's plug-and-play image generation models
•
27 items
•
Updated
•
2
This LoRA is trained for anyone who likes Hermione Granger. You can visit our website to check other models https://wiro.ai/.
Developed by: [Wiro AI - ML Team]
Shared by: [Wiro AI]
'hrmngrngr' 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/hermione-granger-flux-lora', weight_name='hermione_granger_flux_lora.safetensors')
image = pipe('[trigger], Hermione Granger in the Hogwarts library.').images[0]
image.save("hermione_granger.png")
Base model
black-forest-labs/FLUX.1-dev