How to Install Facefusion on macOS? Faceswap | DeepFake App
Here is how you can install Facefusion on your macOS. To do that, we will be using Anaconda. For those who do not have Anaconda, please go to Anaconda’s official website, download the software, and install it.
After installing Anaconda, go to the Facefusion GitHub page and download the FaceFusion files. Now, open the terminal and create a Python environment by typing conda create –name facefusion python=3.12. This will create a Python environment 3.12 (Conda will work only after you have installed Anaconda). Then activate the env by typing conda activate facefusion. Make sure the base name changes to facefusion.
Now navigate to the Facefusion folder on the terminal and type python install.py –onnxruntime default. This will install all the dependencies required for Facefusion (this may take some time). After that, install ffmpeg by typing conda install ffmpeg. Once done, run Facefusion with python facefusion.py run. This will also download all the models required for Facefusion. Once downloaded, you will see a URL in the terminal; copy the URL and paste it into your browser to use Facefusion 3.3.2.
To use Facefusion, select a source image and choose the target image. If you see any error, try again by uploading the image a little slower. You can change other settings if you want, but leaving them default works fine. Processing time depends on your PC, and soon you will see the face-swapped result.
To reopen Facefusion later, right-click on the Facefusion folder, select “New Terminal at Folder,” activate facefusion, make sure the base name has changed, type python facefusion.py run, and press enter. Copy the URL, paste it into your browser, and you will see Facefusion.
We hope this video was useful to you. Thank you very much.
STEPS:
Installing Anaconda
1. Download and Install anaconda (https://www.anaconda.com/)
2. Open Terminal
Installing Python 3.12 and Activating
1.conda create –name FaceFusion python=3.12
2. conda activate FaceFusion
Navigate to the Extracted Folder
1. Download the files from the link below and extract it
2. On Anaconda go to
cd Folder_Path…..
Install all the required libraries
1. pip install.py –onnxruntime -r requirements.txt
Install FFmpeg
1. conda install ffmpeg
Run FaceFusion
1. python facefusion.py run