flatindo commited on
Commit
97a593d
·
verified ·
1 Parent(s): 9005dcc

Update RealESRGAN/model.py

Browse files
Files changed (1) hide show
  1. RealESRGAN/model.py +3 -3
RealESRGAN/model.py CHANGED
@@ -12,15 +12,15 @@ from .utils import pad_reflect, split_image_into_overlapping_patches, stich_toge
12
 
13
  HF_MODELS = {
14
  2: dict(
15
- repo_id='sberbank-ai/Real-ESRGAN',
16
  filename='RealESRGAN_x2.pth',
17
  ),
18
  4: dict(
19
- repo_id='sberbank-ai/Real-ESRGAN',
20
  filename='RealESRGAN_x4.pth',
21
  ),
22
  8: dict(
23
- repo_id='sberbank-ai/Real-ESRGAN',
24
  filename='RealESRGAN_x8.pth',
25
  ),
26
  }
 
12
 
13
  HF_MODELS = {
14
  2: dict(
15
+ repo_id='ai-forever/Real-ESRGAN',
16
  filename='RealESRGAN_x2.pth',
17
  ),
18
  4: dict(
19
+ repo_id='ai-forever/Real-ESRGAN',
20
  filename='RealESRGAN_x4.pth',
21
  ),
22
  8: dict(
23
+ repo_id='ai-forever/Real-ESRGAN',
24
  filename='RealESRGAN_x8.pth',
25
  ),
26
  }