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
对比效果
#2
by Theoldsong - opened
感觉你的scheduler调度器配置不对。无论是wuli 2步,还是lightx2v 4步,效果都不太正常
感觉你的scheduler调度器配置不对。无论是wuli 2步,还是lightx2v 4步,效果都不太正常
请问应该怎么配置?
感觉你的scheduler调度器配置不对。无论是wuli 2步,还是lightx2v 4步,效果都不太正常
我用的是euler和simple
感觉你的scheduler调度器配置不对。无论是wuli 2步,还是lightx2v 4步,效果都不太正常
我用的是euler和simple
可以参考readme中的配置,建议使用diffsynth

