WiroAI Flux Models
Collection
WiroAI's plug-and-play image generation models
•
27 items
•
Updated
•
2
This LoRA is trained for anyone who like Vegeta from Dragon Ball Z.
You should use vegetawiro
to trigger the image generation.
from diffusers import FluxPipeline
import torch
pipeline = FluxPipeline.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to('cuda')
pipeline.load_lora_weights('WiroAI/Vegeta-Dragon-Ball-Z-Flux-LoRA', weight_name='vegeta_flux_lora.safetensors')
image = pipeline('vegetawiro, A muscular Saiyan warrior with spiky black hair and a sharp widow’s peak, wearing blue battle armor with white gloves and boots. His arms are crossed, and he smirks confidently while a golden energy aura crackles around him.').images[0]
image.save("output.png")
Base model
black-forest-labs/FLUX.1-dev