Flux LoRAs
Collection
9 items β’ Updated β’ 12
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/softserve_anime")
prompt = "a smart person, sftsrv style"
image = pipe(prompt).images[0]

.png)
.png)
.png)


This is a newly trained Flux Dev model, Dim/Rank 64 so it is a bit larger. Still working out the quirks!
This model is Sponsored by Glif! I wouldn't be able to access what I need and train / retrain so many Flux models without their support! ( http://glif.app )
You should use sftsrv style illustration to trigger the image generation.
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
Base model
black-forest-labs/FLUX.1-dev