yulanubs commited on
Commit
de4b01b
1 Parent(s): 08bca8c
Files changed (1) hide show
  1. inference_gfpgan.py +1 -1
inference_gfpgan.py CHANGED
@@ -51,7 +51,7 @@ def main():
51
  model = RRDBNet(num_in_ch=3, num_out_ch=3, num_feat=64, num_block=23, num_grow_ch=32, scale=2)
52
  bg_upsampler = RealESRGANer(
53
  scale=2,
54
- model_path='https://github.com/xinntao/Real-ESRGAN/releases/download/v0.2.1/RealESRGAN_x2plus.pth',
55
  model=model,
56
  tile=args.bg_tile,
57
  tile_pad=10,
 
51
  model = RRDBNet(num_in_ch=3, num_out_ch=3, num_feat=64, num_block=23, num_grow_ch=32, scale=2)
52
  bg_upsampler = RealESRGANer(
53
  scale=2,
54
+ model_path='https://github.com/TencentARC/GFPGAN/releases/download/v0.2.0/GFPGANCleanv1-NoCE-C2.pth',
55
  model=model,
56
  tile=args.bg_tile,
57
  tile_pad=10,