Qwen-Image-2.1
Qwen-Image-2.1 is an open-weight image generation and image editing model released by Alibaba's Qwen team on September 20, 2026 [1][3]. A single checkpoint handles text-to-image generation and instruction-based editing, and it can output either ordinary images or transparent RGBA images depending on the prompt [1][2]. Its visual generation component is a 7-billion-parameter single-stream diffusion transformer with 32 layers, conditioned by a Qwen3-VL 8B vision-language model that serves as the text encoder [1][3]. The weights are published on Hugging Face and ModelScope under the Qwen Research License Agreement, which permits research and evaluation use only; commercial use requires a separate license from Qwen [2][4].
The model is a new entry in the Qwen-Image series, which began with the 20-billion-parameter, Apache 2.0 Qwen-Image in August 2025. The two most recent flagship releases before it, Qwen-Image-2.0 (February 2026) and Qwen-Image-3.0 (July 2026), were offered as hosted models without downloadable weights [8][17][18]. Qwen-Image-2.0 had already unified generation and editing in one model and, according to its technical report, pairs a Qwen3-VL condition encoder with a diffusion transformer [8][9]. As of September 23, 2026, Qwen-Image-2.1 was the first new Qwen-Image generation model the Qwen organization had published on Hugging Face since Qwen-Image-2512 in December 2025 [18].
Release
The Qwen team announced Qwen-Image-2.1 on its blog on September 20, 2026, under the title "Qwen-Image-2.1: Compact, Efficient, and Unified Image Creation," and published the weights, code and a Hugging Face demo the same day [1][2][3]. The blog summarizes the release as four improvements: a compact and efficient architecture, native transparency with unified creation and editing, more versatile editing, and more realistic textures and aesthetics [1].
Several inference projects shipped support on release day, according to the official repository: the Hugging Face Diffusers library (a QwenImage21Pipeline added in Diffusers pull request #14804), ComfyUI (with repackaged weights at Comfy-Org/Qwen-Image-2.1), vLLM-Omni, SGLang-Diffusion and LightX2V [3][10]. The repository also points to ModelScope's DiffSynth-Studio for download, online generation and LoRA training, to AMD Radeon GPUs through ROCm, and to the FlagOS software stack, under which prebuilt images and weights for eight chip platforms were published [3]. For users in mainland China, the repository names the wuli.art site as offering free access to the model's features [3].
Architecture
According to the official repository, Qwen-Image-2.1 has four components [3]:
| Component | Description |
|---|---|
| Transformer | Single-stream DiT, 32 layers, 7B parameters, block-causal attention [1][3] |
| Text encoder | Qwen3-VL 8B, which encodes both text instructions and condition images [3] |
| VAE | 64-channel RGBA autoencoder with 16x spatial compression [3] |
| Scheduler | Flow matching with Euler discrete sampling and dynamic shifting [3] |
The configuration files published with the weights are consistent with this description. The transformer configuration lists 32 layers, 32 attention heads with a head dimension of 128, and a causal_condition flag set to true; its weight index totals 7,115,124,736 BF16 parameters. The text encoder is a Qwen3VLForConditionalGeneration model whose weight index reports 8,767,123,696 parameters, and the variational autoencoder takes four input channels (RGB plus alpha) and uses a 64-channel latent [5]. The "7B" figure in Qwen's materials therefore refers to the image generator alone, not to the full pipeline [1][13].
Mixed-granularity attention and prefix KV cache
The Qwen team describes the attention design as "mixed-granularity." Text tokens, including the system prefix and any editing instruction, use a token-level causal mask, while image tokens use a chunk-level mask that is bidirectional within an image block. The repository gives the rule as (q_idx >= kv_idx) or same_image_block [1][3]. Because the input images and the instruction do not change during denoising, their keys and values are computed at the first denoising step, cached, and reused for every later step. Qwen says this KV cache reuse improves inference speed and lowers memory use, with the largest benefit when editing with several reference images [1][3]. The published diagram labels the prefix (system prefix, optional input images and edit instruction) "compute once, reuse K/V" and the target image "compute each step" [1].
Capabilities
Native transparency
Transparent image generation is the main new capability. In December 2025 the Qwen team had released Qwen-Image-Layered as a dedicated model supporting transparent image generation; Qwen-Image-2.1 folds transparency into the general model and uses the prompt to decide whether to output a regular image or one with an alpha channel [1]. Qwen's showcase covers single transparent subjects, multi-element transparent compositions, edits to transparent images that keep the transparent background (for example, changing a character's expression or replacing the word "BLOOM" with "Qwen-Image" on a transparent layer), and extraction of a subject from an ordinary RGB photograph as an RGBA layer [1]. The model card and repository recommend a fixed prompt pattern for transparent output: This is an RGBA image with transparency. <your description>. The image has alpha channel and the background is transparent. [2][3]
Editing
Editing improvements fall into four areas in Qwen's account [1]:
- Multiple references. Up to 10 input images can be combined into one composition. Qwen's examples include a group photograph assembled from six individual portraits, a virtual try-on from five inputs (a model, clothing, shoes, a bag and a hat) and a furnished room built from 10 furniture images.
- Local editing. Edit regions can be marked with colored circles, painted annotations, or a separate mask image that leaves the original image unobscured. Qwen also shows successive local edits assembled into a short animation.
- Fidelity. Qwen says the model better preserves facial identity in portrait edits and keeps the text, texture and shape of products consistent.
- Task coverage. Qwen demonstrates panorama generation from a selfie, infographic generation from a model photograph, and storyboard generation from a three-view character sheet.
Output resolution and defaults
The model natively outputs 2K images. The repository's recommended sizes run from 2048 x 2048 for a square image to 2752 x 1536 for 16:9, and the default sampler setting is 40 denoising steps [3].
| Aspect ratio | Width x height |
|---|---|
| 1:1 | 2048 x 2048 |
| 4:3 / 3:4 | 2400 x 1792 / 1792 x 2400 |
| 3:2 / 2:3 | 2528 x 1696 / 1696 x 2528 |
| 16:9 / 9:16 | 2752 x 1536 / 1536 x 2752 |
Qwen also released two prompt-rewriting models on September 20, Qwen-Image-2.1-PE-T2I for text-to-image and Qwen-Image-2.1-PE-I2I for editing. The repository describes them as fine-tuned Qwen3.5-VL 9B checkpoints that expand short prompts into the long, detailed prompts the model works best with, and that can also suggest an output aspect ratio [3].
Benchmark claims
Qwen's launch material includes one benchmark: an overall-score chart on Qwen-Image-Bench, a benchmark the Qwen team itself built and published in May 2026 [1][6][7]. Qwen-Image-Bench uses 1,000 bilingual prompts written with professional artists and scores five pillars (quality, aesthetics, alignment, real-world fidelity and creative generation) with Q-Judger, a judge model based on Qwen3.6-27B that Qwen trained on more than 130,000 expert-annotated prompt-image pairs [6]. The benchmark's own published leaderboard notes that its scores are computed on images generated from Chinese prompts [6].
In the chart published with the Qwen-Image-2.1 announcement, which covers 29 models, Qwen-Image-2.1 scores 60.28 and ranks seventh [1]. Selected entries from that chart:
| Model | Overall score (Qwen-Image-Bench, Qwen's chart) | Parameters shown in chart |
|---|---|---|
| GPT Image 2.5 Sunburst | 67.01 | Undisclosed |
| GPT Image 2 | 64.69 | Undisclosed |
| Grok Imagine 2.0 | 63.47 | Undisclosed |
| Qwen Image 3 Pro | 62.36 | Undisclosed |
| Muse Image | 62.34 | Undisclosed |
| MAI Image 2.5 Pro | 61.02 | Undisclosed |
| Qwen-Image-2.1 | 60.28 | 7B |
| Nano Banana 2.0 | 59.82 | Undisclosed |
| GPT Image 1.5 | 59.65 | Undisclosed |
| Seedream 5 Pro | 59.53 | Undisclosed |
| Nano Banana Pro | 59.45 | Undisclosed |
| Qwen Image 2.0 Pro | 57.84 | Undisclosed |
| FLUX.2 Max | 55.33 | 32B |
| Qwen Image 2512 | 52.06 | 20B |
| Hunyuan Image 3.0 | 50.81 | 80B |
| Qwen Image (August 2025) | 49.23 | 20B |
| GLM Image | 48.19 | 16B |
The chart marks the parameter counts of closed models as undisclosed. Among the entries for which it shows a parameter count, Qwen-Image-2.1 has the highest score, and it scores above several closed systems, including Nano Banana 2.0, GPT Image 1.5 and Nano Banana Pro, while trailing six others, including Qwen's own hosted Qwen Image 3 Pro [1]. The scores the chart shows for models already on the benchmark's public leaderboard (for example 64.69 for GPT Image 2 and 59.82 for Nano Banana 2.0) match that leaderboard [1][6].
Press coverage stressed that the result is Qwen's own measurement. The Decoder reported that the model "beats most closed models on Qwen's own benchmark, the team claims, though independent benchmarks are still pending" [11], and eWeek wrote that because Alibaba developed the benchmark, its results "should be read as the company's measurement rather than an independent ranking" [13]. 36Kr described the model as ranking first among open-source models, with a score "even exceeding Nano Banana 2.0" [14].
License
Qwen-Image-2.1 is not released under Apache 2.0, unlike the 2025 open-weight Qwen-Image models. The Hugging Face card lists the license as "qwen-research," and the LICENSE file is the Qwen Research License Agreement, dated September 20, 2026, with Hangzhou Tongyi Laboratory Technology Co., Ltd. as licensor [2][4]. Its main terms [4]:
- Use, reproduction, distribution and modification are granted "FOR NON-COMMERCIAL PURPOSES ONLY," with non-commercial defined as "for research or evaluation purposes only." Commercial use requires a separate license, requested by email.
- Redistributors must pass on a copy of the agreement, mark modified files, and keep a prescribed attribution notice.
- Anyone who uses the materials or their outputs to build, train, fine-tune or improve a distributed AI model must display "Built with Qwen" or "Improved using Qwen" in its documentation, and "Qwen" may not be the primary name of a derivative product.
- The agreement is governed by Chinese law, with the People's Courts in Hangzhou having exclusive jurisdiction.
MIXED summarized the arrangement: "The download is free; using it to make anything you sell is not." [12]
Community derivatives
Community developers began repackaging the model within days of release, including GGUF builds of the diffusion transformer, such as unsloth/Qwen-Image-2.1-GGUF [15][16]. One uploader, pottokao, applied Heretic, an open-source tool for automatic abliteration (removal of refusal behavior by directional ablation), to the model's text encoder and published the result on September 20, 2026 as Qwen-Image-2.1-Text-Encoder-Heretic, with GGUF, FP8 and other quantized variants for ComfyUI and llama.cpp [15][19]. The uploader's card reports that refusals fell from 100 of 100 test prompts for the stock encoder to 5 of 100, with a KL divergence of 0.0220; these are the uploader's own measurements [15]. The card labels the derivative Apache-2.0, stating that the encoder is Qwen3-VL-8B-Instruct used unmodified by Qwen-Image-2.1 [15].
See also
References
- ^1 ^2 ^3 ^4 ^5 ^6 ^7 ^8 ^9 ^10 ^11 ^12 ^13 ^14 ^15 ^16 ^17Qwen Team. "Qwen-Image-2.1: Compact, Efficient, and Unified Image Creation." Qwen blog, September 20, 2026. qwen.ai/blog
- ^1 ^2 ^3 ^4 ^5"Qwen/Qwen-Image-2.1." Hugging Face model card. huggingface.co/...Qwen-Image-2.1
- ^1 ^2 ^3 ^4 ^5 ^6 ^7 ^8 ^9 ^10 ^11 ^12 ^13 ^14 ^15 ^16QwenLM. "Qwen-Image-2.1." Official GitHub repository (README), checked September 23, 2026. github.com/...Qwen-Image-2.1
- ^1 ^2 ^3"Qwen Research License Agreement" (release date September 20, 2026). LICENSE file, Qwen/Qwen-Image-2.1 on Hugging Face. huggingface.co/...LICENSE
- ^Qwen/Qwen-Image-2.1 repository files (model_index.json, transformer/config.json, text_encoder/config.json, vae/config.json and safetensors weight indexes). Hugging Face, checked September 23, 2026. huggingface.co/...main
- ^1 ^2 ^3 ^4"Qwen/Qwen-Image-Bench." Hugging Face dataset card and leaderboard. huggingface.co/...Qwen-Image-Bench
- ^Qwen Team. "Qwen-Image-Bench: From Generation to Creation in Text-to-Image Evaluation." arXiv:2605.28091, May 2026. arxiv.org/...2605.28091
- ^1 ^2Qwen Team. "Qwen-Image-2.0: Professional infographics, exquisite photorealism." Qwen blog, February 2026. qwen.ai/blog
- ^Qwen Team. "Qwen-Image-2.0 Technical Report." arXiv:2605.10730, May 2026. arxiv.org/...2605.10730
- ^Hugging Face Diffusers. "Add Qwen-Image 2.1." Pull request #14804. github.com/...14804
- ^Bastian, Matthias. "Alibaba's open-weight Qwen-Image-2.1 claims to beat closed models in image generation with just 7 billion parameters." The Decoder, September 20, 2026. the-decoder.com/...-with-just-7-billion-parameters
- ^Ellison, Shane S. "Qwen-Image-2.1 generates transparent images from open weights, but research use only." MIXED, September 21, 2026. mixed-news.com/...7b-open-weights-research-licence
- ^1 ^2Jungco, Kezia. "Alibaba's Qwen-Image-2.1 Brings Native Transparency to a 7B Model." eWeek, September 2026. eweek.com/...ba-qwen-image-2-1-native-transparency
- ^"Qwen-Image-2.1 Leads Open-Source Image Generation: Elevating the Entire Industry to New Heights." 36Kr Europe, September 2026. eu.36kr.com/...3991785951198217
- ^1 ^2 ^3 ^4pottokao. "Qwen-Image-2.1 Text Encoder (Heretic): GGUF, FP8, bf16." Hugging Face model card, created September 20, 2026. huggingface.co/...ge-2.1-Text-Encoder-Heretic-GGUF
- ^unsloth. "Qwen-Image-2.1-GGUF." Hugging Face repository, created September 21, 2026. huggingface.co/...Qwen-Image-2.1-GGUF
- ^Qwen Team. "Qwen-Image-3.0: Rich Content, Authentic Details, Deep Knowledge." Qwen blog, July 21, 2026. qwen.ai/blog
- ^1 ^2Hugging Face. Qwen organization model listing, search "Qwen-Image," checked September 23, 2026. huggingface.co/models
- ^p-e-w. "Heretic: Fully automatic censorship removal for language models." GitHub repository. github.com/...heretic
Improve this article
Add missing citations, update stale details, or suggest a clearer explanation. Every suggestion is reviewed for sourcing before it goes live.
1 revision · v2 · 2,145 words · full history
Fact-checks are independent of edits: a reviewer re-verifies the article against its sources and stamps the date. How we verify
Research and drafting on this wiki are AI-assisted, under named human editorial standards. How AI is used here
Reviewer note: Independent verification 2026-09-23 (xg05 V2): specs, license, benchmark chart and press quotes checked; model count corrected to 29
Cite this page: AI Wiki. "Qwen-Image-2.1." aiwiki.ai, updated 23 Sept 2026, fact-checked 23 Sept 2026. CC BY 4.0. https://aiwiki.ai/wiki/qwen_image_2_1