Skip to content

🔧 Installation

FastVideo supports the following hardware platforms:

Quick Installation

Using pip

pip install fastvideo

Using conda

conda install -c conda-forge fastvideo

From source

git clone https://github.com/hao-ai-lab/FastVideo.git
cd FastVideo
pip install -e .

Hardware Requirements

  • NVIDIA GPUs: CUDA 11.8+ with compute capability 7.0+
  • Apple Silicon: macOS 12.0+ with M1/M2/M3 chips
  • CPU: x86_64 architecture (for CPU-only inference)

Next Steps