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
Clone the repository:
git clone https://github.com/facefusion/facefusion
git clone https://gitee.com/facefusion/facefusion
Ensure to enter the directory:
cd facefusion
python install.py --onnxruntime default
python install.py --onnxruntime cuda
python install.py --onnxruntime directml
python install.py --onnxruntime openvino
python install.py --onnxruntime rocm
conda deactivate
Finally, run the program:
python facefusion.py run --open-browser