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
Update README.md
Browse files
README.md
CHANGED
|
@@ -20,7 +20,7 @@ tags:
|
|
| 20 |
📑 <a href="https://qwen.ai/blog?id=qwen-image-2.1">Blog</a> |
|
| 21 |
🖥️ <a href="https://huggingface.co/spaces/Qwen/Qwen-Image-2.1">Demo</a> |
|
| 22 |
🫨 <a href="https://discord.gg/BEYSk3pkSu">Discord</a> |
|
| 23 |
-
💬 <a href="assets/qr.png">WeChat</a>
|
| 24 |
</p>
|
| 25 |
|
| 26 |
## Introduction
|
|
|
|
| 20 |
📑 <a href="https://qwen.ai/blog?id=qwen-image-2.1">Blog</a> |
|
| 21 |
🖥️ <a href="https://huggingface.co/spaces/Qwen/Qwen-Image-2.1">Demo</a> |
|
| 22 |
🫨 <a href="https://discord.gg/BEYSk3pkSu">Discord</a> |
|
| 23 |
+
💬 <a href="https://huggingface.co/Qwen/Qwen-Image-2.1/blob/main/assets/qr.png">WeChat</a>
|
| 24 |
</p>
|
| 25 |
|
| 26 |
## Introduction
|