Midjourney(V8.2)
1. 介绍
1.1. 平台概况
Midjourney 由美国 Midjourney Inc. 开发,公司自我定位为"约 60 人的社区资助研究实验室"。在 AI Harness 六层能力模型中,Midjourney 是一个典型的模型能力极强、工程承载层极薄的样本:它把几乎全部研发资源投在"出图质量与审美"上,而把编排、状态、评估、治理等工程能力留给用户手工完成。
这一取舍在本次调研中有明确表现:官方文档首页以 "V8.2 is Live!" 宣告当前版本,并将其定位为"美学、画质与 Personalization 的更新",官方描述 V8.2 的图像"更具创意、大胆、成熟、前卫"。作为对照,同一时点上 Black Forest Labs 的 FLUX.2 已经在官方文档中提供 preview 与固定快照两类端点的显式区分,用于满足可复现性与合规模型稳定性需求——两者对"工程可预期性"的投入差异,是本篇的核心观察线索。
| 项 | 内容 | 置信度 |
|---|---|---|
| 开发商 | Midjourney Inc.(美国),社区资助研究实验室,团队规模约 60 人 | 高 |
| 当前版本 | V8.2(Live),官方定位"美学、画质与 Personalization 的更新" | 极高(官方文档首页) |
| 版本沿革 | V7 于 2025-04-03 发布、2025-06-17 成为默认;V8.1 于 2026-06-10 成为默认;V8.2 于 2026-07-24 成为默认 | 中(单一二手源引述官方文档), |
| 开放形态 | Web(midjourney.com 全功能网页版)为主,Discord 为可选项;无原生移动 App(浏览器 Only) | 中 |
| 免费层 | 无永久免费层 | 中 |
| 官方公共 API | 未见官方 API 文档;生态以第三方中转为主 |
1.2. 版本沿革与开放形态
Midjourney 的分发形态在本调研周期内发生了本组最显著的一次工程变化:主阵地从 Discord 迁移至 Web 编辑器。旧有"Midjourney = Discord 机器人"的认知框架已经失效,撰写或选型时不应再沿用。
- Discord 时代:以聊天指令(
/imagine)驱动,所有生成结果沉淀在频道信息流中,检索与资产管理能力极弱。 - Web 编辑器时代:网页端承载生成、编辑、放大、素材库、文件夹与团队评论,Discord 降级为可选入口。
- 无移动端:不支持原生 App,仅能使用浏览器,这对其在移动办公场景的可用性构成硬约束。
版本时间线需谨慎使用。官方文档仅确认"V8.2 is Live",而 V7 / V8.1 / V8.2 的具体发布日期来自单一二手站(pixmind.io)对 docs.midjourney.com 的引述。本报告按"官方确认版本存在、第三方提供日期"的分层方式呈现,日期部分标注 。
1.3. 定价与商用授权
| 档位 | 月付 | 年付(约 8 折) | 说明 |
|---|---|---|---|
| Basic | $10/月 | $8/月 | 入门档 |
| Standard | $30/月 | — | 可用 Relax Mode |
| Pro | $60/月 | — | — |
| Mega | $120/月 | $96/月 | 含 Stealth Mode |
- 无永久免费层:Free tier 不存在(多个来源一致)。
- 商用授权:付费档位含商用权;第三方口径称年收入 100 万美元以上企业需选择更高档位。该口径应以官方 Terms of Service 为准。
- 第三方中转 API:市面存在报价区间 $0.04~$0.159/图的中转服务(随 Draft / Fast / Turbo 档位变化)。来源为第三方站点,属低置信,不作为事实引用,仅说明生态现状。
- 推理档位:Draft Mode(约 10 倍速度、约一半 GPU 成本)、Fast Mode、Turbo、Relax Mode(不限量但低优先级队列,Standard 档及以上可用)。
2. 名词解释
2.1. AI 图像通用术语
| 术语 | 英文 / 缩写 | 释义 | Midjourney 的对应实现 |
|---|---|---|---|
| 文生图 | Text-to-Image(T2I) | 仅由文本提示词生成图像 | 核心能力,参数为提示词 + 后缀参数 |
| 图生图 | Image-to-Image(I2I) | 以一张或多张图像为条件生成新图像 | 以 --oref / --sref / 图像 URL 前缀形式提供 |
| 局部重绘 | Inpainting | 对图像指定区域(需遮罩或涂抹)重新生成,区域外保持不变 | Vary Region(网页编辑器内) |
| 外扩 | Outpainting | 在画布外扩区域继续生成,保持原图风格与结构 | Zoom Out / Pan |
| 可控生成 | ControlNet | 以 Canny 边缘、Depth 深度、Pose 姿态、Mask 等视觉信号作为额外条件控制生成结构的插件式网络 | 无原生 ControlNet;结构控制靠提示词与参考图权重间接实现 |
| 参考图 | Reference Image | 作为身份、风格、结构约束输入的图像 | --oref(内容身份)/ --sref(美学风格),可堆叠 |
| 随机种子 | Seed | 固定后可在同参数下复现同一张图的随机初始噪声编号;图像工程"可回归验证"的最小单元 | --seed 参数,配合参数串实现同参数复现 |
| 引导强度 | CFG(Classifier-Free Guidance Scale) | 提示词对生成结果约束强度;值高更贴合提示词,值低更自由 | 未直接暴露 CFG;以 --stylize、--chaos 间接调节 |
| 低秩适配 | LoRA | 小参数量微调模块,用于固化特定人物、风格、服装资产 | 不支持用户侧 LoRA 训练与加载 |
| 图像提示适配 | IP-Adapter | 用图像编码器(CLIP)特征注入注意力,实现"以图为提示词" | 未使用;--sref 在功能上近似但机制不公开 |
| 零样本身份注入 | InstantID | 单张参考图、无需微调即可迁移身份的技术方案 | 不支持;身份迁移依赖 --oref 多图叠加 |
2.2. Midjourney 特有术语
| 术语 | 英文 / 缩写 | 释义 |
|---|---|---|
| 全向参考 | Omni Reference(--oref) | V7 引入、用于取代 --cref 的参考机制:可迁移人物、物体、载具、服装的身份特征到新场景;支持多图叠加 |
| 全向权重 | Omni Weight(--ow) | --oref 的权重参数,取值 1~1000,默认 100;官方建议普通风格化条件下低于 400 |
| 风格参考 | Style Reference(--sref) | 锁定参考图的美学风格并套用到新提示词,与 --oref 可组合使用 |
| 审美画像 | Personalization | 用户为图像打分后构建的个人审美画像,此后静默影响所有生成;V7 起默认开启,V8.2 大幅优化,对高积分档案的口味理解显著提升,建档可选图池大幅扩充 |
| 草稿模式 | Draft Mode | 约 10 倍速度、约一半 GPU 成本的快速批量试方向模式 |
| 松弛模式 | Relax Mode | 不限量但低优先级队列,Standard 档及以上可用 |
| 局部变化 | Vary Region | 网页编辑器内对选定区域重新生成 |
| 平移 / 外扩 / 材质重绘 | Pan / Zoom Out / Retexture | 网页编辑器内的画布平移、画幅外扩、材质替换 |
| 动画模型线 | Niji | 面向动画与插画的专用模型线(版本号 ) |
| 隐身模式 | Stealth Mode | Mega 档专属的隐私模式,生成结果不公开展示 |
2.3. 换装与换脸方向通用术语
说明:Midjourney 不提供原生的虚拟试穿或换脸产品能力。以下术语为本组全平台统一口径列出,用于横向对比;Midjourney 侧最接近的机制是
--oref的服装与人物特征迁移。
| 术语 | 英文 / 缩写 | 释义 |
|---|---|---|
| 虚拟试穿 | VTON(Virtual Try-On) | 将目标服装"穿"到指定人物图像上并生成视觉可信结果 |
| 服装形变 | Garment Warping | 先用 TPS(薄板样条)等几何变换把平铺服装对齐到人体姿态,再送入生成 |
| 服装掩码 | Cloth Mask | 人体解析得到的上衣、下装、外套区域二值图,用于限定重绘范围 |
| 试穿扩散 | Try-on Diffusion | 以扩散模型端到端完成服装与人体融合,不依赖显式形变 |
| 换脸 | Face Swap | 把 A 的脸替换到 B 的面部位置 |
| 人脸重演 | Face Reenactment | 保留身份、迁移表情、口型与头部姿态 |
| 身份保持 | Identity Preservation | 生成结果在多大程度上仍"是那个人" |
3. 功能说明
3.1. 生成与编辑能力矩阵
| 能力 | 支持情况 | 入口 |
|---|---|---|
| 文生图 | 支持 | 提示词 + 参数 |
| 图生图 | 支持 | 图像 URL 前缀 + --iw |
| 局部重绘(Inpainting) | 支持 | Vary Region |
| 外扩(Outpainting) | 支持 | Zoom Out / Pan |
| 材质重绘 | 支持 | Retexture |
| 放大 | 支持 | Upscale(含细分档位) |
| 角色 / 物体一致性 | 支持 | --oref 多图叠加 |
| 风格一致性 | 支持 | --sref |
| 批量生成 | 部分 | 依赖手动重跑或第三方封装,无原生批处理编排 |
| 结构化提示词契约 | 不支持 | 无官方 JSON 字段定义(对比 FLUX.2 的 subject / lighting / camera_angle 契约) |
| 外部工具调用 | 不支持 | 无 Function Calling、无 MCP |
3.2. 参考图与角色一致性机制
Midjourney 的一致性方案是"两条参考通道 + 一个隐式画像":
--oref内容通道:迁移人物、物体、载具、服装的身份特征,权重由--ow控制(1~1000,默认 100,官方建议普通风格化条件下低于 400)。--sref风格通道:锁定参考图的美学风格。- Personalization 隐式画像:用户历史打分沉淀的审美偏好,V7 起默认开启、V8.2 大幅优化,会在无显式参数的情况下影响每一次生成。
工程含义:第三条通道是"看不见的上下文"。同一条提示词在不同账号下会得到系统性不同的结果,这对团队协作与可复现性是负面因素——而 Midjourney 未提供关闭或导出该画像的公开机制说明。
3.3. 参数体系
| 参数 | 作用 | 备注 |
|---|---|---|
--ar | 宽高比 | 最大约 4:1 |
--stylize | 风格化强度 | 与 CFG 概念相近但不等价 |
--chaos | 结果多样性 | 提高初稿发散度 |
--quality | 生成质量与耗时 | 与 GPU 成本挂钩 |
--style raw | 减弱默认美学倾向 | 提升提示词忠实度 |
--iw | 图像提示权重 | 作用于图生图 |
--ow | Omni Reference 权重 | 默认 100,建议 < 400 |
--seed | 随机种子 | 配合完整参数串实现复现 |
3.4. 已知工程约束
以下约束来自 Omni Reference 的官方说明,是选型时必须写入技术方案的硬限制:
- GPU 成本翻倍:使用
--oref的生成,GPU 成本为标准生成的 2 倍。 - 模式互斥:
--oref不支持 Draft Mode、Fast Mode、Conversational Mode。这意味着"快速试方向"与"保持一致性"在 Midjourney 上不可兼得。 - 编辑前需剥离参数:使用
--oref生成的图像,在执行 Vary Region、Pan、Zoom Out 之前,必须先剥离参考参数,否则编辑行为异常。 - 被过滤仍计费:内容审核会过滤部分生成,付费按请求计费,被过滤的请求仍可能消耗额度。
4. 平台架构
图 4-1|Midjourney 平台架构:分发入口、模型推理与接口集成三层
数据来源:基于本文分析绘制的示意图。
4.1. 模型与推理
- 模型底座:自研闭源扩散架构,未公开参数量与技术报告,也未提供模型卡。
- 推理加速:Draft Mode(蒸馏或低步数档位)+ Fast / Turbo 档位 + Relax Mode 队列调度,形成"速度—成本—优先级"三维档位。
- 能力与架构的错位:Midjourney 在出图质量上长期处于第一梯队,但架构层面几乎不向外暴露任何可编程契约(无结构化提示词、无模型路由、无快照端点)。
4.2. 分发形态的迁移
| 维度 | Discord 时代 | Web 编辑器时代(当前) |
|---|---|---|
| 交互方式 | 聊天指令 /imagine | 编辑器 + 参数面板 |
| 资产管理 | 频道信息流,检索能力弱 | 素材库 + 文件夹 + 收藏 |
| 协作 | 频道内公开讨论 | 团队评论(轻量) |
| 编辑能力 | 以按钮(U1~U4 / V1~V4)为主 | Vary Region / Pan / Zoom Out / Retexture |
| 移动端 | 依赖 Discord App | 浏览器 Only,无原生 App |
这次迁移只解决了"资产可见性",没有解决"编排可编程性"——网页端提供的是文件夹与评论,而非工作流、DAG 或子智能体。
4.3. 接口与集成形态
- 官方公共 API:未见官方 API 文档。
- 生态现状:第三方中转服务以 $0.04~$0.159/图的区间提供调用(Draft / Fast / Turbo 档位不同)。这类中转不属于官方契约,在合规与稳定性上均不可作为生产依赖。
- 集成能力:无 MCP Server、无 Webhook、无官方 SDK 的公开说明;与 Adobe、ComfyUI 等外部环境的集成未见官方支持。
5. Harness 设计
5.1. 六层能力总览
| 层 | 名称 | Midjourney 的实现 | 成熟度 | 证据强度 |
|---|---|---|---|---|
| L1 | 上下文工程 | --oref / --sref / --iw / --ow 构成结构化参考上下文;Personalization 作为长期注入的隐式上下文 | 强 | 中高 |
| L2 | 工具与执行 | 生成、编辑、放大、变化、重绘、外扩的参数化调用;无外部工具注册生态 | 弱 | 中 |
| L3 | 编排与控制 | 无工作流、无 DAG、无子智能体;迭代靠人工看板 + 手工重跑 | 弱 | 中 |
| L4 | 记忆与状态 | Personalization 画像 + 素材库 / 文件夹 / 提示词历史;无工程化 Checkpoint 与工件版本管理 | 中 | 中 |
| L5 | 评估与观测 | 人眼主观评测 + 社区反馈;未见官方 Eval Set / Golden Dataset / 回归集 | 弱 | 低—中 |
| L6 | 治理与安全 | 内容审核 + Stealth Mode + 订阅档位商用权分级;换脸真人素材治理以社区准则为主 | 中 | 中 |
5.2. L1 上下文工程层
Midjourney 的上下文工程是本平台最值得研究的一层,其特点是"参数即上下文":
- 内容上下文:
--oref承载身份、物体、服装特征,权重--ow。 - 风格上下文:
--sref承载美学风格。 - 图像上下文权重:
--iw控制图生图中输入图的话语权。 - 隐式上下文:Personalization 审美画像,长期注入且不可见。
从 Harness 视角看,这是一个强表达力、弱可控性的上下文体系:用户能以极低成本接入视觉上下文,但无法审查、导出或冻结那条隐式画像。对比 FLUX.2 用官方 JSON 字段(subject / background / lighting / style / camera_angle / composition)定义结构化提示词契约,Midjourney 的上下文组织完全依赖"提示词字符串拼接"这一非结构化形式,无法被程序化校验与回归。
5.3. L2 工具与执行层
- 工具集合固定为"生成 + 编辑 + 放大 + 变化 + 重绘 + 外扩",以 CLI 式参数调用。
- 无工具注册机制:用户或第三方不能注册新工具,不能把 Midjourney 能力组合进更大的工具链。
- 无 MCP / Function Calling:Midjourney 不能被外部 Agent 环境直接注册为工具(对比 Runway 于 2025-06 发布 MCP Server,可被 Claude 等环境直接调用)。
- 无沙箱概念:不存在"生成结果在受控环境中被后处理"的机制。
结论:L2 是一个封闭的、有限的工具集,只解决"能做什么",不解决"如何被编排"。
5.4. L3 编排与控制层
这是 Midjourney 最薄弱的一层:
- 无工作流、无 DAG、无状态机、无子智能体派发。
- 无中断与恢复机制:一次生成不可中断,失败只能重跑。
- 无批处理:大批量出图依赖人工重复提交或第三方脚本模拟前端行为。
- 网页端提供的是文件夹与团队评论,属于协作层的轻量能力,而非编排层能力。
工程后果:当业务需要"100 个 SKU × 5 张场景图,保持同一模特与同一光位"这类任务时,Midjourney 只能靠人逐条执行,无法把流程固化为可复用工件。这正是本组把 L3 视为 Harness 分水岭的原因之一。
5.5. L4 记忆与状态层
| 记忆形态 | 内容 | 局限 |
|---|---|---|
| 审美画像 | Personalization 长期偏好 | 不可导出、不可冻结、不可按项目隔离 |
| 素材库 / 文件夹 | 历史生成结果 | 仅存储,不承载"资产可复用"语义 |
| 提示词历史 | 参数串 | 无版本管理,无 diff,无回滚 |
| 检查点 / 快照 | 无 | 无法把"某次生成时的完整状态"固化 |
可复现性在本组被认定为一等工程特性——FLUX.2 提供 preview 与固定快照两类端点,ComfyUI 把工作流做成可版本控制的 JSON 图。Midjourney 在这条轴上只有一个零散的 --seed:种子只固定噪声,不固定模型版本。模型从 V8.1 升到 V8.2 后,同种子同参数串的输出必然漂移,而平台未提供按模型版本锁定的端点。
5.6. L5 评估与观测层
- 官方未见 Eval Set、Golden Dataset 或回归集机制。
- 质量判断依赖人眼主观评测与社区反馈。
- 第三方口径称 V7 相较 V6 失败生成减少 30%~40%,但该数据来自评测站,非官方,不建议作为事实引用。
- 无成本观测口径(对比 Leonardo.ai 的 Pricing Calculator 端点、Runway 的 $0.01/credit 统一计量)。用户无法在生成前预估成本。
5.7. L6 治理与安全层
- 内容审核:过滤部分生成,被过滤仍可能消耗额度。
- 隐私:Stealth Mode 为 Mega 档专属。
- 商用权:按订阅档位分级,年收入规模门槛口径 。
- 身份与肖像护栏:换脸与真人素材治理以社区准则 + 审核为主,未见结构化身份护栏(对比 Nano Banana 的 SynthID + C2PA + 公众人物肖像限制)。
- 中国《标识办法》合规:未见官方公开的"AI 生成标识 / 水印"产品线说明。是否满足显式 + 隐式双标识要求 。
5.8. 成熟度判断
Midjourney 属于"强模型 + 弱 Harness"形态:L1(参考上下文)与 L4(审美画像)做得深,L2、L3、L5 均未工程化,L6 以政策而非机制实现。它是本组平台中模型能力与工程承载层落差最大的样本之一,也是理解"为什么模型强不等于可交付"的最佳切入点。
6. 实际案例
6.1. 官方客户案例检索结果
本次检索未找到 Midjourney 官方发布的、带效果数据的客户案例。 Midjourney 官网仅做项目主题展示(imagination / coordination / reflection / beauty / human flourishing),未列客户名单。
按本组统一口径,此处如实标注「无结果」,不使用"行业广泛使用"等模糊表述替代,也不虚构案例。
6.2. 可核实的用途描述
广泛存在的用途描述(概念艺术、广告创意、banner、产品概念图)来自第三方评测站,无效果数据,因此不引用为案例,仅作为用途参考。
6.3. 对 Harness 论证有价值的观察
虽然缺乏商业案例,Midjourney 提供了两个本组可直接引用的工程事实:
- Omni Reference 的三条硬约束(2 倍 GPU 成本、与 Draft/Fast/Conversational 模式互斥、编辑前须剥离参考参数)说明:一致性能力在 Midjourney 上是"附加成本项"而非"内建默认值"。
- Personalization 的隐式注入说明:缺少显式上下文开关时,"同一个提示词在不同人手里结果不同"会成为团队协作的系统性障碍。
7. 总结
7.1. 优势
- 出图美学与画质长期处于第一梯队,V8.2 官方定位明确指向美学、画质与 Personalization。
- 参考机制表达力强:
--oref/--sref可堆叠,能以极低门槛实现角色与风格迁移。 - 参数体系成熟:
--ar/--stylize/--chaos/--quality/--style raw等为创作者提供了细粒度手感。 - Web 编辑器已完成主阵地迁移,素材库与文件夹解决了 Discord 时代的资产可见性问题。
7.2. 局限与适用边界
| 局限 | 影响 |
|---|---|
| 无官方公共 API | 无法进入生产系统,只能人工或依赖第三方中转 |
| 无编排能力 | 批量、可复用流程无法固化 |
| 无快照端点 | 模型升级后同种子输出漂移,回归验证不可行 |
| 无评估机制 | 质量改进依赖主观判断,无法量化 |
| 无原生 ControlNet / LoRA / IP-Adapter | 结构与身份控制缺少工业级手段 |
| 无移动端 App | 移动场景不可用 |
| 隐式 Personalization | 跨账号结果不一致,团队协作成本上升 |
适用边界:适合以"单张精品图"为交付物的探索性创作(概念设计、创意提案、视觉灵感);不适合需要批量、可复现、可审计、可编程的生产流水线。
7.3. 选型建议
- 创意探索阶段:Midjourney 是优选,用最低成本拿到高质量方向稿。
- 生产交付阶段:应在 Midjourney 定稿后,把风格与结构迁移到具备编排与快照能力的承载层(如 ComfyUI JSON 图工作流,或 FLUX.2 的固定快照端点),以获得可复现性与版本控制。
- 企业级采购前:必须先确认两件事——官方 API 是否存在、官方 Terms of Service 中商用权与年收入门槛的具体条款。两项均 。
- 涉及中国境内传播:需自行评估《标识办法》显式 + 隐式标识的落地方案,平台侧未见公开实现说明。
7.4. 合规提示
- 《人工智能生成合成内容标识办法》(国信办通字〔2025〕2 号) 第四条要求:提供生成合成内容下载、复制、导出功能时,应当确保文件中含有满足要求的显式标识;第五条要求应当在文件元数据中添加隐式标识。
- 《中华人民共和国民法典》第一千零一十九条:任何组织或者个人不得以丑化、污损,或者利用信息技术手段伪造等方式侵害他人的肖像权。
- 北京互联网法院 2026-03 生效判决确立"可识别性 + 举证责任转移"规则:被告主张"AI 偶然撞脸"的,须复现创作过程,无法复现则承担举证不能的不利后果。该规则对"无工作流、无版本记录"的 Midjourney 使用方式尤其不利——一旦涉诉,用户难以证明生成过程。
信息缺口声明
- 官方公共 API 是否存在及版本日期:未找到官方 API 文档;市面报价均来自第三方中转站($0.04~$0.159/图,低置信)。
- V7 / V8.1 / V8.2 具体日期:来自单一二手站(pixmind.io)对 docs.midjourney.com 的引述,官方仅确认"V8.2 is Live"。
- 商用授权与年收入门槛:$1M 门槛为第三方口径。须以官方 Terms of Service 为准
- Niji 模型线版本号:未检索到可靠版本信息。[待填写]
- 参数量、技术报告、模型卡:Midjourney 未公开,[待填写]。
- 在中国《标识办法》下的显式与隐式标识实现细节:未见官方公开说明。[待填写]
- 官方客户案例与量化效果数据:未检索到。[无结果,不得虚构]
- 订阅档位的 Relax / Fast / Turbo 具体配额:未检索到官方配额表。[待填写]
8. 参考资料
- Midjourney 官方文档首页 — Midjourney Inc.,2026(原文:"V8.2 is Live!")。https://docs.midjourney.com/hc/en-us
- PixMind · Midjourney V7 Review in 2026(版本时间线,二手来源) — 2026。https://www.pixmind.io/posts/midjourney-v7-review-and-guide
- ToolCrush · Midjourney Review 2026(开放形态与档位,第三方) — 2026。https://toolcrush.io/tool/midjourney
- AI Tool Radar · Midjourney Guide 2026(Web 迁移与免费层,第三方) — 2026。https://aitoolradar.io/guides/midjourney
- 《人工智能生成合成内容标识办法》(国信办通字〔2025〕2 号) — 国家网信办、工业和信息化部、公安部、国家广播电视总局,2025-03-14 发布,2025-09-01 施行。https://www.cac.gov.cn/2025-03/14/c_1743654684782215.htm
- 《人工智能生成合成内容标识办法》解读 — 中国政府网 / 新华社,2025-03-16。https://www.gov.cn/zhengce/202503/content_7014281.htm
- 《中华人民共和国民法典》第一千零一十八条、第一千零一十九条 — 全国人民代表大会,2020。(正文引用条文,无官方链接)
- 《互联网信息服务深度合成管理规定》第十六条、第十七条 — 国家网信办等,2022。(正文引用条文,无官方链接)
- 经济参考报 ·《技术不是侵权"挡箭牌" 法院这样认定 AI"盗脸"》(北京互联网法院 2026-03 生效判决) — 新华社《经济参考报》,2026-04-17。http://dz.jjckb.cn/www/pages/webpage2009/html/2026-04/17/content_115180.htm
- Black Forest Labs · FLUX.2 Overview(固定快照端点与结构化提示词,作为 L4/L5 对比基准,官方文档) — BFL,2026。https://docs.bfl.ai/flux_2/flux2_overview
- ComfyUI 官方工作流「虚拟角色试穿 - 四合一」(可版本控制 JSON 图,作为 L3/L4 对比基准) — Comfy Org。https://comfy.org/zh/workflows/templates_rob_fashion_shoot_vton-4in1.app/
- InstantID 官方项目页(零样本身份注入,作为 L1 对比基准) — InstantX Team / 小红书 / 北京大学。https://instantid.github.io/
Midjourney(V8.2)
1. Introduction
1.1. Platform Overview
Midjourney is developed by Midjourney Inc. (USA), which positions itself as a "community-funded research lab of about 60 people." In the AI Harness six-layer capability model, Midjourney is a typical sample of extremely strong model capability, extremely thin engineering layer: it invests almost all of its R&D resources in "image quality and aesthetics," while leaving engineering capabilities such as orchestration, state, evaluation, and governance for users to handle manually.
This trade-off is clearly visible in this research: the official documentation homepage announces the current version as "V8.2 is Live!" and positions it as an "update of aesthetics, image quality, and Personalization," with officials describing V8.2's images as "more creative, bolder, more mature, and more cutting-edge." By comparison, at the same time, Black Forest Labs' FLUX.2 already provides an explicit distinction between preview and fixed-snapshot endpoint types in its official documentation, to meet reproducibility and compliance-model-stability needs. The difference in investment in "engineering predictability" between the two is the core observation thread of this report.
| Item | Content | Confidence |
|---|---|---|
| Developer | Midjourney Inc. (USA), community-funded research lab, team of about 60 people | High |
| Current version | V8.2 (Live), officially positioned as "an update of aesthetics, image quality, and Personalization" | Extremely high (official doc homepage) |
| Version history | V7 released 2025-04-03, became default 2025-06-17; V8.1 became default 2026-06-10; V8.2 became default 2026-07-24 | Medium (single secondary source citing official docs) |
| Open form | Web (midjourney.com full-featured web version) is primary, Discord is optional; no native mobile app (browser only) | Medium |
| Free tier | No permanent free tier | Medium |
| Official public API | No official API documentation found; ecosystem is dominated by third-party relays |
1.2. Version History and Open Form
Midjourney's distribution form underwent the most significant engineering change in this research cycle for this group: the primary platform migrated from Discord to the Web editor. The old mental model of "Midjourney = a Discord bot" is no longer valid and should not be relied upon when writing or selecting technology.
- Discord era: driven by chat commands (
/imagine), all generation results accumulated in the channel feed, with very weak search and asset-management capabilities. - Web editor era: the web end hosts generation, editing, upscaling, asset library, folders, and team comments, while Discord is downgraded to an optional entry point.
- No mobile: no native app is supported, only the browser can be used, which imposes a hard constraint on usability in mobile-office scenarios.
The version timeline should be used with caution. The official documentation only confirms "V8.2 is Live," while the specific release dates of V7 / V8.1 / V8.2 come from a single secondary website (pixmind.io) citing docs.midjourney.com. This report presents the timeline with a layered approach — "officially confirmed version exists, third party provides dates" — and the date portion is marked [To be verified].
1.3. Pricing and Commercial Licensing
| Tier | Monthly | Yearly (about 20% off) | Notes |
|---|---|---|---|
| Basic | $10/mo | $8/mo | Entry tier |
| Standard | $30/mo | — | Relax Mode available |
| Pro | $60/mo | — | — |
| Mega | $120/mo | $96/mo | Includes Stealth Mode |
- No permanent free tier: the Free tier does not exist (consistent across multiple sources).
- Commercial licensing: paid tiers include commercial rights; third-party sources claim businesses with annual revenue above $1 million must select a higher tier. This claim
[To be verified, subject to the official Terms of Service]. - Third-party relay APIs: on the market there are relay services quoting $0.04~$0.159 per image (varying with Draft / Fast / Turbo tiers). The source is a third-party website, of low confidence, and is not cited as fact — it only illustrates the ecosystem's current state.
- Inference tiers: Draft Mode (about 10x speed, about half the GPU cost), Fast Mode, Turbo, and Relax Mode (unlimited but low-priority queue, available on Standard tier and above).
2. Glossary
2.1. Common AI Image Terms
| Term | English / Abbreviation | Definition | Midjourney's corresponding implementation |
|---|---|---|---|
| Text-to-image | Text-to-Image (T2I) | Generate an image from a text prompt alone | Core capability; parameters are prompt + suffix parameters |
| Image-to-image | Image-to-Image (I2I) | Generate a new image conditioned on one or more images | Provided via --oref / --sref / image URL prefix |
| Inpainting | Inpainting | Regenerate a specified region of an image (requires a mask or brush), leaving the rest unchanged | Vary Region (in the web editor) |
| Outpainting | Outpainting | Continue generating in the area outside the canvas, preserving the original image's style and structure | Zoom Out / Pan |
| Controllable generation | ControlNet | A plug-in network that uses visual signals such as Canny edges, Depth, Pose, and Mask as additional conditions to control generation structure | No native ControlNet; structure control is achieved indirectly through prompts and reference-image weights |
| Reference image | Reference Image | An image used as identity, style, or structure constraint input | --oref (content identity) / --sref (aesthetic style), stackable |
| Random seed | Seed | When fixed, the random initial noise number that reproduces the same image under the same parameters; the smallest unit of "regression verification" in image engineering | --seed parameter, combined with the parameter string to reproduce under the same parameters |
| Guidance strength | CFG (Classifier-Free Guidance Scale) | How strongly the prompt constrains the generation result; higher values track the prompt more closely, lower values are freer | CFG is not directly exposed; adjusted indirectly via --stylize, --chaos |
| Low-rank adaptation | LoRA | A small-parameter fine-tuning module for fixing specific character, style, and clothing assets | User-side LoRA training and loading not supported |
| Image prompt adapter | IP-Adapter | Injects image encoder (CLIP) features into attention to achieve "image as prompt" | Not used; --sref is functionally similar but its mechanism is not public |
| Zero-shot identity injection | InstantID | A technique that transfers identity from a single reference image without fine-tuning | Not supported; identity transfer relies on stacking multiple --oref images |
2.2. Midjourney-Specific Terms
| Term | English / Abbreviation | Definition |
|---|---|---|
| Omni Reference | Omni Reference (--oref) | A reference mechanism introduced in V7 to replace --cref: it can transfer the identity features of people, objects, vehicles, and clothing to a new scene; supports stacking multiple images |
| Omni Weight | Omni Weight (--ow) | The weight parameter of --oref, taking values 1~1000, default 100; officials recommend below 400 under ordinary stylization conditions |
| Style Reference | Style Reference (--sref) | Locks in the reference image's aesthetic style and applies it to a new prompt; combinable with --oref |
| Aesthetic profile | Personalization | A personal aesthetic profile built as the user scores images, which then silently influences all generations; enabled by default since V7, substantially optimized in V8.2, with significantly improved taste understanding for high-score profiles and a greatly expanded selectable image pool for profile building |
| Draft Mode | Draft Mode | A fast batch direction-testing mode at about 10x speed and about half the GPU cost |
| Relax Mode | Relax Mode | Unlimited but low-priority queue, available on Standard tier and above |
| Vary Region | Vary Region | Regenerate a selected region in the web editor |
| Pan / Zoom Out / Retexture | Pan / Zoom Out / Retexture | Canvas panning, frame outpainting, and material replacement in the web editor |
| Animation model line | Niji | A dedicated model line for animation and illustration (version number) |
| Stealth Mode | Stealth Mode | A privacy mode exclusive to the Mega tier; generated results are not publicly displayed |
2.3. Common Try-On and Face-Swap Terms
Note: Midjourney does not provide native virtual try-on or face-swap product capabilities. The following terms are listed with the group's unified cross-platform terminology for horizontal comparison; the mechanism closest on Midjourney's side is the
--orefclothing and character feature transfer.
| Term | English / Abbreviation | Definition |
|---|---|---|
| Virtual try-on | VTON (Virtual Try-On) | "Dress" the target garment onto a specified person image and produce a visually credible result |
| Garment warping | Garment Warping | First align the flattened garment to the human pose using geometric transforms such as TPS (thin-plate splines), then feed it into generation |
| Cloth mask | Cloth Mask | A binary map of the top, bottom, and outerwear regions obtained from human parsing, used to limit the redraw range |
| Try-on diffusion | Try-on Diffusion | End-to-end garment-human fusion via a diffusion model, without relying on explicit warping |
| Face swap | Face Swap | Replace A's face onto B's facial position |
| Face reenactment | Face Reenactment | Preserve identity while transferring expressions, mouth shape, and head pose |
| Identity preservation | Identity Preservation | The degree to which a generation result is still "that person" |
3. Feature Description
3.1. Generation and Editing Capability Matrix
| Capability | Support | Entry point |
|---|---|---|
| Text-to-image | Supported | Prompt + parameters |
| Image-to-image | Supported | Image URL prefix + --iw |
| Inpainting | Supported | Vary Region |
| Outpainting | Supported | Zoom Out / Pan |
| Retexture | Supported | Retexture |
| Upscaling | Supported | Upscale (including sub-tiers) |
| Character / object consistency | Supported | --oref multi-image stacking |
| Style consistency | Supported | --sref |
| Batch generation | Partial | Relies on manual re-runs or third-party wrappers; no native batch orchestration |
| Structured prompt contract | Not supported | No official JSON field definitions (compare FLUX.2's subject / lighting / camera_angle contract) |
| External tool calling | Not supported | No Function Calling, no MCP |
3.2. Reference Image and Character Consistency Mechanisms
Midjourney's consistency approach is "two reference channels + one implicit profile":
--orefcontent channel: transfers the identity features of people, objects, vehicles, and clothing; the weight is controlled by--ow(1~1000, default 100, officials recommend below 400 under ordinary stylization conditions).--srefstyle channel: locks in the reference image's aesthetic style.- Personalization implicit profile: aesthetic preferences accumulated from the user's historical scoring, enabled by default since V7 and substantially optimized in V8.2; it affects every generation without explicit parameters.
Engineering implication: the third channel is "invisible context." The same prompt yields systematically different results across different accounts, which is a negative factor for team collaboration and reproducibility — and Midjourney provides no public mechanism documentation for turning off or exporting this profile.
3.3. Parameter System
| Parameter | Effect | Notes |
|---|---|---|
--ar | Aspect ratio | Up to about 4:1 |
--stylize | Stylization strength | Conceptually similar to CFG but not equivalent |
--chaos | Result diversity | Increases initial draft divergence |
--quality | Generation quality and time | Tied to GPU cost |
--style raw | Reduces default aesthetic bias | Improves prompt fidelity |
--iw | Image prompt weight | Applies to image-to-image |
--ow | Omni Reference weight | Default 100, recommended < 400 |
--seed | Random seed | Combined with the full parameter string to reproduce |
3.4. Known Engineering Constraints
The following constraints come from the official Omni Reference documentation and are hard limits that must be written into any technical solution:
- Doubled GPU cost: generations using
--orefcost 2x the GPU cost of standard generations. - Mode exclusivity:
--orefdoes not support Draft Mode, Fast Mode, or Conversational Mode. This means "quickly testing directions" and "maintaining consistency" cannot both be achieved on Midjourney. - Parameters must be stripped before editing: for images generated with
--oref, reference parameters must be stripped first before performing Vary Region, Pan, or Zoom Out, otherwise editing behaves abnormally. - Filtered results are still billed: content moderation filters some generations, and paid plans bill per request, so filtered requests may still consume quota.
4. Platform Architecture
图 4-1|Midjourney 平台架构:分发入口、模型推理与接口集成三层
数据来源:基于本文分析绘制的示意图。
4.1. Model and Inference
- Model foundation: proprietary closed-source diffusion architecture; parameter count and technical report not disclosed, and no model card is provided.
- Inference acceleration: Draft Mode (distilled or low-step tier) + Fast / Turbo tiers + Relax Mode queue scheduling, forming a three-dimensional "speed—cost—priority" tier system.
- Capability-architecture mismatch: Midjourney has long been in the first tier for image generation quality, but at the architecture level it exposes almost no programmable contracts to the outside (no structured prompts, no model routing, no snapshot endpoints).
4.2. Distribution-Form Migration
| Dimension | Discord era | Web editor era (current) |
|---|---|---|
| Interaction | Chat command /imagine | Editor + parameter panel |
| Asset management | Channel feed, weak search | Asset library + folders + favorites |
| Collaboration | Public discussion in channels | Team comments (lightweight) |
| Editing capabilities | Mainly buttons (U1~U4 / V1~V4) | Vary Region / Pan / Zoom Out / Retexture |
| Mobile | Relies on the Discord app | Browser only, no native app |
This migration only solved "asset visibility" and did not solve "orchestration programmability" — what the web end provides is folders and comments, not workflows, DAGs, or sub-agents.
4.3. Interface and Integration Form
- Official public API: no official API documentation found.
- Ecosystem state: third-party relay services offer calls at $0.04~$0.159 per image (varying by Draft / Fast / Turbo tier). Such relays are not official contracts and cannot be relied upon as production dependencies for compliance or stability.
- Integration capabilities: no public documentation of an MCP Server, Webhook, or official SDK; integration with external environments such as Adobe and ComfyUI shows no official support.
5. Harness Design
5.1. Six-Layer Capability Overview
| Layer | Name | Midjourney's implementation | Maturity | Evidence strength |
|---|---|---|---|---|
| L1 | Context engineering | --oref / --sref / --iw / --ow form structured reference context; Personalization acts as long-term injected implicit context | Strong | Medium-high |
| L2 | Tools and execution | Parameterized calls for generation, editing, upscaling, variation, redraw, and outpainting; no external tool-registration ecosystem | Weak | Medium |
| L3 | Orchestration and control | No workflows, no DAGs, no sub-agents; iteration relies on a manual board + manual re-runs | Weak | Medium |
| L4 | Memory and state | Personalization profile + asset library / folders / prompt history; no engineering Checkpoints or artifact version management | Medium | Medium |
| L5 | Evaluation and observability | Human-eye subjective evaluation + community feedback; no official Eval Set / Golden Dataset / regression set seen | Weak | Low-medium |
| L6 | Governance and security | Content moderation + Stealth Mode + subscription-tier commercial-rights grading; governance of real-person face-swap materials is primarily community guidelines | Medium | Medium |
5.2. L1 Context Engineering Layer
Midjourney's context engineering is the layer most worth studying on this platform, characterized by "parameters are context":
- Content context:
--orefcarries identity, object, and clothing features, with weight--ow. - Style context:
--srefcarries aesthetic style. - Image context weight:
--iwcontrols the weight of the input image in image-to-image. - Implicit context: the Personalization aesthetic profile, injected long-term and invisible.
From the Harness perspective, this is a context system of strong expressiveness, weak controllability: users can connect visual context at very low cost, but cannot review, export, or freeze that implicit profile. In contrast to FLUX.2, which defines a structured prompt contract via official JSON fields (subject / background / lighting / style / camera_angle / composition), Midjourney's context organization relies entirely on the unstructured form of "prompt string concatenation" and cannot be programmatically validated or regressed.
5.3. L2 Tools and Execution Layer
- The tool set is fixed as "generation + editing + upscaling + variation + redraw + outpainting," invoked via CLI-style parameters.
- No tool-registration mechanism: users or third parties cannot register new tools, nor combine Midjourney capabilities into a larger tool chain.
- No MCP / Function Calling: Midjourney cannot be directly registered as a tool by external Agent environments (compare Runway, which released an MCP Server in 2025-06 and can be called directly by environments such as Claude).
- No sandbox concept: there is no mechanism for "post-processing generation results in a controlled environment."
Conclusion: L2 is a closed, limited tool set that only addresses "what can be done," not "how it is orchestrated."
5.4. L3 Orchestration and Control Layer
This is Midjourney's weakest layer:
- No workflows, no DAGs, no state machines, no sub-agent dispatch.
- No interruption and recovery mechanism: a generation cannot be interrupted; a failure can only be re-run.
- No batch processing: large-scale image output relies on manual repeated submissions or third-party scripts simulating front-end behavior.
- What the web end provides is folders and team comments — lightweight collaboration-layer capabilities, not orchestration-layer capabilities.
Engineering consequence: when a business needs tasks like "100 SKUs × 5 scene images, keeping the same model and the same lighting position," Midjourney can only be executed manually item by item, with no way to solidify the process into a reusable artifact. This is one reason this group treats L3 as the Harness watershed.
5.5. L4 Memory and State Layer
| Memory form | Content | Limitations |
|---|---|---|
| Aesthetic profile | Personalization long-term preferences | Cannot be exported, frozen, or isolated per project |
| Asset library / folders | Historical generation results | Storage only; does not carry "asset reusability" semantics |
| Prompt history | Parameter strings | No version management, no diff, no rollback |
| Checkpoints / snapshots | None | Cannot solidify "the complete state at the time of a generation" |
Reproducibility is recognized by this group as a first-class engineering property — FLUX.2 provides both preview and fixed-snapshot endpoint types, and ComfyUI turns workflows into version-controllable JSON graphs. On this axis, Midjourney only has a scattered --seed: the seed fixes only the noise, not the model version. After the model moves from V8.1 to V8.2, output with the same seed and the same parameter string will necessarily drift, and the platform provides no endpoint locked by model version.
5.6. L5 Evaluation and Observability Layer
- Officially, no Eval Set, Golden Dataset, or regression-set mechanism is visible.
- Quality judgment relies on human-eye subjective evaluation and community feedback.
- Third-party claims state that V7 reduces failed generations by 30%~40% compared to V6, but that data comes from an evaluation site, is not official, and is not recommended as a factual citation.
- No cost-observability measurement (compare Leonardo.ai's Pricing Calculator endpoint and Runway's unified $0.01/credit metering). Users cannot estimate cost before generating.
5.7. L6 Governance and Security Layer
- Content moderation: filters some generations; filtered results may still consume quota.
- Privacy: Stealth Mode is exclusive to the Mega tier.
- Commercial rights: graded by subscription tier; the annual-revenue-scale threshold claim is
[To be verified]. - Identity and likeness guardrails: governance of face-swap and real-person materials is primarily community guidelines + moderation; no structured identity guardrails are visible (compare Nano Banana's SynthID + C2PA + restrictions on public-figure likenesses).
- China "Labeling Measures" compliance: no official public product-line documentation for "AI-generated labeling / watermarking" is visible. Whether it meets the explicit + implicit dual-labeling requirement is .
5.8. Maturity Assessment
Midjourney falls into the "strong model + weak Harness" form: L1 (reference context) and L4 (aesthetic profile) are done deeply, while L2, L3, and L5 are not engineered, and L6 is implemented through policy rather than mechanisms. It is one of the samples in this group's platforms with the largest gap between model capability and engineering layer, and the best entry point for understanding "why a strong model does not equal deliverability."
6. Real-World Cases
6.1. Official Customer Case Search Results
This search found no customer cases officially published by Midjourney with performance data. Midjourney's website only presents project themes (imagination / coordination / reflection / beauty / human flourishing) and does not list a customer roster.
Per this group's unified standard, we truthfully mark this as "no results" here, do not substitute vague phrasing such as "widely used in the industry", and do not fabricate cases.
6.2. Verifiable Use-Case Descriptions
Widely existing use-case descriptions (concept art, advertising creative, banners, product concept images) come from third-party evaluation sites, without performance data, and are therefore not cited as cases — they are referenced only as use illustrations.
6.3. Observations Valuable to the Harness Argument
Although it lacks commercial cases, Midjourney provides two engineering facts this group can directly cite:
- Omni Reference's three hard constraints (2x GPU cost, mutual exclusivity with Draft/Fast/Conversational modes, and the need to strip reference parameters before editing) show that consistency capability on Midjourney is an "added cost item" rather than a "built-in default."
- Personalization's implicit injection shows that, in the absence of an explicit context switch, "the same prompt yields different results in different people's hands" can become a systematic obstacle to team collaboration.
7. Summary
7.1. Strengths
- Output aesthetics and image quality have long been in the first tier, and V8.2's official positioning clearly points to aesthetics, image quality, and Personalization.
- Strongly expressive reference mechanisms:
--oref/--srefcan be stacked, enabling character and style transfer at a very low threshold. - Mature parameter system:
--ar/--stylize/--chaos/--quality/--style rawand others give creators fine-grained control. - The web editor has completed the primary-platform migration, and the asset library and folders solve the asset-visibility problem of the Discord era.
7.2. Limitations and Applicability Boundary
| Limitation | Impact |
|---|---|
| No official public API | Cannot enter production systems; only manual use or reliance on third-party relays |
| No orchestration capability | Batch, reusable processes cannot be solidified |
| No snapshot endpoints | Same seed output drifts after model upgrades; regression verification infeasible |
| No evaluation mechanism | Quality improvement relies on subjective judgment; cannot be quantified |
| No native ControlNet / LoRA / IP-Adapter | Lacks industrial-grade means for structure and identity control |
| No mobile app | Unusable in mobile scenarios |
| Implicit Personalization | Inconsistent cross-account results; higher team-collaboration cost |
Applicability boundary: suitable for exploratory creation whose deliverable is a "single polished image" (concept design, creative proposals, visual inspiration); not suitable for production pipelines requiring batch, reproducibility, auditability, and programmability.
7.3. Selection Recommendations
- Creative exploration stage: Midjourney is the preferred choice, getting high-quality direction drafts at the lowest cost.
- Production delivery stage: after finalizing in Midjourney, migrate the style and structure to a hosting layer with orchestration and snapshot capabilities (such as a ComfyUI JSON-graph workflow or FLUX.2's fixed-snapshot endpoints) to gain reproducibility and version control.
- Before enterprise procurement: two things must first be confirmed — whether an official API exists, and the specific terms of commercial rights and the annual-revenue threshold in the official Terms of Service. Both are
[To be verified]. - Distribution within China: the implementation plan for the explicit + implicit labeling requirements under the "Labeling Measures" must be self-assessed; no public implementation documentation is visible on the platform side.
7.4. Compliance Notes
- Article 4 of the "Measures for Labeling AI-Generated Synthetic Content" (Guoxinban Tongzi [2025] No. 2) requires: when providing download, copy, and export functions for generated synthetic content, one shall ensure the file contains explicit labeling that meets the requirements; Article 5 requires that implicit labeling shall be added to the file metadata.
- Article 1019 of the Civil Code of the People's Republic of China: no organization or individual may infringe on another person's right of portrait by defacing, soiling, or using information technology to forge, or otherwise.
- The effective judgment of the Beijing Internet Court (2026-03) established the "identifiability + burden-of-proof shift" rule: a defendant claiming "the AI coincidentally resembles someone's face" must reproduce the creation process; if it cannot be reproduced, it bears the adverse consequence of failing to prove its claim. This rule is especially unfavorable to Midjourney usage that has "no workflow and no version records" — once litigation arises, users will find it hard to prove the generation process.
Information Gap Statement
- Whether an official public API exists and version dates: no official API documentation found; all market quotes come from third-party relay sites ($0.04~$0.159 per image, low confidence).
- Specific dates of V7 / V8.1 / V8.2: from a single secondary site (pixmind.io) citing docs.midjourney.com; officials only confirm "V8.2 is Live."
- Commercial licensing and the annual-revenue threshold: the $1M threshold is a third-party claim.
[To be verified, subject to the official Terms of Service] - Niji model-line version number: no reliable version information found.
[To be filled] - Parameter count, technical report, model card: not disclosed by Midjourney.
[To be filled] - Implementation details of explicit and implicit labeling under China's "Labeling Measures": no official public documentation seen.
[To be filled] - Official customer cases and quantitative performance data: not found.
[No results, must not fabricate] - Specific quotas for Relax / Fast / Turbo subscription tiers: no official quota table found.
[To be filled]
8. References
- Midjourney official documentation homepage — Midjourney Inc., 2026 (original: "V8.2 is Live!"). https://docs.midjourney.com/hc/en-us
- PixMind · Midjourney V7 Review in 2026 (version timeline, secondary source) — 2026. https://www.pixmind.io/posts/midjourney-v7-review-and-guide
- ToolCrush · Midjourney Review 2026 (open form and tiers, third party) — 2026. https://toolcrush.io/tool/midjourney
- AI Tool Radar · Midjourney Guide 2026 (web migration and free tier, third party) — 2026. https://aitoolradar.io/guides/midjourney
- "Measures for Labeling AI-Generated Synthetic Content" (Guoxinban Tongzi [2025] No. 2) — Cyberspace Administration of China, Ministry of Industry and Information Technology, Ministry of Public Security, National Radio and Television Administration, issued 2025-03-14, effective 2025-09-01. 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
- Articles 1018 and 1019 of the Civil Code of the People's Republic of China — National People's Congress, 2020. (Provisions cited in the text, no official link.)
- Articles 16 and 17 of the "Provisions on the Administration of Deep Synthesis of Internet Information Services" — Cyberspace Administration of China et al., 2022. (Provisions cited in the text, no official link.)
- Economic Information Daily · "Technology Is Not an Infringement 'Shield'; Court Rules This Way on AI 'Face Theft'" (Beijing Internet Court effective judgment of 2026-03) — Xinhua News Agency, Economic Information Daily, 2026-04-17. http://dz.jjckb.cn/www/pages/webpage2009/html/2026-04/17/content_115180.htm
- Black Forest Labs · FLUX.2 Overview (fixed-snapshot endpoints and structured prompts, as L4/L5 comparison baseline, official documentation) — BFL, 2026. https://docs.bfl.ai/flux_2/flux2_overview
- ComfyUI official workflow "Virtual Character Try-On - All-in-One" (version-controllable JSON graph, as L3/L4 comparison baseline) — Comfy Org. https://comfy.org/zh/workflows/templates_rob_fashion_shoot_vton-4in1.app/
- InstantID official project page (zero-shot identity injection, as L1 comparison baseline) — InstantX Team / Xiaohongshu / Peking University. https://instantid.github.io/