通义万相 / Qwen-Image(阿里)
1. 介绍
1.1. 平台概况
通义万相 / Qwen-Image 由阿里巴巴通义千问(Qwen)团队研发,通过阿里云百炼对外提供商业化 API。它在本组调研中代表一条独特的路线:开源权重 + 国产大厂。与闭源 SaaS 平台(Midjourney、Runway)或"开源模型 + 商业 API"双轨但保持权重开放(FLUX.2 klein 4B)的厂商不同,Qwen-Image 在 1.0 / 2.0 两个版本上以 Apache 2.0 许可开放了全部权重,随后在 3.0 版本上完成了一次教科书级的开放权重回缩——这一转折构成本篇最核心的 Harness 观察。
与 Midjourney"强模型 + 弱 Harness"的形态不同,Qwen-Image 的 Harness 结构呈现出分层外包的特征:
- 官方平台层很薄:阿里云百炼仅提供按量计费的生成/编辑端点,模型卡明确不支持 Function Calling、结构化输出、联网搜索、上下文缓存与批量推理。
- L3 编排层由 ComfyUI 节点图承担:社区已形成量化、微调、管线集成的完整节点生态,编排产物是可版本控制的 JSON 工作流(详见第 12 篇)。
- L4 记忆层由社区 LoRA / 工作流资产承担:人物、风格资产的持久化不在平台内,而在用户本地的 LoRA 文件与工作流模板中——3.0 闭源后这一能力发生断裂。
| 项 | 内容 | 置信度 |
|---|---|---|
| 研发方 | 阿里巴巴通义千问(Qwen)团队 / 阿里云百炼 | 高 |
| 产品与模型双线 | 通义万相(wanx / wan 系列,商业化 API)+ Qwen-Image(开源图像基座) | 高 |
| Qwen-Image 1.0 | 2025-08 发布,20B 参数 MMDiT,Apache 2.0 开源 | 高(官方发布页) |
| Qwen-Image 2.0 | 2026-02 发布,7B 参数,原生 2048×2048,Apache 2.0 | 中高,发布日 |
| Qwen-Image 3.0 | 2026-07-21 发布,不开放权重、无基准表、无模型卡、无技术报告,仅能通过 Qwen Chat 使用 | 中高(重要事实,建议复核) |
| API 计价 | wan2.7-image 0.2 元/张;wanx2.1-imageedit 0.14 元/张(免费额度 500 张) | 极高(阿里云官方文档) |
| 最低本地部署门槛 | 单张 RTX 3090(DFloat11 量化 + CPU offload) | 中高(官方发布页) |
1.2. 版本沿革:从开源到闭源的战略转向
Qwen-Image 的三个版本构成一条清晰的演进曲线,也是本组唯一在调研时点窗口内完成"开放 → 闭源"切换的样本:
| 版本 | 时间 | 参数量 | 权重与披露 | 关键能力 |
|---|---|---|---|---|
| 1.0 | 2025-08 | 20B(MMDiT) | Apache 2.0 开源 | 9 项公开基准第一:GenEval 0.91(RL 后)、DPG 88.32、OneIG-Bench 综合领先、GEdit 图像编辑第一;多行排版与中英文高保真渲染 |
| 2.0 | 2026-02 | 7B | Apache 2.0 开源 | 原生 2K;生图与编辑统一为单一模型;约 1,000 token 长提示词专业排版 |
| 3.0 | 2026-07-21 | 未披露 | 闭源:无权重、无基准、无模型卡、无技术报告 | 提示词上限 4,500 token(约为前代 4.5 倍);文字渲染下探 10 像素;多行公式;12 种语言;可折叠实时数据(如指定日期地点的天气预报) |
这一转向的工程含义是:依赖本地部署与私有化微调的开发者在 3.0 上失去了全部四个工程杠杆——权重(可部署性)、基准(可比性)、模型卡(可审计性)、技术报告(可复现性)。3.0 仍可使用,但只能以 Qwen Chat 黑盒方式调用,其可预期性完全依赖厂商信用而非工程证据。这与同期 FLUX.2 klein 4B 坚持 Apache 2.0 形成鲜明对照,构成本组"开放 vs 闭源"横向议题的两个端点。
1.3. 定价与开放形态
阿里云百炼 API 定价(官方文档,极高置信):
| 端点 | 能力 | 单价 | 限流 / 额度 |
|---|---|---|---|
| wan2.7-image | 文生图 / 文生组图 / 图生组图 / 图像编辑 / 多图参考生成 / 交互式编辑 | 0.2 元/张(国际部署 0.224826 元/张) | RPM 300 |
| wanx2.1-imageedit | 通用图像编辑 | 0.14 元/张($0.020070/张) | 免费额度 500 张,限流 2 |
资源包(阿里云开发者社区口径,中高置信):
| 资源包 | 价格 | 规格 |
|---|---|---|
| Qwen-Image 图像生成资源包 | ¥20 / 3 个月 | 80 张 |
| Qwen-Image 图像生成资源包 | ¥100 / 3 个月 | 400 张 |
| 千问 Qwen-Image-Plus 资源包 | ¥20 / 3 个月 | 100 张 |
| 千问 Qwen-Image-Plus 资源包 | ¥196 / 3 个月 | 1,000 张 |
开放形态为三线并行:Hugging Face / GitHub 开源权重(1.0 / 2.0)+ 阿里云百炼 API(DashScope SDK)+ Qwen Chat(3.0 唯一入口)。地域限制:wanx2.1-imageedit 文档标注仅适用于华北 2(北京)地域,且需使用该地域的 API Key。
2. 名词解释
| 术语 | 英文 / 缩写 | 释义 |
|---|---|---|
| 通义万相 | Wanx / Wan | 阿里云商业化图像生成产品线,模型端点以 wanx 与 wan 前缀命名 |
| 通用图像编辑 | wanx2.1-imageedit | 阿里云百炼的图像编辑端点:全局/局部风格化、指令编辑、局部重绘、去文字水印、按比例扩图、超分、上色、线稿生图、参考卡通形象生图 |
| 万相 2.7 | wan2.7-image | 2026 年时点的主力生成端点:文生图、文生组图、图生组图、图像编辑、多图参考生成、交互式编辑;文字渲染、主体一致性、复杂指令遵循更强 |
| 多模态扩散 Transformer | MMDiT(Multimodal Diffusion Transformer) | 以 Transformer 取代 UNet 作为扩散骨干、同时处理文本与图像模态的架构;Qwen-Image 1.0 的 20B 骨干 |
| 双编码机制 | Dual Encoding | 图像编辑采用的两路条件编码:语义编码(Qwen2.5-VL 提取高层概念)+ 重建编码(VAE 捕获低层纹理),兼顾语义一致与视觉保真 |
| 渐进式课程学习 | Progressive Curriculum | 文字渲染能力按难度分级逐步训练:无文字图 → 单词短语 → 完整句子多行 → 段落级复杂排版 |
| 文生组图 | Text-to-Image-Set | 一次生成一组带全局规划的图片(如成套素材),而非孤立单图 |
| 交互式编辑 | Interactive Editing | 在会话中对已生成图像持续做文本驱动的修改,无需重新上传 |
| DFloat11 量化 | DFloat11 | 无损压缩权重格式,配合 CPU offload 使 20B 模型可在单张 RTX 3090 上运行 |
| 局部重绘 | Inpainting | 对涂抹区域重新生成、区域外保持不变;wanx2.1-imageedit 中白色为涂抹区 |
| 扩图 | Outpainting | 按比例扩展画布并续写内容 |
| 低秩适配 | LoRA | 小参数量微调模块;开源权重下用户可自行训练人物/风格资产(3.0 闭源后不可用于新版) |
| 公开基准 | GenEval / DPG-Bench / GEdit / OneIG-Bench | 文生图与图像编辑的常用评测集;Qwen-Image 1.0 在其中 9 项取得第一 |
3. 功能说明
3.1. 生成与编辑能力矩阵
| 能力 | 载体 | 说明 |
|---|---|---|
| 文生图 / 图生图 | wan2.7-image / 开源权重 | 主力生成能力,支持中英文提示词 |
| 文生组图 / 图生组图 | wan2.7-image | 一次生成成组图片,带全局一致性 |
| 多图参考生成 | wan2.7-image | 以多张参考图约束主体与风格 |
| 图像编辑 / 交互式编辑 | wan2.7-image | 2.0 起生图与编辑统一为单一模型 |
| 指令编辑 | wanx2.1-imageedit | 无需指定区域,直接以文本指令增删改 |
| 局部重绘 | wanx2.1-imageedit | 涂抹区域重绘,白色为涂抹区 |
| 扩图 / 超分 / 上色 | wanx2.1-imageedit | 按比例扩图、分辨率增强、黑白上色 |
| 去文字水印 | wanx2.1-imageedit | 去除中英文文字水印(注意:对第三方版权物料的合法性由使用方自证) |
| 线稿生图 / 参考卡通形象生图 | wanx2.1-imageedit | 草稿与 IP 形象两条辅助生成链路 |
3.2. 中英文文字渲染:核心差异化
Qwen-Image 的立身之本是中英文复杂文字渲染,这也是其训练策略最独特的部分:
- 渐进式课程学习:从无文字图开始,逐级过渡到单词、短语、完整句子多行、段落级复杂排版,使模型把"写字"当作长程任务而非局部纹理。
- 训练数据配比:约 55% 自然图像、27% 设计内容、13% 人像、5% 合成文字渲染数据——设计内容占比显著高于同代模型,这解释了其在海报、排版、信息图场景的优势。
- 能力上限:2.0 支持约 1,000 token 的长提示词做专业排版;3.0 提示词上限达 4,500 token,文字渲染下探到 10 像素,并支持多行公式与 12 种语言。
- 3.0 的"可折叠实时数据"能力(如指定日期地点的天气预报)意味着生成管线内嵌了实时信息获取,但该能力的实现机制未公开(是否为推理时联网检索 )。
3.3. 已知工程约束
- 模型卡明示的能力缺失:不支持 Function Calling、结构化输出、联网搜索、上下文缓存、批量推理(阿里云模型卡,高置信)。对构建 Agent 化工作流的使用方,这意味着 L2/L3 的能力必须全部外置。
- 生图与编辑统一(2.0 起)是正向约束:同一条链路内完成"生成 → 编辑 → 再生成",无需切换端点。
- 地域限制:wanx2.1-imageedit 仅华北 2(北京)地域可用,跨地域调用需单独配置 API Key。
- 3.0 黑盒化:无基准表与模型卡,使用方无法以工程手段验证其行为边界。
4. 平台架构
图 4-1|Qwen-Image 平台架构:双编码核心 × 分层外包
数据来源:基于本文分析绘制的示意图。
4.1. 模型架构:双编码机制
以 2.0 为例(mindstudio 梳理,中置信,建议以官方技术报告复核):
- 编码器 - 解码器分离:编码器为 Qwen3-VL,负责理解提示词与输入图;解码器为扩散模型。
- 图像编辑双编码:语义编码由 Qwen2.5-VL 提取高层概念("把 T 恤改成红色"中的对象与属性),重建编码由 VAE 捕获低层纹理(布料纹路、光影),两路条件在解码端融合。
- 参数瘦身:1.0 的 20B → 2.0 的 7B,伴随原生分辨率从 1K 级提升到 2K,说明 2.0 的训练重点在效率与编辑统一而非参数规模。
- 3.0 架构未披露。
4.2. 训练策略与数据配比
- 渐进式课程学习(见 3.2 节)。
- 数据配比 55% 自然图像 / 27% 设计内容 / 13% 人像 / 5% 合成文字渲染数据(mindstudio 口径,中置信)。
- 1.0 的 GenEval 0.91 为强化学习后成绩,说明其训练管线末端包含 RLHF 类对齐环节。
4.3. 分发形态:权重、API 与 Chat 三线并行
| 分发线 | 承载版本 | 面向人群 | Harness 含义 |
|---|---|---|---|
| Hugging Face / GitHub 开源权重 | 1.0 / 2.0(Apache 2.0) | 本地部署、微调、私有化 | L3/L4 交给 ComfyUI 与 LoRA 生态 |
| 阿里云百炼 API | wan2.7-image / wanx2.1-imageedit | 生产集成、按量付费 | 端点薄,编排外置 |
| Qwen Chat | 3.0(唯一入口) | 消费者 | 黑盒,无工程杠杆 |
5. Harness 设计
5.1. 六层能力总览
| 层 | Qwen-Image / 通义万相的实现 | 证据强度 |
|---|---|---|
| L1 上下文工程 | 长提示词契约(1K → 4.5K token)+ 多图参考 + 双编码 | 中高 |
| L2 工具与执行 | 生成/编辑/重绘/扩图/超分/上色/去水印/线稿生图;ComfyUI 节点生态承接执行 | 中高 |
| L3 编排与控制 | 官方平台层不编排;编排由 ComfyUI 节点图承担;模型卡明示无 Function Calling 等能力 | 高(官方模型卡) |
| L4 记忆与状态 | 开源权重 = 可微调/量化/私有化的长期资产;3.0 闭源后断裂 | 中高 |
| L5 评估与观测 | 9 项公开基准第一(1.0);3.0 无任何基准披露;阿里自评榜单中 2.0 Pro 仅列第五 | 中高 |
| L6 治理与安全 | Apache 2.0 最宽松许可(1.0/2.0);3.0 无模型卡、不可审计;地域级 API 限制 | 中高 |
5.2. L1 上下文工程层
Qwen-Image 的上下文契约以长提示词为核心:1.0 / 2.0 约 1,000 token,3.0 达 4,500 token,可一次性指定完整场景、排版层级与数据内容。配合双编码机制,输入上下文分为"语义路"(VLM 理解的对象、属性、指令)与"重建路"(VAE 保留的纹理与光影)两类,这是本组平台中少见的对输入上下文做语义/纹理分工的架构。3.0 的"可折叠实时数据"若确为推理时联网检索,则意味着其 L1 进一步纳入了外部知识(机制 )。
5.3. L2 工具与执行层
官方端点提供的能力集覆盖生成与编辑全谱(见 3.1 节表格),但全部以单一端点形式暴露,无工具注册、无插件机制。真正的工具化发生在社区侧:ComfyUI 已形成 Qwen-Image 的量化、微调与管线集成节点,把模型封装为 LoadImage → 模型节点 → SaveImage 的可组合图。换言之,L2 的丰富度取决于使用方选择哪条分发线:API 线得到的是端点,权重线得到的是节点。
5.4. L3 编排与控制层:ComfyUI 承担编排
这是本篇最重要的 Harness 观察。官方平台层明确不做编排(模型卡明示无 Function Calling / 结构化输出 / 联网搜索 / 上下文缓存 / 批量推理),因此:
- 闭源 SaaS 平台的 L3(如美图设计室 Agent Teams、Leonardo Blueprints)在 Qwen-Image 体系里由 ComfyUI 节点图承担:工作流即 JSON 图,可版本控制、可经 Comfy SDK 从代码运行(详见第 12 篇 5.3 节)。
- 2.0 起"生图与编辑统一为单一模型",使"文生图 → 文本编辑同一张图"在一条链路内闭环,降低了对外部状态机的依赖。
- 代价是编排责任完全转移给使用方:错误处理、重试、并发控制、成本控制均需自建,官方不提供任何编排指引。这与 FLUX.2 提供固定快照端点(可复现性开关)的"厂商承担一半"形态不同。
5.5. L4 记忆与状态层:社区资产承担持久化
开源权重使"记忆"以三种形式沉淀在使用方侧:
- LoRA:人物、风格、品牌资产固化为小参数量文件,可跨项目复用。
- 量化模型:DFloat11 等量化产物本身是可持久化、可再分发的资产。
- 工作流模板:把"参数 + 节点图"作为可复现的配方保存。
这一形态的 L4 深度理论上高于任何闭源平台的内置资产库——但3.0 闭源使该能力对新版本断裂:社区无法为 3.0 训练 LoRA,既有微调管线也止步于 2.0。这是本组最值得记录的"L4 风险案例":开放权重带来的资产能力,可以在一次版本决策中被收回。
5.6. L5 评估与观测层
- 正向证据:1.0 发布时在 9 项公开基准取得第一(GenEval 0.91、DPG 88.32、GEdit 图像编辑第一、OneIG-Bench 综合领先),是本组披露基准最完整的国产模型之一。
- 不利披露(须如实写入):阿里自家的 Qwen-Image-Bench 中,Qwen-Image 2.0 Pro 仅列第五,次于 GPT Image 与 Nano Banana 线——厂商自评榜单中出现对己不利的排名,属于罕见的自我披露样本。
- 回缩:3.0 无任何基准披露,评估线索归零。观察口径从"可量化对比"退化为"可用性主观体验"。
- 成本观测面较好:API 按张计价(0.2 元 / 0.14 元),成本可精确预估;开源侧无计量,成本即电费与显卡折旧。
5.7. L6 治理与安全层
- 许可治理:1.0 / 2.0 的 Apache 2.0 是本组最宽松的开源许可(可商用、可修改、可再分发),治理边界清晰;3.0 无许可条款、无模型卡,使用方无法审计其训练数据与方法。
- 合规义务:无论开源还是 API 线,商用生成物在中国境内均受《人工智能生成合成内容标识办法》约束(2025-09-01 施行):提供下载、复制、导出功能时应在文件中加入显式标识,并在元数据中添加隐式标识(第四条、第五条)。开源权重路径下,这些义务完全落在部署者身上——官方未公开提供标识组件,部署者必须自建(与第 12 篇开发生态的 L6 缺失同构)。
- 去水印功能的治理张力:wanx2.1-imageedit 提供去中英文文字水印能力;《标识办法》第十条禁止恶意删除、篡改标识——使用该能力处理含 AI 标识的第三方内容存在合规风险,应由使用方自证合法性。
5.8. 成熟度判断
Qwen-Image 体系的 Harness 是典型的"模型强、平台薄、生态补位"形态:
- L1 强(长提示词 + 双编码是模型内建能力);
- L2 / L3 / L4 的工程能力大头在 ComfyUI 与 LoRA 生态,且只在 1.0 / 2.0 上成立;
- L5 曾经是本组最强(9 项基准第一),因 3.0 拒绝披露而转为不可评估;
- L6 的许可治理从"最宽松"跌至"不可审计",是六层中震荡最大的一层。
6. 实际案例
- 官方发布的带量化效果数据的商家客户案例:未检索到,如实标注为无结果,不以"行业广泛使用"等模糊表述替代。
- 社区事实(定性,无量化数据):Qwen-Image 在 Hugging Face / GitHub 上被社区广泛用于 ComfyUI 本地管线与 LoRA 微调,是开源权重线真实生态活动的体现;具体部署规模无公开统计。
- 可用的横向对比材料:阿里自评的 Qwen-Image-Bench 排名(2.0 Pro 第五,次于 GPT Image 与 Nano Banana 线)可作为厂商自我披露的对比依据引用。
- "模型即产品"路径:通义万相端点在阿里云百炼上的持续更新(wan2.7-image 等)本身说明其商业化以云 API 为主,而非独立 C 端产品。
7. 总结
7.1. 优势
- 中英文文字渲染的第一梯队:多行排版、段落级文本、公式与表格渲染是差异化壁垒,海报 / 信息图 / 电商主图等"图内有字"场景优先考虑。
- 开源权重带来的完整工程自主权(1.0 / 2.0):可本地部署(单张 RTX 3090 起步)、可微调、可私有化、可再分发,Apache 2.0 无商用障碍。
- API 价格处于国产第一梯队低位:0.2 元/张(生成)、0.14 元/张(编辑),配合资源包进一步摊薄。
- 基准披露记录良好(1.0 / 2.0),选型前有可量化的公开依据。
7.2. 局限与适用边界
- 3.0 闭源是最大变数:权重、基准、模型卡、技术报告四项全部缺失,对依赖本地化与可审计性的团队构成战略风险。
- 官方平台层无编排:Agent 化、批量生产、工作流治理全部需要使用方自建或引入 ComfyUI。
- 不支持的模型卡能力清单(Function Calling、联网搜索、上下文缓存、批量推理)意味着它不适合作为 Agent 的原生工具组件,只适合作为被编排的生成节点。
7.3. 选型建议
- 需要"图内有字"的中文场景(海报、详情页、信息图、课件):Qwen-Image 是国内首选之一;若需联网事实类数据,3.0 的实时数据能力值得试用但需接受黑盒。
- 需要私有化部署 / 数据不出域:锁定 1.0 / 2.0 权重线,并在合同与资产规划中假设"版本冻结"——不要把 3.0 当作可升级目标。
- 需要批量电商生产:与第 15 篇 WeShop、第 16 篇 PicCopilot 对照评估;Qwen-Image 胜在通用与成本,输在电商垂直能力(SKU 一致性工具链)。
- 需要厂商承担编排与治理:选择闭源 SaaS(美图设计室、Leonardo 等)而非 Qwen-Image。
7.4. 合规提示
商用生成物应满足《人工智能生成合成内容标识办法》(2025-09-01 施行)的显式 + 隐式双标识要求;开源部署路径下该义务由部署者承担。涉及人像的生成须遵守《民法典》第一千零一十八条、第一千零一十九条关于肖像权的规定;去水印功能的使用应以合法权利为前提。
8. 参考资料
- Qwen-Image Open Source Release — Qwen 团队,2025。https://www.qwenimages.com/blog/qwen-image-release
- 阿里云百炼 · wan2.7-image 模型文档 — 阿里云。https://help.aliyun.com/zh/model-studio/wan2-7-image
- 阿里云 · 图像编辑-万相2.1(wanx2.1-imageedit)— 阿里云。https://help.aliyun.com/document_detail/2874281.html
- 阿里云开发者社区 · 通义万相与 Qwen-Image 资源包定价 — 阿里云。https://developer.aliyun.com/article/1761358
- MindStudio · What Is Qwen Image? Alibaba's AI Image Generation Model — MindStudio。https://www.mindstudio.ai/blog/what-is-qwen-image-alibaba
- Creative AI News · Qwen-Image-3.0 Ships Without Open Weights or Report — 2026。https://www.creativeainews.com/articles/qwen-image-3-0-closed-no-weights-2026
- Comfy 官网(开发者平台 / 工作流 / SDK) — Comfy Org。https://www.comfy.org/zh-cn/
- 《人工智能生成合成内容标识办法》全文 — 中央网信办,2025-03-14。https://www.cac.gov.cn/2025-03/14/c_1743654684782215.htm
- 《人工智能生成合成内容标识办法》解读 — 中国政府网 / 新华社,2025-03-16。https://www.gov.cn/zhengce/202503/content_7014281.htm
- ComfyUI 官方工作流「虚拟角色试穿 - 四合一」 — Comfy Org。https://comfy.org/zh/workflows/templates_rob_fashion_shoot_vton-4in1.app/
信息缺口声明
- Qwen-Image 2.0 的准确发布日期:2026-02 与 2026-02-10 两种表述并存,均来自第三方梳理。
- Qwen-Image 2.0 的 DPG 分数:第三方引用的 88.32 与 1.0 相同,疑为沿用旧值。
- Qwen-Image 3.0 的发布信息(2026-07-21、4,500 token、10px 文字渲染、12 种语言、可折叠实时数据)主要来自单一行业媒体(creativeainews.com),建议以官方 GitHub Release 或 Qwen Chat 公告复核。
- 3.0"可折叠实时数据"的实现机制(是否为推理时联网检索)未公开。[待填写]
- 训练数据配比与双编码机制细节来自第三方技术梳理(mindstudio),未见官方技术报告直接确认。
- 官方客户案例与量化效果数据:未检索到。
- 各版本在《标识办法》下的标识实现细节(显式标识样式、隐式元数据字段):官方未公开说明。[待填写]
Qwen-Image (Alibaba)
1. Introduction
1.1. Platform Overview
Qwen-Image, developed by Alibaba's Qwen team and offered as a commercial API through Alibaba Cloud Bailian, represents a distinctive path in this group's research: open weights + a major domestic vendor. Unlike closed-source SaaS platforms (Midjourney, Runway) or vendors following a dual-track "open-source model + commercial API" approach while keeping weights open (FLUX.2 klein 4B), Qwen-Image released all its weights under the Apache 2.0 license for versions 1.0 / 2.0, then performed a textbook-case rollback from open weights in version 3.0 — a pivot that forms the core Harness observation of this article.
Unlike Midjourney's "strong model + weak harness" form, Qwen-Image's harness structure is characterized by layered outsourcing:
- The official platform layer is very thin: Alibaba Cloud Bailian provides only pay-as-you-go generation/editing endpoints, and the model card explicitly states no support for Function Calling, structured output, web search, context caching, or batch inference.
- The L3 orchestration layer is carried by ComfyUI node graphs: the community has formed a complete node ecosystem for quantization, fine-tuning, and pipeline integration, and the orchestration artifact is a version-controllable JSON workflow (see Article 12).
- The L4 memory layer is carried by community LoRA / workflow assets: the persistence of character and style assets lives not inside the platform but in the user's local LoRA files and workflow templates — a capability that broke after 3.0 closed its source.
| Item | Content | Confidence |
|---|---|---|
| Developer | Alibaba Qwen team / Alibaba Cloud Bailian | High |
| Dual product + model line | Wanx (wanx / wan series, commercial API) + Qwen-Image (open-source image foundation) | High |
| Qwen-Image 1.0 | Released 2025-08, 20B-parameter MMDiT, Apache 2.0 open source | High (official release page) |
| Qwen-Image 2.0 | Released 2026-02, 7B parameters, native 2048×2048, Apache 2.0 | Medium-high, release date |
| Qwen-Image 3.0 | Released 2026-07-21, no open weights, no benchmark table, no model card, no technical report, usable only via Qwen Chat | Medium-high (important fact, recommended for re-verification) |
| API pricing | wan2.7-image ¥0.2/image; wanx2.1-imageedit ¥0.14/image (500 free images) | Very high (official Alibaba Cloud docs) |
| Minimum local deployment | Single RTX 3090 (DFloat11 quantization + CPU offload) | Medium-high (official release page) |
1.2. Version History: The Strategic Turn from Open to Closed Source
The three versions of Qwen-Image form a clear evolution curve and are the only sample in this group to complete an "open → closed-source" switch within the research window:
| Version | Time | Parameters | Weights & Disclosure | Key Capabilities |
|---|---|---|---|---|
| 1.0 | 2025-08 | 20B (MMDiT) | Apache 2.0 open source | First on 9 public benchmarks: GenEval 0.91 (post-RL), DPG 88.32, OneIG-Bench overall leader, GEdit image-editing first; multi-line layout and high-fidelity Chinese-English rendering |
| 2.0 | 2026-02 | 7B | Apache 2.0 open source | Native 2K; generation and editing unified into a single model; professional layout for long prompts of ~1,000 tokens |
| 3.0 | 2026-07-21 | Not disclosed | Closed source: no weights, no benchmarks, no model card, no technical report | Prompt limit of 4,500 tokens (~4.5× the previous generation); text rendering down to 10 pixels; multi-line formulas; 12 languages; collapsible real-time data (e.g. weather forecast for a specified date and location) |
The engineering implication of this pivot: developers relying on local deployment and private fine-tuning lose all four engineering levers on 3.0 — weights (deployability), benchmarks (comparability), model card (auditability), and technical report (reproducibility). 3.0 remains usable, but only as a Qwen Chat black box; its predictability depends entirely on vendor credibility rather than engineering evidence. This stands in stark contrast to FLUX.2 klein 4B's insistence on Apache 2.0 at the same time, forming the two poles of this group's "open vs. closed-source" cross-cutting issue.
1.3. Pricing and Open Form
Alibaba Cloud Bailian API pricing (official docs, very high confidence):
| Endpoint | Capability | Unit Price | Rate Limit / Quota |
|---|---|---|---|
| wan2.7-image | Text-to-image / text-to-image set / image-to-image set / image editing / multi-image reference generation / interactive editing | ¥0.2 per image (¥0.224826 per image for international deployment) | RPM 300 |
| wanx2.1-imageedit | General image editing | ¥0.14 per image ($0.020070/image) | 500 free images, rate limit 2 |
Resource packs (per Alibaba Cloud Developer Community, medium-high confidence):
| Resource Pack | Price | Spec |
|---|---|---|
| Qwen-Image image generation pack | ¥20 / 3 months | 80 images |
| Qwen-Image image generation pack | ¥100 / 3 months | 400 images |
| Qwen-Image-Plus pack | ¥20 / 3 months | 100 images |
| Qwen-Image-Plus pack | ¥196 / 3 months | 1,000 images |
The open form runs on three parallel tracks: Hugging Face / GitHub open weights (1.0 / 2.0) + Alibaba Cloud Bailian API (DashScope SDK) + Qwen Chat (the only entry point for 3.0). Regional restriction: the wanx2.1-imageedit docs state it applies only to the North China 2 (Beijing) region and requires an API Key from that region.
2. Glossary
| Term | English / Abbreviation | Meaning |
|---|---|---|
| Wanx | Wanx / Wan | Alibaba Cloud's commercial image generation product line; model endpoints are named with the wanx and wan prefixes |
| General image editing | wanx2.1-imageedit | Alibaba Cloud Bailian's image-editing endpoint: global/partial stylization, instruction editing, inpainting, text-watermark removal, proportional outpainting, super-resolution, colorization, line-art-to-image, and reference cartoon-character-to-image |
| Wanx 2.7 | wan2.7-image | The main generation endpoint as of 2026: text-to-image, text-to-image set, image-to-image set, image editing, multi-image reference generation, interactive editing; stronger text rendering, subject consistency, and complex instruction following |
| Multimodal Diffusion Transformer | MMDiT (Multimodal Diffusion Transformer) | An architecture that replaces UNet with a Transformer as the diffusion backbone while processing both text and image modalities; the 20B backbone of Qwen-Image 1.0 |
| Dual encoding | Dual Encoding | The two-path conditional encoding used for image editing: semantic encoding (Qwen2.5-VL extracts high-level concepts) + reconstruction encoding (VAE captures low-level texture), balancing semantic consistency and visual fidelity |
| Progressive curriculum learning | Progressive Curriculum | Text-rendering capability trained progressively by difficulty: text-free images → words and phrases → complete multi-line sentences → paragraph-level complex layout |
| Text-to-image set | Text-to-Image-Set | Generating a set of globally planned images at once (e.g. a matching asset set) rather than isolated single images |
| Interactive editing | Interactive Editing | Continuously making text-driven modifications to an already generated image within a session, without re-uploading |
| DFloat11 quantization | DFloat11 | A lossless compressed-weight format that, combined with CPU offload, lets the 20B model run on a single RTX 3090 |
| Inpainting | Inpainting | Regenerating the painted-over region while leaving the rest unchanged; in wanx2.1-imageedit white marks the painted region |
| Outpainting | Outpainting | Proportionally extending the canvas and continuing the content |
| Low-rank adaptation | LoRA | A low-parameter fine-tuning module; with open weights, users can train their own character/style assets (unusable for new versions after 3.0 closed its source) |
| Public benchmarks | GenEval / DPG-Bench / GEdit / OneIG-Bench | Common evaluation sets for text-to-image and image editing; Qwen-Image 1.0 took first place in 9 of them |
3. Capabilities
3.1. Generation & Editing Capability Matrix
| Capability | Carrier | Description |
|---|---|---|
| Text-to-image / image-to-image | wan2.7-image / open weights | Core generation capability, supports Chinese-English prompts |
| Text-to-image set / image-to-image set | wan2.7-image | Generates a set of images at once with global consistency |
| Multi-image reference generation | wan2.7-image | Constrains subject and style with multiple reference images |
| Image editing / interactive editing | wan2.7-image | From 2.0 onward, generation and editing unified into a single model |
| Instruction editing | wanx2.1-imageedit | Add, remove, or modify directly with text instructions, no region specification needed |
| Inpainting | wanx2.1-imageedit | Regenerates the painted-over region; white marks the painted region |
| Outpainting / super-resolution / colorization | wanx2.1-imageedit | Proportional canvas extension, resolution enhancement, black-and-white colorization |
| Text-watermark removal | wanx2.1-imageedit | Removes Chinese-English text watermarks (note: the legality of handling third-party copyrighted material must be self-certified by the user) |
| Line-art-to-image / reference cartoon-character-to-image | wanx2.1-imageedit | Two auxiliary generation paths for drafts and IP characters |
3.2. Bilingual Text Rendering: The Core Differentiator
Qwen-Image's foundation is complex bilingual Chinese-English text rendering, which is also the most distinctive part of its training strategy:
- Progressive curriculum learning: starting from text-free images, it transitions progressively through words, phrases, complete multi-line sentences, and paragraph-level complex layout, making the model treat "writing" as a long-horizon task rather than a local texture.
- Training data mix: roughly 55% natural images, 27% design content, 13% portraits, and 5% synthetic text-rendering data — the design-content share is significantly higher than in same-generation models, which explains its strengths in poster, layout, and infographic scenarios.
- Capability ceiling: 2.0 supports long prompts of ~1,000 tokens for professional layout; 3.0 raises the prompt limit to 4,500 tokens, brings text rendering down to 10 pixels, and supports multi-line formulas and 12 languages.
- 3.0's "collapsible real-time data" capability (e.g. a weather forecast for a specified date and location) implies that the generation pipeline embeds real-time information acquisition, but the implementation mechanism of this capability is not disclosed (whether it performs web retrieval at inference time).
3.3. Known Engineering Constraints
- Capability gaps stated in the model card: no Function Calling, structured output, web search, context caching, or batch inference (per the Alibaba Cloud model card, high confidence). For users building agentized workflows, this means all L2/L3 capabilities must be externalized.
- Generation-editing unification (from 2.0) is a positive constraint: "generate → edit → regenerate" happens within a single pipeline without switching endpoints.
- Regional restriction: wanx2.1-imageedit is available only in the North China 2 (Beijing) region; cross-region calls require a separately configured API Key.
- 3.0 black-boxing: with no benchmark table or model card, users cannot verify its behavioral boundaries through engineering means.
4. Platform Architecture
图 4-1|Qwen-Image 平台架构:双编码核心 × 分层外包
数据来源:基于本文分析绘制的示意图。
4.1. Model Architecture: Dual Encoding Mechanism
Using 2.0 as an example (per MindStudio's analysis, medium confidence, recommended for cross-checking against the official technical report):
- Encoder-decoder separation: the encoder is Qwen3-VL, responsible for understanding the prompt and input images; the decoder is a diffusion model.
- Dual encoding for image editing: semantic encoding uses Qwen2.5-VL to extract high-level concepts (the object and attributes in "change the T-shirt to red"), while reconstruction encoding uses VAE to capture low-level texture (fabric grain, lighting); the two conditioning paths are fused at the decoder.
- Parameter slimming: from 20B in 1.0 to 7B in 2.0, accompanied by a native resolution increase from 1K-level to 2K, showing that 2.0's training focus was efficiency and editing unification rather than parameter scale.
- 3.0's architecture was not disclosed.
4.2. Training Strategy and Data Mix
- Progressive curriculum learning (see section 3.2).
- Data mix of 55% natural images / 27% design content / 13% portraits / 5% synthetic text-rendering data (per MindStudio, medium confidence).
- 1.0's GenEval 0.91 is a post-reinforcement-learning score, indicating its training pipeline ends with an RLHF-like alignment stage.
4.3. Distribution: Weights, API, and Chat on Three Parallel Tracks
| Distribution track | Versions carried | Audience | Harness implication |
|---|---|---|---|
| Hugging Face / GitHub open weights | 1.0 / 2.0 (Apache 2.0) | Local deployment, fine-tuning, privatization | L3/L4 delegated to the ComfyUI and LoRA ecosystem |
| Alibaba Cloud Bailian API | wan2.7-image / wanx2.1-imageedit | Production integration, pay-as-you-go | Thin endpoints, orchestration externalized |
| Qwen Chat | 3.0 (only entry point) | Consumers | Black box, no engineering levers |
5. Harness Design
5.1. Six-Layer Capability Overview
| Layer | Qwen-Image / Wanx implementation | Evidence strength |
|---|---|---|
| L1 Context engineering | Long-prompt contract (1K → 4.5K tokens) + multi-image reference + dual encoding | Medium-high |
| L2 Tools & execution | Generation/editing/inpainting/outpainting/super-resolution/colorization/watermark removal/line-art generation; ComfyUI node ecosystem carries execution | Medium-high |
| L3 Orchestration & control | The official platform layer does not orchestrate; orchestration is carried by ComfyUI node graphs; the model card explicitly states no Function Calling and similar capabilities | High (official model card) |
| L4 Memory & state | Open weights = a long-term asset that can be fine-tuned/quantized/privatized; broken after 3.0 closed its source | Medium-high |
| L5 Evaluation & observability | First on 9 public benchmarks (1.0); 3.0 discloses no benchmarks at all; in Alibaba's own ranking, 2.0 Pro ranks only fifth | Medium-high |
| L6 Governance & security | Apache 2.0 as the most permissive license (1.0/2.0); 3.0 has no model card and is unauditable; region-level API restrictions | Medium-high |
5.2. L1 Context Engineering Layer
Qwen-Image's context contract centers on long prompts: roughly 1,000 tokens in 1.0 / 2.0 and up to 4,500 tokens in 3.0, allowing a complete scene, layout hierarchy, and data content to be specified at once. Combined with the dual-encoding mechanism, input context is divided into a "semantic track" (objects, attributes, and instructions understood by the VLM) and a "reconstruction track" (texture and lighting preserved by the VAE) — an architecture that divides input context into semantic/texture roles, which is rare among platforms in this group. If 3.0's "collapsible real-time data" indeed performs web retrieval at inference time, its L1 would further incorporate external knowledge (mechanism).
5.3. L2 Tools & Execution Layer
The capability set provided by the official endpoints covers the full spectrum of generation and editing (see the table in 3.1), but all of it is exposed as single endpoints, with no tool registration and no plugin mechanism. Real tooling happens on the community side: ComfyUI has formed quantization, fine-tuning, and pipeline-integration nodes for Qwen-Image, wrapping the model as a composable graph of LoadImage → model node → SaveImage. In other words, the richness of L2 depends on which distribution line the user chooses: the API line yields endpoints, while the weights line yields nodes.
5.4. L3 Orchestration & Control Layer: ComfyUI Carries Orchestration
This is the most important Harness observation in this article. The official platform layer explicitly does no orchestration (the model card states no Function Calling / structured output / web search / context caching / batch inference), therefore:
- L3 of closed-source SaaS platforms (e.g. Meitu Design Studio Agent Teams, Leonardo Blueprints) is instead carried by ComfyUI node graphs in the Qwen-Image ecosystem: a workflow is a JSON graph that is version-controllable and can be run from code via the Comfy SDK (see section 5.3 of Article 12).
- From 2.0, "generation and editing are unified into a single model," closing the loop of "text-to-image → text-edit the same image" within one pipeline and reducing dependence on an external state machine.
- The cost is that orchestration responsibility is transferred entirely to the user: error handling, retries, concurrency control, and cost control must all be self-built, and the vendor provides no orchestration guidance. This differs from FLUX.2's "vendor bears half" form of offering fixed snapshot endpoints (a reproducibility switch).
5.5. L4 Memory & State Layer: Community Assets Carry Persistence
Open weights allow "memory" to settle on the user side in three forms:
- LoRA: character, style, and brand assets are fixed into low-parameter files that can be reused across projects.
- Quantized models: quantization outputs such as DFloat11 are themselves persistent, redistributable assets.
- Workflow templates: save "parameters + node graph" as a reproducible recipe.
The L4 depth of this form is theoretically greater than any closed-source platform's built-in asset library — but 3.0's closed-sourcing breaks this capability for new versions: the community cannot train LoRA for 3.0, and existing fine-tuning pipelines stop at 2.0. This is the most noteworthy "L4 risk case" in this group: the asset capability brought by open weights can be revoked by a single version decision.
5.6. L5 Evaluation & Observability Layer
- Positive evidence: 1.0 took first place on 9 public benchmarks at release (GenEval 0.91, DPG 88.32, GEdit image-editing first, OneIG-Bench overall leader), making it one of the domestic models in this group with the most complete benchmark disclosure.
- Unfavorable disclosure (must be recorded truthfully): in Alibaba's own Qwen-Image-Bench, Qwen-Image 2.0 Pro ranks only fifth, behind the GPT Image and Nano Banana lines — an unfavorable ranking appearing in a vendor's self-assessment leaderboard is a rare example of self-disclosure.
- Rollback: 3.0 discloses no benchmarks at all, reducing the evaluation trail to zero. The observational lens degrades from "quantifiable comparison" to "subjective usability experience."
- Cost observability is good: the API is priced per image (¥0.2 / ¥0.14), so costs can be forecast precisely; on the open-source side there is no metering, and cost is simply electricity and GPU depreciation.
5.7. L6 Governance & Security Layer
- License governance: Apache 2.0 in 1.0 / 2.0 is the most permissive open-source license in this group (commercially usable, modifiable, redistributable), with clear governance boundaries; 3.0 has no license terms and no model card, so users cannot audit its training data and methods.
- Compliance obligations: whether on the open-source or API track, commercial outputs within China are subject to the "Measures for Labeling AI-Generated Synthetic Content" (in effect from 2025-09-01): when providing download, copy, or export functions, an explicit label must be added to the file and an implicit label in the metadata (Articles 4 and 5). Under the open-source weights path, these obligations fall entirely on the deployer — the vendor has not publicly provided a labeling component, so the deployer must build one (homologous to the L6 gap in the Article 12 developer ecosystem).
- Governance tension of the watermark-removal feature: wanx2.1-imageedit offers Chinese-English text-watermark removal; Article 10 of the Measures prohibits maliciously deleting or tampering with labels — using this capability on third-party content that carries AI labels carries compliance risk, and the user must self-certify legality.
5.8. Maturity Assessment
The harness of the Qwen-Image system is a typical "strong model, thin platform, ecosystem makes up the gaps" form:
- L1 is strong (long prompts + dual encoding are built-in model capabilities);
- The bulk of L2 / L3 / L4 engineering capability lies in the ComfyUI and LoRA ecosystem and holds only for 1.0 / 2.0;
- L5 was once the strongest in this group (first on 9 benchmarks), but turned unevaluable because 3.0 refuses disclosure;
- L6's license governance fell from "most permissive" to "unauditable" — the layer with the greatest volatility across the six.
6. Actual Cases
- Vendor-published customer cases with quantified effect data: none found, truthfully marked as no result, not replaced by vague phrasing such as "widely used in the industry."
- Community facts (qualitative, no quantified data): Qwen-Image is widely used by the community on Hugging Face / GitHub for ComfyUI local pipelines and LoRA fine-tuning, reflecting real ecosystem activity on the open-weights track; specific deployment scale has no public statistics.
- Usable cross-comparison material: Alibaba's self-assessed Qwen-Image-Bench ranking (2.0 Pro fifth, behind the GPT Image and Nano Banana lines) can be cited as vendor self-disclosure for comparison.
- "Model-as-product" path: the continual updates of Wanx endpoints on Alibaba Cloud Bailian (wan2.7-image, etc.) themselves show commercialization is primarily via cloud API rather than a standalone consumer product.
7. Summary
7.1. Strengths
- First tier in bilingual Chinese-English text rendering: multi-line layout, paragraph-level text, and formula and table rendering are differentiated moats; prioritize "text-in-image" scenarios such as posters / infographics / e-commerce main images.
- Full engineering autonomy from open weights (1.0 / 2.0): locally deployable (starting from a single RTX 3090), fine-tunable, privatizable, and redistributable, with Apache 2.0 posing no commercial obstacle.
- API pricing at the low end of the domestic first tier: ¥0.2/image (generation), ¥0.14/image (editing), further diluted by resource packs.
- Good benchmark disclosure record (1.0 / 2.0), providing quantifiable public evidence before selection.
7.2. Limitations and Applicability Boundaries
- 3.0's closed source is the biggest variable: all four of weights, benchmarks, model card, and technical report are missing, posing a strategic risk to teams that depend on localization and auditability.
- No orchestration in the official platform layer: agentization, batch production, and workflow governance all require the user to build them or introduce ComfyUI.
- The unsupported model-card capability list (Function Calling, web search, context caching, batch inference) means it is not suited as a native tool component for agents, only as a generation node to be orchestrated.
7.3. Selection Recommendations
- Chinese scenarios that need "text in the image" (posters, detail pages, infographics, courseware): Qwen-Image is one of the top domestic choices; if networked factual data is needed, 3.0's real-time data capability is worth trying but requires accepting the black box.
- Need privatized deployment / data staying in-domain: lock onto the 1.0 / 2.0 weights track and assume "version freeze" in contracts and asset planning — do not treat 3.0 as an upgrade target.
- Need batch e-commerce production: evaluate against WeShop in Article 15 and PicCopilot in Article 16; Qwen-Image wins on generality and cost but loses on vertical e-commerce capability (the SKU-consistency toolchain).
- Need the vendor to shoulder orchestration and governance: choose closed-source SaaS (Meitu Design Studio, Leonardo, etc.) over Qwen-Image.
7.4. Compliance Note
Commercial outputs must satisfy the explicit + implicit dual-marking requirements of the "Measures for Labeling AI-Generated Synthetic Content" (in effect from 2025-09-01); under the open-source deployment path, this obligation falls on the deployer. Generation involving portraits must comply with Articles 1018 and 1019 of the Civil Code regarding portrait rights; use of the watermark-removal feature must be premised on lawful rights.
8. References
- Qwen-Image Open Source Release — Qwen team, 2025. https://www.qwenimages.com/blog/qwen-image-release
- Alibaba Cloud Bailian · wan2.7-image model docs — Alibaba Cloud. https://help.aliyun.com/zh/model-studio/wan2-7-image
- Alibaba Cloud · Image Editing - Wanx 2.1 (wanx2.1-imageedit) — Alibaba Cloud. https://help.aliyun.com/document_detail/2874281.html
- Alibaba Cloud Developer Community · Wanx and Qwen-Image resource pack pricing — Alibaba Cloud. https://developer.aliyun.com/article/1761358
- MindStudio · What Is Qwen Image? Alibaba's AI Image Generation Model — MindStudio. https://www.mindstudio.ai/blog/what-is-qwen-image-alibaba
- Creative AI News · Qwen-Image-3.0 Ships Without Open Weights or Report — 2026. https://www.creativeainews.com/articles/qwen-image-3-0-closed-no-weights-2026
- Comfy official site (developer platform / workflows / SDK) — Comfy Org. https://www.comfy.org/zh-cn/
- Full text of the "Measures for Labeling AI-Generated Synthetic Content" — CAC, 2025-03-14. https://www.cac.gov.cn/2025-03/14/c_1743654684782215.htm
- Interpretation of the "Measures for Labeling AI-Generated Synthetic Content" — gov.cn / Xinhua News Agency, 2025-03-16. https://www.gov.cn/zhengce/202503/content_7014281.htm
- ComfyUI official workflow "Virtual Character Try-On - Four-in-One" — Comfy Org. https://comfy.org/zh/workflows/templates_rob_fashion_shoot_vton-4in1.app/
Information Gap Statement
- The exact release date of Qwen-Image 2.0: the 2026-02 and 2026-02-10 statements coexist, both from third-party compilations.
- The DPG score of Qwen-Image 2.0: the 88.32 cited by third parties is the same as 1.0's, suspected of reusing the old value.
- Release information for Qwen-Image 3.0 (2026-07-21, 4,500 tokens, 10px text rendering, 12 languages, collapsible real-time data) comes mainly from a single industry outlet (creativeainews.com); recommended for cross-checking against the official GitHub Release or Qwen Chat announcement.
- The implementation mechanism of 3.0's "collapsible real-time data" (whether it performs web retrieval at inference time) is not disclosed.
[To be filled] - Training data mix and dual-encoding mechanism details come from a third-party technical analysis (MindStudio), not directly confirmed by an official technical report.
- Official customer cases and quantified effect data: none found.
- Labeling implementation details for each version under the Measures (explicit label style, implicit metadata fields): not publicly specified by the vendor.
[To be filled]