Spaces:
Sleeping
Sleeping
Update RealESRGAN/model.py
Browse files- 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='
|
16 |
filename='RealESRGAN_x2.pth',
|
17 |
),
|
18 |
4: dict(
|
19 |
-
repo_id='
|
20 |
filename='RealESRGAN_x4.pth',
|
21 |
),
|
22 |
8: dict(
|
23 |
-
repo_id='
|
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 |
}
|