Installation
1. Prepare Your Platform
LinuxmacOSWindows2. Prepare Your Environment
Initialize conda for your terminal:
conda init --allCreate the environment:
conda create --name facefusion python=3.12 pip=25.0Activate the environment:
conda activate facefusion3. Install Your Accelerator
LinuxWindows4. Download Your Copy
Clone the repository:
git clone https://github.com/facefusion/facefusiongit clone https://gitee.com/facefusion/facefusionEnsure to enter the directory:
cd facefusion5. Install The Application
python install.py --onnxruntime defaultpython install.py --onnxruntime cudapython install.py --onnxruntime defaultpython install.py --onnxruntime directmlpython install.py --onnxruntime openvinopython install.py --onnxruntime rocm6. Reload Your Environment
conda deactivateconda activate facefusion7. Done
Finally, run the program:
python facefusion.py run --open-browser