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/skinodyflux")

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

Civitai lora for Flux1dev (deleted)

Original image for this lora and images i made:

Prompt
cropped original img from lora creator
Prompt
SLMmedia style prompt
Prompt
Lora at 0.70 to "less" extreme thinness and more face variety
Downloads last month
48
Inference Providers NEW
Examples

Model tree for liming518/skinodyflux

Adapter
(42666)
this model