Skip to content

Commit

Permalink
replace download links
Browse files Browse the repository at this point in the history
  • Loading branch information
s0md3v committed Aug 21, 2023
1 parent 5b1e8b9 commit 5dd8628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roop/processors/frame/face_enhancer.py
Expand Up @@ -43,7 +43,7 @@ def clear_face_enhancer() -> None:

def pre_check() -> bool:
download_directory_path = resolve_relative_path('../models')
conditional_download(download_directory_path, ['https://huggingface.co/henryruhs/roop/resolve/main/GFPGANv1.4.pth'])
conditional_download(download_directory_path, ['https://github.com/TencentARC/GFPGAN/releases/download/v1.3.4/GFPGANv1.4.pth'])
return True


Expand Down

0 comments on commit 5dd8628

Please sign in to comment.