About
Qwen Image — 20B parameter text-to-image generation model by Qwen (Alibaba).
Based on Qwen 2.5 VL architecture. Generates high-quality images from text prompts.
This is the base text-to-image model, distinct from Qwen Image Edit which is
specialized for image editing tasks. Apache 2.0 license — free for commercial use.
GGUF variants require the ComfyUI-GGUF custom node.
Variants
| Variant | Format | Size | VRAM | Install |
|---|---|---|---|---|
| bf16 ⓘ | gguf | 40.9 GB | 40+ GB | mods install qwen-image --variant bf16 |
| gguf-q8-0 ⓘ | gguf | 21.8 GB | 24+ GB | mods install qwen-image --variant gguf-q8-0 |
| gguf-q6-k ⓘ | gguf | 16.8 GB | 20+ GB | mods install qwen-image --variant gguf-q6-k |
| gguf-q5-k-m ⓘ | gguf | 14.9 GB | 16+ GB | mods install qwen-image --variant gguf-q5-k-m |
| gguf-q4-k-m ⓘ | gguf | 13.1 GB | 12+ GB | mods install qwen-image --variant gguf-q4-k-m |
| gguf-q3-k-m ⓘ | gguf | 9.7 GB | 10+ GB | mods install qwen-image --variant gguf-q3-k-m |
| gguf-q2-k ⓘ | gguf | 7.1 GB | 8+ GB | mods install qwen-image --variant gguf-q2-k |
Dependencies
These models are automatically installed when you run
mods install qwen-image. No extra steps needed — mods resolves and downloads all dependencies for you.