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
求问使用的蒸馏思路
#1
by lieding1994 - opened
是使用DMD rCM 还是TwinFlow?
@Met4physics 我了解了一下贵平台,请问现在贵平台支持API调用吗?如果暂时不支持的话,未来有计划支持吗?
非常抱歉现在才看到消息,目前平台支持API调用,详见:https://alidocs.dingtalk.com/i/nodes/vy20BglGWOxjGpq0CGEZ3L1RVA7depqY?utm_scene=team_space
Hello @Met4physics ,
Do you have any plans to release Turbo LoRA for other models, or to open-source the distillation script? I would really appreciate any insights you could share...
Hello @Met4physics ,
Do you have any plans to release Turbo LoRA for other models, or to open-source the distillation script? I would really appreciate any insights you could share...
Qwen-Image-Edit Turbo LoRA is on the way.