AI Image Generation Without Training Speeds Up 1000%: Method: The Most Concise "Three-Stage Pipeline"
AI image generation is powerful but often feels slow for users. To address this without hardware dependencies, model fine-tuning, or dynamic runtime optimizations, researchers propose MrFlow (Multi-Resolution Flow Matching). This method uses a simple three-stage pipeline: first, generate a low-resolution structural draft; second, upscale it to high resolution in pixel space using a super-resolution model like Real-ESRGAN; third, add a small amount of noise and perform a single-step high-resolution refinement with the original model. This approach shifts most computations to the cheaper low-resolution stage, achieving up to 10.35x end-to-end speedup on models like Qwen-Image while maintaining image quality within ~1% of original outputs. Compared to other training-free acceleration methods, MrFlow offers better speed-quality trade-offs, works with various advanced models, and can be combined orthogonally with distillation techniques for further acceleration. The code and a ComfyUI plugin are openly available.
marsbit07/08 07:13