How to Easily Set Up a Face Changer for Video Calls Using Avatarify

Print PlogPrint Plog
3 min read

Introduction

Avatarify allows you to replace your face with an uploaded photo of another face during live video calls. This tutorial will help you install and configure Avatarify on your computer so you can use it for your next Zoom or Skype call.

Prerequisites

  • A computer running Windows

  • Basic internet browsing skills

Step 1: Download Necessary Files

First, we need to download the required files for setting up Avatarify. Follow these steps to get everything you need:

Download these files to a convenient location on your computer, such as your Desktop or a new folder called AvatarifySetup.

Step 2: Install Required Software

Next, we need to install the downloaded software to set up the environment for Avatarify.

Install Miniconda

  1. Locate the Miniconda installer file (Miniconda3-py39_4.12.0-Windows-x86_64.exe) and double-click it to start the installation.

  2. Follow the prompts and select default options. Make sure to add Miniconda to your system PATH.

Install Git

  1. Find the Git installer (Git-2.37.0-32-bit.exe) and double-click it.

  2. Follow the installation prompts and select the default options.

Install OBS Studio

  1. Run the OBS Studio installer (OBS-Studio-27.2.4-Full-Installer-x64.exe) by double-clicking it.

  2. Follow the prompts to install OBS Studio with default settings.

Install Avatarify

  1. Double-click the Avatarify installer (Avatarify+Desktop+v0.10.exe).

  2. Follow the prompts to install Avatarify on your computer.

Step 3: Set Up Avatarify

Now that the required software is installed, we can proceed to set up Avatarify.

  1. Open Miniconda by searching for "Anaconda Prompt" in your Start Menu and clicking on it.

  2. In the Anaconda Prompt, run the following commands one by one:

     git clone https://github.com/alievk/avatarify-python.git
     cd avatarify-python
     scripts\install_windows.bat
    
  3. After the installation script completes, move the downloaded vox model file (vox.pth.tar) to the avatarify-python directory. You can find this directory in the folder where you ran the git clone command.

  4. Run Avatarify by entering the following command in the Anaconda Prompt:

     run_windows.bat
    
  5. Two windows should appear, one for your webcam feed and one for Avatarify. Leave these windows open.

Step 4: Configure OBS Studio

Now we need to set up OBS Studio to capture the Avatarify output and use it in video calls.

  1. Open OBS Studio from your Start Menu or Desktop.

  2. In OBS Studio, click the + button under the Sources section, select Window Capture, and press OK.

  3. In the next window, select 'python.exe: avatarify' from the Window drop-down menu and press OK.

  4. Right-click on the newly added source, select Transform, and choose Fit to screen.

  5. Go to Tools in the menu bar, then select VirtualCam. Check AutoStart, set Buffered Frames to 0, and press Start.

  6. Click Start Virtual Camera on the right side of OBS Studio.

Step 5: Configure Your Video Call Application

To use Avatarify during a video call, configure your video calling application to use the OBS Virtual Camera.

Zoom

  1. Open Zoom and go to Settings.

  2. Navigate to the Video tab.

  3. Select OBS-Camera from the Camera drop-down menu.

Skype

  1. Open Skype and click on your profile picture to go to Settings.

  2. Go to the Audio & Video section.

  3. Select OBS-Camera from the Camera drop-down menu.

Google Meet

  1. Start or join a meeting in Google Meet.

  2. Click the three dots in the bottom right corner and select Settings.

  3. Under the Video tab, select OBS-Camera.

1
Subscribe to my newsletter

Read articles from Print Plog directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

Print Plog
Print Plog