Skip to content

1. Installation

Henry Ruhs edited this page Jun 20, 2023 · 25 revisions

If you aren't good with following commands, here's a video tutorial

  1. Install python and pip
  2. Install git
  3. Install ffmpeg
  4. If you are on Windows, install Visual Studio 2022 (with desktop development C++).
  5. git clone https://github.com/s0md3v/roop
  6. cd roop && pip install -r requirements.txt

Done. You should be able to use this software with python run.py command.

Keep in mind that while running the program for first time, it will download some models which can take some time depending on your network connection.

Having problems with these steps?

Clone this wiki locally