Papers › FreeNoise: Tuning-Free Longer Video Diffusion via Noise Rescheduling

FreeNoise: Tuning-Free Longer Video Diffusion via Noise Rescheduling

23 Oct 2023arXiv:2310.15169archive 2025-07-28

Haonan Qiu, Menghan Xia, Yong Zhang, Yingqing He, Xintao Wang, Ying Shan, Ziwei Liu

With the availability of large-scale video datasets and the advances of diffusion models, text-driven video generation has achieved substantial progress. However, existing video generation models are typically trained on a limited number of frames, resulting in the inability to generate high-fidelity long videos during inference. Furthermore, these models only support single-text conditions, whereas real-life scenarios often require multi-text conditions as the video content changes over time. To tackle these challenges, this study explores the potential of extending the text-driven capability to generate longer videos conditioned on multiple texts. 1) We first analyze the impact of initial noise in video diffusion models. Then building upon the observation of noise, we propose FreeNoise, a tuning-free and time-efficient paradigm to enhance the generative capabilities of pretrained video diffusion models while preserving content consistency. Specifically, instead of initializing noises for all frames, we reschedule a sequence of noises for long-range correlation and perform temporal attention over them by window-based function. 2) Additionally, we design a novel motion injection method to support the generation of videos conditioned on multiple text prompts. Extensive experiments validate the superiority of our paradigm in extending the generative capabilities of video diffusion models. It is noteworthy that compared with the previous best-performing method which brought about 255% extra time cost, our method incurs only negligible time cost of approximately 17%. Generated video samples are available at our website: http://haonanqiu.com/projects/FreeNoise.html.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2310.15169")

Code

Syntology Ran 9 of 24 code samples harvested from 3 repositories linked to this paper; 15 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · violated contract; 2 ran · our draft was wrong; 5 ran with no contract checked.

By repository: official repository: 24 samples from 3 repositories, 9 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

arthur-qiu/freenoise-lavie officialmentioned in papermentioned on GitHubpytorchApache-2.0 report
AILab-CVC/FreeNoise officialmentioned on GitHubpytorch report
arthur-qiu/FreeNoise-AnimateDiff officialmentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

24 samples harvested; 9 ran; 1 honoured the contract we drafted; 15 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
1ran · violated contract
2ran · our draft was wrong
5ran
15unverified

Licence: 0 of the 24 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 3 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

GaussianDiffusion arthur-qiu/freenoise-lavie/interpolation/diffusion/respace.py official repository ran Apache-2.0 (permissive) · d1c9b1d87605ac87 · report
auto_inpainting_copy_no_mask arthur-qiu/FreeNoise-LaVie/predict.py official repository ran Apache-2.0 (permissive) · 739c0fac33a293f9 · report
exists arthur-qiu/FreeNoise-LaVie/base/models/attention.py official repository ran · violated contract Apache-2.0 (permissive) · 608e364a9d2376a3 · report
generate_weight_sequence AILab-CVC/FreeNoise/lvdm/modules/attention_freenoise.py official repository ran · honoured contract fingerprinted Apache-2.0 (permissive) · bc1bf939da9f24ba · report
get_noise_pred_single arthur-qiu/FreeNoise-AnimateDiff/animatediff/utils/util.py official repository ran Apache-2.0 (permissive) · 0b088617d5525751 · report
get_views arthur-qiu/FreeNoise-AnimateDiff/animatediff/models/motion_module.py official repository ran Apache-2.0 (permissive) · 714c7c2655fb3be9 · report
next_step arthur-qiu/FreeNoise-AnimateDiff/animatediff/utils/util.py official repository ran Apache-2.0 (permissive) · fb032d6fa7e6196d · report
zero_module arthur-qiu/FreeNoise-LaVie/base/models/utils.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 129b804760b3115f · report
zero_module arthur-qiu/FreeNoise-AnimateDiff/animatediff/models/motion_module.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 4719c763c53be3fe · report
SpacedDiffusion arthur-qiu/freenoise-lavie/interpolation/diffusion/respace.py official repository unverified Apache-2.0 (permissive) · 53830be1b1ab45ab · report
checkpoint arthur-qiu/FreeNoise-LaVie/base/models/utils.py official repository unverified Apache-2.0 (permissive) · 6fe195fcfd10e259 · report
convert_lora arthur-qiu/FreeNoise-AnimateDiff/animatediff/utils/convert_lora_safetensor_to_diffusers.py official repository unverified Apache-2.0 (permissive) · 9736e3792b57e25c · report
convert_motion_lora_ckpt_to_diffusers arthur-qiu/FreeNoise-AnimateDiff/animatediff/utils/convert_lora_safetensor_to_diffusers.py official repository unverified Apache-2.0 (permissive) · ef399950f86ca4fc · report
find_model arthur-qiu/FreeNoise-LaVie/base/download.py official repository unverified Apache-2.0 (permissive) · 55ac380ab2540f89 · report
find_model arthur-qiu/FreeNoise-LaVie/interpolation/download.py official repository unverified Apache-2.0 (permissive) · 73edd676f3847a10 · report
get_down_block arthur-qiu/FreeNoise-AnimateDiff/animatediff/models/unet_blocks.py official repository unverified Apache-2.0 (permissive) · bdb3b988fb6da325 · report
get_down_block arthur-qiu/FreeNoise-LaVie/base/models/unet_blocks.py official repository unverified Apache-2.0 (permissive) · 6aa7cfc6d6adecc0 · report
get_up_block arthur-qiu/FreeNoise-AnimateDiff/animatediff/models/unet_blocks.py official repository unverified Apache-2.0 (permissive) · 7762c49c7d58bbe2 · report
get_up_block arthur-qiu/FreeNoise-LaVie/base/models/unet_blocks.py official repository unverified Apache-2.0 (permissive) · 8ae1816b7aae9b5b · report
init_prompt arthur-qiu/FreeNoise-AnimateDiff/animatediff/utils/util.py official repository unverified Apache-2.0 (permissive) · a0a4d94af120c56f · report
renew_resnet_paths arthur-qiu/FreeNoise-AnimateDiff/animatediff/utils/convert_from_ckpt.py official repository unverified Apache-2.0 (permissive) · dfb052a0af48540f · report
renew_vae_resnet_paths arthur-qiu/FreeNoise-AnimateDiff/animatediff/utils/convert_from_ckpt.py official repository unverified Apache-2.0 (permissive) · c5ec9c13e456a046 · report
shave_segments arthur-qiu/FreeNoise-AnimateDiff/animatediff/utils/convert_from_ckpt.py official repository unverified Apache-2.0 (permissive) · cea0bc82e0c96896 · report
timestep_embedding arthur-qiu/FreeNoise-LaVie/base/models/utils.py official repository unverified Apache-2.0 (permissive) · 319f00691ca1b97c · report

Tasks

Video Generation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Diffusion

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections