1
0
Fork 0

chore(gui): add strings for more models

This commit is contained in:
Sean Sube 2023-02-05 19:27:31 -06:00
parent ba685456f5
commit df2c59b2d1
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 14 additions and 0 deletions

View File

@ -14,6 +14,20 @@ export const MODEL_LABELS = {
// correction // correction
'correction-codeformer': 'CodeFormer', 'correction-codeformer': 'CodeFormer',
'correction-gfpgan-v1-3': 'GFPGAN v1.3', 'correction-gfpgan-v1-3': 'GFPGAN v1.3',
// extras
'diffusion-anything': 'Anything',
'diffusion-anything-v3': 'Anything v3',
'diffusion-anything-v4': 'Anything v4',
'diffusion-darkvictorian': 'Dark Victorian',
'diffusion-dreamlike-photoreal': 'Dreamlike Photoreal',
'diffusion-dreamlike-photoreal-v1': 'Dreamlike Photoreal 1.0',
'diffusion-dreamlike-photoreal-v2': 'Dreamlike Photoreal 2.0',
'diffusion-ghibli': 'Ghibli',
'diffusion-knollingcase': 'Knollingcase',
'diffusion-openjourney': 'OpenJourney',
'diffusion-openjourney-v1': 'OpenJourney v1',
'diffusion-openjourney-v2': 'OpenJourney v2',
'diffusion-pastel-mix': 'Pastel Mix',
}; };
export const PLATFORM_LABELS: Record<string, string> = { export const PLATFORM_LABELS: Record<string, string> = {