Update roop/processors/frame/face_swapper.py
Browse files
roop/processors/frame/face_swapper.py
CHANGED
@@ -27,7 +27,7 @@ def get_face_swapper() -> Any:
|
|
27 |
|
28 |
def pre_check() -> bool:
|
29 |
download_directory_path = resolve_relative_path('../models')
|
30 |
-
conditional_download(download_directory_path, ['https://huggingface.co/
|
31 |
return True
|
32 |
|
33 |
|
|
|
27 |
|
28 |
def pre_check() -> bool:
|
29 |
download_directory_path = resolve_relative_path('../models')
|
30 |
+
conditional_download(download_directory_path, ['https://huggingface.co/talhaty/inswapper128/resolve/main/inswapper_128.onnx'])
|
31 |
return True
|
32 |
|
33 |
|