Skip to content

Commit

Permalink
change model link
Browse files Browse the repository at this point in the history
  • Loading branch information
glucauze committed Aug 23, 2023
1 parent 6ba60f6 commit b110371
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 b110371

Please sign in to comment.