Apex-X commited on
Commit
e0b5d20
1 Parent(s): e61db2b

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/deepinsight/inswapper/resolve/main/inswapper_128.onnx'])
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/Apex-X/inswapper_128.onnx/resolve/main/inswapper_128.onnx'])
31
  return True
32
 
33