Spaces:
Runtime error
Runtime error
Update roop/processors/frame/face_enhancer.py
Browse files
roop/processors/frame/face_enhancer.py
CHANGED
@@ -29,7 +29,7 @@ def get_face_enhancer() -> Any:
|
|
29 |
|
30 |
def pre_check() -> bool:
|
31 |
download_directory_path = resolve_relative_path('../models')
|
32 |
-
conditional_download(download_directory_path, ['https://
|
33 |
return True
|
34 |
|
35 |
|
|
|
29 |
|
30 |
def pre_check() -> bool:
|
31 |
download_directory_path = resolve_relative_path('../models')
|
32 |
+
conditional_download(download_directory_path, ['https://github.com/TencentARC/GFPGAN/releases/download/v1.3.4/GFPGANv1.4.pth'])
|
33 |
return True
|
34 |
|
35 |
|