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("Qwen/Qwen-Image", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("StaticExposure/benji-style-lora")

prompt = "BENJIBOOK"
image = pipe(prompt).images[0]

Benji Style LoRA (v3, step 1250)

Style LoRA for Qwen-Image. Trigger word: BENJIBOOK.

Downloads last month
18
Inference Providers NEW

Model tree for StaticExposure/benji-style-lora

Base model

Qwen/Qwen-Image
Adapter
(501)
this model