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("liming518/FluxSlimAndFit")

prompt = "cropped original img from lora creator"
image = pipe(prompt).images[0]

Civitai lora for Flux1dev

Original image for this lora and images i made:

Prompt
cropped original img from lora creator
Prompt
clothed latina prompt
Prompt
bikini latina prompt
Prompt
clothed asian prompt
Downloads last month
74
Inference Providers NEW
Examples

Model tree for liming518/FluxSlimAndFit

Adapter
(42619)
this model