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("mudler/qwen-image-lora-dechirico")

prompt = "dechirico a young man holding a flame"
image = pipe(prompt).images[0]

dechirico-01

Prompt
dechirico a young man holding a flame

Model description

This is a Lora to mimic the dechirico's painting style.

To use trigger it, use "dechirico" in your text prompt.

For example: "dechirico a young woman"

Trigger words

You should use dechirico to trigger the image generation.

Download model

Download them in the Files & versions tab.

Downloads last month
3
Inference Providers NEW
Examples

Model tree for mudler/qwen-image-lora-dechirico

Base model

Qwen/Qwen-Image
Adapter
(482)
this model