How to use from the
Use from the
Diffusers library
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("rockerBOO/flux.1-dev-SRPO-LoRA")

prompt = "She is in modern street wear in a city along a bridge at sunset."
image = pipe(prompt).images[0]

SRPO R16 LoRA

Extraction of SRPO from Flux.1 SRPO

Flux.1 Dev SRPO SRPO LoRA

Support me?

Patreon Ko-fi

Downloads last month
48
Inference Providers NEW
Examples

Model tree for rockerBOO/flux.1-dev-SRPO-LoRA

Adapter
(40368)
this model