imseldrith commited on
Commit
acddac2
1 Parent(s): 747a865

Update DeepFakeAI/processors/frame/modules/face_enhancer.py

Browse files
DeepFakeAI/processors/frame/modules/face_enhancer.py CHANGED
@@ -39,7 +39,7 @@ def clear_frame_processor() -> None:
39
 
40
  def pre_check() -> bool:
41
  download_directory_path = resolve_relative_path('../.assets/models')
42
- conditional_download(download_directory_path, ['https://github.com/facefusion/facefusion-assets/releases/download/models/GFPGANv1.4.pth'])
43
  return True
44
 
45
 
 
39
 
40
  def pre_check() -> bool:
41
  download_directory_path = resolve_relative_path('../.assets/models')
42
+ conditional_download(download_directory_path, ['https://github.com/TencentARC/GFPGAN/releases/download/v1.3.4/GFPGANv1.4.pth'])
43
  return True
44
 
45