Trending: On-device modelsSearch
iHeartGeek
iTECH

Qwen-Image-2.1: a 7B image model goes open-weight

Qwen has released Qwen-Image-2.1, a 7B text-to-image and editing model that can generate transparent PNGs and take up to ten reference images, under its own research licence.

The Qwen hexagonal logo beside the words Qwen-Image-2.1 in purple lettering on a dark background

Qwen has published the weights, model card and licence for Qwen-Image-2.1, a single model that both generates images from text and edits the ones you give it. The repository, the Hugging Face release and the ModelScope mirror all went live on 20 September, and the model card describes it as "a unified text-to-image generation and image editing model in the Qwen family".

What the 7B model does

The headline number is size. Qwen says the visual generation component carries 7B parameters across 32 single-stream DiT layers, using mixed-granularity attention and prefix KV cache reuse to keep inference cheap. That is small next to the image models it is measured against, and it is the reason the release matters more than another benchmark table: a 7B checkpoint is something a workstation can hold.

Transparency is the genuinely unusual feature. Qwen-Image-2.1 generates regular and RGBA images, edits transparent layers and can lift a subject out of a photograph, which is the workflow designers usually stitch together from three separate tools. Editing accepts up to ten reference images, and local changes can be specified with circles, painted annotations or separate masks, with the model asked to preserve the identity of people and products. Typography and portrait lighting are the other two areas Qwen claims to have improved.

The licence is the catch

Open weights, not open source. The model card lists the licence as "other" and names it the Qwen Research License, which is a research grant rather than the Apache 2.0 terms Qwen has used for other releases. Commercial teams should read the licence text before they build a pipeline on it, and the repository shipped that text only on 20 September - the same day the README appeared.

Our opinion

Benchmark charts are advertising, and Qwen's is impressively honest about its own limits: on the company's own total score, six closed-source models sit above Qwen-Image-2.1's 60.28, from 61.02 to 67.01. What the chart does say is that nothing in the open-weight half of it comes close at this size, and that is the part worth caring about. Studios with rights-sensitive work do not need the absolute best generator; they need one they can run on their own hardware, audit, and keep running when a subscription tier changes. A 7B checkpoint that does generation, transparent-layer editing and subject extraction in one pass is genuinely useful for that, even if it loses to the closed models. The research licence takes some of that back - a model you can download but cannot ship commercially is a demo, not infrastructure. Alibaba now has the weights in public, and the interesting question is whether the next release arrives under Apache 2.0.