{"name":"CineScale: Unlocking 4K High-Resolution Cinematic Video Generation","description":"CineScale is an innovative GitHub repository by Eyeline-Labs, extending FreeScale to enable high-resolution cinematic video generation. It provides models and tools to achieve up to 4K video output, leveraging diffusion models for advanced visual content creation. This project offers a robust framework for researchers and developers to generate stunning, high-definition videos.","github":"https://github.com/Eyeline-Labs/CineScale","url":"https://osrepos.com/repo/eyeline-labs-cinescale","source":"osrepos.com","sourceDescription":"This repository profile is provided by osrepos.com, an open source repository discovery platform.","repositoryProfile":"https://osrepos.com/repo/eyeline-labs-cinescale","generatedFor":"open source discovery and AI-assisted research","markdown":"https://osrepos.com/repo/eyeline-labs-cinescale.md","json":"https://osrepos.com/repo/eyeline-labs-cinescale.json","topics":["diffusion","diffusion-models","generative-ai","generative-model","video-generation","Python","AI","Computer Vision"],"keywords":["diffusion","diffusion-models","generative-ai","generative-model","video-generation","Python","AI","Computer Vision"],"stars":null,"summary":"CineScale is an innovative GitHub repository by Eyeline-Labs, extending FreeScale to enable high-resolution cinematic video generation. It provides models and tools to achieve up to 4K video output, leveraging diffusion models for advanced visual content creation. This project offers a robust framework for researchers and developers to generate stunning, high-definition videos.","content":"## Introduction\n\nCineScale, developed by Eyeline-Labs, is an open-source project that extends the capabilities of FreeScale for high-resolution cinematic visual generation, specifically unlocking 4K video output. This repository provides the code and models necessary for generating stunning, high-definition videos using advanced diffusion models. It is the result of collaborative research by Haonan Qiu, Ning Yu, Ziqi Huang, Paul Debevec, and Ziwei Liu from Nanyang Technological University and Netflix Eyeline Studios.\n\nFor more details, you can explore the [arXiv paper](https://arxiv.org/abs/2508.15774) and the [Project Page](https://eyeline-labs.github.io/CineScale/).\n\n## Installation\n\nTo get started with CineScale, follow these steps to set up your environment using Anaconda:\n\nbash\ngit clone https://github.com/Eyeline-Labs/CineScale.git\ncd CineScale\n\nconda create -n cinescale python=3.10\nconda activate cinescale\npip install -e .\npip install xfuser>=0.4.3\npip install flash-attn==2.7.4.post1 --no-build-isolation\n\n\n## Examples\n\nCineScale offers various models and inference commands for different resolutions and tasks. First, ensure you download the necessary checkpoints from [Hugging Face](https://huggingface.co/Eyeline-Labs/CineScale/tree/main) and place them in the `models` folder.\n\n**2K-Resolution Text-to-Video (Base Model Wan2.1-1.3B)**\n\n**Single GPU:**\nbash\nCUDA_VISIBLE_DEVICES=0 python cinescale_t2v1.3b_single.py\n\n\n**Multiple GPUs:**\nbash\ntorchrun --standalone --nproc_per_node=8 cinescale_t2v1.3b.py\n\n\n**3K-Resolution Text-to-Video (Base Model Wan2.1-1.3B)**\n\nbash\ntorchrun --standalone --nproc_per_node=8 cinescale_t2v1.3b_pro.py\n\n\n**4K-Resolution Text-to-Video (Base Model Wan2.1-14B)**\n\nbash\ntorchrun --standalone --nproc_per_node=8 cinescale_t2v14b_pro.py\n\n\n**4K-Resolution Image-to-Video (Base Model Wan2.1-14B)**\n\nbash\n# May set attention_coef to 1.5 for better results (line 123, diffsynth/distributed/xdit_context_parallel.py)\n\ntorchrun --standalone --nproc_per_node=8 cinescale_i2v14b.py\n\n\n## Why Use CineScale?\n\nCineScale stands out for its ability to generate high-resolution cinematic videos, pushing the boundaries of what's possible with generative AI. By extending existing models like FreeScale and Wan2.1, it provides a robust framework for researchers and developers to create stunning visual content up to 4K resolution. Its support for both text-to-video and image-to-video generation, coupled with optimized models for various GPU configurations, makes it a powerful tool for advanced video synthesis.\n\n## Links\n\n*   [GitHub Repository](https://github.com/Eyeline-Labs/CineScale)\n*   [arXiv Paper](https://arxiv.org/abs/2508.15774)\n*   [Project Page](https://eyeline-labs.github.io/CineScale/)\n*   [Hugging Face Models](https://huggingface.co/Eyeline-Labs/CineScale/tree/main)","metrics":{"detailViews":3,"githubClicks":2},"dates":{"published":null,"modified":"2025-12-18T16:01:46.000Z"}}