FlowBlending: Stage-Aware Multi-Model Sampling for Fast and High-Fidelity Video Generation
Jibin Song, Mingi Kwon, Jaeseok Jeong, Youngjung Uh
TL;DR
FlowBlending addresses the expensive cost of diffusion-based video generation by revealing that model capacity is most impactful during the early and late denoising stages, while the intermediate stage is capacity-tolerant. It introduces a simple, training-free stage-aware sampling strategy (LSL) that uses a large model for early structure formation and late refinement and a small model for the middle stage, achieving up to 1.65× inference speed and 57.35% fewer FLOPs while preserving large-model fidelity. The approach is validated on LTX-Video and WAN 2.1, demonstrating strong parity with large-only outputs across FID, FVD, and VBench metrics, and it is shown to be compatible with other acceleration methods like step-reduction and distillation. Velocity-divergence analysis and DINO/CLIP-based boundary detection provide practical, model-agnostic cues for identifying stage boundaries, enabling robust, near-optimal trade-offs in diverse configurations.
Abstract
In this work, we show that the impact of model capacity varies across timesteps: it is crucial for the early and late stages but largely negligible during the intermediate stage. Accordingly, we propose FlowBlending, a stage-aware multi-model sampling strategy that employs a large model and a small model at capacity-sensitive stages and intermediate stages, respectively. We further introduce simple criteria to choose stage boundaries and provide a velocity-divergence analysis as an effective proxy for identifying capacity-sensitive regions. Across LTX-Video (2B/13B) and WAN 2.1 (1.3B/14B), FlowBlending achieves up to 1.65x faster inference with 57.35% fewer FLOPs, while maintaining the visual fidelity, temporal coherence, and semantic alignment of the large models. FlowBlending is also compatible with existing sampling-acceleration techniques, enabling up to 2x additional speedup. Project page is available at: https://jibin86.github.io/flowblending_project_page.
