Views
No views yet
| Model | Tuning Resolution | Checkpoint | Description |
|---|---|---|---|
| CineScale-1.3B-T2V | 1088x1920 | Hugging Face | Supports 3K (1632x2880) inference on A100 x 1 |
| CineScale-14B-T2V | 1088x1920 | Hugging Face | Supports 4K (2176x3840) inference on A100 x 8 |
| CineScale-14B-I2V | 1088x1920 | Hugging Face | Supports 4K (2176x3840) inference on A100 x 8 |
1# Example for 2K-Resolution Text-to-Video (Base Model Wan2.1-1.3B)
2# Single GPU
3CUDA_VISIBLE_DEVICES=0 python cinescale_t2v1.3b_single.py
4# Multiple GPUs
5torchrun --standalone --nproc_per_node=8 cinescale_t2v1.3b.py1@article{qiu2025cinescale,
2 title={CineScale: Free Lunch in High-Resolution Cinematic Visual Generation},
3 author={Haonan Qiu and Ning Yu and Ziqi Huang and Paul Debevec and Ziwei Liu},
4 journal={arXiv preprint arXiv:2508.15774},
5 year={2025}
6}