abenzerps/Qwen-Image-2.1-Uncensored-GGUF — new model trending #30 on Hugging Face
An uncensored GGUF version of Qwen-Image-2.1 for local image generation is trending, featuring no content filters and optimized for ComfyUI.
A trending Hugging Face repository provides GGUF quantizations of the Qwen-Image-2.1 model for local image generation using ComfyUI. The release is explicitly 'uncensored,' lacking built-in safety checkers or content filters, and will generate sensitive imagery based on prompts. It includes various quantization levels (Q4_K_M recommended) and companion files, with a note about a current bug affecting the Q8_0 version.
- New GGUF quantizations of Qwen-Image-2.1 for local image generation are trending on Hugging Face.
- The release is an 'uncensored' version without safety filters or content restrictions.
- Quantizations range from Q4_0 (4.05 GB) to Q8_0 (7.59 GB) for use with ComfyUI.
- A known issue with Q8_0 quantization causes tensor shape mismatches in ComfyUI sampling.
- The model requires companion text encoder and VAE files for operation.
Full article582 words · extracted from huggingface.co · click to collapse
> [!IMPORTANT]
> **Notice regarding `Q8_0`:**
> Running `qwen-image-2.1-Q8_0.gguf` in ComfyUI currently triggers a tensor shape mismatch error (`[136] vs [128]`) during sampling due to 1D RMSNorm scale quantization.
> **Please use [`Q4_K_M`](#gguf-files), [`Q5_K_M`](#gguf-files), or [`Q6_K`](#gguf-files) instead**, which are verified to work completely fine out of the box. A patched `Q8_0` file will be uploaded soon.
# Qwen-Image-2.1 Uncensored GGUF
GGUF quantizations of [Qwen/Qwen-Image-2.1](https://huggingface.co/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**](https://huggingface.co/abenzerps/Qwen-Image-2.1-Uncensored-GGUF/blob/main/qwen-image-2.1-Q8_0.gguf) | 7.59 GB |
| Q6_K | [**qwen-image-2.1-Q6_K.gguf**](https://huggingface.co/abenzerps/Qwen-Image-2.1-Uncensored-GGUF/blob/main/qwen-image-2.1-Q6_K.gguf) | 5.88 GB |
| Q5_K_M | [**qwen-image-2.1-Q5_K_M.gguf**](https://huggingface.co/abenzerps/Qwen-Image-2.1-Uncensored-GGUF/blob/main/qwen-image-2.1-Q5_K_M.gguf) | 5.22 GB |
| Q4_K_M | [**qwen-image-2.1-Q4_K_M.gguf**](https://huggingface.co/abenzerps/Qwen-Image-2.1-Uncensored-GGUF/blob/main/qwen-image-2.1-Q4_K_M.gguf) | 4.60 GB |
| Q4_0 | [**qwen-image-2.1-Q4_0.gguf**](https://huggingface.co/abenzerps/Qwen-Image-2.1-Uncensored-GGUF/blob/main/qwen-image-2.1-Q4_0.gguf) | 4.05 GB |
**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**](https://huggingface.co/abenzerps/Qwen-Image-2.1-Uncensored-GGUF/blob/main/text_encoders/qwen3vl_8b_bf16.safetensors) | BF16 | 17.53 GB |
| Text Encoder | [**text_encoders/qwen3vl_8b_int8_convrot.safetensors**](https://huggingface.co/abenzerps/Qwen-Image-2.1-Uncensored-GGUF/blob/main/text_encoders/qwen3vl_8b_int8_convrot.safetensors) | Int8 | 9.35 GB |
| VAE | [**vae/qwen_image_2.1_vae_bf16.safetensors**](https://huggingface.co/abenzerps/Qwen-Image-2.1-Uncensored-GGUF/blob/main/vae/qwen_image_2.1_vae_bf16.safetensors) | BF16 | 676 MB |
## Usage
Use the model with [ComfyUI](https://github.com/comfyanonymous/ComfyUI) and [ComfyUI-GGUF](https://github.com/leejet/ComfyUI-GGUF).