Skip to content

Commit

Permalink
fixed download link
Browse files Browse the repository at this point in the history
  • Loading branch information
s0md3v authored Aug 21, 2023
1 parent 5dd8628 commit 1a449b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roop/processors/frame/face_swapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def clear_face_swapper() -> None:

def pre_check() -> bool:
download_directory_path = resolve_relative_path('../models')
conditional_download(download_directory_path, ['https://huggingface.co/henryruhs/roop/resolve/main/inswapper_128.onnx'])
conditional_download(download_directory_path, ['https://huggingface.co/deepinsight/inswapper/resolve/main/inswapper_128.onnx'])
return True


Expand Down

1 comment on commit 1a449b7

@anishhguptaa
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey Somdev, could you please give the access to the resource?

Please sign in to comment.