Install FaceFusion on Windows | Free Face Swap, deepFake tool

In today’s tutorial, we will quickly learn how you can install FaceFusion on your Windows PC. With this application, you can easily face swap using an image or a video. So, let’s get started!

To install FaceFusion, we need to run Python. For this, we will be using Anaconda. All you have to do is go to anaconda.com and click on the free download. Download the appropriate version for your operating system. We already have a video on installing Anaconda, so please check our old video if you are unsure. Otherwise, simply download and install Anaconda.

Once Anaconda is installed, go to the Start menu and type “Anaconda Prompt”. Open it, and now we need to create a Python environment. Type the following command: conda create –name faceFusion python=3.12. This command will create a new environment with the latest Python version. After the environment is created, activate it by typing: conda activate faceFusion. You will see “faceFusion” in the prompt, indicating the environment is activated.

Next, let’s download the necessary files. Go to the code repository and download the files as a zip. Extract the zip file to your desktop. Open the extracted folder and copy its path. In the Anaconda Prompt, navigate to this folder by typing: cd . Now, install the required libraries by typing: pip install -r requirements.txt. This process may take some time.

Once the libraries are installed, install FFmpeg by typing: pip install ffmpeg. If you encounter issues with FFmpeg, try using: conda install -c conda forge ffmpeg. If there are any errors, clear the prompt and try running the application by typing: python run.py. If FFmpeg is still not installed, type: conda install ffmpeg. After installation, run python run.py again.

The application will download some additional files, which may take some time. Once everything is installed, you will get a URL. Copy this URL, open your browser, and paste it in the address bar. You will now see the FaceFusion application interface. You can upload the image source and the target video here, and start the face fusion process. This may take some time depending on your PC’s performance.

Please give it a try and let us know your feedback. Thank you very much!

STEPS:

Installing Anaconda
1. Download and Install anaconda (https://www.anaconda.com/)
2. Open Anaconda Prompt

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 C:/Users…..

Install all the required libraries
1. pip install -r requirements.txt

Install FFmpeg
1. conda install ffmpeg
2. conda install -c conda forge ffmpeg
3. pip install ffmpeg

Run FaceFusion
1. python run.py (if using Google Drive file) or facefusion.py (if using gitHub)






SUBSCRIBE

SUBSCRIBE

Welcome to Hey, Let's Learn Something!

Please sign up here to receive the latest updates on our blogs, tutorials and download section :)

Thank you for subscribing :)