fixed download link

This commit is contained in:
Somdev Sangwan
2023-08-22 02:31:23 +05:30
committed by GitHub
parent 5dd8628d93
commit 1a449b7d89

View File

@@ -34,7 +34,7 @@ def clear_face_swapper() -> None:
def pre_check() -> bool: def pre_check() -> bool:
download_directory_path = resolve_relative_path('../models') 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 return True