fix(models): point RealESRGAN_x4plus to v0.1.0 release URL
All checks were successful
Build and Push Docker Image / build-gpu (push) Successful in 1m25s
Build and Push Docker Image / build-cpu (push) Successful in 1m7s

This commit is contained in:
Developer
2026-02-16 22:03:05 +01:00
parent dd861a2346
commit cff3eb0add

View File

@@ -27,7 +27,7 @@ KNOWN_MODELS = {
'RealESRGAN_x4plus': {
'scale': 4,
'description': '4x upscaling (general purpose)',
'url': 'https://github.com/xinntao/Real-ESRGAN/releases/download/v0.2.1/RealESRGAN_x4plus.pth',
'url': 'https://github.com/xinntao/Real-ESRGAN/releases/download/v0.1.0/RealESRGAN_x4plus.pth',
'size_mb': 101.7,
},
'RealESRGAN_x4plus_anime_6B': {