logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
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/facefusion
or

Install via npx

npx @hexmos/ipm i facefusion/facefusion

Prerequisites

Python

language

Version: >=3.6.0

pip

package_manager

Package installer for Python.

Git

system_tool

Version: 2.30.1

Virtualenv

environment

Python 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 default

NVIDIA 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 cuda

macOS 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 coreml

Windows 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 directml

Post 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