How to install facefusion/facefusion. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
facefusion/facefusion Installation Guide
How to install facefusion/facefusion. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for facefusion/facefusion. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i facefusion/facefusionor
Install via npx
npx @hexmos/ipm i facefusion/facefusionPrerequisites
Python
languageVersion: >=3.6.0
pip
package_managerPackage installer for Python.
Git
system_toolVersion: 2.30.1
Virtualenv
environmentPython virtual environment manager.
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
CPU Installation (Universal)
conda init --all
conda create --name facefusion python=3.12 pip=25.0
conda activate facefusion
git clone https://github.com/facefusion/facefusion
cd facefusion
python install.py --onnxruntime defaultNVIDIA GPU Installation (CUDA)
conda init --all
conda create --name facefusion python=3.12 pip=25.0
conda activate facefusion
git clone https://github.com/facefusion/facefusion
cd facefusion
python install.py --onnxruntime cudamacOS Installation (CoreML)
conda init --all
conda create --name facefusion python=3.12 pip=25.0
conda activate facefusion
git clone https://github.com/facefusion/facefusion
cd facefusion
python install.py --onnxruntime coremlWindows GPU Installation (DirectML)
conda init --all
conda create --name facefusion python=3.12 pip=25.0
conda activate facefusion
git clone https://github.com/facefusion/facefusion
cd facefusion
python install.py --onnxruntime directmlPost Installation Steps
- Reload your environment by running: conda deactivate
- Re-activate the environment: conda activate facefusion
- Navigate to the project directory: cd facefusion
- Run the program and open the interface: python facefusion.py run --open-browser
