license: other
license_name: qwen-research
base_model:
- Qwen/Qwen-Image-2.1
base_model_relation: quantized
pipeline_tag: text-to-image
library_name: gguf
tags: - gguf
- qwen
- image-generation
- comfyui
- comfyui-gguf
Qwen-Image-2.1 Uncensored GGUF
GGUF quantizations of Qwen/Qwen-Image-2.1 for local image generation using the original upstream base weights.
Benchmark

GGUF files
| Quantization | File | Size |
|---|---|---|
| Q8_0 | qwen-image-2.1-Q8_0.gguf | 7.59 GiB |
| Q6_K | qwen-image-2.1-Q6_K.gguf | 5.88 GiB |
| Q5_K_M | qwen-image-2.1-Q5_K_M.gguf | 5.22 GiB |
| Q4_K_M | qwen-image-2.1-Q4_K_M.gguf | 4.6 GiB |
| Q4_0 | qwen-image-2.1-Q4_0.gguf | 4.05 GiB |
Q4_K_M is recommended for the best balance of size and quality.
Text Encoders & VAE
Companion model files packaged for ComfyUI:
| Type | File | Precision | Size |
|---|---|---|---|
| Text Encoder | text_encoders/qwen3vl_8b_bf16.safetensors | BF16 | 16.33 GiB |
| Text Encoder | text_encoders/qwen3vl_8b_int8_convrot.safetensors | Int8 | 8.71 GiB |
| VAE | vae/qwen_image_2.1_vae_bf16.safetensors | BF16 | 644 MiB |
Usage
Use the model with ComfyUI and ComfyUI-GGUF.
All required companion files (GGUF transformer, text encoder, and VAE) are hosted directly in this repository.
1. Download & File Placement
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
2. ComfyUI Setup
- Install ComfyUI-GGUF: In ComfyUI Manager, search for
ComfyUI-GGUFand install it (or clone toComfyUI/custom_nodes/ComfyUI-GGUF). - Node Configuration:
- Diffusion Model: Add the
Unet Loader (GGUF)node and select your downloaded.gguffile. - Text Encoder: Add the standard
CLIPLoadernode, selectqwen3vl_8b_bf16.safetensors(orint8), and settypetoqwen_image. - VAE: Add the standard
VAELoadernode and selectqwen_image_2.1_vae_bf16.safetensors.
- Diffusion Model: Add the
- Official Workflows:
- You can use the official Comfy-Org workflow templates: Text-to-Image or Image Edit.
- In the workflow, simply replace the default
UNETLoadernode withUnet Loader (GGUF).
Memory & Performance Notes
- Optimal Setup (GPU + RAM): Keep the GGUF diffusion model in GPU VRAM (where speed is crucial during sampling) and let the text encoder run in / offload to System RAM (CPU). Because text encoding only runs once per prompt, this saves 9–17 GB of VRAM with virtually zero impact on generation speed.
- Recommended Configuration:
- Diffusion:
qwen-image-2.1-Q4_K_M.gguf(~4.6 GiB in VRAM) - Text Encoder:
qwen3vl_8b_int8_convrot.safetensors(~8.7 GiB in RAM)
- Diffusion:
- Low VRAM Mode: If you experience VRAM out-of-memory errors, start ComfyUI with the
--lowvramargument.
Uncensored
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.
Source and build
- Source model: Qwen/Qwen-Image-2.1
- Text encoder & VAE source: Comfy-Org/Qwen-Image-2.1
- Source revision:
b3179ad355be050328e483a9dfdd9e60cd62adfa - Conversion: stable-diffusion.cpp commit
1330cebae8f2ba99249df846cc0c9444fcbd4308 - License: Qwen Research License
- Checksums: SHA256SUMS