Spaces:
Running
Running
imseldrith
commited on
Update DeepFakeAI/processors/frame/modules/frame_enhancer.py
Browse files
DeepFakeAI/processors/frame/modules/frame_enhancer.py
CHANGED
@@ -47,7 +47,7 @@ def clear_frame_processor() -> None:
|
|
47 |
|
48 |
def pre_check() -> bool:
|
49 |
download_directory_path = resolve_relative_path('../.assets/models')
|
50 |
-
conditional_download(download_directory_path, ['https://github.com/
|
51 |
return True
|
52 |
|
53 |
|
|
|
47 |
|
48 |
def pre_check() -> bool:
|
49 |
download_directory_path = resolve_relative_path('../.assets/models')
|
50 |
+
conditional_download(download_directory_path, ['https://github.com/facefusion/facefusion-assets/releases/download/models/RealESRGAN_x4plus.pth'])
|
51 |
return True
|
52 |
|
53 |
|