From 85b2895f41bbb9594168ab3d49f5783238f5ea4e Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Sun, 5 Feb 2023 16:17:06 -0600 Subject: [PATCH] chore(gui): add strings for SD upscaling and CodeFormer --- gui/src/strings.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gui/src/strings.ts b/gui/src/strings.ts index 42a4682d..97bb1389 100644 --- a/gui/src/strings.ts +++ b/gui/src/strings.ts @@ -10,9 +10,10 @@ export const MODEL_LABELS = { 'upscaling-real-esrgan-x2-plus': 'Real ESRGAN x2 Plus', 'upscaling-real-esrgan-x4-plus': 'Real ESRGAN x4 Plus', 'upscaling-real-esrgan-x4-v3': 'Real ESRGAN x4 v3', + 'upscaling-stable-diffusion-x4': 'Stable Diffusion x4', // correction + 'correction-codeformer': 'CodeFormer', 'correction-gfpgan-v1-3': 'GFPGAN v1.3', - }; export const PLATFORM_LABELS: Record = {