Instructions to install FastVideo for Apple Silicon.
- OS: MacOS
- Python: 3.12.4
Recommended default: use uv for faster and more stable environment setup.
Please follow the documentation to install uv. After installing uv, create a new environment using:
# (Recommended) Create a new uv environment. Use `--seed` to install `pip` and `setuptools`.
uv venv --python 3.12 --seed
source .venv/bin/activateYou can also create a Python environment using Conda.
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-arm64.sh
bash Miniconda3-latest-MacOSX-arm64.sh
source ~/.zshrcconda create -n fastvideo python=3.12.4 -y
conda activate fastvideobrew install ffmpeg
uv pip install fastvideopip install fastvideogit clone https://github.com/hao-ai-lab/FastVideo.git && cd FastVideoBasic installation:
uv pip install -e .Alternative with Conda environment:
pip install -e .If you're planning to contribute to FastVideo please see the following page: Contributor Guide
- Mac M1, M2, M3, or M4 (at least 32 GB RAM is preferable for high quality video generation)
If you encounter any issues during installation, please open an issue on our GitHub repository.
You can also join our Slack community for additional support.