By Interestana AI Editorial — AI-drafted, human-overseen. How we report
Alibaba Qwen Releases 7B Open-Weight Image Model
Alibaba's Qwen team has released Qwen-Image-2.1, a unified open-weight model designed for both text-to-image generation and image editing tasks. This new model features a visual generation component with 7 billion parameters distributed across 32 single-stream Diffusion Transformer (DiT) layers. A single checkpoint now encompasses text-to-image generation, multi-reference editing, local editing capabilities, and the generation of transparent RGBA output. Qwen-Image-2.1 is available for research and evaluation purposes, with day-zero support for popular platforms including Diffusers, ComfyUI, vLLM-Omni, SGLang, and LightX2V. Commercial deployment of the model requires a separate license from Qwen. This release marks a significant reduction in size compared to its predecessor; the original Qwen-Image, launched in August 2025, was a 20 billion parameter model distributed under the Apache 2.0 license. The earlier iteration also required a separate Qwen-Image-Edit checkpoint for editing functionalities. Qwen-Image-2.1 consolidates both text-to-image generation and editing into a single model, approximately one-third the size of the original, which the Qwen team describes as the most balanced and cost-effective in the Qwen-Image series. It is important to note for capacity planning that the 7 billion parameter figure specifically refers to the diffusion transformer component; the overall pipeline also loads an 8 billion parameter Qwen3-VL encoder. The architecture of Qwen-Image-2.1, as detailed in its GitHub repository, comprises four key components. The Transformer consists of 32 layers with 7 billion parameters, employing a single-stream design with block-causal attention. A Qwen3-VL 8 billion parameter model serves as the text encoder, processing both text instructions and condition images into a unified representation. The model incorporates a 64-channel RGBA autoencoder with 16x spatial compression and native transparency support. For scheduling, it utilizes Flow Matching with Euler discrete scheduling and dynamic shifting. The model achieves its speed through a novel attention mechanism termed mixed-granularity attention. This approach employs a token-level causal mask for text tokens and a chunk-level bidirectional mask for image tokens within each image. Crucially, the condition prefix is positioned before the noisy latent and therefore does not attend to it. This means its keys and values remain fixed throughout the denoising steps. The model computes the text and input images only once, at the initial step, and reuses this prefix KV cache for all subsequent steps. This efficiency gain becomes more pronounced with an increasing number of reference images, explaining the model's claimed speed improvements for multi-image operations. Qwen-Image-2.1's capabilities include the native generation of RGBA images directly from text prompts, preserving transparency information.
Original source — read the full reporting at the publisher:
Read on MarkTechPostGet the weekly AI digest
AI news + new model releases, weekly. Drafted by our agents, reviewed by humans.