> [!IMPORTANT]
113
1 commits
4 linked in READMEs
updated Sep 20, 2026
[!IMPORTANT] Notice regarding
Q8_0: Runningqwen-image-2.1-Q8_0.ggufin ComfyUI currently triggers a tensor shape mismatch error ([136] vs [128]) during sampling due to 1D RMSNorm scale quantization. Please useQ4_K_M,Q5_K_M, orQ6_Kinstead, which are verified to work completely fine out of the box. A patchedQ8_0file will be uploaded soon.
GGUF quantizations of Qwen/Qwen-Image-2.1 for local image generation using the original upstream base weights.

| Quantization | File | Size |
|---|---|---|
| Q8_0 | qwen-image-2.1-Q8_0.gguf | 7.59 GB |
| Q6_K | qwen-image-2.1-Q6_K.gguf | 5.88 GB |
| Q5_K_M | qwen-image-2.1-Q5_K_M.gguf | 5.22 GB |
| Q4_K_M | qwen-image-2.1-Q4_K_M.gguf | 4.60 GB |
| Q4_0 | qwen-image-2.1-Q4_0.gguf | 4.05 GB |
Q4_K_M is recommended for the best balance of size and quality.
Companion model files packaged for ComfyUI:
| Type | File | Precision | Size |
|---|---|---|---|
| Text Encoder | text_encoders/qwen3vl_8b_bf16.safetensors | BF16 | 17.53 GB |
| Text Encoder | text_encoders/qwen3vl_8b_int8_convrot.safetensors | Int8 | 9.35 GB |
| VAE | vae/qwen_image_2.1_vae_bf16.safetensors | BF16 | 676 MB |
Use the model with ComfyUI and ComfyUI-GGUF.
All required companion files (GGUF transformer, text encoder, and VAE) are hosted directly in this repository.
Download the files and place them in their respective ComfyUI directories:
ComfyUI/
βββ models/
βββ diffusion_models/
β βββ qwen-image-2.1-Q4_K_M.gguf # Choose one GGUF quantization (Q4_K_M recommended)
βββ text_encoders/
β βββ qwen3vl_8b_bf16.safetensors # Or qwen3vl_8b_int8_convrot.safetensors (recommended for lower memory)
βββ vae/
βββ qwen_image_2.1_vae_bf16.safetensors
cd ComfyUI/custom_nodes
git clone https://github.com/leejet/ComfyUI-GGUF
(Note: If you have the older city96/ComfyUI-GGUF installed and encounter an Unknown model architecture! error, update to the leejet fork above or add ModelQwenImage to tools/convert.py).Unet Loader (GGUF) node and select your downloaded .gguf file.CLIPLoader node, select qwen3vl_8b_bf16.safetensors (or int8), and set type to qwen_image.VAELoader node and select qwen_image_2.1_vae_bf16.safetensors.UNETLoader node with Unet Loader (GGUF).qwen-image-2.1-Q4_K_M.gguf (~4.6 GB in VRAM)qwen3vl_8b_int8_convrot.safetensors (~9.35 GB in RAM)--lowvram argument.This GGUF release has no built-in safety checker or content filter. It generates adult, NSFW, and sensitive imagery directly without prompt refusals or blacked-out images. Output behavior depends solely on the input prompts and the environment in which the model is executed.
b3179ad355be050328e483a9dfdd9e60cd62adfa1330cebae8f2ba99249df846cc0c9444fcbd43081 commits
> [!IMPORTANT]
113
1 commits
4 linked in READMEs
updated Sep 20, 2026
[!IMPORTANT] Notice regarding
Q8_0: Runningqwen-image-2.1-Q8_0.ggufin ComfyUI currently triggers a tensor shape mismatch error ([136] vs [128]) during sampling due to 1D RMSNorm scale quantization. Please useQ4_K_M,Q5_K_M, orQ6_Kinstead, which are verified to work completely fine out of the box. A patchedQ8_0file will be uploaded soon.
GGUF quantizations of Qwen/Qwen-Image-2.1 for local image generation using the original upstream base weights.

| Quantization | File | Size |
|---|---|---|
| Q8_0 | qwen-image-2.1-Q8_0.gguf | 7.59 GB |
| Q6_K | qwen-image-2.1-Q6_K.gguf | 5.88 GB |
| Q5_K_M | qwen-image-2.1-Q5_K_M.gguf | 5.22 GB |
| Q4_K_M | qwen-image-2.1-Q4_K_M.gguf | 4.60 GB |
| Q4_0 | qwen-image-2.1-Q4_0.gguf | 4.05 GB |
Q4_K_M is recommended for the best balance of size and quality.
Companion model files packaged for ComfyUI:
| Type | File | Precision | Size |
|---|---|---|---|
| Text Encoder | text_encoders/qwen3vl_8b_bf16.safetensors | BF16 | 17.53 GB |
| Text Encoder | text_encoders/qwen3vl_8b_int8_convrot.safetensors | Int8 | 9.35 GB |
| VAE | vae/qwen_image_2.1_vae_bf16.safetensors | BF16 | 676 MB |
Use the model with ComfyUI and ComfyUI-GGUF.
All required companion files (GGUF transformer, text encoder, and VAE) are hosted directly in this repository.
Download the files and place them in their respective ComfyUI directories:
ComfyUI/
βββ models/
βββ diffusion_models/
β βββ qwen-image-2.1-Q4_K_M.gguf # Choose one GGUF quantization (Q4_K_M recommended)
βββ text_encoders/
β βββ qwen3vl_8b_bf16.safetensors # Or qwen3vl_8b_int8_convrot.safetensors (recommended for lower memory)
βββ vae/
βββ qwen_image_2.1_vae_bf16.safetensors
cd ComfyUI/custom_nodes
git clone https://github.com/leejet/ComfyUI-GGUF
(Note: If you have the older city96/ComfyUI-GGUF installed and encounter an Unknown model architecture! error, update to the leejet fork above or add ModelQwenImage to tools/convert.py).Unet Loader (GGUF) node and select your downloaded .gguf file.CLIPLoader node, select qwen3vl_8b_bf16.safetensors (or int8), and set type to qwen_image.VAELoader node and select qwen_image_2.1_vae_bf16.safetensors.UNETLoader node with Unet Loader (GGUF).qwen-image-2.1-Q4_K_M.gguf (~4.6 GB in VRAM)qwen3vl_8b_int8_convrot.safetensors (~9.35 GB in RAM)--lowvram argument.This GGUF release has no built-in safety checker or content filter. It generates adult, NSFW, and sensitive imagery directly without prompt refusals or blacked-out images. Output behavior depends solely on the input prompts and the environment in which the model is executed.
b3179ad355be050328e483a9dfdd9e60cd62adfa1330cebae8f2ba99249df846cc0c9444fcbd43081 commits