1
0
Fork 0

fix(gui): make pipeline labels more consistent

This commit is contained in:
Sean Sube 2024-01-08 21:04:09 -06:00
parent 3101be8b78
commit c8d6afd64d
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 4 additions and 4 deletions

View File

@ -244,15 +244,15 @@ export const I18N_STRINGS_EN = {
'none': 'Stable Diffusion', 'none': 'Stable Diffusion',
'controlnet': 'ControlNet', 'controlnet': 'ControlNet',
'img2img': 'Img2Img', 'img2img': 'Img2Img',
'img2img-sdxl': 'SDXL Img2Img', 'img2img-sdxl': 'Img2Img SDXL',
'inpaint': 'Inpaint', 'inpaint': 'Inpaint',
'inpaint-sdxl': 'SDXL Inpaint', 'inpaint-sdxl': 'Inpaint SDXL',
'lpw': 'Long Prompt Weighting', 'lpw': 'Long Prompt Weighting',
'panorama': 'Panorama', 'panorama': 'Panorama',
'panorama-sdxl': 'SDXL Panorama', 'panorama-sdxl': 'Panorama SDXL',
'pix2pix': 'Instruct Pix2Pix', 'pix2pix': 'Instruct Pix2Pix',
'txt2img': 'Txt2Img', 'txt2img': 'Txt2Img',
'txt2img-sdxl': 'SDXL Txt2Img', 'txt2img-sdxl': 'Txt2Img SDXL',
'txt2txt': 'Txt2Txt', 'txt2txt': 'Txt2Txt',
'upscale': 'Upscale', 'upscale': 'Upscale',
}, },