model releaseMicrosoft

Microsoft Releases Mage-Flow: Compact 4B Image Generation and Editing Models Matching Systems 5-8x Larger

TL;DR

Microsoft has released Mage-Flow, a family of 4B-parameter image generation and editing models built on a shared tokenizer-transformer stack. According to Microsoft, the Turbo variants match or beat open-source systems with 5-8x more parameters while running in 4 diffusion steps.

2 min read
0

Microsoft ships compact image generation and editing stack

Microsoft has published Mage-Flow, a family of 4-billion-parameter models for text-to-image generation and instruction-based image editing, on Hugging Face. The release includes six checkpoints — Base, RL-aligned, and 4-step Turbo variants for both generation (Mage-Flow) and editing (Mage-Flow-Edit) — all built from a shared architecture rather than scaled independently.

The stack centers on two co-designed components: Mage-VAE, a one-step diffusion latent tokenizer, and NR-MMDiT, a shared 4B Native-Resolution Multimodal Diffusion Transformer trained with rectified flow matching. All six model variants reuse this same backbone and tokenizer.

Benchmark claims

According to Microsoft's published results, Mage-Flow (RL-aligned, 20 steps) scores 0.90 on GenEval — higher than Qwen-Image (20B params, 0.87), FLUX.2-dev (32B params, 0.87), and closed-source Seedream 4.0 (0.84). The 4-step Mage-Flow-Turbo variant scores 0.88 on the same benchmark while running in a fraction of the steps.

On image editing, Mage-Flow-Edit-Turbo scores 8.271 on GEdit-EN and 8.264 on GEdit-CN (0-10 scale), and 4.38 on ImgEdit-Bench (0-5 scale) — ahead of Qwen-Image-Edit-2511 (20B, 7.877/7.819/4.51 respectively is mixed, with Qwen scoring higher on ImgEdit but lower on GEdit) and FireRed-Image-Edit-1.0 (20B, 7.943/7.887/4.56).

Microsoft claims the Mage-VAE tokenizer matches FLUX.2-VAE reconstruction fidelity while using roughly 12x fewer encode MACs and 22x fewer decode MACs per pixel. The company also reports that native-resolution packing combined with fused CUDA kernels cut per-step training time from 1.93 seconds to 0.78 seconds — a claimed 2.5x training speedup.

Latency and memory

At 1024x1024 resolution on a single A100 GPU, Microsoft reports Mage-Flow-Turbo generates an image in 0.59 seconds and Mage-Flow-Edit-Turbo completes an edit in 1.02 seconds, with peak memory usage between 18-20 GB — described by Microsoft as the lowest among compared systems. The models support native resolution generation from 512 to 2048 pixels across arbitrary aspect ratios, including extreme ratios like 512x2048.

All checkpoints are distributed as diffusers-compatible repositories on Hugging Face under the microsoft organization, including microsoft/Mage-Flow, microsoft/Mage-Flow-Turbo, microsoft/Mage-Flow-Edit, and microsoft/Mage-Flow-Edit-Turbo. Pricing not applicable — the models are released as open weights.

What this means

Mage-Flow is a bet on architecture efficiency over raw parameter count. If Microsoft's benchmark numbers hold up under independent testing, a 4B model matching or beating 20B-32B open-source competitors on GenEval and editing benchmarks would meaningfully lower the compute bar for running competitive image generation and editing locally or at scale. The claimed sub-second inference at 1024² with under 20GB of memory makes these models plausible candidates for single-GPU deployment, which matters for developers who can't run 20B+ parameter diffusion models economically. The real test will be independent reproduction of the benchmark tables and qualitative review of the editing outputs, since diffusion benchmarks like GenEval and GEdit can be sensitive to prompt selection and evaluation methodology.

Related Articles

model release

Microsoft Releases Mage-Flow, a 4B Open-Weight Model That Matches 20B+ Rivals on Image Generation and Editing

Microsoft has released Mage-Flow, a 4B-parameter open-weight foundation model for text-to-image generation and instruction-based editing. The company claims it matches or beats much larger open systems like Qwen-Image (20B) and FLUX.2 (32B) while running faster and using less memory.

model release

Microsoft Releases Fara1.5-27B, a 27B Vision-Only Web Browsing Agent with 262K Context

Microsoft Research AI Frontiers has released Fara1.5-27B, a 27-billion-parameter multimodal agent that completes web tasks by reading screenshots and emitting click/type/scroll commands. The model, fine-tuned from Qwen3.5-27B, ships under MIT license with a 262K-token context window and is designed to run alongside Microsoft's MagenticLite sandbox.

model release

Anthropic's Claude Opus 5 Hits 0% Prompt Injection Success Rate in Browser Agent Tests, With Defenses Enabled

Anthropic's system card for Claude Opus 5 reports a 0% prompt injection success rate across 129 browser agent test scenarios when Auto Mode is enabled. On Gray Swan's broader indirect prompt injection benchmark, Opus 5 posted a 2.0% attacker success rate after 15 attempts, the lowest among tested frontier models.

model release

Anthropic Ships Claude Opus 5, Claims Near-Fable Performance at Half the Price

Anthropic released Claude Opus 5 on July 24, 2026, positioning it as a lower-cost alternative to its more expensive Claude Fable 5 model. Independent evaluators Epoch AI and Artificial Analysis report mixed but largely favorable results, with Opus 5 nearly matching Fable 5 on coding benchmarks while cutting cost-per-task by roughly 20%.

Comments

Loading...