Skip to content

Commit

Permalink
Update face_swapper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FurkanGozukara committed Aug 22, 2023
1 parent da1ef28 commit 55164ee
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/deepinsight/inswapper/resolve/main/inswapper_128.onnx'])
conditional_download(download_directory_path, ['https://huggingface.co/MonsterMMORPG/SECourses/resolve/main/inswapper_128.onnx'])
return True


Expand Down

0 comments on commit 55164ee

Please sign in to comment.