FreeLong++: Training-Free Long Video Generation via Multi-band SpectralFusion
Yu Lu, Yi Yang
TL;DR
The paper tackles the difficulty of extending short-video diffusion models to long-form videos by identifying high-frequency distortion as a key bottleneck. It introduces FreeLong, which uses SpectralBlend Attention to fuse global low-frequency structure with local high-frequency details in the denoising process, all training-free. Building on this, FreeLong++ adds Multi-band SpectralFusion with multi-scale attention and SpecMix noise initialization to further stabilize long-range dynamics and preserve fine motion details. Across Wan-2.1 and LTX-Video, the approach yields substantial improvements in temporal consistency and visual fidelity for 4x and 8x longer videos and supports multi-prompt storytelling and long-range control without retraining.
Abstract
Recent advances in video generation models have enabled high-quality short video generation from text prompts. However, extending these models to longer videos remains a significant challenge, primarily due to degraded temporal consistency and visual fidelity. Our preliminary observations show that naively applying short-video generation models to longer sequences leads to noticeable quality degradation. Further analysis identifies a systematic trend where high-frequency components become increasingly distorted as video length grows, an issue we term high-frequency distortion. To address this, we propose FreeLong, a training-free framework designed to balance the frequency distribution of long video features during the denoising process. FreeLong achieves this by blending global low-frequency features, which capture holistic semantics across the full video, with local high-frequency features extracted from short temporal windows to preserve fine details. Building on this, FreeLong++ extends FreeLong dual-branch design into a multi-branch architecture with multiple attention branches, each operating at a distinct temporal scale. By arranging multiple window sizes from global to local, FreeLong++ enables multi-band frequency fusion from low to high frequencies, ensuring both semantic continuity and fine-grained motion dynamics across longer video sequences. Without any additional training, FreeLong++ can be plugged into existing video generation models (e.g. Wan2.1 and LTX-Video) to produce longer videos with substantially improved temporal consistency and visual fidelity. We demonstrate that our approach outperforms previous methods on longer video generation tasks (e.g. 4x and 8x of native length). It also supports coherent multi-prompt video generation with smooth scene transitions and enables controllable video generation using long depth or pose sequences.
