Model Manager Test Build

This commit is contained in:
blessedcoolant 2022-12-27 04:23:16 +13:00
parent eba8fb58ed
commit 1c75010f29
30 changed files with 1670 additions and 684 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

625
frontend/dist/assets/index.8098dbcd.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -7,8 +7,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>InvokeAI - A Stable Diffusion Toolkit</title>
<link rel="shortcut icon" type="icon" href="./assets/favicon.0d253ced.ico" />
<script type="module" crossorigin src="./assets/index.6acd2bd4.js"></script>
<link rel="stylesheet" href="./assets/index.25b49ba2.css">
<script type="module" crossorigin src="./assets/index.8098dbcd.js"></script>
<link rel="stylesheet" href="./assets/index.cfe545e8.css">
<script type="module">try{import.meta.url;import("_").catch(()=>1);}catch(e){}window.__vite_is_modern_browser=true;</script>
<script type="module">!function(){if(window.__vite_is_modern_browser)return;console.warn("vite: loading legacy build because dynamic import or import.meta.url is unsupported, syntax error above should be ignored");var e=document.getElementById("vite-legacy-polyfill"),n=document.createElement("script");n.src=e.src,n.onload=function(){System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))},document.body.appendChild(n)}();</script>
</head>
@ -18,6 +18,6 @@
<script nomodule>!function(){var e=document,t=e.createElement("script");if(!("noModule"in t)&&"onbeforeload"in t){var n=!1;e.addEventListener("beforeload",(function(e){if(e.target===t)n=!0;else if(!e.target.hasAttribute("nomodule")||!n)return;e.preventDefault()}),!0),t.type="module",t.src=".",e.head.appendChild(t),t.remove()}}();</script>
<script nomodule crossorigin id="vite-legacy-polyfill" src="./assets/polyfills-legacy-dde3a68a.js"></script>
<script nomodule crossorigin id="vite-legacy-entry" data-src="./assets/index-legacy-4585c87a.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script>
<script nomodule crossorigin id="vite-legacy-entry" data-src="./assets/index-legacy-a7ca70e3.js">System.import(document.getElementById('vite-legacy-entry').getAttribute('data-src'))</script>
</body>
</html>

View File

@ -1,3 +1,56 @@
{
"hotkeysLabel": "Hotkeys"
"hotkeysLabel": "Hotkeys",
"themeLabel": "Theme",
"languagePickerLabel": "Language Picker",
"reportBugLabel": "Report Bug",
"githubLabel": "Github",
"discordLabel": "Discord",
"settingsLabel": "Settings",
"darkTheme": "Dark",
"lightTheme": "Light",
"greenTheme": "Green",
"langEnglish": "English",
"langRussian": "Russian",
"langItalian": "Italian",
"langBrPortuguese": "Portuguese (Brazilian)",
"langGerman": "German",
"langPortuguese": "Portuguese",
"langFrench": "French",
"langPolish": "Polish",
"text2img": "Text To Image",
"img2img": "Image To Image",
"unifiedCanvas": "Unified Canvas",
"nodes": "Nodes",
"nodesDesc": "A node based system for the generation of images is under development currently. Stay tuned for updates about this amazing feature.",
"postProcessing": "Post Processing",
"postProcessDesc1": "Invoke AI offers a wide variety of post processing features. Image Upscaling and Face Restoration are already available in the WebUI. You can access them from the Advanced Options menu of the Text To Image and Image To Image tabs. You can also process images directly, using the image action buttons above the current image display or in the viewer.",
"postProcessDesc2": "A dedicated UI will be released soon to facilitate more advanced post processing workflows.",
"postProcessDesc3": "The Invoke AI Command Line Interface offers various other features including Embiggen.",
"training": "Training",
"trainingDesc1": "A dedicated workflow for training your own embeddings and checkpoints using Textual Inversion and Dreambooth from the web interface.",
"trainingDesc2": "InvokeAI already supports training custom embeddings using Textual Inversion using the main script.",
"upload": "Upload",
"close": "Close",
"load": "Load",
"statusConnected": "Connected",
"statusDisconnected": "Disconnected",
"statusError": "Error",
"statusPreparing": "Preparing",
"statusProcessingCanceled": "Processing Canceled",
"statusProcessingComplete": "Processing Complete",
"statusGenerating": "Generating",
"statusGeneratingTextToImage": "Generating Text To Image",
"statusGeneratingImageToImage": "Generating Image To Image",
"statusGeneratingInpainting": "Generating Inpainting",
"statusGeneratingOutpainting": "Generating Outpainting",
"statusGenerationComplete": "Generation Complete",
"statusIterationComplete": "Iteration Complete",
"statusSavingImage": "Saving Image",
"statusRestoringFaces": "Restoring Faces",
"statusRestoringFacesGFPGAN": "Restoring Faces (GFPGAN)",
"statusRestoringFacesCodeFormer": "Restoring Faces (CodeFormer)",
"statusUpscaling": "Upscaling",
"statusUpscalingESRGAN": "Upscaling (ESRGAN)",
"statusLoadingModel": "Loading Model",
"statusModelChanged": "Model Changed"
}

View File

@ -17,6 +17,7 @@
"langPortuguese": "Portuguese",
"langFrench": "French",
"langPolish": "Polish",
"langSimplifiedChinese": "Simplified Chinese",
"text2img": "Text To Image",
"img2img": "Image To Image",
"unifiedCanvas": "Unified Canvas",

54
frontend/dist/locales/common/zh_cn.json vendored Normal file
View File

@ -0,0 +1,54 @@
{
"hotkeysLabel": "快捷键",
"themeLabel": "主题",
"languagePickerLabel": "语言",
"reportBugLabel": "提交错误报告",
"githubLabel": "GitHub",
"discordLabel": "Discord",
"settingsLabel": "设置",
"darkTheme": "暗色",
"lightTheme": "亮色",
"greenTheme": "绿色",
"langEnglish": "英语",
"langRussian": "俄语",
"langItalian": "意大利语",
"langPortuguese": "葡萄牙语",
"langFrench": "法语",
"langChineseSimplified": "简体中文",
"text2img": "文字到图像",
"img2img": "图像到图像",
"unifiedCanvas": "统一画布",
"nodes": "节点",
"nodesDesc": "一个基于节点的图像生成系统目前正在开发中。请持续关注关于这一功能的更新。",
"postProcessing": "后期处理",
"postProcessDesc1": "Invoke AI 提供各种各样的后期处理功能。图像放大和面部修复在网页界面中已经可用。你可以从文本到图像和图像到图像页面的高级选项菜单中访问它们。你也可以直接使用图像显示上方或查看器中的图像操作按钮处理图像。",
"postProcessDesc2": "一个专门的界面将很快发布,新的界面能够处理更复杂的后期处理流程。",
"postProcessDesc3": "Invoke AI 命令行界面提供例如Embiggen的各种其他功能。",
"training": "训练",
"trainingDesc1": "一个专门用于从网络UI使用Textual Inversion和Dreambooth训练自己的嵌入模型和检查点的工作流程。",
"trainingDesc2": "InvokeAI已经支持使用主脚本中的Textual Inversion来训练自定义的嵌入模型。",
"upload": "上传",
"close": "关闭",
"load": "加载",
"statusConnected": "已连接",
"statusDisconnected": "未连接",
"statusError": "错误",
"statusPreparing": "准备中",
"statusProcessingCanceled": "处理取消",
"statusProcessingComplete": "处理完成",
"statusGenerating": "生成中",
"statusGeneratingTextToImage": "文字到图像生成中",
"statusGeneratingImageToImage": "图像到图像生成中",
"statusGeneratingInpainting": "生成内画中",
"statusGeneratingOutpainting": "生成外画中",
"statusGenerationComplete": "生成完成",
"statusIterationComplete": "迭代完成",
"statusSavingImage": "图像保存中",
"statusRestoringFaces": "脸部修复中",
"statusRestoringFacesGFPGAN": "脸部修复中 (GFPGAN)",
"statusRestoringFacesCodeFormer": "脸部修复中 (CodeFormer)",
"statusUpscaling": "放大中",
"statusUpscalingESRGAN": "放大中 (ESRGAN)",
"statusLoadingModel": "模型加载中",
"statusModelChanged": "模型已切换"
}

View File

@ -1 +1,16 @@
{}
{
"generations": "Generations",
"showGenerations": "Show Generations",
"uploads": "Uploads",
"showUploads": "Show Uploads",
"galleryImageSize": "Image Size",
"galleryImageResetSize": "Reset Size",
"gallerySettings": "Gallery Settings",
"maintainAspectRatio": "Maintain Aspect Ratio",
"autoSwitchNewImages": "Auto-Switch to New Images",
"singleColumnLayout": "Single Column Layout",
"pinGallery": "Pin Gallery",
"allImagesLoaded": "All Images Loaded",
"loadMore": "Load More",
"noImagesInGallery": "No Images In Gallery"
}

View File

@ -0,0 +1,16 @@
{
"generations": "生成的图像",
"showGenerations": "显示生成的图像",
"uploads": "上传的图像",
"showUploads": "显示上传的图像",
"galleryImageSize": "预览大小",
"galleryImageResetSize": "重置预览大小",
"gallerySettings": "预览设置",
"maintainAspectRatio": "保持比例",
"autoSwitchNewImages": "自动切换到新图像",
"singleColumnLayout": "单列布局",
"pinGallery": "保持图库常开",
"allImagesLoaded": "所有图像加载完成",
"loadMore": "加载更多",
"noImagesInGallery": "图库中无图像"
}

View File

@ -1 +1,207 @@
{}
{
"keyboardShortcuts": "Keyboard Shorcuts",
"appHotkeys": "App Hotkeys",
"generalHotkeys": "General Hotkeys",
"galleryHotkeys": "Gallery Hotkeys",
"unifiedCanvasHotkeys": "Unified Canvas Hotkeys",
"invoke": {
"title": "Invoke",
"desc": "Generate an image"
},
"cancel": {
"title": "Cancel",
"desc": "Cancel image generation"
},
"focusPrompt": {
"title": "Focus Prompt",
"desc": "Focus the prompt input area"
},
"toggleOptions": {
"title": "Toggle Options",
"desc": "Open and close the options panel"
},
"pinOptions": {
"title": "Pin Options",
"desc": "Pin the options panel"
},
"toggleViewer": {
"title": "Toggle Viewer",
"desc": "Open and close Image Viewer"
},
"toggleGallery": {
"title": "Toggle Gallery",
"desc": "Open and close the gallery drawer"
},
"maximizeWorkSpace": {
"title": "Maximize Workspace",
"desc": "Close panels and maximize work area"
},
"changeTabs": {
"title": "Change Tabs",
"desc": "Switch to another workspace"
},
"consoleToggle": {
"title": "Console Toggle",
"desc": "Open and close console"
},
"setPrompt": {
"title": "Set Prompt",
"desc": "Use the prompt of the current image"
},
"setSeed": {
"title": "Set Seed",
"desc": "Use the seed of the current image"
},
"setParameters": {
"title": "Set Parameters",
"desc": "Use all parameters of the current image"
},
"restoreFaces": {
"title": "Restore Faces",
"desc": "Restore the current image"
},
"upscale": {
"title": "Upscale",
"desc": "Upscale the current image"
},
"showInfo": {
"title": "Show Info",
"desc": "Show metadata info of the current image"
},
"sendToImageToImage": {
"title": "Send To Image To Image",
"desc": "Send current image to Image to Image"
},
"deleteImage": {
"title": "Delete Image",
"desc": "Delete the current image"
},
"closePanels": {
"title": "Close Panels",
"desc": "Closes open panels"
},
"previousImage": {
"title": "Previous Image",
"desc": "Display the previous image in gallery"
},
"nextImage": {
"title": "Next Image",
"desc": "Display the next image in gallery"
},
"toggleGalleryPin": {
"title": "Toggle Gallery Pin",
"desc": "Pins and unpins the gallery to the UI"
},
"increaseGalleryThumbSize": {
"title": "Increase Gallery Image Size",
"desc": "Increases gallery thumbnails size"
},
"decreaseGalleryThumbSize": {
"title": "Decrease Gallery Image Size",
"desc": "Decreases gallery thumbnails size"
},
"selectBrush": {
"title": "Select Brush",
"desc": "Selects the canvas brush"
},
"selectEraser": {
"title": "Select Eraser",
"desc": "Selects the canvas eraser"
},
"decreaseBrushSize": {
"title": "Decrease Brush Size",
"desc": "Decreases the size of the canvas brush/eraser"
},
"increaseBrushSize": {
"title": "Increase Brush Size",
"desc": "Increases the size of the canvas brush/eraser"
},
"decreaseBrushOpacity": {
"title": "Decrease Brush Opacity",
"desc": "Decreases the opacity of the canvas brush"
},
"increaseBrushOpacity": {
"title": "Increase Brush Opacity",
"desc": "Increases the opacity of the canvas brush"
},
"moveTool": {
"title": "Move Tool",
"desc": "Allows canvas navigation"
},
"fillBoundingBox": {
"title": "Fill Bounding Box",
"desc": "Fills the bounding box with brush color"
},
"eraseBoundingBox": {
"title": "Erase Bounding Box",
"desc": "Erases the bounding box area"
},
"colorPicker": {
"title": "Select Color Picker",
"desc": "Selects the canvas color picker"
},
"toggleSnap": {
"title": "Toggle Snap",
"desc": "Toggles Snap to Grid"
},
"quickToggleMove": {
"title": "Quick Toggle Move",
"desc": "Temporarily toggles Move mode"
},
"toggleLayer": {
"title": "Toggle Layer",
"desc": "Toggles mask/base layer selection"
},
"clearMask": {
"title": "Clear Mask",
"desc": "Clear the entire mask"
},
"hideMask": {
"title": "Hide Mask",
"desc": "Hide and unhide mask"
},
"showHideBoundingBox": {
"title": "Show/Hide Bounding Box",
"desc": "Toggle visibility of bounding box"
},
"mergeVisible": {
"title": "Merge Visible",
"desc": "Merge all visible layers of canvas"
},
"saveToGallery": {
"title": "Save To Gallery",
"desc": "Save current canvas to gallery"
},
"copyToClipboard": {
"title": "Copy to Clipboard",
"desc": "Copy current canvas to clipboard"
},
"downloadImage": {
"title": "Download Image",
"desc": "Download current canvas"
},
"undoStroke": {
"title": "Undo Stroke",
"desc": "Undo a brush stroke"
},
"redoStroke": {
"title": "Redo Stroke",
"desc": "Redo a brush stroke"
},
"resetView": {
"title": "Reset View",
"desc": "Reset Canvas View"
},
"previousStagingImage": {
"title": "Previous Staging Image",
"desc": "Previous Staging Area Image"
},
"nextStagingImage": {
"title": "Next Staging Image",
"desc": "Next Staging Area Image"
},
"acceptStagingImage": {
"title": "Accept Staging Image",
"desc": "Accept Current Staging Area Image"
}
}

207
frontend/dist/locales/hotkeys/zh_cn.json vendored Normal file
View File

@ -0,0 +1,207 @@
{
"keyboardShortcuts": "快捷方式",
"appHotkeys": "应用快捷方式",
"generalHotkeys": "一般快捷方式",
"galleryHotkeys": "图库快捷方式",
"unifiedCanvasHotkeys": "统一画布快捷方式",
"invoke": {
"title": "Invoke",
"desc": "生成图像"
},
"cancel": {
"title": "取消",
"desc": "取消图像生成"
},
"focusPrompt": {
"title": "打开提示框",
"desc": "打开提示文本框"
},
"toggleOptions": {
"title": "切换选项卡",
"desc": "打开或关闭选项卡"
},
"pinOptions": {
"title": "常开选项卡",
"desc": "保持选项卡常开"
},
"toggleViewer": {
"title": "切换图像视图",
"desc": "打开或关闭图像视图"
},
"toggleGallery": {
"title": "切换图库",
"desc": "打开或关闭图库"
},
"maximizeWorkSpace": {
"title": "工作台最大化",
"desc": "关闭所有浮窗,将工作区域最大化"
},
"changeTabs": {
"title": "切换卡片",
"desc": "切换到另一个工作区"
},
"consoleToggle": {
"title": "切换命令行",
"desc": "打开或关闭命令行"
},
"setPrompt": {
"title": "使用提示",
"desc": "使用当前图像的提示词"
},
"setSeed": {
"title": "使用种子",
"desc": "使用当前图像的种子"
},
"setParameters": {
"title": "使用所有参数",
"desc": "使用当前图像的所有参数"
},
"restoreFaces": {
"title": "脸部修复",
"desc": "对当前图像进行脸部修复"
},
"upscale": {
"title": "放大",
"desc": "对当前图像进行放大"
},
"showInfo": {
"title": "显示信息",
"desc": "显示当前图像的元数据"
},
"sendToImageToImage": {
"title": "送往图像到图像",
"desc": "将当前图像送往图像到图像"
},
"deleteImage": {
"title": "删除图像",
"desc": "删除当前图像"
},
"closePanels": {
"title": "关闭浮窗",
"desc": "关闭目前打开的浮窗"
},
"previousImage": {
"title": "上一张图像",
"desc": "显示相册中的上一张图像"
},
"nextImage": {
"title": "下一张图像",
"desc": "显示相册中的下一张图像"
},
"toggleGalleryPin": {
"title": "切换图库常开",
"desc": "开关图库在界面中的常开模式"
},
"increaseGalleryThumbSize": {
"title": "增大预览大小",
"desc": "增大图库中预览的大小"
},
"decreaseGalleryThumbSize": {
"title": "减小预览大小",
"desc": "减小图库中预览的大小"
},
"selectBrush": {
"title": "选择刷子",
"desc": "选择统一画布上的刷子"
},
"selectEraser": {
"title": "选择橡皮擦",
"desc": "选择统一画布上的橡皮擦"
},
"decreaseBrushSize": {
"title": "减小刷子大小",
"desc": "减小统一画布上的刷子或橡皮擦的大小"
},
"increaseBrushSize": {
"title": "增大刷子大小",
"desc": "增大统一画布上的刷子或橡皮擦的大小"
},
"decreaseBrushOpacity": {
"title": "减小刷子不透明度",
"desc": "减小统一画布上的刷子的不透明度"
},
"increaseBrushOpacity": {
"title": "增大刷子不透明度",
"desc": "增大统一画布上的刷子的不透明度"
},
"moveTool": {
"title": "移动工具",
"desc": "在画布上移动"
},
"fillBoundingBox": {
"title": "填充选择区域",
"desc": "在选择区域中填充刷子颜色"
},
"eraseBoundingBox": {
"title": "取消选择区域",
"desc": "将选择区域抹除"
},
"colorPicker": {
"title": "颜色提取工具",
"desc": "选择颜色提取工具"
},
"toggleSnap": {
"title": "切换网格对齐",
"desc": "打开或关闭网格对齐"
},
"quickToggleMove": {
"title": "快速切换移动模式",
"desc": "临时性地切换移动模式"
},
"toggleLayer": {
"title": "切换图层",
"desc": "切换遮罩/基础层的选择"
},
"clearMask": {
"title": "清除遮罩",
"desc": "清除整个遮罩层"
},
"hideMask": {
"title": "隐藏遮罩",
"desc": "隐藏或显示遮罩"
},
"showHideBoundingBox": {
"title": "显示/隐藏框选区",
"desc": "切换框选区的的显示状态"
},
"mergeVisible": {
"title": "合并可见层",
"desc": "将画板上可见层合并"
},
"saveToGallery": {
"title": "保存至图库",
"desc": "将画板当前内容保存至图库"
},
"copyToClipboard": {
"title": "复制到剪贴板",
"desc": "将画板当前内容复制到剪贴板"
},
"downloadImage": {
"title": "下载图像",
"desc": "下载画板当前内容"
},
"undoStroke": {
"title": "撤销画笔",
"desc": "撤销上一笔刷子的动作"
},
"redoStroke": {
"title": "重做画笔",
"desc": "重做上一笔刷子的动作"
},
"resetView": {
"title": "重置视图",
"desc": "重置画板视图"
},
"previousStagingImage": {
"title": "上一张暂存图像",
"desc": "上一张暂存区中的图像"
},
"nextStagingImage": {
"title": "下一张暂存图像",
"desc": "下一张暂存区中的图像"
},
"acceptStagingImage": {
"title": "接受暂存图像",
"desc": "接受当前暂存区中的图像"
}
}

View File

@ -0,0 +1 @@
{}

View File

@ -0,0 +1,50 @@
{
"modelManager": "Model Manager",
"model": "Model",
"modelAdded": "Model Added",
"modelUpdated": "Model Updated",
"modelEntryDeleted": "Model Entry Deleted",
"cannotUseSpaces": "Cannot Use Spaces",
"addNew": "Add New",
"addNewModel": "Add New Model",
"addManually": "Add Manually",
"manual": "Manual",
"name": "Name",
"nameValidationMsg": "Enter a name for your model",
"description": "Description",
"descriptionValidationMsg": "Add a description for your model",
"config": "Config",
"configValidationMsg": "Path to the config file of your model.",
"modelLocation": "Model Location",
"modelLocationValidationMsg": "Path to where your model is located.",
"vaeLocation": "VAE Location",
"vaeLocationValidationMsg": "Path to where your VAE is located.",
"width": "Width",
"widthValidationMsg": "Default width of your model.",
"height": "Height",
"heightValidationMsg": "Default height of your model.",
"addModel": "Add Model",
"updateModel": "Update Model",
"availableModels": "Available Models",
"search": "Search",
"load": "Load",
"active": "active",
"notLoaded": "not loaded",
"cached": "cached",
"checkpointFolder": "Checkpoint Folder",
"clearCheckpointFolder": "Clear Checkpoint Folder",
"findModels": "Find Models",
"modelsFound": "Models Found",
"selectFolder": "Select Folder",
"selected": "Selected",
"selectAll": "Select All",
"deselectAll": "Deselect All",
"showExisting": "Show Existing",
"addSelected": "Add Selected",
"modelExists": "Model Exists",
"delete": "Delete",
"deleteModel": "Delete Model",
"deleteConfig": "Delete Config",
"deleteMsg1": "Are you sure you want to delete this model entry from InvokeAI?",
"deleteMsg2": "This will not delete the model checkpoint file from your disk. You can readd them if you wish to."
}

View File

@ -0,0 +1,50 @@
{
"modelManager": "Model Manager",
"model": "Model",
"modelAdded": "Model Added",
"modelUpdated": "Model Updated",
"modelEntryDeleted": "Model Entry Deleted",
"cannotUseSpaces": "Cannot Use Spaces",
"addNew": "Add New",
"addNewModel": "Add New Model",
"addManually": "Add Manually",
"manual": "Manual",
"name": "Name",
"nameValidationMsg": "Enter a name for your model",
"description": "Description",
"descriptionValidationMsg": "Add a description for your model",
"config": "Config",
"configValidationMsg": "Path to the config file of your model.",
"modelLocation": "Model Location",
"modelLocationValidationMsg": "Path to where your model is located.",
"vaeLocation": "VAE Location",
"vaeLocationValidationMsg": "Path to where your VAE is located.",
"width": "Width",
"widthValidationMsg": "Default width of your model.",
"height": "Height",
"heightValidationMsg": "Default height of your model.",
"addModel": "Add Model",
"updateModel": "Update Model",
"availableModels": "Available Models",
"search": "Search",
"load": "Load",
"active": "active",
"notLoaded": "not loaded",
"cached": "cached",
"checkpointFolder": "Checkpoint Folder",
"clearCheckpointFolder": "Clear Checkpoint Folder",
"findModels": "Find Models",
"modelsFound": "Models Found",
"selectFolder": "Select Folder",
"selected": "Selected",
"selectAll": "Select All",
"deselectAll": "Deselect All",
"showExisting": "Show Existing",
"addSelected": "Add Selected",
"modelExists": "Model Exists",
"delete": "Delete",
"deleteModel": "Delete Model",
"deleteConfig": "Delete Config",
"deleteMsg1": "Are you sure you want to delete this model entry from InvokeAI?",
"deleteMsg2": "This will not delete the model checkpoint file from your disk. You can readd them if you wish to."
}

View File

@ -0,0 +1 @@
{}

View File

@ -0,0 +1 @@
{}

View File

@ -0,0 +1 @@
{}

View File

@ -0,0 +1 @@
{}

View File

@ -0,0 +1 @@
{}

View File

@ -1 +1,62 @@
{}
{
"images": "Images",
"steps": "Steps",
"cfgScale": "CFG Scale",
"width": "Width",
"height": "Height",
"sampler": "Sampler",
"seed": "Seed",
"randomizeSeed": "Randomize Seed",
"shuffle": "Shuffle",
"noiseThreshold": "Noise Threshold",
"perlinNoise": "Perlin Noise",
"variations": "Variations",
"variationAmount": "Variation Amount",
"seedWeights": "Seed Weights",
"faceRestoration": "Face Restoration",
"restoreFaces": "Restore Faces",
"type": "Type",
"strength": "Strength",
"upscaling": "Upscaling",
"upscale": "Upscale",
"upscaleImage": "Upscale Image",
"scale": "Scale",
"otherOptions": "Other Options",
"seamlessTiling": "Seamless Tiling",
"hiresOptim": "High Res Optimization",
"imageFit": "Fit Initial Image To Output Size",
"codeformerFidelity": "Fidelity",
"seamSize": "Seam Size",
"seamBlur": "Seam Blur",
"seamStrength": "Seam Strength",
"seamSteps": "Seam Steps",
"inpaintReplace": "Inpaint Replace",
"scaleBeforeProcessing": "Scale Before Processing",
"scaledWidth": "Scaled W",
"scaledHeight": "Scaled H",
"infillMethod": "Infill Method",
"tileSize": "Tile Size",
"boundingBoxHeader": "Bounding Box",
"seamCorrectionHeader": "Seam Correction",
"infillScalingHeader": "Infill and Scaling",
"img2imgStrength": "Image To Image Strength",
"toggleLoopback": "Toggle Loopback",
"invoke": "Invoke",
"cancel": "Cancel",
"promptPlaceholder": "Type prompt here. [negative tokens], (upweight)++, (downweight)--, swap and blend are available (see docs)",
"sendTo": "Send to",
"sendToImg2Img": "Send to Image to Image",
"sendToUnifiedCanvas": "Send To Unified Canvas",
"copyImageToLink": "Copy Image To Link",
"downloadImage": "Download Image",
"openInViewer": "Open In Viewer",
"closeViewer": "Close Viewer",
"usePrompt": "Use Prompt",
"useSeed": "Use Seed",
"useAll": "Use All",
"useInitImg": "Use Initial Image",
"info": "Info",
"deleteImage": "Delete Image",
"initialImage": "Inital Image",
"showOptionsPanel": "Show Options Panel"
}

View File

@ -0,0 +1,62 @@
{
"images": "图像",
"steps": "步数",
"cfgScale": "CFG 等级",
"width": "宽度",
"height": "高度",
"sampler": "采样算法",
"seed": "种子",
"randomizeSeed": "随机化种子",
"shuffle": "随机化",
"noiseThreshold": "噪声阈值",
"perlinNoise": "Perlin 噪声",
"variations": "变种",
"variationAmount": "变种数量",
"seedWeights": "种子权重",
"faceRestoration": "脸部修复",
"restoreFaces": "修复脸部",
"type": "种类",
"strength": "强度",
"upscaling": "放大",
"upscale": "放大",
"upscaleImage": "放大图像",
"scale": "等级",
"otherOptions": "其他选项",
"seamlessTiling": "无缝拼贴",
"hiresOptim": "高清优化",
"imageFit": "使生成图像长宽适配原图像",
"codeformerFidelity": "保真",
"seamSize": "接缝尺寸",
"seamBlur": "接缝模糊",
"seamStrength": "接缝强度",
"seamSteps": "接缝步数",
"inpaintReplace": "内画替换",
"scaleBeforeProcessing": "处理前缩放",
"scaledWidth": "缩放宽度",
"scaledHeight": "缩放长度",
"infillMethod": "填充法",
"tileSize": "方格尺寸",
"boundingBoxHeader": "选择区域",
"seamCorrectionHeader": "接缝修正",
"infillScalingHeader": "内填充和缩放",
"img2imgStrength": "图像到图像强度",
"toggleLoopback": "切换环回",
"invoke": "Invoke",
"cancel": "取消",
"promptPlaceholder": "在这里输入提示。可以使用[反提示]、(加权)++、(减权)--、交换和混合(见文档)",
"sendTo": "发送到",
"sendToImg2Img": "发送到图像到图像",
"sendToUnifiedCanvas": "发送到统一画布",
"copyImageToLink": "复制图像链接",
"downloadImage": "下载图像",
"openInViewer": "在视图中打开",
"closeViewer": "关闭视图",
"usePrompt": "使用提示",
"useSeed": "使用种子",
"useAll": "使用所有参数",
"useInitImg": "使用原图像",
"info": "信息",
"deleteImage": "删除图像",
"initialImage": "原图像",
"showOptionsPanel": "显示选项浮窗"
}

View File

@ -1 +1,13 @@
{}
{
"models": "Models",
"displayInProgress": "Display In-Progress Images",
"saveSteps": "Save images every n steps",
"confirmOnDelete": "Confirm On Delete",
"displayHelpIcons": "Display Help Icons",
"useCanvasBeta": "Use Canvas Beta Layout",
"enableImageDebugging": "Enable Image Debugging",
"resetWebUI": "Reset Web UI",
"resetWebUIDesc1": "Resetting the web UI only resets the browser's local cache of your images and remembered settings. It does not delete any images from disk.",
"resetWebUIDesc2": "If images aren't showing up in the gallery or something else isn't working, please try resetting before submitting an issue on GitHub.",
"resetComplete": "Web UI has been reset. Refresh the page to reload."
}

View File

@ -0,0 +1,13 @@
{
"models": "模型",
"displayInProgress": "显示进行中的图像",
"saveSteps": "每n步保存图像",
"confirmOnDelete": "删除时确认",
"displayHelpIcons": "显示帮助按钮",
"useCanvasBeta": "使用测试版画布视图",
"enableImageDebugging": "开启图像调试",
"resetWebUI": "重置网页界面",
"resetWebUIDesc1": "重置网页只会重置浏览器中缓存的图像和设置,不会删除任何图像。",
"resetWebUIDesc2": "如果图像没有显示在图库中或者其他东西不工作请在GitHub上提交问题之前尝试重置。",
"resetComplete": "网页界面已重置。刷新页面以重新加载。"
}

View File

@ -1 +1,32 @@
{}
{
"tempFoldersEmptied": "Temp Folder Emptied",
"uploadFailed": "Upload failed",
"uploadFailedMultipleImagesDesc": "Multiple images pasted, may only upload one image at a time",
"uploadFailedUnableToLoadDesc": "Unable to load file",
"downloadImageStarted": "Image Download Started",
"imageCopied": "Image Copied",
"imageLinkCopied": "Image Link Copied",
"imageNotLoaded": "No Image Loaded",
"imageNotLoadedDesc": "No image found to send to image to image module",
"imageSavedToGallery": "Image Saved to Gallery",
"canvasMerged": "Canvas Merged",
"sentToImageToImage": "Sent To Image To Image",
"sentToUnifiedCanvas": "Sent to Unified Canvas",
"parametersSet": "Parameters Set",
"parametersNotSet": "Parameters Not Set",
"parametersNotSetDesc": "No metadata found for this image.",
"parametersFailed": "Problem loading parameters",
"parametersFailedDesc": "Unable to load init image.",
"seedSet": "Seed Set",
"seedNotSet": "Seed Not Set",
"seedNotSetDesc": "Could not find seed for this image.",
"promptSet": "Prompt Set",
"promptNotSet": "Prompt Not Set",
"promptNotSetDesc": "Could not find prompt for this image.",
"upscalingFailed": "Upscaling Failed",
"faceRestoreFailed": "Face Restoration Failed",
"metadataLoadFailed": "Failed to load metadata",
"initialImageSet": "Initial Image Set",
"initialImageNotSet": "Initial Image Not Set",
"initialImageNotSetDesc": "Could not load initial image"
}

32
frontend/dist/locales/toast/zh_cn.json vendored Normal file
View File

@ -0,0 +1,32 @@
{
"tempFoldersEmptied": "临时文件夹已清空",
"uploadFailed": "上传失败",
"uploadFailedMultipleImagesDesc": "多张图像被粘贴,同时只能上传一张图像",
"uploadFailedUnableToLoadDesc": "无法加载文件",
"downloadImageStarted": "图像下载已开始",
"imageCopied": "图像已复制",
"imageLinkCopied": "图像链接已复制",
"imageNotLoaded": "没有加载图像",
"imageNotLoadedDesc": "没有图像可供送往图像到图像界面",
"imageSavedToGallery": "图像已保存到图库",
"canvasMerged": "画布已合并",
"sentToImageToImage": "已送往图像到图像",
"sentToUnifiedCanvas": "已送往统一画布",
"parametersSet": "参数已设定",
"parametersNotSet": "参数未设定",
"parametersNotSetDesc": "此图像不存在元数据",
"parametersFailed": "加载参数失败",
"parametersFailedDesc": "加载初始图像失败",
"seedSet": "种子已设定",
"seedNotSet": "种子未设定",
"seedNotSetDesc": "无法找到该图像的种子",
"promptSet": "提示已设定",
"promptNotSet": "提示未设定",
"promptNotSetDesc": "无法找到该图像的提示",
"upscalingFailed": "放大失败",
"faceRestoreFailed": "脸部修复失败",
"metadataLoadFailed": "加载元数据失败",
"initialImageSet": "初始图像已设定",
"initialImageNotSet": "初始图像未设定",
"initialImageNotSetDesc": "无法加载初始图像"
}

View File

@ -1 +1,59 @@
{}
{
"layer": "Layer",
"base": "Base",
"mask": "Mask",
"maskingOptions": "Masking Options",
"enableMask": "Enable Mask",
"preserveMaskedArea": "Preserve Masked Area",
"clearMask": "Clear Mask",
"brush": "Brush",
"eraser": "Eraser",
"fillBoundingBox": "Fill Bounding Box",
"eraseBoundingBox": "Erase Bounding Box",
"colorPicker": "Color Picker",
"brushOptions": "Brush Options",
"brushSize": "Size",
"move": "Move",
"resetView": "Reset View",
"mergeVisible": "Merge Visible",
"saveToGallery": "Save To Gallery",
"copyToClipboard": "Copy to Clipboard",
"downloadAsImage": "Download As Image",
"undo": "Undo",
"redo": "Redo",
"clearCanvas": "Clear Canvas",
"canvasSettings": "Canvas Settings",
"showIntermediates": "Show Intermediates",
"showGrid": "Show Grid",
"snapToGrid": "Snap to Grid",
"darkenOutsideSelection": "Darken Outside Selection",
"autoSaveToGallery": "Auto Save to Gallery",
"saveBoxRegionOnly": "Save Box Region Only",
"limitStrokesToBox": "Limit Strokes to Box",
"showCanvasDebugInfo": "Show Canvas Debug Info",
"clearCanvasHistory": "Clear Canvas History",
"clearHistory": "Clear History",
"clearCanvasHistoryMessage": "Clearing the canvas history leaves your current canvas intact, but irreversibly clears the undo and redo history.",
"clearCanvasHistoryConfirm": "Are you sure you want to clear the canvas history?",
"emptyTempImageFolder": "Empty Temp Image Folder",
"emptyFolder": "Empty Folder",
"emptyTempImagesFolderMessage": "Emptying the temp image folder also fully resets the Unified Canvas. This includes all undo/redo history, images in the staging area, and the canvas base layer.",
"emptyTempImagesFolderConfirm": "Are you sure you want to empty the temp folder?",
"activeLayer": "Active Layer",
"canvasScale": "Canvas Scale",
"boundingBox": "Bounding Box",
"scaledBoundingBox": "Scaled Bounding Box",
"boundingBoxPosition": "Bounding Box Position",
"canvasDimensions": "Canvas Dimensions",
"canvasPosition": "Canvas Position",
"cursorPosition": "Cursor Position",
"previous": "Previous",
"next": "Next",
"accept": "Accept",
"showHide": "Show/Hide",
"discardAll": "Discard All",
"betaClear": "Clear",
"betaDarkenOutside": "Darken Outside",
"betaLimitToBox": "Limit To Box",
"betaPreserveMasked": "Preserve Masked"
}

View File

@ -0,0 +1,59 @@
{
"layer": "图层",
"base": "基础层",
"mask": "遮罩层层",
"maskingOptions": "遮罩层选项",
"enableMask": "启用遮罩层",
"preserveMaskedArea": "保留遮罩层区域",
"clearMask": "清除遮罩层",
"brush": "刷子",
"eraser": "橡皮擦",
"fillBoundingBox": "填充选择区域",
"eraseBoundingBox": "取消选择区域",
"colorPicker": "颜色提取",
"brushOptions": "刷子选项",
"brushSize": "大小",
"move": "移动",
"resetView": "重置视图",
"mergeVisible": "合并可见层",
"saveToGallery": "保存至图库",
"copyToClipboard": "复制到剪贴板",
"downloadAsImage": "下载图像",
"undo": "撤销",
"redo": "重做",
"clearCanvas": "清除画布",
"canvasSettings": "画布设置",
"showIntermediates": "显示中间产物",
"showGrid": "显示网格",
"snapToGrid": "切换网格对齐",
"darkenOutsideSelection": "暗化外部区域",
"autoSaveToGallery": "自动保存至图库",
"saveBoxRegionOnly": "只保存框内区域",
"limitStrokesToBox": "限制画笔在框内",
"showCanvasDebugInfo": "显示画布调试信息",
"clearCanvasHistory": "清除画布历史",
"clearHistory": "清除历史",
"clearCanvasHistoryMessage": "清除画布历史不会影响当前画布,但会不可撤销地清除所有撤销/重做历史!",
"clearCanvasHistoryConfirm": "确认清除所有画布历史?",
"emptyTempImageFolder": "清除临时文件夹",
"emptyFolder": "清除文件夹",
"emptyTempImagesFolderMessage": "清空临时图像文件夹会完全重置统一画布。这包括所有的撤销/重做历史、暂存区的图像和画布基础层。",
"emptyTempImagesFolderConfirm": "确认清除临时文件夹?",
"activeLayer": "活跃图层",
"canvasScale": "画布缩放",
"boundingBox": "选择区域",
"scaledBoundingBox": "缩放选择区域",
"boundingBoxPosition": "选择区域位置",
"canvasDimensions": "画布长宽",
"canvasPosition": "画布位置",
"cursorPosition": "光标位置",
"previous": "上一张",
"next": "下一张",
"accept": "接受",
"showHide": "显示 / 隐藏",
"discardAll": "放弃所有",
"betaClear": "清除",
"betaDarkenOutside": "暗化外部区域",
"betaLimitToBox": "限制在框内",
"betaPreserveMasked": "保留遮罩层"
}