← back to catalog · registered 2026-09-20 22:56

KasugaiSakura/Qwen-Image-2.1-Uncensored-GGUF

KasugaiSakura Qwen GGUF image-gen
curl -H "Authorization: Bearer $ABL_KEY" \
     "https://abliteration.org/api/v1/models/KasugaiSakura%2FQwen-Image-2.1-Uncensored-GGUF"
Response includes
  • classification m-uncensored
  • files 8
  • author_summary 3 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-20

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
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
25.5 GB
Files
8
Quantizations
6
Registered
2026-09-20 22:56
Last updated on HF
2026-09-20 22:11

Files by quantization

Q8_0 1 file 7.07 GB
qwen-image-2.1-Q8_0.gguf 7.07 GB 763ee46b download
Q6_K 1 file 5.47 GB
qwen-image-2.1-Q6_K.gguf 5.47 GB a3a0d39b download
Q5_K 1 file 4.86 GB
qwen-image-2.1-Q5_K_M.gguf 4.86 GB 88ce8e90 download
Q4_K 1 file 4.29 GB
qwen-image-2.1-Q4_K_M.gguf 4.29 GB 833439e9 download
Q4 1 file 3.77 GB
qwen-image-2.1-Q4_0.gguf 3.77 GB 8efd2614 download
Auxiliary files 3 files 7.87 KB
README.md 5.24 KB bd4d5566 download
.gitattributes 1.86 KB e895ec7c download
SHA256SUMS 789 B 091e35fc 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

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

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

  1. Install ComfyUI-GGUF: In ComfyUI Manager, search for ComfyUI-GGUF and install it (or clone to ComfyUI/custom_nodes/ComfyUI-GGUF).
  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-Q4_K_M.gguf (~4.6 GiB in VRAM)
    • Text Encoder: qwen3vl_8b_int8_convrot.safetensors (~8.7 GiB 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.