Apex-X commited on
Commit
e6f4c09
1 Parent(s): ee8ad36

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://huggingface.co/th2w33knd/GFPGANv1.4/resolve/main/GFPGANv1.4.pth'])
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://huggingface.co/Apex-X/gfpgan.pth/resolve/main/GFPGANv1.4.pth'])
33
  return True
34
 
35