1
0
Fork 0

syntax fix

This commit is contained in:
Sean Sube 2023-01-16 20:40:01 -06:00
parent d52c22e58b
commit 1db5ebec84
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ sources: Dict[str, List[Tuple[str, str]]] = {
],
'real_esrgan': [
('upscaling-real-esrgan-x2-plus',
'https://github.com/xinntao/Real-ESRGAN/releases/download/v0.2.1/RealESRGAN_x2plus.pth', 2)
'https://github.com/xinntao/Real-ESRGAN/releases/download/v0.2.1/RealESRGAN_x2plus.pth', 2),
('upscaling-real-esrgan-x4-plus',
'https://github.com/xinntao/Real-ESRGAN/releases/download/v0.1.0/RealESRGAN_x4plus.pth', 4),
('upscaling-real-esrgan-x4-v3',