Update faceswap.py

pull/35/head
Somdev Sangwan 2023-06-21 20:11:16 +05:30 committed by GitHub
parent ccca35e43a
commit 4ce41b6b34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -18,9 +18,6 @@ import os
def get_models():
models_path = os.path.join(
scripts.basedir(), "extensions/sd-webui-roop/models/*"
)
models = glob.glob(models_path)
models_path = os.path.join(scripts.basedir(), "models/roop/*")
models += glob.glob(models_path)