Instructions to use Qwen/Qwen-Image-2.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Qwen/Qwen-Image-2.1 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-2.1", dtype=torch.bfloat16, device_map="cuda") 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
光影,参考能力,脸不变能力仍不及预期,希望再接再厉
#11
by sumirecccp - opened
光影能力相比qwen image 2.0有进步,但对比GPT image 2.5差距还是相当明显。参考图像能力不如Minimax H3,即使给了参考图像,出来的效果也相当差。(私密部位给参考更是基本没用,出来相当克苏鲁,估计只能等lora。而H3给了参考效果是还算没问题的。2.0效果反而还要更好一些。) 脸不变能力相比2.0稍微有些进步,但仍不达预期。
再接再厉,下次再出更好的版本。😊