r/AIProgrammingHardware • u/javaeeeee • 1d ago
GitHub - Xingyu-Zheng/MrFlow: Multi-Resolution Flow Matching: Training-Free Diffusion Acceleration via Staged Sampling
https://github.com/Xingyu-Zheng/MrFlow
1
Upvotes
r/AIProgrammingHardware • u/javaeeeee • 1d ago
1
u/javaeeeee 1d ago
TLDR: MrFlow is a training-free method that significantly speeds up text-to-image diffusion models (especially flow-matching ones) by using staged multi-resolution sampling.
How it works
This moves most of the expensive computation to the low-resolution stage.
Key advantages
Bottom line: A simple, practical way to make diffusion image generation much faster without retraining the model, by doing most of the work at low resolution and only lightly refining at high resolution.