Instructions to use Wuli-art/Qwen-Image-2512-Turbo-LoRA-2-Steps with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Wuli-art/Qwen-Image-2512-Turbo-LoRA-2-Steps 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-2512", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Wuli-art/Qwen-Image-2512-Turbo-LoRA-2-Steps") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Install & run this model easily using llmpm
#5 opened 3 months ago
by
sarthak-saxena
support for other qwen models
👍 4
6
#4 opened 4 months ago
by
solitarytian
PLEASE RELEASE THE COMFY UI WORKFLOW!!!!!!
2
#3 opened 4 months ago
by
supe313
对比效果
4
#2 opened 4 months ago
by
Theoldsong
求问使用的蒸馏思路
5
#1 opened 5 months ago
by
lieding1994