imseldrith commited on
Commit
fa6376a
1 Parent(s): acddac2

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/facefusion/facefusion-assets/releases/download/models/RealESRGAN_x4plus.pth'])
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/xinntao/Real-ESRGAN/releases/download/v0.1.0/RealESRGAN_x4plus.pth'])
51
  return True
52
 
53