Microsoft Releases Mage-Flow: Compact 4B Image Generation and Editing Models Matching Systems 5-8x Larger
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.
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
OpenAI Launches GPT-Image 2.5 With Two New API Models: Sunburst and Flare
OpenAI has released ChatGPT Images 2.5, introducing two new API model IDs — gpt-image-2.5-sunburst and gpt-image-2.5-flare — with improved multi-turn instruction following and better preservation of subjects from reference photos. OpenAI says its image models have now generated more than 3 billion images across ChatGPT and the API.
Microsoft Releases VibeVoice-ASR-Streaming-7B, an Open-Weight Streaming Speech Recognition Model with Speaker Attributio
Microsoft Research has released VibeVoice-ASR-Streaming-7B, an open-weight streaming automatic speech recognition model that transcribes both who is speaking and what they say in real time. The model, listed at 9B parameters despite its name, supports 10 languages and custom hotwords under an MIT license.
Alibaba's Qwen Releases Qwen-Drive-1.0-4B, a Unified VLM for Autonomous Driving Perception and Planning
Alibaba's Qwen team has released Qwen-Drive-1.0-4B, a 4B-parameter vision-language model built on Qwen3.5 that unifies 3D perception, driving question answering, and motion planning in one framework. The model reports strong open-loop, pseudo-closed-loop, and closed-loop driving benchmark results while claiming minimal loss of general vision-language ability.
DeepSeek Launches V4.1 Flash: Low-Cost MoE Model Claims to Beat V4 Pro
DeepSeek has released V4.1 Flash, a sparse mixture-of-experts model priced at $0.30 per 1M input tokens and $1.20 per 1M output tokens with a 1 million token context window. DeepSeek claims the model exceeds the larger V4 Pro on performance, speed, and task completion time.
Comments
Loading...