Last updated 1 month ago
Initialize conda for your terminal:
conda init --all
Create the environment:
conda create --name facefusion python=3.12
Activate the environment:
conda activate facefusion
Clone the repository:
git clone https://github.com/facefusion/facefusion
Ensure to enter the directory:
cd facefusion
python install.py --onnxruntime {default, ...}
conda deactivate
Finally, run the program:
python facefusion.py run --open-browser