
Qwen-Image 2.1 vs LLaDA-Image-Turbo: Two Open Image Models, Two Very Different Licences
- OrcaNEWOrca: OrcaCyber Zero 1.02026-09-17$3.00 / $5.00 per 1M tokens
- orcaNEWOrca: OrcaVerify Text 1.02026-09-16$2.00 / $0.00 per 1M tokens
- deepseekNEWDeepSeek: DeepSeek V4.1 Flash2026-09-1040Intelligence
- openaiOpenAI: GPT-6 Astra2026-09-0453Intelligence77Coding
- googleGoogle: Gemini 3.8 Flash2026-09-0241Intelligence76Coding
- qwenQwen: Qwen3.8 Max (0902)2026-09-0245Intelligence76Coding
- anthropicAnthropic: Claude Fable 5.12026-09-0153Intelligence82Coding
- AlibabaQwen: Qwen3.8 Flash2026-08-26$0.15 / $0.47 per 1M tokens
- z-aiZ.ai: GLM 5.3 Flash2026-08-2642Intelligence72Coding
- DeepSeekDeepSeek: DeepSeek V4 Flash Vision (Exp)2026-08-21$0.22 / $0.66 per 1M tokens
- z-aiZ.ai: GLM 5.32026-08-1845Intelligence75Coding
- obsidianQwen3.8 27B2026-08-1534Intelligence68Coding
- deepseekDeepSeek: DeepSeek V4 Pro 08132026-08-1236Intelligence69Coding
- grokSpaceXAI: Grok 4.62026-08-1244Intelligence77Coding
- metaMeta: Muse Spark 1.22026-08-0540Intelligence72Coding
- qwenQwen: Qwen3.8 Max2026-08-0345Intelligence76Coding
- deepseekDeepSeek: DeepSeek V4 Flash 07312026-07-3134Intelligence69Coding
- minimaxMiniMax: MiniMax-H32026-07-31minimax/minimax-h3
- qwenQwen: Qwen3.7 Flash2026-07-27$0.03 / $0.13 per 1M tokens
- orcaOrcaDub: OrcaDub 1.02026-07-27orca/dub
Two open-weights image models landed inside the same three weeks. The Qwen-Image team published Qwen-Image 2.1 on 20 September 2026 — weights, licence file, model card and a blog post, all on the same day, with almost no runway in front of it. Sixteen days earlier, on 4 September 2026, inclusionAI (Ant Group's research lab) published LLaDA-Image-Turbo with no launch post, no press release and no announcement of any kind. Both are downloadable today. Neither has a single independent benchmark score. And the difference that will actually decide which one you can use is not in either model card — it is in the paperwork. Qwen-Image 2.1 ships under a research licence that forbids commercial use outright. LLaDA-Image-Turbo ships with no licence declared on any of its repositories at all.
The licence question comes first, because it is the only one with a clear answer
Start here, because everything else in this comparison is provisional and this is not.
• Qwen-Image 2.1 is released under the Qwen Research License Agreement, dated 20 September 2026, which grants rights "FOR NON-COMMERCIAL PURPOSES ONLY" and states that commercial use requires a separate licence requested from the vendor. That is a material change from the earlier Qwen-Image line, which shipped under Apache 2.0. It is unambiguous: you can read it, evaluate it, benchmark it and write about it. You cannot put it in a product.
• LLaDA-Image-Turbo declares no licence at all. Not a permissive one, not a restrictive one, not a placeholder. A repository with no licence is not "free to use" in any legal sense — it is all rights reserved by default, which is a stricter position than Qwen's research licence, not a looser one. If you are planning to build on it, that is a question for the lab, not for a README.
The irony is worth stating plainly: the model that arrived with a formal, restrictive licence is the one you can plan around today, because you know exactly where you stand. The model with no licence is the one you cannot.

What the two models actually are
Strip away the licensing and these are two genuinely different designs, built for different reasons.
• Architecture — Qwen-Image 2.1 is a 32-layer single-stream diffusion transformer with 7B parameters in the visual generation component, a Qwen3-VL 8B text encoder and a 64-channel RGBA VAE at 16× spatial compression, roughly 33 GB across the bundle. LLaDA-Image-Turbo is a 6B unified generation-and-editing model — one set of weights doing both jobs rather than a base model plus a separate editing path.
• Inference steps — Qwen-Image 2.1 defaults to 2048×2048 at 40 steps with flow matching and Euler discrete scheduling. LLaDA-Image-Turbo is distilled through Twin-DMD to 2–4 steps, with 4 recommended, and runs at guidance scale 1.0 against the Base model's 5.0.
• Precision options — Qwen-Image 2.1 publishes FP8 quantization support through its vLLM-Omni path. LLaDA-Image-Turbo ships both BF16 and FP8 checkpoints as separate downloads.
• Reference conditioning — Qwen-Image 2.1 accepts up to 10 reference images, supports local edits by circle, painted annotation or a separate mask, and generates native RGBA with transparent-layer editing. LLaDA-Image-Turbo's card does not publish a reference-image ceiling.
• Attention — Qwen-Image 2.1 uses block-causal attention: a token-level causal mask for text and a chunk-level bidirectional mask for image generation, with prefix KV cache reuse when the checkpoint carries causal_condition: true. LLaDA-Image-Turbo's card does not describe its masking scheme in the same detail.
• Licence — research-only and explicit, versus undeclared.
Note what the step counts mean together with the parameter counts. Qwen-Image 2.1 is a bigger model run for ten times as many steps; LLaDA-Image-Turbo is a smaller model distilled down to a handful of steps. Those are opposite bets on where the cost of image generation lives, and the right answer depends entirely on whether your bottleneck is GPU-seconds per image or the ceiling on what an image can look like.
Speed economics: 40 steps against 4
The Turbo name is doing real work here. Twin-DMD distillation collapses a diffusion trajectory into a few large jumps, which is why LLaDA-Image-Turbo can be run at 4 steps where its Base model wants a conventional schedule. At guidance 1.0 it also skips classifier-free guidance, which normally doubles the number of forward passes per step — so the effective gap is wider than 40-versus-4 suggests on its own.
What that buys you is throughput and predictability. A 6B model at four steps is the kind of thing that fits on a single consumer card and produces a draft image fast enough to sit inside an interactive loop. Qwen-Image 2.1 at 40 steps and 2048×2048 is a quality-first configuration; the model card's own recommendation for constrained hardware is CPU offload via pipe.enable_model_cpu_offload(), which is an escape hatch rather than a fix.
The counterweight is that distillation is a compression of capability, and nothing here has been measured by anyone outside the two labs. The only independent data point that exists for either model is a hands-on early-access review of Qwen-Image 2.1 from a tester in the Qwen Ambassador program, who ran the final weights through a ModelScope Studio interface and reported roughly 10–15 seconds for text-to-image and 18–23 seconds for editing. That is one reviewer, on an early-access UI, with no timer shown — useful signal, not a benchmark. LLaDA-Image-Turbo has no comparable hands-on report in public at all.

Editing is where the two designs diverge most
Both models do text-to-image and editing, but they get there differently, and the difference shows up in the plumbing rather than the output.
Qwen-Image 2.1 treats instruction-following as a separate, inspectable component. Alongside the image model, the release includes two prompt-rewriting checkpoints — Qwen/Qwen-Image-2.1-PE-T2I and Qwen/Qwen-Image-2.1-PE-I2I, each a fine-tuned Qwen3.5-VL 9B at about 18.8 GB — that take a vague instruction and rewrite it into an unambiguous directive before the diffusion model sees it. The I2I variant always has an input image, so it is always an editing task and never generation from nothing. Crucially, the rewriter ships with a system_prompt.txt you can read and override, and it is unusually explicit about language: the description language follows your instruction, while the language of text painted into the image is decided by a strict priority order that preserves the existing label language of the input image even when you prompt in a different language.
That is a small piece of engineering with a large blast radius. If you are producing product imagery for a market where the packaging text matters, "the rewriter preserves the existing label language" and "the rewriter helpfully translates everything to English" are the difference between a usable asset and a rejected one — and because it lives in a system prompt rather than inside a hosted black box, you can diff it and change it.
LLaDA-Image-Turbo makes the opposite trade: one 6B model, one set of weights, generation and editing sharing everything. Fewer moving parts, less to configure, and nothing to inspect or override. Its card cites Qwen-Image-Bench figures of 53.53 English and 53.38 Chinese with an open-source-SOTA claim — vendor-reported, unreproduced, and note that the benchmark it is winning is named after the model it is implicitly competing with.
What you would actually run them on
Launch-day ecosystem support is the least glamorous part of a release and the part that decides whether you spend an afternoon or a weekend.
• Qwen-Image 2.1 landed broadly: a QwenImage21Pipeline merged into Diffusers on day zero; native ComfyUI support with text-to-image and image-edit workflow templates; vLLM-Omni with step-wise execution, prefix KV caching, CUDA Graph decode, FP8 quantization and tensor/Ulysses parallelism; a native SGLang support pull request that landed 17 September — three days before the weights — covering the DiT, the RGBA VAE, Qwen3-VL conditioning and multi-reference input, validated on H200, B200, RTX PRO 6000, RTX 5090 and RTX 4090; and day-zero acceleration through LightX2V with AMD Radeon via ROCm and multi-chip support through FlagOS.
• LLaDA-Image-Turbo got ComfyUI support on 7 September 2026, three days after the weights, plus a Diffusers and Safetensors distribution. That is a real path to running it, but it is a thinner one, and there is no equivalent pre-release serving work to point at.
The pre-release SGLang pull request is the tell for Qwen-Image 2.1. Framework support that lands before the weights means someone was testing the serving path against the checkpoint, not writing it from the model card afterwards.

The hosted path you keep alongside the experiment
Neither of these models is routable through OrcaRouter at the time of writing, and this article is not going to imply otherwise — both are self-host propositions, one under a licence that rules out production and one under no licence at all. What matters for a team evaluating them is that the evaluation does not have to sit on the critical path.
OrcaRouter fronts 200+ models behind one OpenAI-compatible endpoint at provider list price with zero markup, with automatic failover across providers and a routing DSL that lets you compose several models into a single call. The practical shape of that for this decision is a route where the model you already trust carries production traffic while a self-hosted checkpoint is tested beside it — and because list price is passed through rather than marked up, a vendor price change on any routed model is live on our side the same day instead of waiting on a contract amendment. The image models we do route today are OpenAI's GPT-Image family, Google's Imagen 4 tiers and Gemini image previews, and xAI's Grok Imagine image endpoint. If you are going to spend a week standing up a 33 GB diffusion transformer to find out whether it beats a hosted model, the hosted model is the control group, and it is worth having the control group already on a key.
What would change this comparison
Three things, in order of how much they would matter.
First, an independent benchmark score for either model. Neither has one, and until that changes every quality claim on both sides is a lab grading its own homework. Second, a licence: a permissive variant of Qwen-Image 2.1 would make it the obvious default for open image work at 7B, and any declared licence at all on LLaDA-Image-Turbo would at least make it plannable. Third, the early-access testers from Qwen's 17 September ModelScope programme were asked to publish samples or reviews by 29 September — eight days from now. That is when this stops being a two-model-card comparison and starts being a real one. Until then, the honest summary is that Qwen-Image 2.1 is the more capable-looking model you cannot commercialise, LLaDA-Image-Turbo is the faster one you cannot use at all without a conversation, and the licence file is the only part of either release that is fully settled.
