Skip to content

Commit

Permalink
Merge pull request #63 from glucauze/v1.2.3
Browse files Browse the repository at this point in the history
change model link
  • Loading branch information
glucauze committed Aug 23, 2023
2 parents abdcf4a + b110371 commit a6ccd6f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ def check_configuration() -> None:
models_dir = MODELS_DIR
faces_dir = FACES_DIR

model_url = (
"https://huggingface.co/deepinsight/inswapper/resolve/main/inswapper_128.onnx"
)
model_url = "https://github.com/facefusion/facefusion-assets/releases/download/models/inswapper_128.onnx"
model_name = os.path.basename(model_url)
model_path = os.path.join(models_dir, model_name)

Expand Down

0 comments on commit a6ccd6f

Please sign in to comment.