AIAny
AI Image2026
Icon for item

Mage-Flow-Edit-Turbo

Performs instruction-based image editing from reference images using a 4B native-resolution diffusion transformer; the Turbo variant uses 4-step distillation for interactive latency (≈1.02 s per 1024² edit on A100) while supporting semantic, appearance, structure-aware and restoration edits.

Introduction

Why this matters

Small, single-checkpoint image models typically trade quality or flexibility for speed. This native-resolution editing variant packs a 4B multimodal diffusion transformer and an efficient one-step VAE tokenizer into an editing pipeline that keeps high-fidelity outputs while enabling few-step (4-step) distilled edits for interactive workflows. The core insight is that tokenizer–backbone–system co-design lets a compact model match much larger systems on many benchmarks while running with lower memory and latency.

Key Capabilities
  • Few-step interactive editing: Turbo is distilled to run in 4 denoising steps for low-latency edits (example benchmark: ~1.02 s per 1024² edit on a single A100), enabling faster iteration in creative and production settings.
  • Versatile instruction-conditioned edits: supports semantic content changes, appearance/style transformation, localized object edits, structure-aware scene modifications, and bidirectional degradation/restoration in a unified image-and-text-conditioned model.
  • Native-resolution support: one checkpoint generalizes across resolutions from 512 to 2048 and arbitrary aspect ratios (e.g., 4:1) via native-resolution packing, avoiding resizing-induced artifacts.
  • Efficient codec & system design: uses a one-step Mage-VAE tokenizer and a rectified-flow-trained Native-Resolution MMDiT to reduce VAE compute and fuse conditional/unconditional passes for runtime savings.
Who Should Use It & Tradeoffs

Great fit if you need interactive, instruction-driven image edits with high visual fidelity but limited GPU resources — artists, UI prototypers, or teams building editing features can iterate quickly without running very large models. It is also suitable when you want a single model to handle generation and editing at multiple resolutions.

Look elsewhere if you require the absolute highest-fidelity production renders from extremely large foundation models or specialized restoration pipelines tuned to niche degradations: the Turbo variant trades some per-step fidelity for speed. Practical deployment also requires attention to CUDA/tooling compatibility (flash-attn build and torch/CUDA version matching) and ~18–20 GB peak GPU memory at 1024² in reported setups.

Where it fits

Functionally sits between large multi-checkpoint image foundation models and lightweight mobile editors: it aims to deliver comparable benchmark performance to much larger open systems while keeping a single, efficient 4B family that is easier to run, fine-tune, and integrate into editing pipelines.

Information

  • Websitehuggingface.co
  • OrganizationsMicrosoft
  • AuthorsXinjie Zhang, Peng Zhang, Shicheng Zheng, Jinghao Guo, Zhaoyang Jia, Yifei Shen, Xun Guo, Yuxuan Luo, Jiahao Li, Wenxuan Xie
  • Published date2026/07/21

More Items

GitHub
AI Train2023

Provides from‑scratch implementations and end‑to‑end workflows to pretrain, finetune, evaluate, and deploy 20+ LLMs with reproducible YAML recipes, multi‑GPU/TPU support, quantization, and LoRA/QLoRA options.

Hugging Face
AI Model2026

Automates end-to-end web workflows from browser screenshots by emitting pixel-grounded actions (click, type, scroll, visit, search). Vision-first multimodal agent fine-tuned from Qwen3.5-27B with critical-point safety checks; intended for sandboxed, human-supervised deployments.

Hugging Face
AI Model2026

A text-only open-weight MOE code model (35B total, 3B active) fine-tuned with SFT+RL for agentic coding; achieves strong agentic-code benchmarks, supports 262k context and deployment via Transformers/vLLM; vision weights are not included.