1
0
Fork 0

feat(api): add SwinIR real x4 to base models

This commit is contained in:
Sean Sube 2023-04-10 19:04:52 -05:00
parent 2a7621c195
commit 6570d19fa3
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 6 additions and 0 deletions

View File

@ -116,6 +116,12 @@ base_models: Models = {
"source": "https://github.com/JingyunLiang/SwinIR/releases/download/v0.0/001_classicalSR_DF2K_s64w8_SwinIR-M_x4.pth",
"scale": 4,
},
{
"model": "swinir",
"name": "upscaling-swinir-real-x4",
"source": "https://github.com/JingyunLiang/SwinIR/releases/download/v0.0/003_realSR_BSRGAN_DFOWMFC_s64w8_SwinIR-L_x4_GAN.pth",
"scale": 4,
},
{
"model": "bsrgan",
"name": "upscaling-bsrgan-x4",