Skip to content

1. Installation

Somdev Sangwan edited this page Jun 3, 2023 · 25 revisions

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

  1. install python (and pip too if neeed)
  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
  7. Download this file and keep it in roop directory. Mirror #1, Mirror #2, Mirror #3, Mirror #4. Rename it to inswapper_128.onnx if it isn't already.

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

Having problems?

Clone this wiki locally