From 5dd8628d935837b9d3774c98f0667bd15ddde100 Mon Sep 17 00:00:00 2001 From: Somdev Sangwan Date: Tue, 22 Aug 2023 01:42:28 +0530 Subject: [PATCH] replace download links --- roop/processors/frame/face_enhancer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roop/processors/frame/face_enhancer.py b/roop/processors/frame/face_enhancer.py index 3a7f5a2..08deff0 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