From e125259f3c2fb8ade593fb49be6bea4c675a216a Mon Sep 17 00:00:00 2001 From: Gourieff <777@lovemet.ru> Date: Sun, 2 Jul 2023 23:02:43 +0700 Subject: [PATCH] FIX: repo URL --- scripts/faceswap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/faceswap.py b/scripts/faceswap.py index eb5736a..9ee7ce3 100644 --- a/scripts/faceswap.py +++ b/scripts/faceswap.py @@ -73,7 +73,7 @@ class FaceSwapScript(scripts.Script): models = get_models() if len(models) == 0: logger.warning( - "You should at least have one model in models directory, please read the doc here : https://github.com/s0md3v/sd-webui-roop-nsfw/" + "You should at least have one model in models directory, please read the doc here : https://github.com/Gourieff/sd-webui-roop-nsfw/" ) model = gr.inputs.Dropdown( choices=models,