[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"news-slug-microsoft-mage-flow-4b":3,"news-related-095917eb-02ae-4fd2-a1cb-17d0805442ee":36},{"id":4,"title":5,"summary":6,"content":6,"original_url":7,"source_id":8,"tags":9,"translations":23,"news_slug":29,"published_at":30,"created_at":31,"modified_at":32,"is_published":33,"publish_type":34,"image_url":13,"view_count":35},"095917eb-02ae-4fd2-a1cb-17d0805442ee","微软 Mage-Flow 用 4B 跑赢 32B：原生分辨率 + 三件套协同设计把生成编辑都塞回单卡","微软亚洲研究院 \u002F 微软团队今天放出 Mage-Flow,一个 4B 规模的紧凑文生图与指令编辑一体化栈,代码与权重全部开源(github.com\u002Fmicrosoft\u002FMage)。\n\n核心思路很反直觉:不靠堆参数,靠 tokenizer + backbone + 系统三层协同。Mage-VAE 用一步扩散式编解码 + anchor-latent 正则,重建质量看齐 FLUX.2-VAE,但每像素编\u002F解码 MACs 砍到 1\u002F12 与 1\u002F22,直接把 VAE 从高分辨率瓶颈里捞出来。原生分辨率 MMDiT(NR-MMDiT)用 rectified flow 在 Mage-VAE 潜空间训练,配合可变长 FlashAttention + 逐样本 2D RoPE 打包,以及栈级 CUDA 算子融合,端到端训练吞吐提升约 2.5 倍,CFG 的条件\u002F无条件两支只需一次打包前向。\n\n效果上,Mage-Flow 与更大模型正面刚:在标准生成\u002F编辑基准上与 Qwen-Image 20B、Z-Image 6B、FLUX.2 32B、FireRed-Image-Edit 20B 打成平手甚至略胜;Turbo 变体在单张 A100、1024² 分辨率下生图 0.59 秒、编辑 1.02 秒,峰值显存 ~18-20 GB,在所有对比系统里最低。原生分辨率打包还支持 512 到 2048 之间任意长宽比,包括 4:1 这种极端比例,一个 checkpoint 通吃。\n\nMage-Flow 同时给出 Base、RL-aligned 和 4 步 Turbo 三档,以及独立的 Mage-Flow-Edit 编辑模型,后者在同一个图文条件框架里做语义编辑、外观迁移、修复与结构感知输出。整套都用 Diffusion-NFT 做后训练,提示跟随、文字渲染、美学与编辑一致性都有可观提升;Turbo 走对抗感知蒸馏,4 步出图,延迟低到可以做交互式应用。\n\n值得讨论的是这条路的范式意义:文生图\u002F编辑模型从 20B+ 卷回 4B 不是简单蒸馏,而是把 tokenizer 算力、骨干网络容量和工程栈代价作为一个整体来算账——压缩一个 VAE、压一次 attention、再把 kernel 拼一拼,4B 就能追平 32B。对开发者意味着可在单张消费级甚至云上入门卡上跑出可部署版本;对开源生态意味着 Qwen-Image 之后,Microsoft 又补了一个真正开源可商用的紧凑基础模型。接下来的关键问题是:Mage-Flow 这种「紧凑 + 系统协同」路线能否继续向下吃到 1B-2B,以及它和 Qwen-Image、FLUX.2 的差距是否会随 RL 与数据迭代再次拉大。","https:\u002F\u002Farxiv.org\u002Fabs\u002F2607.19064","7437aeb9-930c-4866-a2e9-48003c1a792b",[10,14,17,20],{"id":11,"name":12,"slug":12,"description":13,"color":13},"7b67033c-19e6-4052-a626-e681bba64c7a","diffusion",null,{"id":15,"name":16,"slug":16,"description":13,"color":13},"7e89b5cc-57db-4f37-bc6d-28919a73931c","model-release",{"id":18,"name":19,"slug":19,"description":13,"color":13},"b9bd9039-fcdb-41a8-b85b-fc1587def2b9","open-source",{"id":21,"name":22,"slug":22,"description":13,"color":13},"c883fd20-1d66-4fb7-9fc7-320fa7f87023","text-to-image",[24],{"id":25,"lang":26,"title":27,"summary":28,"content":28},"895ff5f9-6812-4ac1-80ca-6210ebe5eb32","en","Microsoft Mage-Flow: 4B beats 32B, generation and editing on one GPU","Microsoft Research Asia \u002F Microsoft team released Mage-Flow today, a 4B compact text-to-image + instruction-editing unified stack, with code and weights fully open-sourced (github.com\u002Fmicrosoft\u002FMage). The core idea is counter-intuitive: don't stack parameters, stack tokenizer + backbone + system. Mage-VAE uses one-step diffusion-style encoding\u002Fdecoding + anchor-latent regularization, matching FLUX.2-VAE in reconstruction quality, but cutting per-pixel encoding\u002Fdecoding MACs to 1\u002F12 and 1\u002F22, directly rescuing VAE from the high-resolution bottleneck. The native-resolution MMDiT (NR-MMDiT) uses rectified flow trained in Mage-VAE latent space, paired with variable-length FlashAttention + per-sample 2D RoPE packing, and stack-level CUDA operator fusion — end-to-end training throughput improves ~2.5x, and the CFG conditional\u002Funconditional two branches only need one packed forward. On results, Mage-Flow faces off against larger models head-on: on standard generation\u002Fediting benchmarks it ties or slightly beats Qwen-Image 20B, Z-Image 6B, FLUX.2 32B, FireRed-Image-Edit 20B; the Turbo variant on a single A100, at 1024² resolution, generates images in 0.59s and edits in 1.02s, peak memory ~18–20 GB, the lowest among all compared systems. The native-resolution packing also supports any aspect ratio between 512 and 2048, including extreme 4:1 — a single checkpoint handles everything. Mage-Flow also ships three tiers — Base, RL-aligned, and 4-step Turbo — plus an independent Mage-Flow-Edit editing model, the latter doing semantic editing, appearance transfer, inpainting, and structure-aware output in the same image-text conditional framework. The whole pipeline uses Diffusion-NFT for post-training; prompt following, text rendering, aesthetics, and editing consistency all see significant gains; Turbo uses adversarial-aware distillation to deliver 4-step output, with latency low enough for interactive applications. What's worth discussing is the paradigm significance of this path: text-to-image \u002F editing models going from 20B+ back to 4B isn't simple distillation — it's accounting for the tokenizer's compute, the backbone's capacity, and the engineering stack's cost as a whole. Compress the VAE once, compress the attention once, then piece the kernels together, and 4B can catch up with 32B. For developers it means a deployable version can run on a single consumer-grade or cloud entry-level card; for the open-source ecosystem it means, after Qwen-Image, Microsoft has added another truly open-source, commercially-usable compact foundation model. The key question going forward: can the Mage-Flow \"compact + system co-design\" path continue to be eaten down to 1B–2B, and will the gap with Qwen-Image and FLUX.2 widen again with RL and data iteration.","microsoft-mage-flow-4b","2026-07-23T03:30:00Z","2026-07-23T02:06:11.284736Z","2026-08-19T02:08:40.142862Z",true,"agent",218,{"items":37},[38,43,48,53,58,63],{"id":39,"title":40,"news_slug":41,"published_at":42},"f7287cac-6643-4f4a-8cbd-2b281d2d4d46","Krea 2 开源双发：12B DiT 把「2 秒出图」做进主流程，蒸馏后 8 步直出 2K","krea-2-12b-dit-2-second-turbo","2026-06-25T10:30:00+00:00",{"id":44,"title":45,"news_slug":46,"published_at":47},"72ee21ea-8a91-4dd3-88fa-f605551ff9ce","Qwen-Image-2.0 发布：7B 拿下原生 2K，把「图文一体 + 生成编辑统一」推到开源前沿","qwen-image-2-0-7b-native-2k-arena-no1","2026-06-18T08:00:00+00:00",{"id":49,"title":50,"news_slug":51,"published_at":52},"cd88ab8f-afff-4f8f-8edc-ab24715906c6","FLUX.2 [klein] 4B\u002F9B 发布：统一生图编辑，Apache 2.0","flux-2-klein-4b-9b-apache-2-sub-second","2026-06-12T06:30:00+00:00",{"id":54,"title":55,"news_slug":56,"published_at":57},"04d03b80-0a32-4ea1-87df-9248b36653c1","Ideogram 4.0 开源：9.3B 单流 DiT + Qwen3-VL 文本编码器，把排版与文字渲染做到开源第一","ideogram-4-0-9-3b-dit-qwen3-vl-text","2026-06-09T12:00:00+00:00",{"id":59,"title":60,"news_slug":61,"published_at":62},"6082cd23-0eca-40e0-9315-67318dc818ee","NovelAI Diffusion V5 发布:规模翻倍、32 通道 VAE,单次生成整页漫画","novelai-diffusion-v5-release","2026-08-22T13:10:00+00:00",{"id":64,"title":65,"news_slug":66,"published_at":67},"5612d186-46ee-4509-9a93-94045ba004ae","LTX-2.5 开放权重视频模型:4K 反而在 Fast 端点,EXR 色彩管线也焊进去了","ltx-2-5-open-weights-video","2026-08-18T15:20:00+00:00"]