Skip to content

Commit 1964c4c

Browse files
committed
Clean up rp_handler.py: keep only x2plus model
1 parent 994f0ce commit 1964c4c

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

rp_handler.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@
2424
"file": "RealESRGAN_x2plus.pth",
2525
"scale": 2,
2626
},
27-
"x4plus": {
28-
"url": "https://github.com/xinntao/Real-ESRGAN/releases/download/v0.1.0/RealESRGAN_x4plus.pth",
29-
"file": "RealESRGAN_x4plus.pth",
30-
"scale": 4,
31-
},
3227
}
3328

3429
WEIGHTS_DIR = "/weights"

0 commit comments

Comments
 (0)