Skip to content

Commit

Permalink
Update faceswap.py
Browse files Browse the repository at this point in the history
  • Loading branch information
s0md3v committed Jun 21, 2023
1 parent ccca35e commit 4ce41b6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/faceswap.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@


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)
Expand Down

0 comments on commit 4ce41b6

Please sign in to comment.