Mage (GitHub Repo)

TLDR AI Models

Summary

Microsoft releases Mage, a family of lightweight 4B-parameter multimodal models for visual understanding and generation, including Mage-VL for image/video understanding and Mage-Flow for text-to-image generation and editing, designed for research and deployment on modest hardware.

Mage is a family of lightweight, research-friendly multimodal models designed to make advanced visual understanding and generation accessible for controlled experiments, post-training research, and vertical-domain applications under realistic compute budgets. The models are compact enough to train, fine-tune, and deploy on modest hardware. They remain competitive with much larger open systems in their respective domains. The models are intended for research and not for product or service deployment.
Original Article
View Cached Full Text

Cached at: 07/22/26, 09:30 PM

microsoft/Mage

Source: https://github.com/microsoft/Mage

Mage: A Lightweight, Research-Friendly Multimodal Model Family

Microsoft Mage Team

Project Page   GitHub   Hugging Face   License: MIT   Tech Report

gallery

Mage is a family of lightweight, research-friendly multimodal models built at a fixed 4B-parameter budget. It is designed to make advanced visual understanding and generation accessible for controlled experiments, post-training research, and vertical-domain applications under realistic compute budgets.

The family is organized around a shared codec-aligned efficiency philosophy — spend representation capacity where the signal is — applied to both the understanding and the generation side:

ModelTaskScaleCodeReport
Mage-VLImage & video understanding, proactive streaming4Bmage_vl/Coming Soon
Mage-FlowText-to-image generation & instruction-based editing4Bmage_flow/PDF

Both models are compact enough to train, fine-tune, and deploy on modest hardware, yet remain competitive with much larger open systems in their respective domains.


🧩 Mage-VL — codec-native streaming vision–language

Mage-VL is a codec-native, proactive-streaming multimodal foundation model for image & video understanding, trained entirely from scratch at a compact 4B scale.

🚧 Coming soon — code, checkpoints, and full details are on the way. Stay tuned.

mage_vl/README.md

🎨 Mage-Flow — efficient native-resolution generation & editing

Mage-Flow is a compact 4B generative stack for text-to-image generation and instruction-based image editing, built from two co-designed components: Mage-VAE (a lightweight, high-fidelity latent tokenizer) and a Native-Resolution Multimodal Diffusion Transformer trained with rectified flow matching. Each task ships in Base, RL-aligned, and 4-step Turbo variants.

Highlights

  • Compact & competitive. A single 4B family for generation and editing that matches or beats much larger open systems (Qwen-Image 20B, Z-Image 6B, FLUX.2 32B, FireRed-Image-Edit 20B).
  • Efficient tokenizer. Mage-VAE matches FLUX.2-VAE reconstruction fidelity using ~12× / ~22× fewer encode / decode MACs per pixel, removing the VAE high-resolution bottleneck.
  • Native resolution. One checkpoint generates from 512 to 2048 on any aspect ratio, including extreme 4:1 (e.g. 512×2048, 2048×512).
  • System-level speed. Native-resolution packing + fused CUDA kernels cut per-step training time from ~1.93 s → ~0.78 s (~2.5× faster training); at 1024² on a single A100, Mage-Flow-Turbo 0.59 s/image and Mage-Flow-Edit-Turbo 1.02 s/edit.
  • Versatile editing. Mage-Flow-Edit supports semantic content editing, appearance transformation, image restoration, and structure-aware outputs within a unified image-and-text-conditioned model.

→ Details, installation, Python API, CLI, and Gradio app: mage_flow/README.md

📣 News

  • 2026-07-22Mage-Flow checkpoints released on 🤗 Hugging Face: Base, RL-aligned, and 4-step Turbo variants for both text-to-image generation and image editing.
  • Coming soonMage-VL: a Base vision–language model plus a proactive-streaming variant for codec-native image & video understanding. Stay tuned.

📥 Model Zoo

Mage-VL — vision–language (image & video understanding).

ModelTaskScaleHugging Face
Mage-VLimage & video understanding, proactive streaming4B🚧 Coming soon

Mage-Flow — generation & editing. Each checkpoint is a self-contained diffusers-style repo (transformer/ + shared vae/, text_encoder/, scheduler/).

ModelTaskVariantStepsHugging Face
Mage-Flow-4B-Basetext→imageBase30🤗 microsoft/Mage-Flow-Base
Mage-Flow-4Btext→imageRL-aligned20🤗 microsoft/Mage-Flow
Mage-Flow-4B-Turbotext→imageFew-step distilled4🤗 microsoft/Mage-Flow-Turbo
Mage-Flow-Edit-4B-BaseeditingBase30🤗 microsoft/Mage-Flow-Edit-Base
Mage-Flow-Edit-4BeditingRL-aligned30🤗 microsoft/Mage-Flow-Edit
Mage-Flow-Edit-4B-TurboeditingFew-step distilled4🤗 microsoft/Mage-Flow-Edit-Turbo

🚀 Usage

Each model is self-contained in its own directory with a dedicated README:

  • Mage-VL — image/video understanding demo, codec backends, CLI → mage_vl/README.md
  • Mage-Flow — installation, Python API, CLI, prompt enhancement, Gradio app → mage_flow/README.md

📝 Citation

@article{zhang2026mageflow,
  title={Mage-Flow: An Efficient Native-Resolution Foundation Model for Image Generation and Editing},
  author={Zhang, Xinjie and Zhang, Peng and Zheng, Shicheng and Guo, Jinghao and Jia, Zhaoyang and Shen, Yifei and Guo, Xun and Luo, Yuxuan and Li, Jiahao and Xie, Wenxuan and Pu, Fanyi and Zhang, Xiaoyi and Zhang, Kaichen and Guo, Zongyu and Bi, Tianci and Gui, Dongnan and Liu, Zhening and Wen, Zimo and Zheng, Zihan and Yang, Senqiao and Li, Xiao and Wang, Jinglu and Li, Bin and Lu, Yan},
  journal={arXiv preprint arXiv:2607.19064},
  year={2026}
}

Responsible AI

These models are released for research purposes only and are not intended for product or service deployment. Responsible AI considerations were incorporated throughout the development process, including data selection, model training, and evaluation. The training data includes a combination of public, licensed, and internal datasets that were processed to remove clearly identifiable personal information and reduce harmful content where possible. However, as the data is largely sourced from web-scale collections, it may contain biases or uneven representation. As a result, the models may generate outputs that are inaccurate, biased, or inappropriate under certain prompts. The models should be used in controlled research settings with appropriate human oversight, and downstream users are responsible for applying additional safeguards — such as content moderation, validation, and compliance checks — before broader use.

License

This project is released under the MIT License.

Similar Articles

Mage (2 minute read)

TLDR AI

Microsoft unveils Mage, a family of compact 4B-parameter multimodal models for visual understanding and generation, designed for easy training and deployment on modest hardware while staying competitive with larger open models.

microsoft/Mage-Flow

Hugging Face Models Trending

Microsoft releases Mage-Flow, a compact 4B-parameter foundation model for efficient native-resolution text-to-image generation and instruction-based image editing, achieving competitive quality against much larger models.

Mage-Flow: An Efficient Native-Resolution Foundation Model for Image Generation and Editing

Hugging Face Daily Papers

Mage-Flow is a compact 4B-parameter generative stack for efficient text-to-image generation and instruction-based image editing, featuring a co-designed lightweight tokenizer (Mage-VAE) and a native-resolution multimodal diffusion transformer trained with rectified flow matching. It achieves competitive performance while enabling high-resolution generation at 0.59s on a single A100 GPU.