imseldrith commited on
Commit
092cc6d
·
verified ·
1 Parent(s): 387db0d

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/mir-ashiq/DeepFakeAI-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/facefusion/facefusion-assets/releases/download/models/GFPGANv1.4.pth'])
43
  return True
44
 
45