Analysis
Analysis

LLaDA-Image Reality Check: 53.53 Qwen-Image-Bench, 4-Step Turbo, but Training Code Is Still Coming

Published Sep 11, 2026 Sources checked Sep 7, 2026

inclusionAI's 6B LLaDA-Image leads the compared open models on Qwen-Image-Bench and has a 4-step Turbo variant, but the live repository still says training code is coming soon and no independent rerun or official wall-clock latency was found.

What actually shipped

inclusionAI released the LLaDA-Image family on September 4, 2026, one day after posting the technical report to arXiv. The release includes a Base checkpoint intended for roughly 50 diffusion steps and a distilled LLaDA-Image-Turbo checkpoint intended for about 2–4 steps, plus BF16 and FP8 weight variants.

The core generator is described as a 6B-parameter Diffusion Transformer (DiT) trained from scratch and conditioned by a frozen vision-language understanding module derived from LLaDA2.0-Mini. The full downloadable artifact is therefore larger than the 6B DiT alone; Hugging Face currently reports about 7B parameters for the composite repository metadata.

The same model family supports text-to-image generation, VQ-conditioned generation, reference-image editing and Chinese-English text rendering. That is a useful design point: generation and editing share one checkpoint rather than requiring a separate editing model.

The headline 53.53 score needs the right scope

The release headline is 53.53 on the English track and 53.38 on the Chinese track of Qwen-Image-Bench for the Base model. Those scores are strong, but they should be described precisely.

Qwen-Image-Bench uses 1,000 stratified prompts and a fine-tuned Q-Judger based on Qwen3.6-27B. The benchmark covers five top-level dimensions—Quality, Aesthetics, Alignment, Real-world Fidelity and Creative Generation—further decomposed into 56 fine-grained facets. Its public repository exposes the judge code, metadata and fixed inference settings, including temperature 0 and top-k 1.

According to inclusionAI's paper, LLaDA-Image scores 53.53 in English and 53.38 in Chinese, beating the next-best open model in its comparison, Z-Image Turbo, by 1.87 points in English and 0.67 points in Chinese.

That is an open-model leadership claim inside the paper's comparison, not an overall benchmark win. The same table reports GPT-Image 2 at 65.23 English and 64.69 Chinese, well ahead of LLaDA-Image. Several other closed systems also remain above it.

Vendor result, public benchmark, no independent LLaDA rerun found

There is an important evidence distinction here. Qwen-Image-Bench itself is public and reproducible, but the LLaDA-Image score is currently reported by inclusionAI in its own paper.

A repository search of the official QwenLM/Qwen-Image-Bench project on September 7 did not find a LLaDA-Image entry. I also did not find a separately published independent rerun with pinned generated outputs and a complete judge trace.

That does not make the score invalid. It means the current evidence level is provider-run evaluation on a public benchmark, rather than benchmark-owner confirmation or an independent reproduction.

Turbo cuts sampling steps, not guaranteed wall-clock time

LLaDA-Image-Turbo is distilled from the Base model using TwinFlow and is designed to work in 2–4 diffusion sampling steps, with the released quick-start recommending 4 steps. The Base model recommendation is 50 steps.

That is a 12.5× reduction in the number of diffusion steps from 50 to 4, but it would be misleading to call it a guaranteed 12.5× end-to-end speedup. Wall-clock latency also depends on GPU architecture, precision, model loading, attention kernels, VAE work, image size, batching, compilation and memory pressure.

The public paper and repository checked here do not provide a standardized latency table across H100, A100, RTX 4090 or other hardware. No official per-image latency distribution was found.

The quality tradeoff is visible in the authors' own Qwen-Image-Bench results. Turbo scores 50.98 English and 50.27 Chinese, versus 53.53 and 53.38 for Base. In other words, the much shorter sampling path is not free: the published benchmark loses about 2.55 points in English and 3.11 points in Chinese.

Editing is competitive, but not state of the art in the same paper

For image editing, inclusionAI evaluates on GEdit-Bench, which contains 606 real-world editing cases across 11 task categories and reports semantic consistency, perceptual quality and an overall score.

LLaDA-Image receives 7.336 overall on GEdit-Bench-EN and 7.294 on GEdit-Bench-CN. Those are respectable unified-model results, but they are below several specialist editing systems in the same table. For example, FireRed-Image-Edit is reported at 7.943 English and 7.887 Chinese, while Qwen-Image-Edit 2511 is reported at 7.877 and 7.819.

The authors themselves note that LLaDA-Image's semantic consistency is stronger than its perceptual-quality score, especially in English. That is useful practical guidance: one checkpoint can generate and edit, but specialist editors can still lead on editing quality.

Bilingual text rendering is balanced, not best overall

On LongText-Bench, which stresses long English and Chinese text rendering, the Base model scores 0.923 English and 0.913 Chinese. The cross-language gap is small, supporting the claim of balanced bilingual behavior.

However, those numbers do not lead the table. Qwen-Image 2512 is reported at 0.956 English and 0.965 Chinese, while Boogu-Image 0.1 Base reaches 0.952 and 0.969.

So the strongest reading is not "LLaDA-Image is the best text renderer." It is that the model combines generation, editing and reasonably balanced bilingual text rendering in one open-weight family.

The training recipe is detailed, but the live code release is incomplete

The paper's title emphasizes fully open training recipes, and the arXiv abstract says the authors release model weights, training code and detailed recipes.

The live GitHub repository creates a more cautious picture. As checked on September 7, the repository's open-source plan marks inference code and model weights as available, while training code is still listed as 'coming soon.'

The paper is unusually detailed about the training pipeline. It reports about 220 million generation-training samples, with 98% real images and more than 90% image-only samples. Image-only pre-training and mid-training build the visual prior before paired text-image supervision, and the real-image share remains above 70% during supervised fine-tuning.

Those details improve inspectability, but a paper recipe is not the same as a runnable end-to-end training release. Until the promised training code is actually available, outside labs cannot fully replay the complete pipeline from the official repository.

FP8 exists, but the first-party deployment path is still rough

The release includes FP8 checkpoint repositories for Base and Turbo. However, an open GitHub issue on September 6 asked whether the FP8 repository could be run, and on September 7 a repository collaborator replied that the official repo does not take FP8 inference into consideration, while pointing to community ComfyUI adaptations.

That is an important distinction between weights existing and a polished first-party FP8 inference path existing. Community ports may be useful, but they should not be presented as official deployment support.

A separate open issue asking for VRAM requirements had no answer when checked. The official materials reviewed here do not provide a simple minimum/recommended VRAM table for Base, Turbo, BF16 and FP8.

Pricing and access

LLaDA-Image is an open-weight release rather than a proprietary API product with a single official per-image price. Hugging Face currently shows the Base model as not deployed by a listed Inference Provider, so there is no standardized first-party hosted price to compare with closed image APIs.

Real cost therefore depends on where and how the model is run: GPU rental or ownership, precision, image resolution, batch size and runtime optimization all matter. The 4-step Turbo path should reduce diffusion compute relative to 50-step Base, but without a pinned hardware benchmark it is not responsible to invent a cents-per-image figure.

Likewise, this is an image generation/editing model, so an LLM-style "context window" is not directly comparable to GPT, Claude or Gemini token context. The public release does not define a standardized long-context token limit that should be ranked against language models.

SWE-bench Verified and SWE-bench Pro are not applicable here

SWE-bench Verified and SWE-bench Pro evaluate software-engineering agents. LLaDA-Image is an image generation and editing system, and no meaningful LLaDA-Image score should be inferred from those coding benchmarks.

The same rule applies in reverse: a coding score from LLaDA2.0 or another language model should not be transferred to LLaDA-Image simply because the names share a model family.

What early public feedback actually says

Early public discussion is focused less on the paper's headline score and more on deployability. The official repository has open questions about VRAM, FP8 execution, ComfyUI support and editing behavior.

That feedback is useful because it identifies real integration friction, but it is not a controlled quality benchmark. An individual GitHub issue does not prove broad community consensus or a model defect.

A bounded search did not surface a stable, directly attributable X post containing an independent controlled LLaDA-Image benchmark rerun. Rather than inventing an X consensus, this analysis records the available first-party repository discussions and leaves the independent-reproduction gap explicit.

Bottom line

LLaDA-Image is a technically interesting open-weight release. Its Base model leads the compared open models in inclusionAI's Qwen-Image-Bench evaluation at 53.53 English and 53.38 Chinese, while Turbo compresses the sampling path to four recommended steps and keeps generation plus editing in one family.

But several caveats materially change how the launch should be understood:

  • the Qwen-Image-Bench result is currently a provider-run score on a public benchmark, not an independently reproduced LLaDA submission found in the benchmark owner's repository;
  • Turbo uses far fewer diffusion steps, but no standardized wall-clock latency table was found;
  • specialist editing models still beat LLaDA-Image on GEdit-Bench in the authors' own comparison;
  • long-text rendering is balanced across English and Chinese but not table-leading;
  • the live GitHub repository still says training code is coming soon, despite the paper's stronger "fully open" language;
  • FP8 weights exist, but first-party FP8 inference and clear VRAM guidance are not yet polished in the public repo.

The most defensible description today is therefore: a strong, unusually transparent open-weight generation-and-editing family with promising public-benchmark results, but not yet a fully independently reproduced or end-to-end reproducible release.

Sources

This article is built from the source material below. Open the originals for full context and the latest updates.

More ways to save

Discover deals, coupons and free courses on our sister site.

Explore DealVorio
Save more with DealVorio: deals, coupons, free courses, apps and books