From 3ec6a4b0a360f5edd84a286b4ebb97d23b5d9a2a Mon Sep 17 00:00:00 2001 From: Somdev Sangwan Date: Mon, 19 Jun 2023 04:19:05 +0530 Subject: [PATCH] housekeeping --- README.md | 8 +++++--- requirements.txt | 1 + 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 374ed63..e99255a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Users of this software are expected to use this software responsibly while abidi To install the extension, follow these steps: + In web-ui, go to the "Extensions" tab and use this URL `https://github.com/s0md3v/sd-webui-roop` in the "install from URL" tab. -+ Download the "inswapper_128.onnx" model from [here](https://huggingface.co/henryruhs/roop/resolve/main/inswapper_128.onnx) and put it inside `/extensions/roop/models` directory. ++ Restart the UI On Windows, Microsoft Visual C++ 14.0 or greater must be installed before installing the extension. [During the install, make sure to include the Python and C++ packages.](https://github.com/s0md3v/roop/issues/153) @@ -33,8 +33,10 @@ Use the "Restore Face" option. You can also try the "Upscaler" option or for mor ### There are multiple faces in result Select the face numbers you wish to swap using the "Comma separated face number(s)" option. -### The result is totally black -This means roop detected that your image is NSFW. +### The face didn't get swapped +Did you click "Enable"? + +If you did and your console doesn't show any errors, it means roop detected that your image is either NSFW or wasn't able to detect a face at all. ### Img2Img diff --git a/requirements.txt b/requirements.txt index 2167199..d2c60b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,3 +4,4 @@ onnxruntime==1.15.0 tensorflow==2.12.0 opencv-python==4.7.0.72 ifnude +cython