Installation
1. Prepare Your Platform
LinuxmacOSWindows2. Prepare Your Environment
Initialize conda for your terminal:
conda init --all
Create the environment:
conda create --name facefusion python=3.12 pip=25.0
Activate the environment:
conda activate facefusion
3. Install Your Accelerator
LinuxWindows4. Download Your Copy
Clone the repository:
git clone https://github.com/facefusion/facefusion
Ensure to enter the directory:
cd facefusion
5. Install The Application
python install.py --onnxruntime default
6. Reload Your Environment
conda deactivate
conda activate facefusion
7. Done
Finally, run the program:
python facefusion.py run --open-browser