1
0
Fork 0

chore(gui): add strings for SD upscaling and CodeFormer

This commit is contained in:
Sean Sube 2023-02-05 16:17:06 -06:00
parent b8ffe3ffa8
commit 85b2895f41
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 2 additions and 1 deletions

View File

@ -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<string, string> = {