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("Klaus221/railey-lora")

prompt = "a photo of RAILEY woman, golden hour, 35mm film"
image = pipe(prompt).images[0]

Railey LoRA

A FLUX.1-dev LoRA. Trigger word: RAILEY

Usage

Use RAILEY in your prompt, e.g.: a photo of RAILEY woman, sitting in a café, soft window light, 35mm film

Trained on Replicate using ostris/flux-dev-lora-trainer.

Downloads last month
23
Inference Providers NEW
Examples

Model tree for Klaus221/railey-lora

Adapter
(41259)
this model