Instructions to use mudler/qwen-image-lora-dechirico with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use mudler/qwen-image-lora-dechirico with Diffusers:
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] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
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
Model tree for mudler/qwen-image-lora-dechirico
Base model
Qwen/Qwen-Image