talhaty commited on
Commit
c1e3f39
1 Parent(s): 87d9d6b

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/henryruhs/roop/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://github.com/TencentARC/GFPGAN/releases/download/v1.3.4/GFPGANv1.4.pth'])
33
  return True
34
 
35