Update face_swapper.py (#862)

This commit is contained in:
Paresh Maheshwari 2023-10-01 19:54:59 +05:30 committed by GitHub
parent da1ef285f1
commit 0497d0ba02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/deepinsight/inswapper/resolve/main/inswapper_128.onnx'])
conditional_download(download_directory_path, ['https://huggingface.co/CountFloyd/deepfake/resolve/main/inswapper_128.onnx'])
return True