← back to catalog · registered 2026-09-23 21:57

0Endzz/Qwen-Image-2.1-Uncensored-GGUF

0Endzz Qwen GGUF image-gen
curl -H "Authorization: Bearer $ABL_KEY" \
     "https://abliteration.org/api/v1/models/0Endzz%2FQwen-Image-2.1-Uncensored-GGUF"
Response includes
  • classification m-uncensored
  • files 11
  • author_summary 1 models
  • readme_text full
10 credits · hourly refresh · ~4 KB payload Get an API key →
Abliteration classifier · v1.0.0
M-U
Primary method

Uncensored (method unknown)

No other method signals detected in this model.
Confidence
LOW
Why this label 3 signals
Weak or ambiguous signals. Best guess based on catalog patterns; treat as tentative and check the evidence below.
  • 'uncensored' in name/tags but no 'abliterated' marker
  • method not identifiable from author declaration alone
  • may be DPO fine-tune, prompt engineering, or unknown technique
Refusal direction extraction

No specific extraction method could be identified for this model. The producer either did not document it or used a proprietary pipeline.

What is a refusal direction? →
Downloads · 30-day
0
Likes
0
Model age
today
created 2026-09-23

Genealogy 0 direct forks

Full fork graph →

This model's place in the market. Above: what it was derived from. Below: the tree of everything derived from it.

Metadata

License
other
Quantizations
BF16 FP8 Q4 Q4_K Q5_K Q6_K Q8_0
Tags
gguf qwen image-generation comfyui comfyui-gguf text-to-image base_model:Qwen/Qwen-Image-2.1 base_model:quantized:Qwen/Qwen-Image-2.1 license:other region:us

Related

Total size
52.2 GB
Files
11
Quantizations
8
Registered
2026-09-23 21:57
Last updated on HF
2026-09-23 21:28

Files by quantization

BF16 1 file 13.3 GB
qwen-image-2.1-UC-BF16.gguf 13.3 GB f151c683 download
Q8_0 1 file 7.07 GB
qwen-image-2.1-UC-Q8_0.gguf 7.07 GB cde456c7 download
FP8 1 file 6.63 GB
qwen-image-2.1-UC-fp8.safetensors 6.63 GB 877b7729 download
Q6_K 1 file 5.47 GB
qwen-image-2.1-UC-Q6_K.gguf 5.47 GB e14bb312 download
Q5_K 1 file 4.86 GB
qwen-image-2.1-UC-Q5_K_M.gguf 4.86 GB af0bf278 download
Q4_K 1 file 4.29 GB
qwen-image-2.1-UC-Q4_K_M.gguf 4.29 GB e79c8a00 download
Q4 1 file 3.87 GB
qwen-image-2.1-UC-Q4_0.gguf 3.87 GB 13f59f20 download
Auxiliary files 4 files 6.76 GB
qwen-image-2.1-UC-int8_convrot.safetensors 6.76 GB 5bc5a6c0 download
README.md 7.14 KB a946be93 download
.gitattributes 2.23 KB 2a1dcf6a download
SHA256SUMS 1.33 KB 5b605870 download

README current version from Hugging Face


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

[!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.

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

Qwen-Image-2.1 benchmark

Uncensored GGUF Files

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.

GGUF files

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

Text Encoders & VAE

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

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-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

2. ComfyUI Setup

  1. Install ComfyUI-GGUF: Use the maintained fork with native Qwen-Image 2.1 support by cloning leejet/ComfyUI-GGUF into your custom nodes:
    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).
  2. Node Configuration:
    • Diffusion Model: Add the Unet Loader (GGUF) node and select your downloaded .gguf file.
    • Text Encoder: Add the standard CLIPLoader node, select qwen3vl_8b_bf16.safetensors (or int8), and set type to qwen_image.
    • VAE: Add the standard VAELoader node and select qwen_image_2.1_vae_bf16.safetensors.
  3. Official Workflows:
    • You can use the official Comfy-Org workflow templates: Text-to-Image or Image Edit.
    • In the workflow, simply replace the default UNETLoader node with Unet 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-UC-Q4_K_M.gguf (~4.6 GB in VRAM)
    • Text Encoder: qwen3vl_8b_int8_convrot.safetensors (~9.35 GB in RAM)
  • Low VRAM Mode: If you experience VRAM out-of-memory errors, start ComfyUI with the --lowvram argument.

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

Catalog is the map. Apps are the tools.

Run models on your own machine, not in the cloud.

Every model page has an "Open in app" button that hands off directly to a local runtime of your choice - Abliteration, LM Studio, or Ollama. No API keys, no subscription, no prompt leakage.