mirror of
https://github.com/s0md3v/roop.git
synced 2025-12-06 18:08:29 +00:00
replace download links
This commit is contained in:
parent
5b1e8b9ec3
commit
5dd8628d93
@ -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
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user