From 17f0314a39f95c2c382af7ebd03e53f31aa31a1c Mon Sep 17 00:00:00 2001 From: Eric Kennedy Date: Tue, 28 Mar 2023 03:38:28 -0700 Subject: [PATCH] Add additional upscalers --- webuiapi/webuiapi.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webuiapi/webuiapi.py b/webuiapi/webuiapi.py index 50138dd..ed0e7e0 100644 --- a/webuiapi/webuiapi.py +++ b/webuiapi/webuiapi.py @@ -34,6 +34,8 @@ class HiResUpscaler(str, Enum): ScuNET_GAN = 'ScuNET GAN' ScuNET_PSNR = 'ScuNET PSNR' SwinIR_4x = 'SwinIR 4x' + R_ERSGAN_4x = 'R-ESRGAN 4x+' + R_ERSGAN_4x_Anime6B = 'R-ESRGAN 4x+ Anime6B' @dataclass