CineScale: Open-Sourcing Tuning-Free High-Resolution Video Generation

1S-Lab, Nanyang Technological University 2Netflix Eyeline Studios
*Equal contribution Corresponding authors

Watch in 4K

CineScale is now integrated into Wan 🎉



TL;DR

Most video generators are trained at limited spatial resolutions due to the scarcity of high-resolution 4K video data and the prohibitive computational cost of large-scale training on such data. Most video diffusion models are trained on 720p videos and are therefore effectively limited to generating videos at similar resolutions during inference. To address this gap, we propose CineScale. CineScale, to the best of our knowledge, is the first tuning-free inference framework enabling pretrained video diffusion models to generate high-fidelity videos at resolutions far beyond those encountered during training, without any fine-tuning.

CineScale framework with tiled self-attention and Adaptively Rectified RoPE
Framework overview: tiled self-attention with Adaptively Rectified RoPE.

Method

CineScale enables pretrained video diffusion models to generate far beyond their native training resolution without retraining. It partitions query tokens into spatial tiles while retaining access to all global keys and values, then uses Adaptively Rectified RoPE to preserve precise local geometry and keep long-range positional offsets within the range supported by the pretrained model.

Results and Ablations

Visual ablation comparing RoPE, NTK-RoPE, and Adaptively Rectified RoPE
RoPE ablation: standard RoPE, NTK-RoPE, and Adaptively Rectified RoPE.
4K video generation comparison across Kling 3.0, LTX 2.0, Wan 2.2, and CineScale
4K comparison across recent video generation systems.

4K Video Gallery

Citation

If you find CineScale useful in your research or projects, consider citing our paper:

@article{qiu2025cinescale,
  title={CineScale: Free Lunch in High-Resolution Cinematic Visual Generation},
  author={Haonan Qiu and Ning Yu and Ziqi Huang and Paul Debevec and Ziwei Liu},
  journal={arXiv preprint arXiv:2508.15774},
  year={2025}
}