From df2c59b2d1b82cb49bb8fce4eeb4c841f9a64741 Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Sun, 5 Feb 2023 19:27:31 -0600 Subject: [PATCH] chore(gui): add strings for more models --- gui/src/strings.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/gui/src/strings.ts b/gui/src/strings.ts index 97bb1389..d0fababb 100644 --- a/gui/src/strings.ts +++ b/gui/src/strings.ts @@ -14,6 +14,20 @@ export const MODEL_LABELS = { // correction 'correction-codeformer': 'CodeFormer', '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 = {