diff --git a/roop/processors/frame/face_enhancer.py b/roop/processors/frame/face_enhancer.py index 3a7f5a217..08deff0a4 100644 --- a/roop/processors/frame/face_enhancer.py +++ b/roop/processors/frame/face_enhancer.py @@ -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