FIX: repo URL
This commit is contained in:
parent
3a2058fab3
commit
e125259f3c
@ -73,7 +73,7 @@ class FaceSwapScript(scripts.Script):
|
|||||||
models = get_models()
|
models = get_models()
|
||||||
if len(models) == 0:
|
if len(models) == 0:
|
||||||
logger.warning(
|
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(
|
model = gr.inputs.Dropdown(
|
||||||
choices=models,
|
choices=models,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user