[!IMPORTANT] The uncensored GGUFs are now available! If you encounter any issues or would like to share your generated images, feel free to post them in the Community section.
GGUF quantizations of Qwen/Qwen-Image-2.1 for local image generation using the original upstream base weights.

| Quantization | File | Size |
|---|---|---|
| BF16 | qwen-image-2.1-UC-BF16.gguf | 14.23 GB |
| FP8 | qwen-image-2.1-UC-fp8.safetensors | 6.63 GB |
| INT8 ConvRot | qwen-image-2.1-UC-int8_convrot.safetensors | 6.76 GB |
| Q8_0 | qwen-image-2.1-UC-Q8_0.gguf | 7.59 GB |
| Q6_K | qwen-image-2.1-UC-Q6_K.gguf | 5.88 GB |
| Q5_K_M | qwen-image-2.1-UC-Q5_K_M.gguf | 5.22 GB |
| Q4_K_M | qwen-image-2.1-UC-Q4_K_M.gguf | 4.60 GB |
| Q4_0 | qwen-image-2.1-UC-Q4_0.gguf | 4.15 GB |
Q4_K_M is recommended for the best balance of size and quality.
| 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 |
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-UC-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-UC-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.
b3179ad355be050328e483a9dfdd9e60cd62adfa1330cebae8f2ba99249df846cc0c9444fcbd43082 commits
1 commits
[!IMPORTANT] The uncensored GGUFs are now available! If you encounter any issues or would like to share your generated images, feel free to post them in the Community section.
GGUF quantizations of Qwen/Qwen-Image-2.1 for local image generation using the original upstream base weights.

| Quantization | File | Size |
|---|---|---|
| BF16 | qwen-image-2.1-UC-BF16.gguf | 14.23 GB |
| FP8 | qwen-image-2.1-UC-fp8.safetensors | 6.63 GB |
| INT8 ConvRot | qwen-image-2.1-UC-int8_convrot.safetensors | 6.76 GB |
| Q8_0 | qwen-image-2.1-UC-Q8_0.gguf | 7.59 GB |
| Q6_K | qwen-image-2.1-UC-Q6_K.gguf | 5.88 GB |
| Q5_K_M | qwen-image-2.1-UC-Q5_K_M.gguf | 5.22 GB |
| Q4_K_M | qwen-image-2.1-UC-Q4_K_M.gguf | 4.60 GB |
| Q4_0 | qwen-image-2.1-UC-Q4_0.gguf | 4.15 GB |
Q4_K_M is recommended for the best balance of size and quality.
| 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 |
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-UC-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-UC-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.
b3179ad355be050328e483a9dfdd9e60cd62adfa1330cebae8f2ba99249df846cc0c9444fcbd43082 commits
1 commits