Qwen-Image-2.1-GGUF Released: Local Image Generation

September 22, 2026

Qwen-Image-2.1-GGUF Released: Local Image Generation

Sample outputs are available on the model card.

At a Glance

Item Value
Repository abenzerps/Qwen-Image-2.1-GGUF
Published 2026-09-21
License other
Formats GGUF / safetensors
Source type Primary source (the publisher itself)

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 GGUF quantized version repository for the latest model “Qwen-Image-2.1", which supports text-to-image generation and advanced image editing, has been released as “abenzerps/Qwen-Image-2.1-GGUF“. Note that this news is unconfirmed information that has not been officially verified by the developers or other official sources, and is considered an unofficial quantized release by a third party. The model is distributed with the aim of enabling text-to-image generation of regular images and transparent images with alpha channels (RGBA), as well as editing existing images and extracting subjects, directly in local PC environments, according to reports.

Specifications

Based on public information and the specifications of the original model “Qwen-Image-2.1", the specs are as follows:

  • Parameter Count: 7B (7 billion parameters) in the visual generation component
  • Architecture: 32-layer Single-Stream DiT (employing mixed-granularity attention and prefix KV cache reuse structure)
  • Output Specifications:
  • Supports standard image generation and transparent image generation with alpha channels (RGBA) – Supports editing transparent layers, extracting subjects from photos, and editing using up to 10 reference images – Supported aspect ratios and resolutions: – 1:1 (2048 x 2048) – 4:3 (2400 x 1792) – 3:4 (1792 x 2400) – 3:2 (2528 x 1696) – 2:3 (1696 x 2528) – 16:9 (2752 x 1536) – 9:16 (1536 x 2752)
  • Recommended Settings:
  • Inference steps: 40 steps (from the original model’s quick start)
  • License: Qwen Research License (detailed conditions such as commercial use comply with the license terms)

Performance and Quality

According to explanations from the developers of the original model “Qwen-Image-2.1", the following four main improvements have been made since the previous generation, which are claimed to enhance quality and efficiency:

  1. Compact and Efficient: Lightweight architectural design is said to provide strong image quality with low computational cost.
  2. Native Transparency Support: Features the ability to integratively process text-to-RGBA transparent image generation, transparent layer editing, and subject extraction from photos within a single model.
  3. Versatile Editing Functions: Supports up to 10 reference images, enabling local editing with circle designations, drawing annotations, and independent masks. It is said to allow editing while maintaining the identity of people or products.
  4. Realistic Textures and Refined Aesthetics: Improvements in typography (text rendering), portrait lighting, and fine details are reported to yield more visually appealing results.

Additionally, according to the model card of the newly released GGUF quantized version repository, this release is adjusted to be an “Uncensored" specification. It is reported that it lacks built-in safety checkers or content filters, making it possible to directly generate adult content (NSFW) or sensitive images without prompt refusals or output image blackouts. Therefore, the resulting behavior is explained to be completely dependent on the input prompt and the execution environment.

Regarding the operational stability of the GGUF version, it is reported that the Q8_0 quantization (qwen-image-2.1-Q8_0.gguf) may cause shape mismatch errors ([136] vs [128]) depending on the GPU or ComfyUI environment. Therefore, users seeking stable operation are recommended to use the Q4_K_M, Q5_K_M, or Q6_K quantization versions.

Strengths and Use Cases

Based on the specifications of the original model “Qwen-Image-2.1", the use cases where this model excels are said to be diverse.

Specifically, alongside high-quality image generation from text prompts, native generation of transparent images including alpha channels (RGBA) is highlighted. It is also explained to be suited for tasks such as image editing utilizing transparent layers and subject extraction from photos (background transparency processing).

Furthermore, it supports up to 10 reference images, enabling image editing while maintaining the identity (features) of people or products. During editing, it supports area designation via circles, handwritten annotations, and local editing (partial editing) using individual mask images, making it well-suited for pinpoint correction work.

Text rendering (typography) accuracy has also improved, and it is reported to exhibit high quality in adding text to images, portrait lighting, and expressing fine details.

In this GGUF version, because it exhibits “Uncensored" behavior where built-in safety filters are not applied, it is said to be suited for use cases where users wish to avoid prompt refusals and output blackouts, directly generating sensitive images including adult content (NSFW).

How It Differs from Similar Models

As a related past article, Image Generation Model “abenzerps/Qwen-Image-2.1-Uncensored-GGUF" Released can be cited. Similar to the model introduced in the previous article, the model distributed in the current repository “abenzerps/Qwen-Image-2.1-GGUF" is also explained to possess practically uncensored characteristics. The biggest difference in this repository is that not only the GGUF format transformer model, but also the companion files required for operation such as text encoders and VAEs, are all packaged and provided within the same repository. This is said to save users the trouble of separately searching for files from multiple locations and allow for a smoother integration into ComfyUI environments.

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

This model and related files are available from the Hugging Face repository. The distribution formats are GGUF and safetensors.

It is stated that the model can be run in a local environment by combining ComfyUI with the “ComfyUI-GGUF" extension.

File Placement

Place the downloaded files according to the following directory structure in ComfyUI:

ComfyUI/
└── models/
    ├── diffusion_models/
    │   └── qwen-image-2.1-Q4_K_M.gguf         # GGUF quantized model (Q4_K_M recommended)
    ├── text_encoders/
    │   └── qwen3vl_8b_bf16.safetensors        # Text encoder (int8 version recommended for memory saving)
    └── vae/
        └── qwen_image_2.1_vae_bf16.safetensors # VAE file

ComfyUI Setup

  1. Update and Install ComfyUI-GGUF
    Clone the leejet/ComfyUI-GGUF repository, which natively supports Qwen-Image 2.1, into ComfyUI’s custom_nodes directory. bash cd ComfyUI/custom_nodes git clone https://github.com/leejet/ComfyUI-GGUF Note: If you are using the older city96/ComfyUI-GGUF and encounter an “Unknown model architecture!" error, it is stated that you need to update to the aforementioned leejet version or add ModelQwenImage to the conversion script.

  2. Node Configuration
    Diffusion Model: Add the Unet Loader (GGUF) node and select the downloaded GGUF file. – Text Encoder: Add the standard CLIPLoader node, select the text encoder (qwen3vl_8b_bf16.safetensors or int8 version), and set type to qwen_image. – VAE: Add the standard VAELoader node and select qwen_image_2.1_vae_bf16.safetensors.

  3. Applying the Workflow
    You can use Comfy-Org’s official workflow templates (for Text-to-Image or Image Edit) as a base. It is explained that you can run it by replacing the default UNETLoader node in the workflow with Unet Loader (GGUF).

Recommended Operating Settings

The configuration recommended is to keep the GGUF format Diffusion model itself, which is directly tied to sampling speed, in the GPU’s VRAM, while offloading the text encoder—which runs only once during prompt processing—to system RAM (CPU). It is reported that this significantly reduces VRAM consumption with almost no impact on generation speed. Additionally, if an error occurs due to insufficient VRAM capacity, it is recommended to add the --lowvram argument when starting ComfyUI.

Related Articles

Sources

Update History

  • 2026-09-22: Verified the content against the official primary source.