updated instructions

pull/6/head
Kenneth Estanislao 2023-09-24 22:10:22 +08:00
parent 2293c54523
commit 6828cb2101
2 changed files with 6 additions and 3 deletions

View File

@ -21,8 +21,11 @@ Users of this software are expected to use this software responsibly while abidi
https://github.com/hacksider/Deep-Live-Cam.git https://github.com/hacksider/Deep-Live-Cam.git
#### 3. Download Models #### 3. Download Models
[GFPGANv1.4](https://huggingface.co/hacksider/deep-live-cam/resolve/main/GFPGANv1.4.pth)
[inswapper_128.onnx](https://huggingface.co/hacksider/deep-live-cam/resolve/main/inswapper_128.onnx) 1. [GFPGANv1.4](https://huggingface.co/hacksider/deep-live-cam/resolve/main/GFPGANv1.4.pth)
2. [inswapper_128.onnx](https://huggingface.co/hacksider/deep-live-cam/resolve/main/inswapper_128.onnx)
Then put those 2 files on the "**models**" folder
#### 4. Install dependency #### 4. Install dependency
We highly recommend to work with a `venv` to avoid issues. We highly recommend to work with a `venv` to avoid issues.
@ -123,7 +126,7 @@ python run.py --execution-provider openvino
> Note: When you run this program for the first time, it will download some models ~300MB in size. > Note: When you run this program for the first time, it will download some models ~300MB in size.
Executing `python run.py` command will launch this window: Executing `python run.py` command will launch this window:
![gui-demo](gui-demo.png) ![gui-demo](instruct.png)
Choose a face (image with desired face) and the target image/video (image/video in which you want to replace the face) and click on `Start`. Open file explorer and navigate to the directory you select your output to be in. You will find a directory named `<video_title>` where you can see the frames being swapped in realtime. Once the processing is done, it will create the output file. That's it. Choose a face (image with desired face) and the target image/video (image/video in which you want to replace the face) and click on `Start`. Open file explorer and navigate to the directory you select your output to be in. You will find a directory named `<video_title>` where you can see the frames being swapped in realtime. Once the processing is done, it will create the output file. That's it.

BIN
demo.gif

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.8 MiB