Environment Installation Guide
Installing SkyReels-V2 requires the following configuration steps:
Preparation of the basic environment
- Cloning Project Warehouse:
git clone https://github.com/SkyworkAI/SkyReels-V2 - Creating a Python virtual environment: recommended use
conda create -n skyreels-v2 python=3.10.12 - Installation of dependent libraries: via
pip install -r requirements.txtfulfillment
Model Weights Download
Download the model via Hugging Face Hub:
pip install -U "huggingface_hub[cli]" huggingface-cli download Skywork/SkyReels-V2 --local-dir ./models
Hardware Requirements
- Minimum Requirements: Single RTX 4090 graphics card (24GB VRAM)
- Recommended Configuration: Multi-GPU System with 4-8 A100 Graphics Cards
- Storage requirements: at least 100GB of disk space
- Memory requirements: 32GB or more of system memory
This answer comes from the articleSkyReels V2: Open Source AI Tool for Generating Unlimited Length VideosThe































