1
0
Fork 0

fix(gui): add strings for XL pipelines

This commit is contained in:
Sean Sube 2023-09-03 16:07:53 -05:00
parent 5e5915c3ff
commit ebdc6a00fe
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
4 changed files with 52 additions and 40 deletions

View File

@ -180,16 +180,19 @@ export const I18N_STRINGS_DE = {
}, },
}, },
pipeline: { pipeline: {
none: '', 'none': '',
controlnet: '', 'controlnet': '',
img2img: '', 'img2img': '',
inpaint: '', 'img2img-sdxl': '',
lpw: '', 'inpaint': '',
panorama: '', 'inpaint-sdxl': '',
pix2pix: '', 'lpw': '',
txt2img: '', 'panorama': '',
txt2txt: '', 'pix2pix': '',
upscale: '', 'txt2img': '',
'txt2img-sdxl': '',
'txt2txt': '',
'upscale': '',
}, },
save: { save: {
image: '', image: '',

View File

@ -234,16 +234,19 @@ export const I18N_STRINGS_EN = {
}, },
}, },
pipeline: { pipeline: {
none: 'Stable Diffusion', 'none': 'Stable Diffusion',
controlnet: 'ControlNet', 'controlnet': 'ControlNet',
img2img: 'Img2Img', 'img2img': 'Img2Img',
inpaint: 'Inpaint', 'img2img-sdxl': 'SDXL Img2Img',
lpw: 'Long Prompt Weighting', 'inpaint': 'Inpaint',
panorama: 'Panorama', 'inpaint-sdxl': 'SDXL Inpaint',
pix2pix: 'Instruct Pix2Pix', 'lpw': 'Long Prompt Weighting',
txt2img: 'Txt2Img', 'panorama': 'Panorama',
txt2txt: 'Txt2Txt', 'pix2pix': 'Instruct Pix2Pix',
upscale: 'Upscale', 'txt2img': 'Txt2Img',
'txt2img-sdxl': 'SDXL Txt2Img',
'txt2txt': 'Txt2Txt',
'upscale': 'Upscale',
}, },
platform: { platform: {
amd: 'AMD GPU', amd: 'AMD GPU',

View File

@ -180,16 +180,19 @@ export const I18N_STRINGS_ES = {
}, },
}, },
pipeline: { pipeline: {
none: '', 'none': '',
controlnet: '', 'controlnet': '',
img2img: '', 'img2img': '',
inpaint: '', 'img2img-sdxl': '',
lpw: '', 'inpaint': '',
panorama: '', 'inpaint-sdxl': '',
pix2pix: '', 'lpw': '',
txt2img: '', 'panorama': '',
txt2txt: '', 'pix2pix': '',
upscale: '', 'txt2img': '',
'txt2img-sdxl': '',
'txt2txt': '',
'upscale': '',
}, },
save: { save: {
image: '', image: '',

View File

@ -180,16 +180,19 @@ export const I18N_STRINGS_FR = {
}, },
}, },
pipeline: { pipeline: {
none: '', 'none': '',
controlnet: '', 'controlnet': '',
img2img: '', 'img2img': '',
inpaint: '', 'img2img-sdxl': '',
lpw: '', 'inpaint': '',
panorama: '', 'inpaint-sdxl': '',
pix2pix: '', 'lpw': '',
txt2img: '', 'panorama': '',
txt2txt: '', 'pix2pix': '',
upscale: '', 'txt2img': '',
'txt2img-sdxl': '',
'txt2txt': '',
'upscale': '',
}, },
save: { save: {
image: '', image: '',