Instructions to use Qwen/Qwen-Image-2512 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Qwen/Qwen-Image-2512 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") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
生成不了原老版本Qwen-Image的动漫风格了
#6
by mingzhenkai - opened
我也有同样的问题,还以为是提示词的问题,怎么生成都没有平涂的效果,提示词要求没有鼻子还是会给我加上立体鼻子,整体风格偏向3d

