环境配置指南
要使 SkyReels-V1 正常运行,需要满足以下硬件和软件要求:
Basic Configuration
- software:建议 NVIDIA GPU(RTX 4090/A800 等),需至少12GB显存
- systems:Windows/Linux/macOS(需额外配置CUDA)
- 软件栈:Python 3.10+、CUDA 12.2、PyTorch 2.0+
Installation process
- clone warehouse::
git clone https://github.com/SkyworkAI/SkyReels-V1.git
- Creating a Virtual Environment(Recommended):
conda create -n skyreels python=3.10
- Installation of dependencies::
pip install -r requirements.txt
- Download model weights:从 Hugging Face 获取预训练模型并放入
/models
catalogs
最后可通过运行video_generate.py
测试脚本验证安装是否成功。
This answer comes from the articleSkyReels-V1: An Open Source Video Model for Generating High Quality Human Action VideoThe