Uncensored Qwen-Image-2.1 GGUF Released for Local ComfyUI

September 22, 2026

Uncensored Qwen-Image-2.1 GGUF Released for Local ComfyUI

Sample outputs are available on the model card.

Correction (2026-09-22): A later check found that the content of this article conflicts with its sources.
The article remains published to preserve the record.

At a Glance

Item Value
Repository abenzerps/Qwen-Image-2.1-Uncensored-GGUF
Published 2026-09-21
License other
Formats GGUF / safetensors
Source type Unverified (not confirmed by a primary source)

Values determined by this site’s code at collection time. Dates are JST.

Sample outputs are available on the model card.

Overview

It is reported that a quantized model repository abenzerps/Qwen-Image-2.1-Uncensored-GGUF for “Qwen-Image-2.1", a model supporting text-to-image generation and image editing, has been released. Note that this news is unverified information that has not been officially confirmed.

This model is a text-to-image and image-editing model featuring capabilities such as generating regular images or transparent images (RGBA) from text prompts, editing existing images, and subject extraction. It is quantized into the GGUF format based on the base weights of the original model Qwen/Qwen-Image-2.1, and is reported to have safety checkers and content filters removed. Execution in a local environment using ComfyUI and ComfyUI-GGUF is intended.

Specifications

Specifications based on documentation and public information of the original model are as follows:

  • Parameter Count: 7B in the visual generation component (32 Single-Stream DiT layers)
  • Architecture: Single-Stream DiT (mixed-granularity attention and prefix KV cache reuse structure)
  • Output Specifications:
  • Supports regular image generation and transparent image generation with an alpha channel (RGBA) – Supports transparent layer editing, subject extraction from photos, and identity-preserving editing of people or products using up to 10 reference images – Supports localized editing functions (circle designation, paint annotation, separate mask designation) – Supported aspect ratio and resolution examples: 1:1 (2048×2048), 4:3 (2400×1792), 3:4 (1792×2400), 3:2 (2528×1696), 2:3 (1696×2528), 16:9 (2752×1536), 9:16 (1536×2752)
  • Recommended Steps: 40 steps in the original model pipeline settings (num_inference_steps=40)
  • Distribution Format: GGUF format (quantization types such as Q8_0, Q6_K, Q5_K_M, Q4_K_M, Q4_0), safetensors format (text encoder and VAE)
  • License Terms: Qwen Research License

Performance and Quality

Information regarding the performance and quality of this model is reported based on the model card of the publisher and the information of the original model Qwen/Qwen-Image-2.1. Although quantitative benchmark evaluation figures are not listed, the following characteristics regarding generation quality and behavior are indicated.

In terms of the original model’s performance, it is reported to possess high generation quality despite a lightweight and efficient structure. In particular, it is claimed that improved accuracy in text rendering (typography) within images, appropriate lighting expression in portraits, and refined detail texture rendering have been achieved. Furthermore, as a quality strength, generation and editing are integrated into a single model, enabling the direct generation of images with an alpha channel from prompts that include background transparency instructions, as well as performing editing and generation without losing subject features even when combining up to 10 reference images.

On the other hand, in the newly reported quantized version “abenzerps/Qwen-Image-2.1-Uncensored-GGUF", safety checkers and content filters are not incorporated. It is explained that it exhibits behavior that directly generates sensitive expressions, including adult content (NSFW), without performing prompt rejection or image blackout processing. The tendency and quality of the output deliverables are stated to depend entirely on the input prompt and execution environment.

Strengths and Use Cases

Based on the functionality of the original model Qwen/Qwen-Image-2.1, this model is reported to be designed to support not only standard text-to-image generation but also multifaceted visual expression tasks. Specific areas of expertise and expected use cases are as follows:

  • Native Generation of Transparent Images (RGBA): By specifying in the prompt that the background is transparent, you can directly generate images such as illustrations and sticker materials containing a transparent alpha channel.
  • Unified Image Editing and Subject Extraction: You can perform background changes, localized modifications, and extraction of specific subjects from photos on existing images using a single model.
  • Multi-Reference Generation Maintaining Identity: Supporting up to 10 reference images, it enables advanced editing such as generating a single group photo from multiple portrait photos without losing the features of a person’s face or product design.
  • Precise Rendering and Text Generation: It excels at accurate rendering of in-image text (typography) such as neon signs and signboards, appropriate lighting expression in portraits, and precise texture depiction.
  • Output in Various Aspect Ratios: In addition to square (1:1, 2048×2048), it supports a wide variety of aspect ratios such as 4:3, 3:4, 3:2, 2:3, 16:9 (2752×1536), and 9:16 (1536×2752).

Additionally, since content filters have been removed in this GGUF quantized version by abenzerps, it is stated to be provided for local engineers and creators who want to perform free creative work avoiding system prompt rejections and output blackouts. Furthermore, conversion to the GGUF format enables flexible execution in local environments with reduced memory usage.

Hardware Requirements

Estimated requirements (calculated by Local Model Watch) — 7.1B parameters (taken from the base model Qwen/Qwen-Image-2.1)

Your VRAM Quantization File size Est. memory needed
8GB (RTX 4060 / 3060 Ti, etc.) Q6_K 5.5GB 6.6GB
12GB (RTX 4070 / 3060 12GB, etc.) Q8_0 7.1GB 8.5GB

Memory estimates add a 20% runtime overhead (KV cache, etc.) to the actual size of the distributed files. Actual usage varies with context length, batch size and inference engine. These figures are computed by this site from file sizes, not published by the model’s authors. Compare with other models in our VRAM quick reference. What the quantization names mean: glossary.

How to Get It

Related files for this model are published in the Hugging Face repository abenzerps/Qwen-Image-2.1-Uncensored-GGUF. License agreement procedures are reportedly not required for downloading (gated: false).

To execute generation, an environment with ComfyUI and ComfyUI-GGUF is required.

1. Downloading and Placing Necessary Files

Download the following files from the repository and place them in the designated ComfyUI directories:

  • Diffusion Model (GGUF): Select one GGUF quantized file such as qwen-image-2.1-Q4_K_M.gguf and place it in ComfyUI/models/diffusion_models/. The recommended quantization format is Q4_K_M, which offers excellent balance.
  • Text Encoder: Place qwen3vl_8b_bf16.safetensors or the memory-saving qwen3vl_8b_int8_convrot.safetensors in ComfyUI/models/text_encoders/.
  • VAE: Place qwen_image_2.1_vae_bf16.safetensors in ComfyUI/models/vae/.

2. ComfyUI Setup and Node Configuration

Utilize the custom node repository by leejet, which natively supports Qwen-Image 2.1.

cd ComfyUI/custom_nodes
git clone https://github.com/leejet/ComfyUI-GGUF

Note: If an “Unknown model architecture!" error occurs with older versions of city96/ComfyUI-GGUF, it is reported that you need to update to the leejet version above or add ModelQwenImage to the conversion script.

Configure the nodes on ComfyUI as follows:

  • Diffusion Model Node: Add the Unet Loader (GGUF) node and select the downloaded .gguf file.
  • Text Encoder Node: Add the standard CLIPLoader node and select qwen3vl_8b_bf16.safetensors (or the int8 version). At this time, set type to qwen_image.
  • VAE Node: Add the standard VAELoader node and select qwen_image_2.1_vae_bf16.safetensors.

When using the official workflow templates provided by Comfy-Org (for Text-to-Image or Image Edit), you can use them by replacing the standard UNETLoader node with the Unet Loader (GGUF) node.

3. Memory Optimization Settings

Recommended settings to increase memory efficiency without sacrificing generation speed during sampling are introduced in the model card:

  • Offloading Settings: It is recommended to keep the GGUF diffusion model in the GPU VRAM while placing and offloading the text encoder to system RAM (CPU). Since text encoding processing is executed only once per prompt, it is stated that VRAM usage can be significantly reduced with almost no impact on generation speed.
  • Recommended Configuration: A configuration combining qwen-image-2.1-Q4_K_M.gguf for the diffusion model and qwen3vl_8b_int8_convrot.safetensors for the text encoder is listed.
  • Low VRAM Mode: If errors due to insufficient VRAM (OOM) occur, it is recommended to specify --lowvram in the ComfyUI startup arguments.

Related Articles

Sources

Update History

  • 2026-09-22: A discrepancy with the sources was found; a correction notice was added at the top of the article.

This article contains unverified information. We will append an update note once it is confirmed by a primary source.