Moebius: 0.2B Lightweight Image Inpainting Framework with 10B-Level Performance
Summary
Moebius is a 0.22B parameter image inpainting framework that rivals 10B-level models like FLUX.1-Fill-Dev, achieving over 15x faster inference through novel local-global interaction blocks and adaptive distillation strategies.
View Cached Full Text
Cached at: 06/20/26, 02:30 PM
Paper page - Moebius: 0.2B Lightweight Image Inpainting Framework with 10B-Level Performance
Source: https://huggingface.co/papers/2606.19195
Abstract
A lightweight image inpainting framework achieves high-fidelity results with significantly reduced parameters and inference time through novel local-global interaction blocks and adaptive distillation strategies.
While 10B-level industrial foundation models have pushed the boundaries of image inpainting, their prohibitive computational costs severely hinder practical deployment. Constructing a highly optimized task-specific specialist offers a promising solution; however, extreme structural compression inevitably triggers a severerepresentation bottleneck. To conquer this, we propose Moebius, a highly efficient lightweight inpainting framework. We systematically reconstruct thediffusion backboneby introducing theLocal-λ Mix Interaction(LλMI) block. Comprising Local-λ and Interactive-λ modules, it elegantly summarizesspatial contextsandglobal semantic priorsintofixed-size linear matrices, preserving complex latent interactions while drastically shedding parameters. Furthermore, to unlock the full representational capacity of this highly compact architecture, we synergistically pair it with anadaptive multi-granularity distillationstrategy. Operating strictly within thelatent spaceto avoid expensive pixel-space decoding, this strategy dynamically balances multiplegradient-based lossesto achieve high-fidelity alignment. Extensive experiments across natural and portrait benchmarks demonstrate that this optimal synergy enables Moebius to rival or even surpass the generation quality of the 10B-level industrial generalist FLUX.1-Fill-Dev. Remarkably, Moebius achieves this using less than 2\% of the parameters (0.22B vs. 11.9B) while delivering a >15times acceleration in total inference time, setting a new efficiency standard forhigh-fidelity inpainting. Project page at https://hustvl.github.io/Moebius.
View arXiv pageView PDFProject pageGitHub66Add to collection
Get this paper in your agent:
hf papers read 2606\.19195
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2606.19195 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2606.19195 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2606.19195 in a Space README.md to link it from this page.
Collections including this paper2
Similar Articles
Porting the Moebius 0.2B image inpainting model to run in the browser with Claude Code
Simon Willison ported the Moebius 0.2B image inpainting model to run in the browser using WebGPU and ONNX Runtime, assisted by Claude Code. The resulting demo allows users to upload images and remove objects via inpainting.
@Modular: Modular is live on @ArtificialAnlys with 3x faster image generation than the competition. MAX inference serving @bfl_ai…
Modular's MAX inference serving achieves 3x faster image generation for FLUX.2-dev than competitors, as per Artificial Analysis benchmarks.
Mage-Flow: An Efficient Native-Resolution Foundation Model for Image Generation and Editing
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.
@modal: Day 0 support for Inkling-Small on Modal. - 276B parameter MoE with 12B active - 1M context - Variable thinking effort …
Thinking Machines released Inkling-Small, a 276B-parameter mixture-of-experts model with 12B active parameters, 1M context, and native image/audio understanding, now available on Modal with NVIDIA B300 support.
@hank_aibtc: WTF? Image generation has completely changed! PrismML just released Bonsai Image 4B — a 1-bit binary and ternary quantized diffusion model! - Model is only ~3GB (1-bit version even compressed to 0.93GB), while the same-parameter FLUX.2 Klein 4B requires...
PrismML has released Bonsai Image 4B, a 1-bit binary and ternary quantized diffusion model, with a size of only 3GB (1-bit version 0.93GB), achieving over 8x compression compared to the same-parameter FLUX.2 Klein 4B at 16GB, and fully supports local browser execution.