SoloLoRA for FLUX.1 Dev
Collection
Official website: sololo.xyz • 2 items • Updated
How to use sololo-xyz/SnowWhite with Diffusers:
pip install -U diffusers transformers accelerate
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("sololo-xyz/SnowWhite")
prompt = "-"
image = pipe(prompt).images[0]











This is an experimental LoRA inspired by Snow White. The results depend entirely on the prompt. If needed, you can start the prompt with "an anime of". Classic look prompts include: short black hair, red bow headband, blue dress with white collar and red accents, yellow skirt, etc.
Download them in the Files & versions tab.
Base model
black-forest-labs/FLUX.1-dev