Skip to content

Commit

Permalink
fix(gui): add strings for XL pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Sep 5, 2023
1 parent 5e5915c commit ebdc6a0
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 40 deletions.
23 changes: 13 additions & 10 deletions gui/src/strings/de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,16 +180,19 @@ export const I18N_STRINGS_DE = {
},
},
pipeline: {
none: '',
controlnet: '',
img2img: '',
inpaint: '',
lpw: '',
panorama: '',
pix2pix: '',
txt2img: '',
txt2txt: '',
upscale: '',
'none': '',
'controlnet': '',
'img2img': '',
'img2img-sdxl': '',
'inpaint': '',
'inpaint-sdxl': '',
'lpw': '',
'panorama': '',
'pix2pix': '',
'txt2img': '',
'txt2img-sdxl': '',
'txt2txt': '',
'upscale': '',
},
save: {
image: '',
Expand Down
23 changes: 13 additions & 10 deletions gui/src/strings/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,16 +234,19 @@ export const I18N_STRINGS_EN = {
},
},
pipeline: {
none: 'Stable Diffusion',
controlnet: 'ControlNet',
img2img: 'Img2Img',
inpaint: 'Inpaint',
lpw: 'Long Prompt Weighting',
panorama: 'Panorama',
pix2pix: 'Instruct Pix2Pix',
txt2img: 'Txt2Img',
txt2txt: 'Txt2Txt',
upscale: 'Upscale',
'none': 'Stable Diffusion',
'controlnet': 'ControlNet',
'img2img': 'Img2Img',
'img2img-sdxl': 'SDXL Img2Img',
'inpaint': 'Inpaint',
'inpaint-sdxl': 'SDXL Inpaint',
'lpw': 'Long Prompt Weighting',
'panorama': 'Panorama',
'pix2pix': 'Instruct Pix2Pix',
'txt2img': 'Txt2Img',
'txt2img-sdxl': 'SDXL Txt2Img',
'txt2txt': 'Txt2Txt',
'upscale': 'Upscale',
},
platform: {
amd: 'AMD GPU',
Expand Down
23 changes: 13 additions & 10 deletions gui/src/strings/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,16 +180,19 @@ export const I18N_STRINGS_ES = {
},
},
pipeline: {
none: '',
controlnet: '',
img2img: '',
inpaint: '',
lpw: '',
panorama: '',
pix2pix: '',
txt2img: '',
txt2txt: '',
upscale: '',
'none': '',
'controlnet': '',
'img2img': '',
'img2img-sdxl': '',
'inpaint': '',
'inpaint-sdxl': '',
'lpw': '',
'panorama': '',
'pix2pix': '',
'txt2img': '',
'txt2img-sdxl': '',
'txt2txt': '',
'upscale': '',
},
save: {
image: '',
Expand Down
23 changes: 13 additions & 10 deletions gui/src/strings/fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,16 +180,19 @@ export const I18N_STRINGS_FR = {
},
},
pipeline: {
none: '',
controlnet: '',
img2img: '',
inpaint: '',
lpw: '',
panorama: '',
pix2pix: '',
txt2img: '',
txt2txt: '',
upscale: '',
'none': '',
'controlnet': '',
'img2img': '',
'img2img-sdxl': '',
'inpaint': '',
'inpaint-sdxl': '',
'lpw': '',
'panorama': '',
'pix2pix': '',
'txt2img': '',
'txt2img-sdxl': '',
'txt2txt': '',
'upscale': '',
},
save: {
image: '',
Expand Down

0 comments on commit ebdc6a0

Please sign in to comment.