Flux LoRAs
Collection
9 items β’ Updated β’ 12
How to use alvdansen/frosting_lane_flux 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("alvdansen/frosting_lane_flux")
prompt = "a pink crystal gem suspended in space, frstingln illustration"
image = pipe(prompt).images[0]



Flux Dev training of my Frosting Lane Redux Model
Curious to see what ya'll think! I actually don't think the trigger makes a massive difference.
You should use frstingln illustration to trigger the image generation.
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.