Skip to content

🔧 Installation

FastVideo supports the following hardware platforms:

Quick Installation

Using pip

# Create and activate a new conda environment
conda create -n fastvideo python=3.12
conda activate fastvideo

pip install fastvideo

From source

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

Also optionally install flash-attn:

pip install flash-attn --no-build-isolation

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