diff --git a/.gitignore b/.gitignore index 81824754..12a866fc 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,4 @@ original_mask.png # comments when packaging (include in the package,uxp packager will use .gitignore to ignore files): */dist/*LICENSE.txt */dist/*.bundle.js - -# uncomments when packaging (don't include in the package) -# /docs +typescripts/dist diff --git a/.prettierignore b/.prettierignore index ac336ae1..37b9bf05 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,3 +1,9 @@ server/python_server/output/* *.md -manifest.json \ No newline at end of file +manifest.json +jimp/** +server_env/** +.github\workflows\wiki-sync-action.yml +**/dist +.github\workflows\wiki-sync-action.yml +tsconfig.json \ No newline at end of file diff --git a/start_server.bat b/deprecated-do-not-use-start_server.bat similarity index 100% rename from start_server.bat rename to deprecated-do-not-use-start_server.bat diff --git a/start_server.sh b/deprecated-do-not-use-start_server.sh old mode 100755 new mode 100644 similarity index 100% rename from start_server.sh rename to deprecated-do-not-use-start_server.sh diff --git a/start_server_MacOS.sh b/deprecated-do-not-use-start_server_MacOS.sh old mode 100755 new mode 100644 similarity index 100% rename from start_server_MacOS.sh rename to deprecated-do-not-use-start_server_MacOS.sh diff --git a/update_plugin.bat b/deprecated-do-not-use-update_plugin.bat similarity index 100% rename from update_plugin.bat rename to deprecated-do-not-use-update_plugin.bat diff --git a/update_plugin.sh b/deprecated-do-not-use-update_plugin.sh similarity index 100% rename from update_plugin.sh rename to deprecated-do-not-use-update_plugin.sh diff --git a/enum.js b/enum.js index 1cf996a2..163017bf 100644 --- a/enum.js +++ b/enum.js @@ -17,6 +17,7 @@ const AutomaticStatusEnum = { Offline: 'offline', RunningNoApi: 'running_no_api', RunningWithApi: 'running_with_api', + AutoPhotoshopSDExtensionMissing: 'auto_photoshop_sd_missing', } const ViewerObjectTypeEnum = { @@ -30,12 +31,7 @@ const RequestStateEnum = { Interrupted: 'interrupted', // canceled/ interrupted Finished: 'finished', // finished generating } -const DocumentTypeEnum = { - NoBackground: 'no_background', - ImageBackground: 'image_background', - SolidBackground: 'solid_background', - ArtBoard: 'artboard', -} + const BackgroundHistoryEnum = { CorrectBackground: 'correct_background', NoBackground: 'no_background', @@ -51,7 +47,7 @@ module.exports = { AutomaticStatusEnum, ViewerObjectTypeEnum, RequestStateEnum, - DocumentTypeEnum, + BackgroundHistoryEnum, PresetTypeEnum, } diff --git a/i18n/zh_CN/ps-plugin.json b/i18n/zh_CN/ps-plugin.json new file mode 100644 index 00000000..5cb2e7c7 --- /dev/null +++ b/i18n/zh_CN/ps-plugin.json @@ -0,0 +1,184 @@ +{ + "Auto-Photoshop-SD": "SD插件(明空汉化)", + "'A' for Automatic1111 server (webui-user.bat), Green is connected. Red Means there is a problem with your Automatic1111. Run 'webui-user.bat' and hit 'Refresh' button ": "A代表SD服务器(webui-user.bat),绿色已连接。红色表示SD服务器有问题。运行“webui-user.bat”并点击刷新按钮", + "'P' for proxy server (start_server.bat), Green is connected. Red means you need to run 'start_server.bat' or hit Refresh button": "P为代理服务器(start_server.bat),绿色已连接。红色表示您需要运行'start_server.bat'或点击刷新按钮", + "Stable Diffusion": "稳定扩散", + "Stable Diffusion UI": "稳定扩散 UI", + "Refresh": "刷新", + "Refresh the plugin, only fixes minor issues.": "刷新插件,仅修复小问题。", + "Update": "更新", + "Update the plugin if you encounter bugs. Get the latest features": "如果遇到错误,请更新插件。 获取最新功能", + "Select Lora": "选择 Lora", + "use lora in your prompt": "在提示中使用 lora", + "Generate": "生成", + "Generate txt2img": "生成 txt2img", + "Progress...": "进度...", + "Toggle the visibility of the Preview Image on the canvas": "切换画布上预览图像的可见性", + "Move and reSize the highlighted layer to fit into the Selection Area": "移动和调整突出显示的图层以适合选择区域", + "create a snapshot of what you see on the canvas and place on a new layer": "创建画布上看到的快照并放置在新图层上", + "reset the ui settings to their default values": "将 UI 设置重置为默认值", + "Interrogate the selected area, convert Image to Prompt": "审问所选区域,将图像转换为提示", + "use this mode to generate images from text only": "使用此模式仅从文本生成图像", + "use this mode to generate variation of an image": "使用此模式生成图像的变体", + "use this mode to generate variation of a small area of an image, while keeping the rest of the image intact": "使用此模式生成图像的小区域的变体,同时保持图像的其余部分完好无损", + "use this mode to (1) fill any missing area of an image,(2) expand an image": "使用此模式来(1)填充图像的任何缺失区域,(2)扩展图像", + "Image": "图像", + "Mask": "蒙版", + "Batch Size:": "批量大小:", + "Batch Count:": "批量计数:", + "Steps:": "步数:", + "Selection Mode:": "选择模式:", + "ratio": "比率", + "precise": "精确", + "use the selection area width and height to fill the width and height sliders": "使用选择区域的宽度和高度来填充宽度和高度滑块", + "ignore": "忽略", + "fill the width and height sliders manually": "手动填充宽度和高度滑块", + "Smart Preset": "智能预设", + "auto fill the plugin with smart settings, to speed up your working process.": "自动填充智能设置的插件,以加快您的工作流程。", + "Width:": "宽度:", + "maintain the ratio between width and height slider": "保持宽度和高度滑块之间的比例", + "Height:": "高度:", + "CFG Scale:": "CFG 比例:", + "larger value will put more emphasis on the prompt": "较大的值将更加强调提示", + "Denoising Strength:": "降噪强度:", + "Image CFG Scale:": "图像 CFG 比例:", + "Pix2Pix CFG Scale (larger value will put more emphasis on the image)": "Pix2Pix CFG 比例(较大的值将更加强调图像)", + "Mask Blur:": "蒙版模糊:", + "Mask Expansion:": "蒙版扩展:", + "the larger the value the more the mask will expand, '0' means use precise masking, use in combination with the mask blur": "值越大,蒙版就会扩展得越多,“ 0”表示使用精确的蒙版,与蒙版模糊一起使用", + "Inpainting conditioning mask strength:": "修复条件蒙版强度:", + "0 will keep the composition; 1 will allow composition to change": "0将保持构图; 1将允许构图发生变化", + "Mask Content:": "蒙版内容:", + "fill": "填充", + "original": "原始", + "latent noise": "潜在噪声", + "latent nothing": "潜在无", + "Inpaint at Full Res": "在全分辨率下修复", + "Restore Faces": "面部修复", + "Hi Res Fix": "高分修复", + "Upscaler: ": "放大器:", + "Hi Res Steps:": "高分步数:", + "Hi Res Scale:": "高分比例:", + "Hi Res Denoising Strength:": "高分降噪强度:", + "Hi Res Output Width:": "高分输出宽度:", + "Hi Res Output Height:": "高分输出高度:", + "Inpaint Padding:": "修复填充:", + "Seed:": "种子:", + "Random": "随机", + "Last": "最后", + "Show Samplers": "显示采样器", + "Select A Script": "选择脚本", + "Activate": "激活", + "Viewer": "查看器", + "Preview": "预览器", + "View your generated images on the canvas": "在画布上查看生成的图像", + "Set Mask": "设置蒙版", + "Set Init Image": "设置初始图像", + "Interrupt": "中断", + "Selection Area": "选择区域", + "Thumbnail Size": "缩略图大小", + "Square 1:1": "正方形 1:1", + "Prompts Library": "提示库", + "Prompt Shortcut: a single word that represent a prompt": "提示快捷方式:代表提示的单个单词", + "Key for new prompt shortcut": "新提示快捷方式的键", + "to be replaced": "要被替换的", + "Value for new prompt shortcut": "新提示快捷方式的值", + "to be replaced with": "要被替换为", + "Add to Prompt Shortcut": "添加到提示快捷方式", + "prompt shortcut": "提示快捷方式", + "Selection a prompt": "选择提示词", + "Refresh Menu": "刷新菜单", + "Load": "加载", + "Save": "保存", + "History": "历史记录", + "history of all the images you generated": "您生成的所有图像的历史记录", + "Load Previous Generations": "加载以前的生成", + "Clear Results": "清除结果", + "Lexica": "Lexica", + "Explore Lexica for prompts and inspiration": "探索提示词和灵感的词典", + "Search:": "搜索:", + "user prompt(text) to Search Lexica": "用户提示(文本)搜索词典", + "User the selected area (image) on canvas to Search Lexica": "用户在画布上选择的区域(图像)搜索词典", + "Image Search": "图像搜索", + "Image Search Engine": "图像搜索引擎", + "ControlNet": "ControlNet", + "The Controlnet Extension is missing from Automatic1111.Please install it to use it through the plugin.": "Automatic1111缺少ControlNet扩展。请安装它以通过插件使用它。", + "ControlNet Preset": "ControlNet预设", + "auto fill the ControlNet with smart settings, to speed up your working process.": "自动填充智能设置的ControlNet,以加快您的工作流程。", + "Set All CtrlNet Images": "设置所有 CtrlNet 图像", + "Disable ControlNet Tab": "禁用ControlNet选项卡", + "Control Net Settings Slot 0": "ControlNet设置插槽0", + "Set CtrlNet Img": "设置 CtrlNet 图像", + "Preview Annotator": "预览注释器", + "Enable": "启用", + "Low VRAM": "低显存", + "Guess Mode": "猜测模式", + "Weight:": "权重:", + "2 will keep the composition; 0 will allow composition to change": "2将保持构图; 0将允许构图发生变化", + "Guidance strength start:": "Guidance strength start:", + "Guidance strength end:": "Guidance strength end:", + "Horde": "Horde", + "Horde Key:": "Horde密钥:", + "Select Backend:": "选择后端:", + "Native Horde": "本机 Horde", + "use the horde with the plugin no need to install anything else": "使用插件的 Horde,无需安装其他任何内容", + "Auto1111 Horde Extension": "Auto1111 Horde 扩展", + "Use the horde extension from Automatic1111 Extension tab": "使用 Automatic1111 扩展选项卡中的 Horde 扩展", + "Auto1111 Only": "仅限 Auto1111", + "use Auto1111 disable the Horde": "使用 Auto1111 禁用 Horde", + "Refresh Models": "刷新模型", + "NSFW": "NSFW", + "Share with LION": "与 LION 共享", + "Extras": "额外", + "Resize": "调整大小", + "Resize scale of current selection size": "调整当前选择大小的比例", + "Generate upscale": "生成放大", + "No work in progress": "没有正在进行的工作", + "Upscaler 1:": "放大算法 1:", + "Upscaler 2:": "放大算法 2:", + "Upscaler 2 visibility:": "放大算法 2 可见性:", + "GFPGAN visibility:": "GFPGAN 可见性:", + "CodeFormer visibility:": "CodeFormer 可见性:", + "CodeFormer weight:": "CodeFormer 权重:", + "Settings": "设置", + "Custom Presets": "自定义预设", + "SD Url:": "SD Url:", + "Submit": "提交", + "use sharp mask": "使用锐化蒙版", + "Smart Object": "智能对象", + "Live Progress Image": "实时进度图像", + "Restore Original Prompt": "恢复原始提示", + "Image Cfg Scale Slider": "图像配置比例滑块", + "Use Silent Mode": "使用静默模式", + "Your PC Speed(optimization):": "电脑性能(优化):", + "Slow PC": "节能模式", + "Fast PC": "高性能模式", + "Use Colab": "使用 Colab", + "Select Extension:": "选择扩展:", + "Proxy Server": "代理服务器", + "use the proxy server, need to run 'start_server.bat' ": "使用代理服务器,需要运行“start_server.bat”", + "Auto111 Extension": "SD扩展", + "use Automatic1111 Photoshop SD Extension, need to install the extension in Auto1111": "使用Photoshop SD 扩展,需要在 Auto1111 中安装扩展", + "None": "无", + "Use the Plugin Only No Additional Component": "仅使用插件,无需其他组件", + "Folder Path (read only):": "文件夹路径(只读):", + "copy paste the address to access the folder where the images are stored": "复制粘贴地址以访问存储图像的文件夹", + "Get Path": "获取路径", + "Preset Name": "预设名称", + "New Preset": "新建预设", + "Preset Type:": "预设类型:", + "SD Preset": "SD 预设", + "Save Preset": "保存预设", + "Delete Preset": "删除预设", + "The Controlnet Extension is missing from Automatic1111.\nPlease install it to use it through the plugin.": "本地SD中缺少ControlNet扩展。\n请安装该插件后再使用。", + "Set CtrlImg": "设置原始图", + "ControlNet Tab": "ControlNet", + "ControlNet Unit": "ControlNet #", + "Select Filter": "选择过滤器", + "Select Module": "选择预处理器", + "Select Model": "选择模型", + "Keep all generated images on the canvas": "在画布上保留所有生成图像", + "Delete all generated images from the canvas": "在画布上删除所有生成图像", + "Keep only the highlighted images": "在画布上保留选中的图像", + "Generate More": "生成更多" + } \ No newline at end of file diff --git a/i18n/zh_CN/sd-official.json b/i18n/zh_CN/sd-official.json new file mode 100644 index 00000000..4d84f2ae --- /dev/null +++ b/i18n/zh_CN/sd-official.json @@ -0,0 +1,3515 @@ +{ + "(0 = default (~0.03); minimum noise strength for k-diffusion noise scheduler)": "(0 = 默认 (~0.03); k-diffusion 噪声调度器的最小噪声强度)", + "(0 = default (~14.6); maximum noise strength for k-diffusion noise schedule)": "(0 = 默认 (~14.6); k-diffusion 噪声调度器的最大噪声强度)", + "(0 = default (7 for karras, 1 for polyexponential); higher values result in a more steep noise schedule (decreases faster))": "(0 = 默认 (karras 选择 7, polyexponential 选择 1); 值越高噪声调度曲线越陡峭 (递减更快速))", + "(0 = disable)": "(0 = 禁用)", + "(0=disable, higher=faster)": "(0 = 禁用, 数值越大 = 越快速)", + "(0 = maximum effect; 1 = minimum effect)": "(0 = 最大强度; 1 = 最小强度)", + "(0 = No limit)": "(0 = 无限制)", + "(0 = no tiling)": "(0 = 不分块)", + "180 Degree Rotation": "180 度旋转", + "1. Get Model Info by Civitai Url": "从 Civitai 链接拉取模型信息", + "-1 means that it is calculated automatically. If both are -1, the size will be the same as the source size.": "-1意味着自动计算。如果宽高都是-1,则将与源视频尺寸相同。", + "1st": "第一单元", + "1st and last digit must be 0 and values should be between 0 and 1. ex:'0, 0.01, 0'": "第一个和最后一个数字必须是 0,其他值应介于 0 和 1 之间。如:’0, 0.01, 0’", + "1st and last digit must be 1. ex:'1, 2, 1'": "第一个和最后一个数字必须是 1。例:'1, 2, 1'", + "2D operator that scales the canvas size, multiplicatively. [static = 1.0]": "缩放画布大小的2D操作符,以倍数缩放。[static=1.0]", + "2D operator to rotate canvas clockwise/anticlockwise in degrees per frame": "2D 操作器对每帧动画顺时针/逆时针旋转所指定的角度", + "2D or 3D animation_mode": " 2D 或 3D 动画模式中", + "2nd": "第二单元", + "360 Panorama to 3D": "360°全景图转 3D", + "3d glb": "3D (GLB 格式)", + "3D Mesh": "3D 网格", + "3D Openpose": "3D 骨架模型编辑 (3D Openpose)", + "3. Download Model": "下载模型", + "3rd": "第三单元", + "4th": "第四单元", + "5th": "第五单元", + "90 Degree Rotation": "90 度旋转", + "A, B or C": "A, B 或 C", + "About": "关于", + "Abs": "绝对值", + "abs. path or url to audio file": "音频文件的绝对路径或 URL", + "abstract": "abstract (抽象艺术)", + "Accent color": "强调色", + "Accent Generate Button": "强调生成按钮", + "Access results in ‘Open results’.": "点击“打开最终效果图”获取增强后的图片", + "According to Live preview subject setting": "实时预览主体设置", + "Accumulation steps": "累加步数", + "Action": "操作", + "Action on existing caption": "对已有标注的操作", + "Actions": "其他操作", + "Activate Selected Script": "激活选定脚本", + "Activation keywords, comma-separated": "该模型的触发词,以逗号分隔", + "Active": "启用", + "Active in img2img (Requires restart)": "在图生图中启用 (需重启)", + "Active in negative prompts (Requires restart)": "在反向提示词输入框中启用 (需重启)", + "Active in third party textboxes [Dataset Tag Editor] [Image Browser] [Tagger] [Multidiffusion Upscaler] (Requires restart)": "在第三方文本框中激活标签自动补全 [数据集标签编辑器 (Dataset Tag Editor)] [图库浏览器] [WD1.4标签器 (Tagger)] [Multidiffusion 超分辨率] (需重启)", + "Active in third party textboxes [Dataset Tag Editor] (Requires restart)": "在第三方输入框中启用 [数据集标签编辑器] (需重启)", + "Active in txt2img (Requires restart)": "在文生图中启用 (需重启)", + "Adaptive (Gaussian)": "自适应(高斯)", + "Adaptive (Mean)": "自适应(平均值)", + "➕ Add": "➕ 添加", + "Add": "添加", + "Add additional prompting to the prefix, suffix and negative prompt in this screen. The actual prompt fields are ignored.": "在此场景下添加附加提示词到前缀、后缀、反向提示词。实际的提示词段会被忽略。", + "Add additional prompts to the head": "在起始添加额外的提示词", + "Add ALL Displayed": "添加所有当前显示的图片", + "Add a prompt prefix, suffix and the negative prompt in the respective fields. They will be automatically added during processing.": "在相应的字段中添加提示词前缀、后缀和反向提示词。它们会在处理过程中被自动添加。", + "Add a second progress bar to the console that shows progress for an entire job.": "向控制台添加第二个进度条以显示作业的整体进度", + "add audio to video from file/url or init video": "从文件/链接或初始视频中提取音频以完成添加", + "Add background image": "添加背景图片", + "Add Background image": "添加背景图片", + "Add Background Image": "添加背景图片", + "Add Blur": "添加模糊", + "Add Custom Mappings": "添加自定义映射", + "Add Detail": "添加细节", + "Add difference": "差额叠加", + "Add difference:A+(B-C)*alpha": "差额叠加: A+(B-C)*α", + "Added": "已添加", + "Add extended info (seed, prompt) to filename when saving grid": "保存网格图时,将扩展信息(随机种子、提示词)添加到文件名", + "Add hypernetwork to prompt": "将 hypernetwork 添加到提示词", + "Add image number to grid": "在网格图上添加图像编号", + "Add inpaint batch mask directory to enable inpaint batch processing.": "添加重绘蒙版目录以启用重绘蒙版功能", + "Additional Generation Info": "附加生成信息", + "Additional Networks": "Additional Networks", + "Additional options": "附加选项", + "Additional tags (split by comma)": "附加标签 (逗号分隔)", + "Add last frame to keyframes": "设置最后一帧为关键帧", + "Add layer normalization": "启用网络层归一化处理", + "Add Lora hashes to infotext": "添加 Lora 的哈希值文本到图片信息中", + "Add Lora to prompt": "将 Lora 添加到提示词", + "Add LyCORIS to prompt": "将 LyCORIS 添加到提示词", + "Add model hash to generation information": "将模型哈希值添加到生成信息", + "Add model name to generation information": "将模型名称添加到生成信息", + "AddNet Model 1": "附加模型 1", + "AddNet Model 2": "附加模型 2", + "AddNet Model 3": "附加模型 3", + "AddNet Model 4": "附加模型 4", + "AddNet Model 5": "附加模型 5", + "AddNet TEnc Weight 1": "附加模型 1 Text Encoder 权重", + "AddNet TEnc Weight 2": "附加模型 2 Text Encoder 权重", + "AddNet TEnc Weight 3": "附加模型 3 Text Encoder 权重", + "AddNet TEnc Weight 4": "附加模型 4 Text Encoder 权重", + "AddNet TEnc Weight 5": "附加模型 5 Text Encoder 权重", + "AddNet UNet Weight 1": "附加模型 1 UNet 权重", + "AddNet UNet Weight 2": "附加模型 2 UNet 权重", + "AddNet UNet Weight 3": "附加模型 3 UNet 权重", + "AddNet UNet Weight 4": "附加模型 4 UNet 权重", + "AddNet UNet Weight 5": "附加模型 5 UNet 权重", + "AddNet Weight 1": "附加模型 1 权重", + "AddNet Weight 2": "附加模型 2 权重", + "AddNet Weight 3": "附加模型 3 权重", + "AddNet Weight 4": "附加模型 4 权重", + "AddNet Weight 5": "附加模型 5 权重", + "Add new prompts": "添加新提示词", + "Add N to seed when repeating": "重复时在种子数上加 N", + "Add number to filename when saving": "在文件名前添加序号", + "Add program version to generation information": "将项目版本添加到生成信息", + "Add/Remove...": "添加/删除...", + "Add Smart-Steps minimum step and ToMe merging ratio value to generation information.": "将优化迭代步数和TOME合并比率数值信息添加到图像生成信息中", + "Add soundtrack": "添加音轨", + "'add_soundtrack' and 'soundtrack_path' aren't being honoured in \"Interpolate an existing video\" mode. Original vid audio will be used instead with the same slow-mo rules above.": "‘添加音频’和‘音频路径’将不会在‘插入现有视频’模式中执行,原有视频的音频将会使用相同的慢动作规则设置", + "Add to Sequence X": "添加到 X 轴", + "Add to Sequence Y": "添加到 Y 轴", + "Add trigger words to prompt": "一键添加本模型的触发词到提示词输入框", + "Add weights to Sequence X": "将权重添加到 X 序列中", + "ADetailer CFG scale": "After Detailer 提示词引导系数 (CFG scale)", + "ADetailer CFG scale 2nd": "After Detailer 提示词引导系数 (CFG scale)", + "ADetailer CFG scale 3rd": "After Detailer 提示词引导系数 (CFG scale)", + "ADetailer CFG scale 4th": "After Detailer 提示词引导系数 (CFG scale)", + "ADetailer CFG scale 5th": "After Detailer 提示词引导系数 (CFG scale)", + "ADetailer confidence threshold %": "置信阈值 (单位: %)", + "ADetailer denoising strength": "重绘幅度", + "ADetailer erosion (-) / dilation (+)": "图像腐蚀 (-) / 图像膨胀 (+)", + "ADetailer mask blur": "重绘蒙版边缘模糊度", + "ADetailer model": "After Detailer 模型", + "ADetailer model 2nd": "After Detailer 模型", + "ADetailer model 3rd": "After Detailer 模型", + "ADetailer model 4th": "After Detailer 模型", + "ADetailer model 5th": "After Detailer 模型", + "ADetailer negative prompt": "After Detailer 反向提示词", + "ADetailer negative prompt 2nd": "After Detailer 反向提示词", + "ADetailer negative prompt 3rd": "After Detailer 反向提示词", + "ADetailer negative prompt 4th": "After Detailer 反向提示词", + "ADetailer negative prompt 5th": "After Detailer 反向提示词", + "ADetailer prompt": "After Detailer 正向提示词", + "ADetailer prompt 2nd": "After Detailer 正向提示词", + "ADetailer prompt 3rd": "After Detailer 正向提示词", + "ADetailer prompt 4th": "After Detailer 正向提示词", + "ADetailer prompt 5th": "After Detailer 正向提示词", + "ADetailer steps": "After Detailer 迭代步数", + "ADetailer steps 2nd": "After Detailer 迭代步数", + "ADetailer steps 3rd": "After Detailer 迭代步数", + "ADetailer steps 4th": "After Detailer 迭代步数", + "ADetailer steps 5th": "After Detailer 迭代步数", + "ADetailer x(→) offset": "X轴 (→) 偏移", + "ADetailer y(↑) offset": "Y轴 (↑) 偏移", + "A directory on the same machine where the server is running.": "服务器主机上某一目录", + "A directory or a file": "一个文件或文件夹", + "adjust denoise each img2img batch": "调整每个图生图批次的重绘幅度", + "adjusts the overall contrast per frame [default neutral at 1.0]": "调整每帧的整体对比度[默认值为1.0]", + "Adjusts the size of the image by multiplying the original width and height by the selected value. Ignored if either Resize width to or Resize height to are non-zero.": "通过将原宽度和高度乘以选定值来调整图像的大小。如果宽度调整为非零或高度调整为非零,则忽略。", + "Adjust strength": "调整强度", + "adjust the brightness of the mask. Should be a positive number, with 1.0 meaning no adjustment.": "调整蒙版的亮度。该值应该为正数,1.0 表示无调整", + "Admirable": "极好的", + "ads": "含广告", + "Advanced": "高级", + "Advanced options": "高级选项", + "Affine": "仿射", + "A file on the same machine where the server is running.": "服务器所在主机上的文件", + "Aggressive": "激进", + "Alias from file": "从文件读取别名", + "all": "全部", + "All": "全部", + "all - force multiple --> idea by redditor WestWordHoeDown, it forces to choose between 2 and 3 image types": "all -- 全部 - 强制混合 --> 来自于 redditor: WestWordHoeDown 的创意,强制选择 2-3 种图像类型。", + "All models in this directory will receive the selected model's metadata": "此目录下所有模型都将被粘贴与选中模型完全相同的元数据", + "all --> normally picks a image type as random. Can choose a ‘other’ more unique type.": "all -- 全部 --> 通常会随机选择一个图像类型。可以选择一个 \"其它\" 更独特的类型。", + "Allow detectmap auto saving": "允许自动保存检测图 (detected maps)", + "Allow img2img": "允许图生图", + "Allow NSFW": "允许成人内容", + "Allow other script to control this extension": "允许其他脚本控制此扩展", + "allow overwrite": "允许覆盖文件", + "Allow overwrite output-model": "允许输出时覆盖同名模型", + "Allow Preview": "允许预览", + "\uD83D\uDD04 All Reset": "\uD83D\uDD04 全部重置", + "alpha": "α", + "Alphabetical Order": "字母顺序", + "alpha threshold": "透明度阈值", + "Alpha threshold": "透明度阈值", + "also delete off-screen images": "允许同时删除屏幕外的图片", + "also enable wierd blocky upscale mode": "同时启用糟糕的分块放大模式", + "alternate": "交替", + "Alternatively, use": "或者, 使用 ", + "Alternatively, you can enable": "或者,您可以启用", + "Always": "保持", + "Always discard next-to-last sigma": "始终舍弃倒数第二个 sigma 值", + "Always Display Buttons": "总是显示按钮", + "Always print all generation info to standard output": "始终将所有生成信息输出到控制台", + "Always save all generated image grids": "始终保存所有生成的网格图", + "Always save all generated images": "始终保存所有生成的图像", + "A merger of the two checkpoints will be generated in your": "合并后的模型将保存在您的", + "Amount of images to generate": "图像生成数量", + "amount of presence of previous frame to influence next frame, also controls steps in the following formula [steps - (strength_schedule * steps)]": "前一帧影响下一帧的存在量,也控制下式中的步数:[steps - (strength_schedule * steps)]", + "Amount of tries": "尝试次数", + "Amount schedule": "数量表", + "Amount times to repeat upscaling with IMG2IMG (loopback)": "通过图生图放大的重复次数 (回送)", + "and": "与", + "and generate images according to random segmentation which preserve image layout.": " 来根据保存图像的布局随机分割生成图像。", + "and report your problem.": "反馈您遇到的问题。", + "and upscale to the size of the original video.": "放大图片到原始视频的尺寸。", + "A negative prompt to use when generating preview images.": "生成预览图像时使用的反向提示词", + "Angle": "角度", + "angular": "angular (棱角)", + "animal": "animal (动物)", + "animal - A random (fictional) animal. Has a chance to have human characteristics, such as clothing added.": "animal - 动物 - 一只随机的(虚构的)动物。可能会拥有人类的特征,如穿衣服。", + "animation": "动画", + "Animation mode": "动画模式", + "anime": "anime (动漫)", + "Anime": "动漫", + "Anime-inclined great guide (by FizzleDorf) with lots of examples:": "很不错的、带有许多示例的动画指南 (由 FizzleDorf 制作) : ", + "anime key visual": "anime key visual (动漫主视觉图/海报)", + "Anime Remove Background": "动漫移除背景模式", + "Annotator resolution": "预处理器分辨率", + "Anti Blur": "防模糊", + "API info may not be necessary for some boorus, but certain information or posts may fail to load without it. For example, Danbooru doesn't show certain posts in search results unless you auth as a Gold tier member.": "API 信息对于某些 booru 站点可能不是必需的,但如果没有它,某些信息或图帖可能无法加载。 例如,除非你的 API 验证属于黄金会员,否则 Danbooru 可能不会在搜索结果中显示某些图帖。", + "API Key": "API 密钥", + "API Keys": "API 密钥", + "append": "追加", + "Append": "追加至末尾", + "Append Caption to File Name": "将描述文本追加到文件名之后", + "Append comma on tag autocompletion": "自动添加逗号", + "Append commas": "追加逗号", + "Append DeepDanbooru to Caption": "把 DeepDanbooru 的结果追加到已有的描述文本之后", + "Append Hires prompts to the end of the original prompts instead of replacing it.": "将高分辨率修复提示词追加到原始提示词的末尾,而不是替换它们", + "Append interrogated prompt at each iteration": "在每次迭代时添加何种反推模型反推出的提示词", + "Append prompts, not replace": "追加提示词 (非替换)", + "Apply": "应用", + "Apply and quit": "应用更改并退出", + "Apply and restart UI": "应用更改并重载前端", + "Apply block weight from text": "从文本框应用分块权重值", + "Apply changes to ALL displayed images": "将更改应用于所有已显示的图像", + "Apply color correction to img2img results to match original colors.": "对图生图结果应用颜色校正以匹配原始颜色", + "Apply horizontal Flip": "应用水平翻转", + "Apply Horizontal Flip": "应用水平翻转", + "Apply if any": "应用 (如有)", + "Apply if any: remove style text from prompt; if any styles are found in prompt, put them into styles dropdown, otherwise keep it as it is.": "应用 (如有): 从提示词中删除对应预设样式文本; 将匹配到的预设样式加入下拉菜单", + "Apply inside mask only": "仅使用内部蒙版", + "Apply mask to original image": "应用蒙版到原始图", + "Apply mask to the Ref Image": "应用蒙版到参考图", + "Apply mask to the result": "应用蒙版到结果", + "Apply only selected scripts to ADetailer": "只将选定的脚本应用于 After Detailer", + "Apply Presets": "应用预设", + "Apply: remove style text from prompt, always replace styles dropdown value with found styles (even if none are found).": "应用: 从提示词中删除对应预设样式文本; 总是将下拉菜单内容替换为相应预设样式名 (即使不存在对应预设)", + "Apply scripts to faces": "使用脚本识别脸部", + "Apply selected styles to current prompt": "将所选预设样式插入到当前提示词之后", + "Apply settings": "保存设置", + "Apply to": "应用到", + "Apply transfer control when loading models": "加载模型时应用控制转移", + "a random seed will be used on each frame of the animation": "随机种子将被应用于每帧动画中", + "architecture": "architecture (建筑)", + "Architecture": "架构", + "Archive filename pattern": "压缩包文件名格式", + "Area": "区域", + "Area (large to small)": "面积 (从大到小)", + "Area lower bound": "图片最小面积(宽*高)", + "Area upper bound": "图片最大面积(宽*高)", + "Arguments are case-sensitive.": "参数区分大小写。", + "Arm Length": "手臂长度", + "art deco": "art deco (装饰艺术)", + "Artistic": "艺术", + "Artists have a major impact on the result. Automatically, it will select between 0-3 artists out of 3483 artists for your prompt.": "Artists (艺术家风格) 对图像结果有很大影响。它会自动从 3483 名艺术家中选择 0-3 名艺术家名作为你提示词的一部分。", + "art nouveau": "art nouveau (新艺术运动)", + "as a UI to define your animation schedules (see the Parseq section in the Init tab).": " 作为定义动画参数表的UI (请参见初始化选项卡中的参数定序器部分) .", + "Ascending": "升序", + "A setting of 1 will cause every frame to receive diffusion in the sequence of image outputs. A setting of 2 will only diffuse on every other frame, yet motion will still be in effect. The output of images during the cadence sequence will be automatically blended, additively and saved to the specified drive. This may improve the illusion of coherence in some workflows as the content and context of an image will not change or diffuse during frames that were skipped. Higher values of 4-8 cadence will skip over a larger amount of frames and only diffuse the “Nth” frame as set by the diffusion_cadence value. This may produce more continuity in an animation, at the cost of little opportunity to add more diffused content. In extreme examples, motion within a frame will fail to produce diverse prompt context, and the space will be filled with lines or approximations of content - resulting in unexpected animation patterns and artifacts. Video Input & Interpolation modes are not affected by diffusion_cadence.": "设置为 1 将使每个帧在图像输出序列中生成图像。设置为 2 将每隔一帧进行图像生成,但运动仍然有效。间隔序列期间的图像输出将自动混合、添加并保存到指定驱动器。这可能会改善某些工作流中的一致性错觉,因为图像的内容和上下文在跳过的帧期间不会改变或扩散。更高的间隔值,例如4-8,将跳过更多的帧,并仅生成由生成间隔值设置的“第N”帧。这可能会在动画中产生更多的连续性,但几乎没有机会添加更多的扩散内容。在极端的例子中,帧内的运动将无法产生不同的提示上下文,并且空间将充满线条或近似的内容,从而导致意外的动画模式和伪影。视频输入和插值模式不受生成间隔值的影响。", + "Aspect Ratio Helper": "纵横比助手", + "Attention Heatmap": "关键词热力图", + "Attention texts for visualization. (comma separated)": "待可视化关键词 (逗号分隔)", + "Audio (if provided) will *not* be transferred to the interpolated video if Slow-Mo is enabled.": "音频 (如果提供了) 在以下选项启用时将不会转码压制进帧插值后的视频内:慢动作", + "Author": "作者", + "Author of this model": "此模型的作者", + "auto": "自动", + "Auto": "自动", + "autocast": "自动转换", + "Autocomplete options": "自动补全选项", + "auto-delete imgs when video is ready": "视频完成时自动删除图片", + "Auto detect size from img2img": "从图生图自动检测图像尺寸", + "Auto focal point crop": "自动面部焦点剪裁", + "automatic": "自动", + "Automatic": "自动", + "“automatic” is entirely build around Latent Couple. It will pass artists and the amount of people/animals/objects to generate in the prompt automatically. Set the prompt compounder equal to the amount of areas defined in Laten Couple.": "\"自动\" 是完全围绕 Latent Couple 构建的。它将在提示词中自动传递艺术家和要生成的人/动物/物件的数量。将提示词混合值设置为等于 Latent Couple 中定义的分区数量。", + "Auto SAM": "自动 SAM", + "Auto SAM Config": "自动 SAM 配置", + "Auto SAM is mainly for semantic segmentation and image layout generation, which is supported based on ControlNet. You must have ControlNet extension installed, and you should not change its directory name (sd-webui-controlnet).": "自动 SAM 基于 ControlNet 的支持,主要用于语义分割和图像分层。需安装 ControlNet 扩展,且不能修改其目录名 (sd-webui-controlnet)。", + "Auto search port": "自动检索端口", + "Auto segmentation output": "自动语义分割输出", + "Auto-sized crop": "自动按比例剪裁缩放", + "Auto Tagging": "自动标记", + "Auto Tagging option": "自动标记选项", + "Available": "可下载", + "A value that determines the output of random number generator - if you create an image with same parameters and seed as another image, you'll get the same result": "一个决定随机数生成器输出的值 - 以相同参数和相同种子进行多次生成,会得到相同的多张图像\n\uD83C\uDFB2 将随机种子设置为-1,则每次都会使用一个新的随机数\n♻️ 复用上一次使用的随机种子,对于固定输出结果有用", + "A weighted sum will be used for interpolation. Requires two models; A and B. The result is calculated as A * (1 - M) + B * M": "最终模型权重是前两个模型按比例相加的结果。需要 A、B 两个模型。计算公式为 A * (1 - M) + B * M", + "a-z": "按首字母正序", + "- Background": "- 背景", + "background color": "背景颜色", + "Background gradiant color": "背景渐变色", + "Background source(mp4 or directory containing images)": "背景源(mp4 或包含图像的目录)", + "Background type": "背景类型", + "Backup/Restore": "备份/恢复", + "Bake in VAE": "嵌入 VAE 模型", + "Balance between eyes": "双眼间距平衡", + "Balanced": "均衡", + "baroque": "baroque (巴洛克)", + "Base": "基层值", + "Base alpha": "α 基数", + "Base Depth": "基础深度", + "Base Sampler": "基础采样器", + "Basic": "基础", + "Basic info": "基本信息", + "Batch": "批量处理", + "Batch count": "总批次数", + "Batch from Dir": "批量处理文件夹", + "Batch from directory": "批量处理文件夹", + "Batch from Directory": "批量处理文件夹", + "Batch img2img": "批量图生图", + "Batch name": "批次名称", + "batch process": "批量处理", + "Batch Process": "批量处理", + "Batch Run": "批量处理", + "Batch Settings": "批量处理设置", + "batch size": "批量大小", + "Batch size": "单批数量", + "Batch Size": "单批数量", + "Batch-Warp": "批量修复", + "bauhaus": "bauhaus (包豪斯)", + "behind": "落后", + "Below here, you can generate a set of random prompts, and send them to the Workflow prompt field. The generation of the prompt uses the settings in the Main tab.": "在下方可以生成一组随机的提示词,并将它们发送到工作流提示词段。提示词的生成使用主菜单中的选项设置。", + "Benchmark Data": "基准测试数据", + "Benchmarks...": "基准测试...", + "beta": "β", + "Better": "更好的", + "Bicubic": "双三次", + "Bilinear": "双线性", + "Bilingual Localization": "双语对照本地化", + "Bitwise operation": "按位 (Bitwise) 运算", + "Blacklist": "黑名单", + "blend": "混合", + "Blend": "混合", + "Blend factor max": "最大混合系数", + "Blend factor slope": "混合斜率系数", + "Blend mode": "混合模式", + "BLIP: maximum description length": "BLIP: 最大描述长度", + "BLIP: minimum description length": "BLIP: 最小描述长度", + "BLIP: num_beams": "BLIP: 集束搜索候选项数目", + "Block ID": "区块 ID", + "Block size": "区块大小", + "blur": "模糊", + "Blur": "模糊", + "Blur amount:": "模糊度:", + "Blur edges of final overlay mask, if used. Minimum = 0 (no blur)": "模糊最终覆盖遮罩的边缘(如果使用)。最小值=0(无模糊)", + "- Body": "- 身体", + "(booru only)": "(仅 booru)", + "BOOST (multi-resolution merging)": "BOOST(分块生成后拼合)", + "border": "边框", + "Border": "边缘", + "border frames": "边界帧数", + "Border Frames": "边界帧数", + "Border Key Frames": "边界关键帧数", + "bottom-top": "下 - 上", + "box_nms_thresh": "箱体数量阈值", + "Branch": "分支", + "brightness": "亮度", + "Brightness:": "明亮度", + "Bring prompts and setting into one column left side": "将正反提示词输入框和设置移动到左侧", + "built-in": "内置", + "built with gradio": "基于 Gradio 构建", + "Built with Gradio": "基于 Gradio 构建", + "By comma": "逗号分组", + "By default and where supported, SVG-Edit can store your editor preferences and SVG content locally on your machine so you do not need to add these back each time you load SVG-Edit. If, for privacy reasons, you do not wish to store this information on your machine, you can change away from the default option below.": "默认情况下,SVG Edit 可以将设置和SVG图像保存在你的电脑上,因此你不需要在每次使用 SVG Edit 时重复设置。如果出于隐私因素,你不希望将信息保存在你的电脑上,你可以更改以下默认选项。", + "By default, the algorithm tends to like dark images too much, if you think the output is too dark or not dark enough, you can adjust this ratio. 1 = ‘Do not darken at all’, 0 = ‘A totally black image is ok’, default = 0.9.": "默认情况下,算法倾向于生成较黑的图像,如果你认为输出的图像太黑或不够黑,你可以调整最小照明比率。1=\"完全不变暗\",0=\"全黑的图像\",默认=0.9", + "By none": "不分组", + "By tokens": "词元分组", + "By vectors": "向量分组", + "By words": "单词分组", + "Cache LDSR model in memory": "将 LDSR 模型缓存在内存中", + "Cadence": "生成间隔", + "calculate dimension of LoRAs(It may take a few minutes if there are many LoRAs)": "计算 LoRA 维度 (取决于模型数量,可能需要数分钟)", + "Calculate hash": "计算哈希值", + "- Camera": "- 镜头", + "Camera Far": "镜头最远渲染距离", + "Camera Focal Length": "镜头焦距", + "Camera Near": "镜头最近渲染距离", + "Camera Parameters": "镜头参数", + "Can be empty,indicating no translation": "可以为空,表示无需翻译", + "Cancel": "取消", + "Cancel generate forever": "停止无限生成", + "Cancel training.": "取消训练", + "canny": "canny (硬边缘检测)", + "Canny": "Canny (硬边缘)", + "Canvas Height": "画布高度", + "Canvas Hotkeys": "画布热键", + "- Canvas Size": "- 画布尺寸", + "Canvas Width": "画布宽度", + "Card height for Extra Networks": "扩展模型卡牌高度", + "Card height for Extra Networks (px)": "扩展模型卡牌高度 (px)", + "Card width for Extra Networks": "扩展模型卡牌宽度", + "Card width for Extra Networks (px)": "扩展模型卡牌宽度 (px)", + "cartoon": "cartoon (卡通)", + "Cartoon": "卡通", + "cascadePSP": "CascadePSP", + "case sensitive": "区分大小写", + "Categorical mask status": "分类蒙版状态", + "⚠ Caution: You should only use these options if you know what you are doing. ⚠": "⚠ 警告: 你需要清楚知道自己在做什么才能使用这些选项. ⚠", + "centered": "居中", + "(CF10) Checkpoint format": "(CF10) 模型格式", + "(CF1) Checkpoint format": "(CF1) 模型格式", + "(CF2) Checkpoint format": "(CF2) 模型格式", + "(CF3) Checkpoint format": "(CF3) 模型格式", + "(CF4) Checkpoint format": "(CF4) 模型格式", + "(CF5) Checkpoint format": "(CF5) 模型格式", + "(CF6) Checkpoint format": "(CF6) 模型格式", + "(CF7) Checkpoint format": "(CF7) 模型格式", + "(CF8) Checkpoint format": "(CF8) 模型格式", + "(CF9) Checkpoint format": "(CF9) 模型格式", + "CFG scale": "提示词引导系数 (CFG Scale)", + "CFG Scale": "提示词引导系数 (CFG Scale)", + "Change brightness": "调节亮度", + "Change checkpoint": "更改模型", + "Change contrast": "调节对比度", + "Change CTRL keybindings to SHIFT": "将 CTRL 绑定更改为 SHIFT", + "Change gain": "调节增强强度", + "Change gamma": "调节伽马", + "Change saturation": "调节饱和度", + "(changes seeds drastically; use CPU to produce the same picture across different videocard vendors)": "(显著改变种子效果; 使用 CPU 选项可使不同型号显卡产生相同图像)", + "(changes seeds drastically; use CPU to produce the same picture across different vidocard vendors)": "(大幅改变种子效果, 使用 CPU 选项使不同型号显卡产生相同图像)", + "Change your brush width to make it thinner if you want to draw something.": "绘制内容前请先调整笔刷粗细。", + "Chant filename (Chants are longer prompt presets)": "Chant 文件名(Chant 指较长的提示词预设)", + "character": "character (角色)", + "Cheap neural network approximation. Very fast compared to VAE, but produces pictures with 4 times smaller horizontal/vertical resolution and lower quality.": "廉价的神经网络近似值。与VAE相比速度非常快,但生成的图片水平/垂直分辨率是VAE的四分之一,质量较低", + "Checkbox": "勾选框", + "Check Console log for Downloading Status": "检查控制台日志以查看下载信息", + "Check for updates": "检查更新", + "Check models' new version": "检查模型版本更新", + "Check models’ new version": "检索模型的新版本", + "Check New Version from Civitai": "从 Civitai 上检查版本更新", + "checkpoint": "模型", + "Checkpoint": "模型", + "Checkpoint A": "大模型 A", + "Checkpoint B": "大模型 B", + "Checkpoint Dropdown": "大模型下拉列表", + "Checkpoint format": "模型格式", + "Checkpoint Format": "模型格式", + "Checkpoint Merger": "模型融合", + "Checkpoint name": "模型名", + "Checkpoints": "模型", + "Checkpoint schedule": "模型表", + "Checkpoints to cache in RAM": "保留在内存中的 Stable Diffusion 模型数量", + "Check progress": "查看进度", + "Check system info for validity": "检测系统信息的有效性", + "Check tensors": "检测 tensors", + "check this box to enable guided images mode": "选中该项启用引导图像模式", + "* check your CLI for outputs": "检查 CLI 的输出", + "Chess": "分块", + "children's illustration": "children's illustration (儿童画作)", + "Choose latent sampling method": "选择潜变量采样方法", + "Choose mode:": "选择模式:", + "Choose preprocessor for semantic segmentation:": "选择语义分割的预处理器:", + "(choose Unet model: Automatic = use one with same filename as checkpoint; None = use Unet from checkpoint)": "(选择 Unet 模型: 自动 = 使用与大模型文件名相同的文件; 无 = 使用大模型中的 Unet)", + "Choose your favorite mask:": "请选择你喜欢的蒙版:", + "circle": "圆形", + "cityscape": "cityscape (城市景观)", + "Civitai Helper": "Civitai 助手", + "Civitai URL": "Civitai 链接", + "Civitai URL or Model ID": "Civitai 地址或模型 ID", + "ckpt": "ckpt", + "Class": "组件类别", + "Classifier Free Guidance Scale - how strongly the image should conform to prompt - lower values produce more creative results": "无分类器指导信息影响尺度(Classifier Free Guidance Scale) - 图像应在多大程度上服从提示词 - 较低的值会产生更有创意的结果", + "clean": "clean (绿色、清洁)", + "Cleanup non-default temporary directory when starting webui": "启动 WebUI 时清理非默认临时目录", + "Clear": "清除", + "Clear ALL filters": "清除所有过滤器", + "Clear prompt": "清空提示词内容", + "Clear selection": "清空选择", + "Clear tag filters": "标签清除过滤器", + "Clear values": "清空数值", + "Click Enhance.": "点击“增强”按钮", + "Click here after the generation to show the video": "生成完成后点这里显示视频", + "click here to gather relevant info": "点击此处以收集相关信息", + "Click to Upload": "点击上传", + "Clip and renormalize": "衰减与规格化", + "CLIP: maximum number of lines in text file": "CLIP: 文本文件的最大行数", + "CLiP model": "CLiP 模型", + "clipseg": "CLIP分割", + "clipseg options": "CLIPSeg 选项", + "Clip skip": "CLIP 终止层数", + "Clip Skip": "CLIP 终止层数", + "CLIP Skip": "CLIP 终止层数", + "CLIP: skip inquire categories": "CLIP: 跳过查询类别", + "CLIP skip schedule": "CLIP 终止层数计划表", + "CLIP tensors checker": "Clip tensors 检测", + "clip_threshold": "裁剪阈值", + "Close": "关闭", + "Closed": "关闭", + "Close Preview": "关闭预览", + "Closer is brighter": "越近越亮", + "Close the video": "关闭视频", + "cloudscape": "cloudscape (云景)", + "cluster num": "簇数", + "Codec": "编码器", + "CodeFormer vis.": "CodeFormer 可见程度", + "CodeFormer visibility": "CodeFormer 可见程度", + "CodeFormer weight": "CodeFormer 权重", + "CodeFormer Weight": "CodeFormer 权重", + "CodeFormer weight (0 = maximum effect, 1 = minimum effect)": "CodeFormer 权重 (为 0 时效果最大,为 1 时效果最小)", + "CodeFormer weight parameter; 0 = maximum effect; 1 = minimum effect": "CodeFormer 权重参数;为 0 时效果最大;为 1 时效果最小", + "Coherence": "一致性", + "collage": "collage (拼贴)", + "color_burn": "颜色加深", + "color_coherence": "颜色校正", + "Color coherence": "颜色一致性", + "Color correction factor": "颜色校正系数", + "color_dodge": "颜色减淡", + "Color force Grayscale": "强制颜色空间为灰度", + "colorful": "colorful (多彩)", + "[color-matcher]": "颜色匹配器", + "Color Matcher Ref Image": "颜色匹配器参考图", + "Color Matcher Ref Image Type": "颜色匹配器参考图类型", + "Color reduce algo": "色彩减弱算法", + "Color sketch inpainting": "彩色涂鸦重绘", + "Color Transfer Method": "颜色迁移算法", + "Color variation": "色彩变种", + "Combinations": "组合", + "Combine axis": "拼合方向", + "Combined": "兼有", + "Combine into one image": "拼合为一张图像", + "comics": "comics (美漫)", + "comma": "逗号", + "Comma separated face number(s)": "逗号分隔的面部编号", + "Comma-separated list of tab names; tabs listed here will appear in the extra networks UI first and in order lsited.": "以逗号分割的选项卡名称列表;这里列出的选项卡将首先按顺序出现在扩展模型面板中", + "Comma-separated list of tags (\"artist, style, character, 2d, 3d...\")": "以逗号分割的标签列表 (如 \"artist,style,character,2d,3d...\")", + "Commit": "提交", + "Comp alpha schedule": "混合透明度参数表", + "Compatibility": "兼容性", + "Comp mask type": "比较蒙版类型", + "Component": "模型组件", + "Composable Mask scheduling": "可组合的蒙版计划表", + "Composite audio files extracted from the original video onto the concatenated video.": "将原始视频中的音频整合到生成的视频中。", + "Composite video with previous frame init image in": "前一帧初始图像的合成视频在", + "Comp save extra frames": "保存合成过程所有额外帧", + "Compute Settings": "计算设置", + "Concatenate each frame while crossfading.": "在交叉融合运算时串联每一帧。", + "concept": "concept (概念)", + "concept art": "concept art (概念艺术)", + "concept - Can be a concept, such as “a X of Y”, or an historical event such as “The Trojan War”.": "concept - 概念 - 可以是一种概念:例如一个事物的某种特质;或者是一个历史事件,例如 “特洛伊战争“ 。", + "Config Backup: Config": "配置备份:配置", + "Config file for Adapter models": "Adapter 模型配置文件路径", + "Config file for Control Net models": "ControlNet 模型配置文件路径", + "Config Name": "配置名", + "Config Presets": "预设配置", + "Config-Presets": "预设配置", + "configuration": "插件设置", + "configuration for": "详细设置", + "Connecting": "连接中", + "Connection errored out.": "连接出错", + "Consider a donation on ko-fi! :3": "考虑在 ko-fi 上为本插件赞助! :3", + "Console logging": "控制台日志记录", + "Containing directory": "目标模型目录", + "contrast": "对比度", + "Contrast schedule": "对比度参数表", + "Control Mode": "控制模式", + "Control Mode (Guess Mode)": "控制类型 (猜测模式)", + "ControlNet guidance end": "ControlNet 引导结束时机", + "ControlNet guidance end 2nd": "ControlNet 引导结束时机", + "ControlNet guidance end 3rd": "ControlNet 引导结束时机", + "ControlNet guidance end 4th": "ControlNet 引导结束时机", + "ControlNet guidance end 5th": "ControlNet 引导结束时机", + "ControlNet guidance start": "ControlNet 引导介入时机", + "ControlNet guidance start 2nd": "ControlNet 引导介入时机", + "ControlNet guidance start 3rd": "ControlNet 引导介入时机", + "ControlNet guidance start 4th": "ControlNet 引导介入时机", + "ControlNet guidance start 5th": "ControlNet 引导介入时机", + "ControlNet Inpaint Index": "ControlNet 重绘 Unit 序号", + "ControlNet inpaint model index": "ControlNet 的 inpaint 模型启用单元页", + "ControlNet inpaint not masked": "ControlNet 重绘不使用蒙版", + "ControlNet Inpaint Number": "ControlNet 重绘序号", + "Controlnet input directory": "ControlNet 输入目录", + "ControlNet input directory": "ControlNet 的输入目录", + "ControlNet Input Video Path": "ControlNet 输入视频路径", + "ControlNet is more important": "更偏向 ControlNet", + "ControlNet Mask Video Path": "ControlNet 视频蒙版路径", + "ControlNet model": "ControlNet 模型", + "ControlNet model 2nd": "ControlNet 模型", + "ControlNet model 3rd": "ControlNet 模型", + "ControlNet model 4th": "ControlNet 模型", + "ControlNet model 5th": "ControlNet 模型", + "ControlNet number": "ControlNet 序号", + "ControlNet option": "ControlNet 选项", + "ControlNet Segmentation Index": "ControlNet 语义分割 Unit 序号", + "Controlnet tile model name": "Controlnet tile 模型名", + "ControlNet Video Input": "ControlNet 视频输入", + "ControlNet Video Mask Input": "ControlNet 视频蒙版输入", + "ControlNet weight": "ControlNet 权重", + "Control Net Weight": "ControlNet 权重", + "ControlNet weight 2nd": "ControlNet 权重", + "ControlNet weight 4th": "ControlNet 权重", + "ControlNet weight 5th": "ControlNet 权重", + "Control Net Weight For Face": "ControlNet 脸部权重", + "Controls the strength of the diffusion on the init image. 0 = disabled": "控制初始化图像生成器的强度。 0 = 禁用", + "Control Type": "控制类型", + "Control Weight": "控制权重", + "convert": "转换", + "Convert a 360 spherical panorama to a 3D mesh": "将单张 360° 球形全景图转换为 3D 网格", + "Convert a single 2D image to a 3D mesh": "将单张 3D 图像转换为 3D 网格", + "Convert currently loaded checkpoint into ONNX. The conversion will fail catastrophically if TensorRT was used at any point prior to conversion, so you might have to restart webui before doing the conversion.": "将当前加载的 checkpoint 转换为 ONNX 模型。如果在转换前的任意时间加载了 TensorRT, 转换会失败。推荐在转换前重启 webui", + "Converted checkpoints will be saved in your": "转换出的模型将会保存在你的", + "Convert ONNX to TensorRT": "将 ONNX 模型转换为 TensorRT 模型", + "Convert to ONNX": "转换为 ONNX 模型", + "Convert Unet to ONNX": "转换 Unet 为 ONNX 模型", + "copy": "复制", + "Copy": "复制", + "Copy config from": "复制配置文件", + "Copy image to:": "复制当前图像到: ", + "Copy Metadata": "开始复制元数据", + "Copy metadata to other models in directory": "将元数据复制到文件夹中的其他模型", + "\uD83D\uDCCB Copy to clipboard": "\uD83D\uDCCB 复制到剪切板", + "Copy to ControlNet Inpainting": "复制到 ControlNet 重绘", + "Copy to ControlNet Segmentation": "复制到 ControlNet 语义分割", + "Copy to favorites": "复制到收藏夹", + "Copy to Inpaint Upload & ControlNet Inpainting": "复制到局部重绘和 ControlNet 重绘", + "Copy to txt2img ControlNet Inpainting": "复制到文生图 ControlNet 重绘中", + "cosine": "余弦", + "cosine_with_restarts": "周期重启余弦", + "Cover image": "封面图像", + "Cozy Image Browser": "Cozy 图库浏览器", + "Cozy Nest Image Browser": "Cozy Nest 图库浏览器", + "Create": "创建", + "Create animation": "创建动画", + "Create a text file next to every image with generation parameters.": "同时为每个图片创建一个文本文件储存生成参数", + "Create blank canvas": "创建空白画布", + "Created at:": "创建时间:", + "Create debug image": "创建调试(debug)图像", + "Create embedding": "创建嵌入式模型", + "Create flipped copies": "创建水平翻转副本", + "Create From Hub": "从 Huggingface Hub 中创建", + "Create hypernetwork": "创建超网络 (Hypernetwork)", + "Create New Canvas": "创建新画布", + "Creates animation sequence from denoised intermediate steps with video frame interpolation to achieve desired animation duration": "利用视频插值从降噪过程的中间步骤图像中生成动画", + "Create txt2img canvas": "创建文生图画布", + "CRF": "固定码率因子 (CRF)", + "Crop and resize": "裁剪后缩放", + "Crop and Resize": "裁剪后缩放", + "Crop Images": "剪裁图像", + "crop_n_layers": "分层层数", + "crop_nms_thresh": "分层数量阈值", + "crop_n_points_downscale_factor": "分层采样点坍缩因子", + "crop_overlap_ratio": "分层重叠度", + "Cropping": "剪裁", + "Crop to fit": "裁剪以适应宽高比", + "Crop: top, left, bottom, right": "裁切:顶部,左侧,顶部,右侧", + "Cross-attention": "Cross-Attention 优化方案", + "Cross attention optimization": "Cross-Attention 优化方案", + "Crossfade blend rate": "交叉融合强度", + "Ctrl+up/down precision when editing (attention:1.1)": "使用 Ctrl + ↑/↓ 设置\"(tag:1.1)\"时的精度", + "Ctrl+up/down precision when editing ": "使用 Ctrl + ↑/↓ 设置\"\"时的精度", + "Ctrl+up/down word delimiters": "可以使用 Ctrl + ↑/↓ 设置关注度的\"提示词分隔符类型\"", + "cubism": "cubism (立体主义)", + "Current": "Current (当前帧)", + "Current Cache": "当前缓存目录", + "currently selected model": "当前选择的模型", + "Current Model": "当前模型", + "Current version": "当前版本", + "Custom Config File": "自定义配置文件", + "Custom Name (Optional)": "自定义名称 (可选)", + "Custom settings file": "自定义设置文件", + "Custom size": "自定义尺寸", + "custum name": "自定义名称", + "Cutoff strongly.": "强效分隔", + "Cut white margin from input": "从输入中剪切空白区域", + "Daam script": "Daam 脚本", + "dark": "dark (暗黑)", + "darken": "变暗", + "Dataset directory": "数据集目录", + "Dataset Directory": "数据集目录", + "Dataset folder structure": "数据集文件夹结构", + "Dataset Images": "数据集图片", + "Dataset Load Settings": "数据集加载设置", + "date": "日期", + "Date": "日期", + "debug": "调试", + "Debug info": "调试信息", + "Debug level": "调试等级", + "Debug log": "调试日志", + "Decode CFG scale": "解码提示词引导系数(CFG scale)", + "Decoder Tile Size": "解码器分块大小", + "Decode steps": "解码迭代步数", + "deepbooru: escape (\\) brackets": "deepbooru: 转义 (\\) 括号", + "deepbooru: filter out those tags": "deepbooru: 过滤以下标签", + "deepbooru: score threshold": "deepbooru: 评分阈值", + "deepbooru: sort tags alphabetically": "deepbooru: 按字母顺序排序标签", + "deepbooru: use spaces in tags": "deepbooru: 在标签间使用空格", + "Default Image CFG": "默认图像引导系数 (CFG)", + "Defaults": "默认设置", + "Default scoring type": "默认评分类型", + "Default upscaler for image resize operations": "默认图像缩放算法", + "default variables: in \\{\\}, like \\{init_mask\\}, \\{video_mask\\}, \\{everywhere\\}": "默认变量:\\{\\},比如 \\{init_mask\\}, \\{video_mask\\}, \\{everywhere\\}", + "Default view for Extra Networks": "默认扩展模型视图", + "❌ Del": "❌ 删除", + "delete": "删除", + "❌Delete": "❌删除", + "Delete": "删除", + "Delete 0-entries from exif cache": "从 EXIF 缓存删除 0-entries", + "DELETE cannot be undone. The files will be deleted completely.": "删除操作无法撤销,文件会被完全删除。", + "DELETE File(s)": "删除文件", + "Delete Imgs": "删除图像", + "Delete intermediate": "删除临时文件", + "Delete intermediate frames after GIF generation": "生成 GIF 后删除临时帧图片", + "delete next": "删除后 N 张", + "delete or keep raw affected (interpolated/ upscaled depending on the UI section) png imgs": "删除或保留受影响的原始 (根据 UI 设置进行插值/放大) PNG 图像", + "Delete Selected Skeleton (D key)": "删除选中骨架 (D 键)", + "Denoise": "降噪", + "Denoise strength": "重绘幅度", + "Denoising": "重绘幅度", + "Denoising Diffusion Implicit Models - best at inpainting": "Denoising Diffusion Implicit models - (DDIM) - 最擅长局部重绘", + "Denoising strength": "重绘幅度", + "Denoising strength curve": "重绘幅度曲线", + "Denoising strength for face images": "脸部重绘幅度", + "Denoising strength for the entire image": "全图重绘幅度", + "Denoising strength (Inpaint)": "局部重绘幅度", + "Depth": "Depth (深度)", + "depth_leres": "depth_leres (LeReS 深度图估算)", + "depth_leres++": "depth_leres++ (LeReS 深度图估算++)", + "Depth Map": "深度图", + "Depth Maps": "深度图", + "depth_midas": "depth_midas (MiDaS 深度图估算)", + "Depth (Midas/Adabins)": "深度模式 (Midas / Adabins)", + "Depth Output": "深度图输出", + "Depth Prediction": "深度估计预处理", + "Depth Prediction demo": "深度估计预处理 Demo", + "depth_zoe": "depth_zoe (ZoE 深度图估算)", + "Descending": "降序", + "Description": "描述", + "description-based:": "基于描述:", + "Destination directory": "目标目录", + "Destination Directory": "目标文件夹", + "detailed": "detailed (细节)", + "Detailed": "详细设置", + "Detailed Save As": "详细保存为", + "Details": "详细设置", + "Detect from image": "从图像中提取", + "Detect from Image": "从图像中提取", + "Detection": "检测", + "Detection model confidence threshold": "检测模型置信阈值", + "Detection model confidence threshold %": "检测模型置信阈值 (单位: %)", + "Detection model confidence threshold % 2nd": "检测模型置信阈值 (单位: %)", + "Detection model confidence threshold 2nd": "检测模型置信阈值", + "Detection model confidence threshold % 3rd": "检测模型置信阈值 (单位: %)", + "Detection model confidence threshold 3rd": "检测模型置信阈值", + "Detection model confidence threshold % 4th": "检测模型置信阈值 (单位: %)", + "Detection model confidence threshold 4th": "检测模型置信阈值", + "Detection model confidence threshold % 5th": "检测模型置信阈值 (单位: %)", + "Detection model confidence threshold 5th": "检测模型置信阈值", + "Determines how little respect the algorithm should have for image's content. At 0, nothing will change, and at 1 you'll get an unrelated image. With values below 1.0, processing will take less steps than the Sampling Steps slider specifies.": "决定算法对图像内容的影响程度。设置 0 时,什么都不会改变,而在 1 时,你将获得不相关的图像。\n值低于 1.0 时,处理的迭代步数将少于“采样迭代步数”滑块指定的步数", + "deterministic": "可复现的", + "difference": "差值", + "Difference": "差分", + "Diffuse the first frame based on an image, similar to img2img.": "基于图像生成第一帧,类似于图生图", + "digital": "digital (数字)", + "digital art": "digital art (数字艺术)", + "Dilation factor (B)": "扩张因子 (B)", + "Dimension lower bound": "最小维度", + "Dimension upper bound": "最大维度", + "Directly Draw Scribbles": "直接绘制线稿", + "directory.": "目录。", + "Directory for detected maps auto saving": "检测图 (detected maps) 保存路径", + "Directory for saving images using the Save button": "“保存”按钮输出文件夹", + "Directory for saving init images when using img2img": "图生图初始图像的保存文件夹", + "Directory for temporary images; leave empty for default": "临时图像目录;默认为空", + "(directory is hidden if its name starts with \".\")": "(如果目录的名称以 \".\" 开头, 就会被隐藏)", + "(directory is hidden if its name starts with \".\".)": "(如果目录的名称以 \".\" 开头, 就会被隐藏)", + "Directory name pattern": "目录名称格式", + "Disable": "禁用", + "Disable all extensions": "停用所有扩展", + "Disable at the last loopback time": "最后一次回送时禁用", + "Disable built-in Lora handler": "停用内置 Lora 处理器", + "Disable control type selection": "禁用控制类型筛选", + "disable convert 'AND' to 'BREAK'": "不再将 \"AND \"转换为 \"BREAK\"", + "disabled": "禁用", + "Disabled": "已禁用", + "Disable during hires pass": "在高清修复过程中停用", + "Disable for Negative prompt.": "为反向提示词禁用本插件效果", + "Disable image browser (Reload UI required)": "禁用 Cozy 图库浏览器 (需重启UI)", + "Disable image browser (requires reload UI)": "禁用 Cozy 图库浏览器 (需要重启)", + "Disable openpose edit": "禁用 openpose 姿态编辑", + "Disable prompt token counters": "禁用提示词词元长度计数器", + "Disable waves and gradiant background": "禁用波纹和背景渐变效果", + "Disable waves and gradiant background animations": "禁用波纹和背景渐变动画", + "Discard": "丢弃", + "Discard: remove style text from prompt, keep styles dropdown as it is.": "丢弃: 从提示词中删除对应预设样式文本, 并保持预设样式下拉菜单不变", + "Discard weights with matching name": "删除匹配键名的表达式的权重", + "discord server": " Discord 服务器", + "display both english and target language": "同时显示英语和目标语言", + "Display information dialog on Cozy Nest error": "显示 Cozy Nest 的信息对话框", + "Display mode:": "显示模式:", + "Display name for this model": "此模型的显示名", + "Disregard checkpoint information from pasted infotext": "忽略粘贴的生成信息文本中的 Stable Diffusion 模型信息", + "Divergence (3D effect)": "发散性(3D 效果)", + "Divisions": "分区方式", + "Dolly": "希区柯克(推轨变焦)", + "Do not add watermark to images": "不在图像上添加水印", + "Do not append detectmap to output": "不输出检测图 (detected maps) (如深度估算图、动作检测图等)", + "Do not do anything special": "什么都不做", + "Do not fix prompt schedule for second order samplers.": "不为二阶采样方法修复提示词作用时间", + "Do not make DPM++ SDE deterministic across different batch sizes.": "保留 DPM++ SDE 采样器 在不同的批次大小之间的结果差异", + "Do not resize images": "不调整图像大小", + "Do not save grids consisting of one picture": "当仅有一张图时不保存网格图", + "Do not save heatmap images": "不保存热力图图像", + "Do not show any images in results for web": "不在浏览器输出结果中显示任何图像", + "Do not store my preferences or SVG content locally": "不在本地保存设置和SVG图像", + "Don't cache latents": "不要缓存潜空间图片", + "Don't Cache Latents": "不要缓存潜空间图片", + "Don't generate images": "不生成图像", + "Don't generate, only upscale": "不生成,仅放大", + "Don't outfill": "不进行填充", + "Don't Override": "不覆盖", + "Don’t use wierd blocky upscale mode. Or maybe do?": "不要用 \"糟糕的分块放大模式\" ,或者也许可以试试?", + "double-straight-line": "双直线", + "down": "下", + "Download": "下载", + "Download All files": "下载所有文件", + "\uD83D\uDCBE Download image": "\uD83D\uDCBE 下载图片", + "Download localization template": "导出 localization 模板", + "Download Max Size Preview": "下载最大尺寸预览图", + "Download missing models upon reading generation parameters from prompt": "从生成参数中的提示词读取并下载缺失的模型", + "Download missing preview images on startup": "启动时下载缺失的模型预览图", + "Download Model": "下载模型", + "Download NSFW (adult) preview images": "允许下载含成人内容的预览图", + "Download system info": "下载系统信息", + "Download the pose as .json file": "以 .json 格式保存姿态图", + "Downscaling": "缩小", + "Drag Me": "拖动页面", + "Drawing": "绘画", + "Drawing Canvas": "创建画布", + "Draw legend": "包含图例注释", + "Draw Legends": "包含图例注释", + "Draw mask": "绘制蒙版", + "dropdown": "下拉列表", + "Dropdown": "下拉列表", + "Drop File Here": "拖拽文件到此", + "Drop Image Here": "拖动图像至此", + "Drop out tags when creating prompts.": "创建提示词时丢弃标签(tags)", + "Drop tabs here to hide them": "把选项卡拖到此处隐藏它们", + "Drop Video Here": "拖动视频至此", + "Dry Run": "试运行", + "Due to ControlNet base extension's inner works it needs its models to be located at 'extensions/deforum-for-automatic1111-webui/models'. So copy, symlink or move them there until a more elegant solution is found. And, as of now, it requires use_init checked for the first run. The ControlNet extension version used in the dev process is a24089a62e70a7fae44b7bf35b51fd584dd55e25, if even with all the other options above used it still breaks, upgrade/downgrade your CN version to this one.": "因为 ControlNet 基层插件在内工作,所以需要将 ControlNet 模型置于 “extensions/deforum-for-automatic1111-webui/models”文件夹内。在更优雅的解决方法出现之前,请复制,软链接 symlink 或者移动模型。 \n同时目前为止,该插件需要在第一次运行时检查 use_init。\n用于开发进程的 ControlNet 插件版本为 a24089a62e70a7fae44b7bf35b51fd584dd55e25。如果全部按照上文使用还是损坏,请将 ControlNet 版本升级/降级到上述版本。", + "Due to the limitation of Segment Anything, when there are point prompts, at most 1 box prompt will be allowed; when there are multiple box prompts, no point prompts are allowed.": "由于Segment Anything的限制,当有标记点时,最多允许1个箱体标记;当有多个箱体提示时,不允许使用标记点。", + "duplicate": "重复的", + "Duplicate Skeleton (X-axis)": "复制骨架(X 轴)", + "Duplicate Skeleton (Z-axis)": "复制骨架(Z 轴)", + "Duration": "时长", + "during the run sequence, only frames specified by this value will be extracted, saved, and diffused upon. A value of 1 indicates that every frame is to be accounted for. Values of 2 will use every other frame for the sequence. Higher values will skip that number of frames respectively.": "在运行序列期间,只有由该值指定的帧才会被提取、保存和生成。1表示要考虑每个帧。2表示每隔一帧用于序列。较高的值将分别跳过该帧数。", + "Dynamic Prompts": "Dynamic Prompts (动态提示词)", + "Dynamic Prompts enabled": "启用动态提示词", + "Each image is center-cropped with an automatically chosen width and height.": "每张图片都会以自动选择好的宽和高进行中心裁剪", + "Early stopping parameter for CLIP model; 1 is stop at last layer as usual, 2 is stop at penultimate layer, etc.": "CLIP 模型的提前终止层参数;1是像往常一样停在最后一层,2是停在倒数第二层,以此类推", + "EBSynth Mode": "EBSynth 模式", + "EBSynth Settings": "Ebsynth 设置", + "edit": "编辑", + "Edit": "编辑", + "Edit common tags.": "编辑常见标签", + "editing": "后期编辑", + "Editing Enabled": "开启元数据编辑", + "Edit Openpose": "编辑 Openpose", + "Edit SVG": "编辑 SVG", + "Effect": "效果", + "Effective Block Analyzer": "高效区块分析器", + "EMA (nagetive)": "EMA (负)", + "ema-only": "仅保留 EMA 权重", + "EMA (positive)": "EMA (正)", + "Embedding": "嵌入式模型 (Embedding)", + "Embedding Learning rate": "嵌入式模型学习率", + "Emphasis: use (text) to make model pay more attention to text and [text] to make it pay less attention": "强调符:使用 (文字) 使模型更关注该文本,使用 [文字] 减少其关注度", + "empty cannot be saved": "留空时无法保存", + "empty strings cannot be translated": "无法翻译空的文本", + "Enable": "启用", + "Enable AA for Downscaling.": "缩小时使用抗锯齿", + "Enable AA for Upscaling.": "放大时使用抗锯齿", + "Enable ADetailer": "启用 After Detailer", + "Enable Anti Burn (and everything)": "启用 Anti Burn", + "Enable Autocomplete": "启用标签自动补全", + "Enable Autopruning": "启用自动修剪", + "Enable batch mode": "启用批处理模式", + "Enable Bilingual Localization": "启用双语对照翻译插件", + "Enable CFG-Based guidance": "启用基于 CFG 的引导 (CFG-Based guidance)", + "Enable checkpoint scheduling": "启用模型计划表", + "Enable clear gallery button in txt2img and img2img tabs": "在文生图和图生图标签页中启用清除图片输出栏按钮", + "Enable CLIP skip scheduling": "启用 CLIP 终止层数计划表", + "Enable color correction": "启用颜色校正", + "Enable Control": "启用控制", + "Enable controlnet tile resample": "启用 ControlNet 的 tile resample (分块 - 重采样)", + "enabled": "启用", + "Enabled": "启用", + "Enable Dynamic Thresholding (CFG Scale Fix)": "启用动态阈值 (CFG Scale 修复)", + "Enable emphasis": "启用强调符", + "Enable extra network tweaks": "启用扩展网络修改", + "Enable Face Prompt": "启用脸部提示词", + "Enable full page image viewer": "启用网页全屏图像查看器", + "Enable GroundingDINO": "启用 GroundingDINO", + "Enable guided images mode": "启用引导图像模式", + "Enable Hires. fix+": "启用高分修复PLUS", + "Enable JavaScript aspect ratio controls": "启用前端纵横比控制", + "Enable Jinja2 templates": "启用 Jinja2 模板", + "Enable Maintenance tab": "启用 \"维护\" 选项卡", + "Enable model compile (experimental)": "启用模型编译优化(实验性)", + "Enable MultiDiffusion": "启用 MultiDiffusion", + "Enable noise multiplier scheduling": "启用噪声乘法 (noise multiplier) 调度", + "Enable optimized monocular depth estimation": "启用单色深度估算优化 (optimized monocular depth estimation)", + "Enable overwrite": "允许覆盖", + "Enable perspective flip": "启用透视翻转", + "Enable pixelization": "启用像素化", + "Enable Pixel Perfect from lllyasviel. Configure your target width and height on txt2img/img2img default panel before preview if you wish to enable pixel perfect.": "启用 lllyasviel 的完美像素模式。在预览前,请在文生图/图生图界面配置好图像的目标宽度和高度。", + "Enable postprocessing operations in txt2img and img2img tabs": "在文生图/图生图选项卡中启用后处理操作", + "Enable quantization in K samplers for sharper and cleaner results": "对 K 采样器启用量化以获得更清晰、干净的结果", + "Enable quantization in K samplers for sharper and cleaner results. This may change existing seeds. Requires restart to apply.": "对 K 采样器启用量化以获得更清晰、干净的结果。这可能会改变现有的随机种子。需重启才能应用。", + "Enable Randomize extension": "启用随机化扩展", + "Enable Region 1": "启用区域 1", + "Enable Region 2": "启用区域 2", + "Enable Region 3": "启用区域 3", + "Enable Region 4": "启用区域 4", + "Enable Region 5": "启用区域 5", + "Enable Region 6": "启用区域 6", + "Enable Region 7": "启用区域 7", + "Enable Region 8": "启用区域 8", + "Enable sampler scheduling": "启用采样器计划表", + "Enable steps scheduling": "启用迭代步数计划表", + "Enable Subseed scheduling": "启用第二种子计划表", + "Enable Tag Autocompletion": "启用标签自动补全", + "Enable tensorboard logging": "启用 Tensorboard 日志记录", + "Enable tensorboard logging.": "启用 Tensorboard 日志记录", + "Enable this to save VRAM.": "启用此项以节省显存 (VRAM)。", + "Enable thumbnail tooltips": "启用缩略图工具提示", + "Enable Tiled Diffusion": "启用 Tiled Diffusion", + "Enable Tiled VAE": "启用 Tiled VAE", + "Enable tooltip on the canvas": "启用画布上的工具列提示框", + "Enable uploading manually created mask to SAM.": "启用手动上传蒙版到 SAM。", + "Enable upscale with extras": "启用后期处理放大", + "Enable Vectorizing": "启用矢量化", + "Enable webcam": "开启网络摄像头", + "Encoder Color Fix": "编码器颜色修复", + "Encoder Tile Size": "编码器分块大小", + "end at this step": "结束控制步数", + "End blur width": "结束模糊宽度", + "Ending Control Step": "引导终止时机", + "End Page": "尾页", + "end the animation at this frame number": "达成此帧数后停止生成", + "Engine": "引擎", + "Enhance": "增强", + "Enhanced img2img": "Enhanced img2img (图生图增强)", + "(ENSD; does not improve anything, just produces different results for ancestral samplers - only useful for reproducing images)": "(ENSD: 对图像质量无任何提升, 只为 ancestral 采样方法产生不同的结果 - 仅对复现图像有用)", + "Enter categody ids, separated by +. For example, if you want bed+person, your input should be 7+12 for ade20k and 59+0 for coco.": "在此输入类别 ID,用 + 分隔。例如,如果你想分割出 床 + 人,使用ade20k协议应该输入 7 + 12,使用coco协议应该输入 59 + 0。", + "Enter category IDs": "输入类别ID", + "Enter hypernetwork Dropout structure (or empty). Recommended : 0~0.35 incrementing sequence: 0, 0.05, 0.15": "输入 Hypernetwork Dropout 结构(或留空)\n推荐:0~0.35\n递增排序:0、0.05、0.15", + "Enter hypernetwork layer structure": "超网络层结构", + "Enter input path": "填写输入目录", + "Enter output path": "填写输出目录", + "Enter relative to webui folder or Full-Absolute path, and make sure it ends with something like this: '20230124234916_%09d.png', just replace 20230124234916 with your batch ID. The %05d is important, don't forget it!": "输入绝对路径或者以 webui 为根目录的相对路径,同时确认路径结尾类似“20230124234916_%09d.png”。只需要将 20230124234916 替换为你的 batch ID。“%05d”很重要,别忘了!", + "Equirectangular projection": "等距柱状投影图", + "Erase BG": "移除背景图", + "Error": "错误", + "Error threshold": "错误阈值 (%)", + "Escape brackets": "将结果中的括号进行转义处理", + "Escape parentheses on insertion": "插入时转义括号", + "Eta for ancestral samplers": "ancestral 采样方法的 Eta 系数", + "Eta for DDIM": "DDIM 采样方法的 Eta 系数", + "Eta noise seed delta": "Eta 噪声种子偏移量 (ENSD)", + "etc": "其他", + "Euler Ancestral - very creative, each can get a completely different picture depending on step count, setting steps higher than 30-40 does not help": "Euler Ancestral - 非常有创意,取决于迭代步数不同而生成完全不同的图像,这意味着将迭代步数设置为高于 30-40 不会有任何帮助", + "ex A.": "例 A:", + "Example: Default args should use 221 as total keyframes.": "示例:默认参数应使用 221 作为总关键帧数。", + "Example flow:": "工作流示例: ", + "Examples": "例子", + "Example: seed_schedule could use 0:(5), 1:(-1), 219:(-1), 220:(5)": "示例:种子数表可以使用 0:(5), 1:(-1), 219:(-1), 220:(5)", + "ex B.": "例 B:", + "ex C.": "例 C:", + "Exclude tags (split by comma)": "排除标签 (逗号分隔)", + "Exclude Target (e.g., finger, book)": "排除目标(如 finger, book)", + "exclusion": "排除", + "Excudes (split by comma)": "排除 (逗号分隔)", + "exif keyword": "EXIF 关键词", + "EXIF keyword search": "EXIF 关键词搜索", + "Existing Caption txt Action": "对已有标注的 txt 文件的操作", + "Expanded Mask": "扩展后蒙版", + "Expand Mask": "展开蒙版设置", + "(Experimental, keep cond caches across jobs, reduce overhead.)": "(实验性功能;在不同任务中保留缓存以减少开销)", + "Export": "导出", + "Exported Text": "输出文本", + "Export type": "输出类型", + "expressionism": "expressionism (表现主义)", + "Extension": "扩展", + "Extension index URL": "扩展列表地址", + "Extensions": "扩展", + "Extension State": "扩展状态", + "extension to be installed.": "插件", + "Extension version": "扩展版本", + "extra": "额外", + "Extra": "▼", + "Extra args": "额外参数", + "Extra arguments": "额外参数", + "Extra arguments for trtexec command in plain text form": "以纯文本形式填写用于 trtexec 命令的额外参数", + "Extract frames from the original video.": "从原始视频中提取帧。", + "Extract from frame": "提取开始帧", + "Extract nth frame": "提取间隔帧数", + "Extract to frame": "提取结束帧", + "Extract U-Net features": "提取 U-Net 特征值", + "Extra filename (for small sets of custom tags)": "额外文件名(用于小部分的自定义Tag)", + "Extra generation params": "附加生成参数", + "Extra network card height": "扩展模型卡牌高度", + "Extra network card width": "扩展模型卡牌宽度", + "Extra Networks": "扩展模型", + "Extra networks separator": "扩展模型分隔文本", + "Extra networks tab order": "扩展模型类型选项卡顺序", + "Extra paths to scan for LoRA models, comma-separated. Paths containing commas must be enclosed in double quotes. In the path, \" (one quote) must be replaced by \"\" (two quotes).": "扫描低秩微调模型 (LoRA) 的附加目录,以逗号分隔。包含逗号的路径必须用双引号括起来。 在路径中,\"(一个引号)必须替换为\"\"(两个引号)。", + "Extra path to scan for ControlNet models (e.g. training output directory)": "检索 ControlNet 模型的附加目录(如训练输出目录)", + "extras": "后期处理", + "Extras": "后期处理", + "(extra text to add before <...> when adding extra network to prompt)": "(添加扩展模型到提示词时, 在 <...> 之前添加的额外文本)", + "Extra text to add before <...> when adding extra network to prompt": "在向提示词中添加扩展模型标签时在 <…> 之前添加额外文本", + "Face Area Magnification": "脸部区域扩展", + "Face Crop option": "脸部修复选项", + "Face Crop Resolution": "脸部修复分辨率", + "Face Denoising Strength": "脸部去噪强度", + "Face detection confidence": "脸部识别强度", + "Face Detection Method": "人脸识别算法", + "Face Editor": "Face Editor (脸部修复)", + "Face margin": "脸部区域大小", + "Face restoration": "面部修复", + "Face restoration model": "面部修复模型", + "Face Restore Model": "面部修复模型", + "Fall-off exponent (lower=higher detail)": "衰减指数(越小 = 细节越多)", + "fantasy": "fantasy (魔幻)", + "Far clip": "远端衰减", + "fashion": "fashion (时尚)", + "fast": "快速模式", + "Fast Decoder": "使用快速解码器", + "Fast Encoder": "使用快速编码器", + "Fast Encoder Color Fix": "快速编码器颜色修复", + "Fast Encoder may change colors; Can fix it with more RAM and lower speed.": "快速编码器可能会导致颜色偏差;通过使用更大的内存和更慢的速度可以避免这个情况", + "fauvism": "fauvism (野兽派)", + "favorites": "收藏夹", + "Favorites": "收藏夹", + "Favorites path from settings: log/images": "从设置中获取收藏夹路径: log/images", + "Fetch output folder from a1111 settings (Reload needed to enable)": "从 webui 设置中获取输出文件夹 (需重载以启用)", + "FFmpeg CRF value": "FFmpeg CRF 值", + "FFmpeg path/ location": "FFmpeg 路径", + "FFmpeg settings": "FFmpeg 设置", + "figurativism": "figurativism (具象主义)", + "File": "文件", + "File format for grids": "网格图文件格式", + "File format for images": "图片文件后缀(格式)", + "filename": "文件名", + "Filename": "文件名", + "File Name": "文件名", + "Filename join string": "文件名连接用字符串", + "Filename keyword search": "文件名关键词搜索", + "filename(option)": "文件名 (可选)", + "Filename word regex": "文件名用词的正则表达式", + "Filepath:": "文件路径:", + "File size limit for the above option, MB": "上述选项的文件大小限制 (单位: MB)", + "Files to process": "要处理的文件", + "File type": "文件类型", + "fill": "填充", + "fill down": "向下扩展", + "fill it with colors of the image": "用图像颜色 (高强度模糊) 填充", + "fill it with latent space noise": "用潜空间噪声填充", + "fill it with latent space zeroes": "用空白潜空间填充", + "fill left": "向左扩展", + "fill right": "向右扩展", + "fill up": "向上扩展", + "Filter models by path name": "按路径名筛选模型", + "Filter NSFW content": "过滤成人内容 (NSFW)", + "Filter out following properties (comma seperated). Example film grain, purple, cat": "过滤以下提示词包含的属性 (逗号分隔). 例如: film grain, purple, cat", + "Filter values": "过滤值", + "Final denoising strength": "最终重绘幅度", + "find but bo translated:": "已找到但无翻译:", + "Find your cozy spot on Auto1111's webui": "探寻 Auto1111 webui 最舒适的使用方式", + "First": "First (第一生成帧)", + "First frame as init image": "第一帧作为初始化图像", + "first frame of img2img result": "图生图结果的第一帧", + "FirstGen": "FirstGen (处理后生成的第一帧)", + "First Page": "首页", + "Firstpass height": "首次生成高度", + "Firstpass width": "首次生成宽度", + "Fit video length": "适配视频长度", + "Fix broken CLIP position IDs": "修复损坏的 Clip position ID", + "fixed": "固定", + "Fixed seed": "固定种子", + "Focal point entropy weight": "焦点熵权重", + "Focal point face weight": "焦点面部权重", + "Font color": "字体颜色", + "Font for image grids that have text": "网格图文字字体", + "Font size": "字体大小", + "for ade20k and": "来获得 ade20k 类别, 查看", + "For advanced keyframing with Math functions, see": "对于想使用数学函数执行高级关键帧控制的用户,请参阅", + "For advanced users, you can create a permanent file in \\OneButtonPrompt\\userfiles\\ called antilist.csv": "对于专业用户,可以在 \\OneButtonPrompt\\userfiles\\ 中创建一个永久文件,命名为 antilist.csv", + "Force convert half to float on interpolation (for some platforms)": "在插值时强制将半精度浮点数转换为全精度 (适用于部分平台)", + "Force Reset": "强制重置", + "for coco to get category->id map. Note that coco jumps some numbers, so the actual ID is line_number - 21.": "来获得 coco 的类别 -> id 映射。需注意: coco 会跳过部分数字,所以实际 ID 应该是 “划定数字 - 21 (line_number - 21)”", + "for depth map.": "获取深度图更多信息", + "for detailed explanation.": "以了解详细信息。", + "Foreground Transparency": "前景透明度", + "for explanation of each parameter. If you still cannot understand, use default.": "以了解每个参数的含义。如果仍不理解,请保持默认。", + "FOR HELP CLICK HERE": "点击此处获取帮助", + "For hires fix, use width/height sliders to set final resolution rather than first pass (disables Upscale by, Resize width/height to).": "在高分辨率修复中,通过长宽滑块设定最终分辨率 (关闭放大倍率和自适应分辨率设置)", + "For image processing do exactly the amount of steps as specified": "在进行图片处理时,准确执行滑块所指定的迭代步数", + "For inpainting, include masked composite in results for web": "使用重绘时,在网页结果中包含复合蒙版", + "For inpainting, include the greyscale mask in results for web": "使用重绘时,在网页结果中包含灰度蒙版图", + "For inpainting, save a copy of the greyscale mask": "使用重绘时,保存一份灰度蒙版副本", + "For inpainting, save a masked composite": "使用重绘时,保存一份复合蒙版", + "Format": "格式", + "format: http://127.0.0.1:port": "格式: http://127.0.0.1:端口号", + "For negative prompts, please write your positive prompt, then --neg ugly, text, assymetric, or any other negative tokens of your choice. OR:": "对于反向提示词,请写出你的正向提示词,然后添加 --neg ugly,text,assymetric 等您选择的任何其他反向提示词。或者:", + "For SD upscale, how much overlap in pixels should there be between tiles. Tiles overlap so that when they are merged back into one picture, there is no clearly visible seam.": "使用 SD 放大 (SD upscale) 时,分块(Tiles)间的像素重叠宽度\n分块(Tiles)间重叠有助于使它们合并最终图像时避免过于明显的接缝", + "for your animation (leave blank to ignore).": "用于你的动画中(留空表示忽略)", + "Found a bug or want to ask for a feature ? Please": "发现了一个错误或想请求添加一个功能?请", + "Found a bug or want to ask for a feature ? Please use": "发现了一个错误或想请求添加一个功能?请使用", + "Found a bug or want to ask for a feature ? Please use ": "发现了 Bug 或者有个新的想法?请访问 ", + "Found tags": "匹配的标签", + "fp16": "fp16", + "fp32": "fp32", + "fps": "帧率", + "FPS": "帧率", + "Frame Height": "帧高度", + "Frame Interpolation": "帧插值", + "Frame Interpolation to smooth out, slow-mo (or both) any video.": " 进行帧插值来让任何视频获得顺滑的切换效果,慢动作 (或两者皆可)", + "Frame Interpolation will *not* run if any of the following are enabled: 'Store frames in ram' / 'Skip video for run all'.": "帧差值将不会在以下任一选项启用时启动:“保存帧图像到内存” / “跳过视频”", + "Framerate": "帧率", + "frames per keyframe": "每几帧提取1个关键帧", + "Frames to Video": "帧图片转视频", + "Frame Width": "帧宽度", + "Free GPU": "释放显存", + "Frequency": "频率", + "From (full path)": "从 (输入完整路径)", + "Full": "完整", + "Full res mask": "全分辨率蒙版", + "Full res mask padding": "全分辨率蒙版的填充尺寸", + "(Full = slow but pretty; Approx NN and TAESD = fast but low quality; Approx cheap = super fast but terrible otherwise)": "(完整 = 慢但显示效果好; Approx NN 和 TAESD = 快速但低质量; Approx cheap = 超级快但最糟糕)", + "Gallery height in _absolute_ percent of your screen (not remaining height)": "图像输出栏高度占屏幕的百分比 (非剩余高度)", + "Gamepad repeat period, in milliseconds": "游戏手柄回报率 (单位: 毫秒)", + "gamma": "伽马值", + "Gamma": "伽马值", + "Gap fill technique": "间隙填充技术", + "Gather": "生成", + "Gen": "生成", + "Generate": "生成", + "Generate 3D inpainted mesh. (Sloooow, required for generating videos)": "生成优化3D网格 (超慢,用于生成视频)", + "Generate 4 demo videos with 3D inpainted mesh.": "使用 3D 优化网格生成4个演示视频", + "Generate a checkpoint at the current training level.": "保存一个位于当前训练进度的模型文件。", + "Generate a checkpoint at the current training lvel.": "保存一个位于当前训练进度的模型文件。", + "Generate a .ckpt file when saving during training.": "训练中保存时生成一个 ckpt 文件。", + "Generate a mask image.": "生成一个蒙版图像。", + "Generate Batch": "批量处理", + "Generate Ckpt": "创建模型", + "Generate .ebs file.(ebsynth project file)": "生成 .ebs 文件。(Ebsynth 工程文件)", + "Generate forever": "无限生成", + "Generate human masks": "生成人工蒙版", + "Generate Info": "生成信息", + "Generate inputframes": "生成输入帧", + "Generate layout for batch process": "生成批量处理的图像分布", + "Generate layout for single image": "生成单张图像的图像分布", + "Generate me some prompts!": "生成一些提示词", + "Generate Movie Mode": "视频生成模式", + "Generate Preview": "生成预览", + "Generate preview images every N steps.": "每 N 步生成一次预览图像", + "Generate simple 3D mesh. (Fast, accurate only with ZoeDepth models and no boost, no custom maps)": "生成简单3D网格 (快速, 仅适用于 ZoeDepth 模型, 无 Boost, 无 Maps)", + "Generate stereoscopic image(s)": "生成立体图像", + "Generate video": "生成视频", + "Generate Video": "生成视频", + "Generate video from inpainted(!) mesh.": "从深度图生成视频。", + "Generation Info": "生成信息", + "Generation mode": "生成模式", + "Generation settings:": "生成设置:", + "Generation TEST!!(Ignore Project directory and use the image and mask specified in the main UI)": "生成测试!!(忽略工程目录,使用用户界面中指定的图像和蒙版)", + "Get Civitai Model Info by Model Page URL": "从 Civitai 模型页面链接拉取模型信息", + "*Get depth from uploaded video*": "*从上传的视频中获取深度*", + "Get javascript logs": "获取 javascript 日志", + "Get List": "获取列表", + "Get Model Info from Civitai": "从 Civitai 上获取模型信息", + "Get Model Info from Civitai by URL": "从 Civitai 链接获取模型信息", + "Get sub directories": "打开子目录文件夹", + "GFPGAN vis.": "GFPGAN 可见程度", + "GFPGAN visibility": "GFPGAN 可见程度", + "github": "GitHub", + "Glow": "辉光", + "Glow mode": "辉光模式", + "Gold Pendant": "装饰艺术", + "gore": "gore (血腥)", + "Gothic": "哥特", + "grad": "梯度", + "Gradient accumulation steps": "梯度累加步数", + "Gradient Clipping": "梯度 Clip 修剪", + "Gradient clip value": "梯度 Clip 值", + "Gradio theme": "Gradio 主题", + "Gradio theme (requires restart)": "Gradio 主题样式 (需重启)", + "graffiti": "graffiti (涂鸦)", + "graphic design": "graphic design (平面设计)", + "Great": "很好的", + "greg mode": "greg mode (Greg Mike: 美国艺术家)", + "Grid layout": "网格图布局", + "Grid margins (px)": "网格图边框 (单位: 像素)", + "Grid row count; use -1 for autodetect and 0 for it to be same as batch size": "网格图行数; 使用 -1 进行自动检测,使用 0 使其与单批数量相同", + "GroundingDINO batch progress status": "GroundingDINO 批量处理状态", + "GroundingDINO Box Threshold": "GroundingDINO 箱体阈值", + "GroundingDINO Detection Prompt": "GroundingDINO 检测提示词", + "GroundingDINO Model (Auto download from huggingface)": "GroundingDINO 模型 (自动从 huggingface 下载)", + "GroundingDINO + Segment Anything can achieve [text prompt]->[object detection]->[segmentation]": "GroundingDINO + Segment Anything 可以实现 [文本提示词]->[对象检测]->[语义分割]", + "Group/split table by: (when not started with single quote - so only for prompts, not for merge)": "提示词分组方式(非单引号开头时):", + "Guess Mode": "无提示词引导模式", + "Guidance End (T)": "引导终止时机", + "Guidance Start (T)": "引导介入时机", + "Guided Images": "引导图像", + "Guided images schedules": "引导图像参数表", + "haku_output": "Haku 输出", + "Half Model": "半精度模型", + "Hands": "手掌", + "Hand Size": "手掌尺寸", + "hard_light": "强光", + "has metadata": "有元数据", + "has user metadata": "内嵌用户元数据", + "Head Size": "头部尺寸", + "height": "高度", + "Height": "高度", + "Height Resolution": "高度分辨率", + "Help": "帮助", + "Help for Jinja2 templates": "Jinja2 模板帮助", + "[here]": "[这里]", + "here": "这里", + "Hidden UI tabs": "选择需要隐藏的 UI 标签栏", + "Hidden UI tabs (requires restart)": "需要隐藏的 UI 选项卡 (需要重启)", + "Hide annotator result": "隐藏预处理预览结果", + "Hide caption": "隐藏文本标注", + "Hide extensions with tags": "隐藏含有以下标签的扩展", + "Hide heatmap images": "隐藏热力图图像", + "Hide samplers in user interface": "隐藏用户界面中的采样方法", + "Hide samplers in user interface (requires restart)": "在用户界面中隐藏采样器 (需重启)", + "high contrast": "high contrast (高对比度)", + "Higher levels increases complexity and randomness of generated prompt": "随机等级越高, 生成的提示词越复杂和随机", + "Highres. fix": "高分辨率修复", + "Hires CFG": "高分修复提示词引导系数", + "hires. fix": "高分辨率修复", + "hiresfix": "高清修复", + "Hires. fix": "高分辨率修复 (Hires. fix)", + "Hires. fix+": "高分修复PLUS", + "Hires fix: show hires prompt and negative prompt": "高分辨率修复: 显示高分辨率修复的正反提示词输入框", + "Hires fix: show hires sampler selection": "高分辨率修复: 显示高分采样方法选择栏", + "Hires. fix+ to do steps optimization": "高分修复 PLUS 来优化迭代步数的话", + "Hires Negative prompt": "高分修复反向提示词", + "Hires Prompt": "高分修复正向提示词", + "Hires sampling method": "高分采样方法", + "Hires Sampling method": "高分辨率修复采样方法", + "Hires steps": "高分迭代步数", + "hires upscaler": "高分辨率修复放大算法", + "Historical": "Historical (当前帧前的倒数第二帧)", + "History": "历史记录", + "Horizontal": "水平", + "Horizontal Mirroring": "水平镜像", + "horizontal split num": "水平分割数", + "Horizontal+Vertical Mirroring": "水平+垂直镜像", + "horror": "horror (恐怖)", + "how closely the image should conform to the prompt. Lower values produce more creative results. (recommended range 5-15)": "图像应符合提示词的程度。较低的值会产生更具创造性的结果。(建议范围5-15)", + "how close to get to the colors of the input frame image/ the amount each frame during a tweening step to use the new images colors": "如何接近输入帧图像的颜色 / 在中间计算步骤中使用新图像颜色的每帧数量", + "How many batches of images to create": "创建多少批量次数的图像", + "How many results to load at once": "一次性加载Tag数", + "How many times to improve the generated image iteratively; higher values take longer; very low values can produce bad results": "迭代改进生成的图像的次数;较高的值需要更长的时间;非常低的值会产生不好的结果。", + "How many times to process an image. Each output is used as the input of the next loop. If set to 1, behavior will be as if this script were not used.": "单个图像的处理次数\n每次输出结果都被用作下一个处理的输入\n设置为 1 等同于不启用这个脚本", + "how much the image should look like the previou one and new image frame init. strength schedule might be better if this is higher, around .75 during the keyfames you want to switch on": "前一个图像和新的图像帧的初始化强度规划有多大的关系。在你想启用的关键帧中,如果这个数字高一点,大约0.75,可能会更好。", + "How much to blur the mask before processing, in pixels.": "处理前对蒙版进行模糊的强度 (单位: 像素)", + "How often, in seconds, to flush the pending tensorboard events and summaries to disk.": "刷新间隔,单位为秒;将待处理的 Tensorboard 事件和摘要刷新到硬盘", + "How strong of a variation to produce. At 0, there will be no effect. At 1, you will get the complete picture with variation seed (except for ancestral samplers, where you will just get something).": "变化强度。设为 0 时,将没有效果\n设为 1 时,你将获得完全产自差异随机种子的图像 (此功能对带有 a 后缀的采样器无效)", + "hue": "色度", + "HuggingFace Token": "HuggingFace 访问令牌", + "humanoid": "humanoid (人形)", + "humanoid - A random humanoid, males, females, fantasy types, fictional and non-fictional characters. Can add clothing, features and a bunch of other things.": "humanoid - 人形 - 一个随机的人形生物,男性、女性、幻想类型,虚构或非虚构的生物。可以添加服装,特征和其它东西。", + "Humans Masking": "人工蒙版", + "Hybrid composite": "混合合成模式", + "Hybrid motion": "混合模式", + "Hybrid Schedules": "混合参数表", + "Hybrid Settings": "合成设置", + "Hybrid Video": "视频合成", + "Hybrid Video Compositing in 2D/3D Mode": "2D/3D 模式下的混合视频合成", + "Hypernetwork": "超网络 (Hypernetwork)", + "Hypernetwork Learning rate": "超网络学习率", + "Hypernetworks": "超网络 (Hypernetworks)", + "Idea and inspiration by xKean.": "这个创意受 xKean 启发。", + "Idea by redditor jonesaid.": "这个创意来自于 redditor: jonesaid 。", + "If an image is specified below, it will be used with highest priority.": "如果在下面指定的一张图像,它将以最高优先级使用。", + "If an image is too large, crop it from the center.": "如果图像太大,则从中心裁剪掉边缘", + "If Deforum crashes due to CN updates, go": "如果 Deforum 由于 ControlNet 版本更新而崩溃,请前往", + "If enabled, only images will be saved": "启用时, 仅保存图片", + "if enabled, raw imgs will be deleted after a successful video/ videos (upsacling, interpolation, gif) creation": "如启用, 则在成功创建视频/其它项目 (放大,插值,gif) 后删除原始图像", + "If loading of the Yolov5_anime model fails, check": "如果 Yolov5_anime 模型加载失败,请查看", + "If multiple .ebs files are generated, run them all.": "如果生成了多个 .ebs 文件,则需要全部运行。", + "(if not: sort by score)": "(如不启用: 按评分排序标签)", + "(if not: use underscores)": "(如不启用: 使用下划线)", + "If out-* directory already exists in the Project directory, delete it manually before executing.": "如果out-*目录已经存在于工程目录中,请在执行前手动删除它。", + "If \"Save a copy of image before doing face restoration.\" is enabled, save every image during rolling generation": "如果 \"在进行面部修复前保存图像副本 \" 选项启用,则梯度放大倍数生成时保存每张图像", + "If setting2prompt width, which width-ratio between both columns (0: minimize setting, 1: 50/50, 6: minimize output gallery column)": "设置文生图, 图生图双栏宽度比 (0: 最小化左侧栏宽度, 1: 双侧栏各占50%宽度, 6: 最小化右侧图像输出栏)", + "If setting2prompt width, which width-ratio between both columns (0: minimize setting, 1: 50/50, 6: minimize output gallery column)": "设置文生图, 图生图双栏宽度比 (0: 最小化左侧栏宽度, 1: 双侧栏各占50%宽度, 6: 最小化右侧图像输出栏)", + "If Smart-Step is enabled, the number of iterations for Hires. fix will never be less than this:": "如果启用优化迭代步数,高分辨率修复的迭代步数将永远不会少于本选项设置的数值:", + "(if the file size is above the limit, or either width or height are above the limit)": "(如果图像文件大小超过限制, 或者其宽度或高度超过限制)", + "If the number of tokens is more than the number of vectors, some may be skipped.\nLeave the textbox empty to start with zeroed out vectors": "如果 Tokens 数量多于向量数量,一些 Tokens 可能会被跳过\n把输入文本框留空,就可以从清零的向量开始", + "If the saved image file size is above the limit, or its either width or height are above the limit, save a downscaled copy as JPG": "当图像文件大小或尺寸超过限制,另存一份缩小的副本为 JPG 格式", + "If this values is non-zero, it will be added to seed and used to initialize RNG for noises when using samplers with Eta. You can use this to produce even more variation of images, or you can use this to match images of other software if you know what you are doing.": "如果此值非零,它将被添加到种子中,并在使用Eta的采样器时用于初始化随机噪声。\n你可以用它来产生更多的图像变化,或者用它来模仿其他软件生成的图像,如果你确切知道本选项的功能和你在做什么的话。", + "If you have already created a background video in Invert Mask Mode([Ebsynth Utility]->[configuration]->[etc]->[Mask Mode]),": "如果你已经在反相蒙版模式下创建了一个背景视频([Ebsynth Utility]->[插件配置]->[其他]->[蒙版模式]),", + "If you have trouble entering the video path manually, you can also use drag and drop.For large videos, please enter the path manually.": "如果你手动输入视频路径嫌麻烦,也可以使用拖放。但是对于大型视频,还是烦请手动输入路径。", + "If you liked this extension, please": "如果你喜欢本插件,请", + "If you still cannot understand, use default.": "如果你仍然无法理解,请保持默认值。", + "If you want to use the same tagging results the next time you run img2img, rename the file to prompts.txt": "如果想在下次运行图生图时使用同样的标记结果,请将该文件重命名为 prompts.txt", + "If you want to use Width/Height which are not multiples of 64, please change noise_type to 'Uniform', in Keyframes --> Noise.": "如果你的宽 / 高参数不是 64 的倍数, 请设置 噪声_类型 选项为 'Uniform‘ , 该选项在关键帧 --> 噪声选项卡内", + "ignore": "无视", + "Ignore": "忽略", + "Ignore emphasis": "忽略强调符号", + "Ignore: keep prompt and styles dropdown as it is.": "忽略: 保持提示词和预设样式下拉菜单不变", + "Ignore selected VAE for stable diffusion checkpoints that have their own .vae.pt next to them": "对于拥有同名 .vae.pt 的模型,忽略外挂 VAE 设置", + "Ignores step count - uses a number of steps determined by the CFG and resolution": "忽略迭代步数 - 使用由 CFG 和分辨率确定的步数", + "I know what I am doing.": "高级选项", + "Illustration": "插画", + "image": "图像", + "Image": "图像", + "Image browser": "图库浏览器", + "Image Browser": "图库浏览器", + "Image Browser Settings": "Cozy 图库浏览器设置", + "Image CFG Scale": "图像引导系数 (CFG)", + "Image Count": "图片数量", + "Image creation progress preview mode": "图像生成过程预览模式", + "Image Directory": "图像目录", + "Image File": "图像文件", + "Image for Auto Segmentation": "用于语义分割的图像", + "Image for Image Layout": "用于图像分布的图像", + "Image for img2img": "图生图的图像", + "Image for inpainting with mask": "用于使用蒙版进行局部重绘的图像", + "Image for Recognition": "识别图像的分辨率", + "Image for Segment Anything": "用于分离的图像", + "Image height": "图像高度", + "Image Init": "图像初始化", + "Image Layout": "图像分布", + "Image layout status": "图像分布状态", + "Image Parameters": "图像参数", + "Image path": "图像路径", + "Image preview height": "预览图高度", + "Images directory": "图像目录", + "Images filename pattern": "图片文件名格式", + "Images path": "图像路径", + "Images to use for keyframe guidance": "用于关键帧引导的图像", + "Image strength schedule": "图像强度参数表", + "Image to 3D": "图转 3D", + "Image to 3D mesh": "图像转 3D 网格", + "Image to be masked": "需要叠加蒙版的图像", + "Image width": "图像宽度", + "I'm feeling lucky": "手气不错", + "img2img": "图生图", + "img2img alternative test": "图生图的替代性测试", + "img2img CFG": "图生图的提示词引导系数", + "img2img DDIM discretize": "图生图 DDIM 离散化", + "img2img denoise strength": "图生图的重绘幅度", + "img2img-grids": "图生图 (网格)", + "img2img: height of image editor": "图生图: 图像编辑器高度", + "img2img history": "图生图历史记录", + "img2img keyframes.": "将关键帧进行图生图。", + "img2img model to use": "图生图使用的模型", + "img2img padding": "图生图的重叠像素宽度", + "Img2Img Repeat Count (Loop Back)": "图生图重复次数(回送)", + "img2img sampler": "图生图的采样方法", + "img2img Sampling steps": "图生图的采样迭代步数", + "img2img scale": "图生图的放大倍数", + "Img2Img Settings:": "图生图设置:", + "IMG2IMG upscale": "图生图放大", + "img2img upscaler": "图生图的放大算法", + "Import": "导入", + "Import a model from Huggingface.co instead of using a local checkpoint.": "从 Huggingface.co 导入模型而非使用本地的模型文件。", + "Important notes:": "重要信息:", + "Important Notes:": "重要事项:", + "Important notes and Help": "重要信息与帮助", + "*Important* notes on Prompts": "对于提示词模式的重要笔记", + "Import Model from Huggingface Hub": "从 Huggingface Hub 载入模型", + "Import settings from file": "从文件导入设置", + "impressionism": "impressionism (印象派)", + "(improves performance when prompt and negative prompt have different lengths; changes seeds)": "(当正向提示词与反向提示词长度不同时可以提升性能; 影响随机性)", + "IN00": "输入层 00", + "IN01": "输入层 01", + "IN02": "输入层 02", + "IN03": "输入层 03", + "IN04": "输入层 04", + "IN05": "输入层 05", + "IN06": "输入层 06", + "IN07": "输入层 07", + "IN08": "输入层 08", + "IN09": "输入层 09", + "IN10": "输入层 10", + "IN11": "输入层 11", + "IN_A_00": "模型 A 输入层 00", + "IN_A_01": "模型 A 输入层 01", + "IN_A_02": "模型 A 输入层 02", + "IN_A_03": "模型 A 输入层 03", + "IN_A_04": "模型 A 输入层 04", + "IN_A_05": "模型 A 输入层 05", + "IN_A_06": "模型 A 输入层 06", + "IN_A_07": "模型 A 输入层 07", + "IN_A_08": "模型 A 输入层 08", + "IN_A_09": "模型 A 输入层 09", + "IN_A_10": "模型 A 输入层 10", + "IN_A_11": "模型 A 输入层 11", + "IN_B_00": "模型 B 输入层 00", + "IN_B_01": "模型 B 输入层 01", + "IN_B_02": "模型 B 输入层 02", + "IN_B_03": "模型 B 输入层 03", + "IN_B_04": "模型 B 输入层 04", + "IN_B_05": "模型 B 输入层 05", + "IN_B_06": "模型 B 输入层 06", + "IN_B_07": "模型 B 输入层 07", + "IN_B_08": "模型 B 输入层 08", + "IN_B_09": "模型 B 输入层 09", + "IN_B_11": "模型 B 输入层 11", + "Include confident of tags matches in results": "在结果中包含标签的匹配置信度", + "Include images in sub directories": "显示子目录中的图片", + "Include ranks of model tags matches in results.": "反推结果包含模型标签匹配等级", + "Include resource hashes in image metadata (for resource auto-detection on Civitai)": "在图像元数据中嵌入资源哈希值 (用于在 Civitai 上自动检测资源)", + "Include Sub Grids": "包含次级网格图", + "Include Sub Images": "包含次级图像", + "Increment seed after each controlnet batch iteration": "在每次 ControlNet 完成批量迭代后增加种子", + "Index": "索引", + "info": "info", + "Info": "信息", + "Info and links": "资讯和链接", + "Info & Help": "信息与帮助", + "Info, Links and Help": "基本信息与帮助链接", + "Information, comment and share @": "信息,评论和分享:", + "Infotext": "文本信息", + "In FPS": "输入帧率", + "In Frame Count": "输入帧数", + "In \"Interpolate existing pics\" mode, FPS is determined *only* by output FPS slider. Audio will be added if requested even with slow-mo \"enabled\", as it does *nothing* in this mode.": "在‘插入已有图像’模式中,帧率仅由帧率设置滑块决定。音频将会加入,即使在慢动作模式启用情况下,且在此模式下什么都不会做。", + "Init": "初始化", + "Initial denoising strength": "初始去噪强度", + "Initialization text": "初始化文本", + "Init image": "初始化图像", + "Init Video": "初始视频", + "In Keyframes tab, you can also set": "在关键帧选项卡, 可以设置", + "in <>, like , ": "<>,比如 , ", + "(in megapixels)": "(单位: 百万像素)", + "(in milliseconds)": "(单位: 毫秒)", + "inpaint": "局部重绘", + "Inpaint": "局部重绘", + "Inpaint area": "重绘区域", + "Inpaint Area(Override img2img Inpaint area)": "重绘区域(覆盖图生图的重绘区域)", + "Inpaint at full resolution 2nd": "全分辨率局部重绘", + "Inpaint at full resolution 3rd": "全分辨率局部重绘", + "Inpaint at full resolution 4th": "全分辨率局部重绘", + "Inpaint at full resolution 5th": "全分辨率局部重绘", + "Inpaint at full resolution padding, pixels 2nd": "预留像素", + "Inpaint at full resolution padding, pixels 3rd": "预留像素", + "Inpaint at full resolution padding, pixels 4th": "预留像素", + "Inpaint at full resolution padding, pixels 5th": "预留像素", + "Inpaint batch mask directory (required for inpaint batch processing only)": "批量重绘蒙版目录 (仅限批量重绘使用)", + "Inpaint denoising strength": "局部重绘幅度", + "Inpaint denoising strength 2nd": "局部重绘幅度", + "Inpaint denoising strength 3rd": "局部重绘幅度", + "Inpaint denoising strength 4th": "局部重绘幅度", + "Inpaint denoising strength 5th": "局部重绘幅度", + "inpaint_global_harmonious": "Inpaint_Global_Harmonious (重绘 - 全局融合算法)", + "inpaint height": "重绘高度", + "inpaint height 2nd": "重绘高度", + "inpaint height 3rd": "重绘高度", + "inpaint height 4th": "重绘高度", + "inpaint height 5th": "重绘高度", + "inpainting": "重绘", + "Inpainting": "重绘", + "Inpainting conditioning mask strength": "局部重绘时图像调节的蒙版屏蔽强度", + "Inpaint mask blur": "重绘蒙版边缘模糊度", + "Inpaint mask blur 2nd": "重绘蒙版边缘模糊度", + "Inpaint mask blur 3rd": "重绘蒙版边缘模糊度", + "Inpaint mask blur 4th": "重绘蒙版边缘模糊度", + "Inpaint mask blur 5th": "重绘蒙版边缘模糊度", + "Inpaint masked": "重绘蒙版内容", + "Inpaint not masked": "重绘非蒙版内容", + "inpaint_only": "inpaint_only (仅局部重绘)", + "inpaint_only+lama": "inpaint_only+lama (仅局部重绘 + 大型蒙版)", + "Inpaint only masked": "仅重绘蒙版内容", + "Inpaint only masked 2nd": "仅重绘蒙版内容", + "Inpaint only masked 3rd": "仅重绘蒙版内容", + "Inpaint only masked 4th": "仅重绘蒙版内容", + "Inpaint only masked 5th": "仅重绘蒙版内容", + "Inpaint only masked padding, pixels": "仅重绘蒙版区域边缘预留像素", + "Inpaint only masked padding, pixels 2nd": "仅重绘蒙版区域边缘预留像素", + "Inpaint only masked padding, pixels 3rd": "仅重绘蒙版区域边缘预留像素", + "Inpaint only masked padding, pixels 4th": "仅重绘蒙版区域边缘预留像素", + "Inpaint only masked padding, pixels 5th": "仅重绘蒙版区域边缘预留像素", + "inpaint sketch": "涂鸦重绘", + "Inpaint sketch": "涂鸦重绘", + "Inpaint upload": "上传重绘蒙版", + "inpaint width": "重绘宽度", + "inpaint width 2nd": "重绘宽度", + "inpaint width 3rd": "重绘宽度", + "inpaint width 4th": "重绘宽度", + "inpaint width 5th": "重绘宽度", + "(in pixels)": "(单位: 像素)", + "Input": "导入", + "Input directory": "输入目录", + "Input Directory": "输入目录", + "Input Folder": "输入文件夹", + "Input Image": "输入图像", + "Input images directory": "输入图像目录", + "Input Mesh (.ply | .obj)": "输入网格文件 (.ply | .obj)", + "Input <= Output": "输出图像 发送到 输入图像", + "Input path": "输入目录", + "Input Video": "输入视频", + "In queue...": "排队中……", + "In Res": "输入分辨率", + "(in sampling steps - show new live preview image every N sampling steps; -1 = only show after completion of batch)": "(每N个采样步骤更新一次实时预览图像; 设置为-1以在每批次完成后显示)", + "Insert after": "后插", + "Insert before": "前插", + "Inspect": "检查", + "install": "安装", + "Install": "安装", + "installation": "installation (装置艺术)", + "installed": "已安装", + "Installed": "已安装", + "Install from URL": "从网址安装", + "Installing...": "正在安装...", + "Instead it will pick up all files in the \\upscale_me\\ folder and upscale them with below settings.": "相对应的会用 \\upscale_me\\ 文件夹中的文件按照下列设置对它们进行放大。", + "instructs the run to start from a specified point": "指示运行从指定点开始", + "integrations": "集成功能", + "interactive splines and Bezier curves": "交互式样条曲线和贝赛尔曲线", + "Intermediate files path": "临时文件路径", + "Intermediate results may look better than the end results. /!\\ Intermediate results are cleaned after each run, save them elsewhere if you want to keep them.": "中间的结果可能比最终结果看起来更好。提示: 中间的结果在每次运行后都会被清理,如果你想保留它们,就把它们保存在其它地方", + "internal order": "内部排序", + "Interpolation": "插值", + "interpolation method": "插值模式", + "Interpolation method": "插值算法", + "Interpolation Method": "融合算法", + "Interrogate": "反推提示词", + "Interrogate\nCLIP": "CLIP\n反推", + "Interrogate\nDeepBooru": "DeepBooru\n反推", + "Interrogate: keep models in VRAM": "反推:将模型保留在显存中", + "Interrogate Options": "反推设置", + "Interrogate Result": "反推结果", + "Interrogate Selected Image": "反推所选图片", + "Interrogator": "反推模型", + "Interrogator Settings": "反推器设置", + "interrupt": "中止", + "Interrupt": "中止", + "In the main tab, set the subject to humanoids": "在主菜单标签页, 设置主题为 humanoids (人形)", + "In the prefix prompt field then add for example: Art by artistname, 2 people": "然后在前缀提示词段中添加示例: Art by artistname, 2 people", + "(in tokens - for texts shorter than specified, if they don't fit into 75 token limit, move them to the next 75 token chunk)": "(Token 中短于指定长度的提示词, 如果它们不符合 75 Tokens 的上限, 则将他们移至下一个 75 Tokens 组中)", + "Invert": "反相", + "Invert colors": "反转颜色", + "Invert colors if your image has white background.": "对于白色背景图片请开启颜色反转。", + "Invert DepthMap": "反转深度图", + "Invert DepthMap (black=near, white=far)": "反转深度图(黑色=近,白色=远)", + "invert (from white bg & black line)": "invert (白底黑线反色)", + "Invert Input Color": "反转输入颜色", + "Invert mask": "反转蒙版", + "Invert selection": "反向选择", + "is also a good option, it makes compact math formulae for Deforum keyframes by selecting various waveforms.": " 也是一个很好的选择,它可以通过选择各种波形来为 Deforum 关键帧生成严谨的数学公式.", + "is equivalent to": "等同于", + "is experimental functions and NO PROOF of effectiveness.": " 为实验性功能,不保证有效性。", + "is set,": "已经设置数值,", + "Iterate seed every line": "每行输入都换一个随机种子", + "It takes time, just wait. Check console log for detail": "检查需要一段时间,请耐心等待。检查控制台日志以查看详情。", + "It will then recognize the body type and not generate it. It also recognizes the keyword wearing, and will not generate an outfit.": "然后,它将识别体型来避免生成对应体型。它同样能识别关键词 \"穿着\",避免生成服装。", + "It will translate prompt from your native language into English. So, you can write prompt with your native language.": "这会将您输入的提示词翻译为英文。因此,您可以直接用母语输入提示词。", + "I want to preview GroundingDINO detection result and select the boxes I want.": "我想预览 GroundingDINO 的结果并选择我想要的箱体。", + "Javascript logs": "Javascript 日志", + "JavaScript selection method": "前端选择样式", + "Jitter step:": "抖动步数: ", + "Jitter the seeds of sub-generations when doing a rolling generation (Still deterministic)": "在进行梯度放大倍数生成时, 对子代生成的随机种子进行抖动 (图像依旧可复现)", + "Join the": "加入", + "- Joints and Limbs": "- 关节和四肢", + "json path": "json 路径", + "JSON Validator": "JSON 检查器中检查", + "Just resize": "仅调整大小", + "Just Resize": "仅调整大小", + "Just resize (latent upscale)": "调整大小 (潜空间放大)", + "Keep -1 for seeds": "保持种子随机", + "Keep at 1 for normal behavior.\nSet to different values to compound that many prompts together. My suggestion is to try 2 first.": "设置为 1 保持正常行为。\n设置其他数值来混合更多提示词。我的建议是先尝试设置为 2 。", + "Keep blank if you don't have mask": "如果没有遮罩, 请保持空白", + "Keep Imgs": "保留原图", + "Keep models in VRAM": "将模型保留在显存中", + "Keep occlusion edges": "保持边缘封闭", + "Keep original size": "保持原始尺寸", + "Keep temp images": "保留临时图像", + "Keep the Ratio": "保持图像比例", + "keep whatever was there originally": "保留原来的图像,不进行预处理", + "Kernel schedule": "Kernel 值表", + "Keyframes": "关键帧", + "Keyframes: animation settings (animation mode, max frames, border)": "关键帧:动画设置(动画模式,最大帧数,边界)", + "Keyframes: coherence (color coherence & cadence)": "关键帧:一致性(颜色一致性和间隔)", + "Keyframes: depth warping": "关键帧:深度扭曲", + "Keyframes: generation settings (noise, strength, contrast, scale).": "关键帧:通用设置(噪点,强度,对比度,缩放)", + "Keyframes: motion parameters for 2D and 3D (angle, zoom, translation, rotation, perspective flip).": "关键帧:2D 和 3D 的运动参数(角度,缩放,变换,旋转,透视翻转)", + "Keywords": "关键词", + "Label": "标记", + "LAB is a more linear approach to mimic human perception of color space - a good default setting for most users.": "LAB 是一种更为线性的方法,可以模拟人类对色彩空间的感知——这是大多数用户的一个很好的默认设置。", + "ladder": "阶梯式", + "Lanczos": "Lanczos", + "landscape": "landscape (景观)", + "landscape - A landscape or a landscape with a building.": "landscape - 景观 - 一般景观或有建筑的景观。", + "Last message": "最后输出信息", + "Latent Mirror mode": "潜空间镜像应用模式", + "Latent Mirror style": "潜空间镜像方式", + "latent noise": "潜空间噪声", + "latent nothing": "空白潜空间", + "Latent tile batch size": "潜空间分块单批数量", + "Latent tile height": "潜空间分块高度", + "Latent tile overlap": "潜空间分块重叠", + "Latent tile width": "潜空间分块宽度", + "latest": "最新", + "Layer1": "图层 1", + "Layer1 mask blur": "图层 1 蒙版模糊度", + "Layer1 mask strength": "图层 1 蒙版强度", + "Layer1 opacity": "图层 1 透明度", + "Layer2": "图层 2", + "Layer2 mask blur": "图层 2 蒙版模糊度", + "Layer2 mask strength": "图层 2 蒙版强度", + "Layer2 opacity": "图层 2 透明度", + "Layer3": "图层 3", + "Layer3 mask blur": "图层 3 蒙版模糊度", + "Layer3 mask strength": "图层 3 蒙版强度", + "Layer3 opacity": "图层 3 透明度", + "Layer4": "图层 4", + "Layer4 mask blur": "图层 4 蒙版模糊度", + "Layer4 mask strength": "图层 4 蒙版强度", + "Layer4 opacity": "图层 4 透明度", + "Layer5": "图层 5", + "Layer5 mask blur": "图层 5 蒙版模糊度", + "Layer5 mask strength": "图层 5 蒙版强度", + "Layer5 opacity": "图层 5 透明度", + "Layers": "图层", + "Lazy": "保守", + "LDSR processing steps. Lower = faster": "LDSR 处理步数。越少越快", + "Learning rate": "学习率", + "Learning Rate": "学习率", + "Learning Rate Scheduler": "学习率调度器", + "Learning Rate Warmup Steps": "学习率预热步数", + "Leave blank to save images to the default path.": "留空以将图像保存到默认路径", + "Leave blank to save images to the same path.": "留空以将图像保存到相同路径", + "Leave empty for auto": "留空时自动生成", + "Leave empty for default main branch": "留空以使用默认分支", + "Leave empty to use img2img batch controlnet input directory": "留空以使用图生图批量处理 ControlNet 输入目录", + "Leave empty to use input directory": "留空以使用普通输入目录", + "Leave empty to use the same name as model and put results into models/Unet-onnx directory": "留空以使用与 checkpoint 模型相同的名称, 并将转换出的模型放入 models/Unet-onnx 目录", + "Leave empty to use the same name as onnx and put results into models/Unet-trt directory": "留空以使用与 onnx 模型相同的名称, 并将转换出的模型放入 models/Unet-trt 目录", + "Leave the prompt field empty": "提示词段留空", + "Leave this alone unless you know what you are doing": "不明白这个选项的意思的话最好不要动", + "left": "左", + "Left click the image to add one positive point (black dot). Right click the image to add one negative point (red dot). Left click the point to remove it.": "左键点击图像添加一个黑色的正向标记点(想提取的部分)。右键点击图像添加一个红色的反向标记点(不想提取的部分)。左键再次点击可以删除标记点。", + "left-right": "左 - 右", + "Legacy hash": "旧哈希值", + "Leg Length": "腿部长度", + "Len": "长度", + "Lerp": "线性插值", + "Licenses": "许可协议", + "light": "light (照明艺术)", + "lighten": "变亮", + "like here": "链接", + "Linear": "线性", + "linear_burn": "线性加深", + "linear_dodge": "线性减淡", + "linear_light": "线性光", + "Lineart": "Lineart (线稿)", + "lineart_anime": "lineart_anime (动漫线稿提取)", + "lineart_anime_denoise": "lineart_anime_denoise (动漫线稿提取 - 去噪)", + "lineart_coarse": "lineart_coarse (粗略线稿提取)", + "lineart_realistic": "lineart_realistic (写实线稿提取)", + "lineart_standard (form white bg & black line)": "lineart_standard (标准线稿提取 - 白底黑线)", + "lineart_standard (from white bg & black line)": "lineart_standard (标准线稿提取 - 白底黑线反色)", + "line drawing": "line drawing (线描)", + "Link to DeepL": "Deepl 在线翻译链接", + "List loaded embeddings": "获取嵌入式模型列表", + "List of active tabs (separated by commas). Available options are txt2img, img2img, txt2img-grids, img2img-grids, Extras, Favorites, Others. Custom folders are also supported by specifying their path.": "激活的图像保存目录标签 (用逗号分隔). 可用的标签有, 文生图(txt2img),图生图(img2img), 文生图-网格(txt2img-grids), 图生图-网格(img2img-grids), 后期处理(Extras), 收藏夹(Favorites), 其它(Others). 也可以通过指定文件目录来自定义目录标签.", + "List of model names (with file extension) or their hashes to use as black/whitelist, separated by commas.": "用于黑/白名单的模型名称(带文件扩展名)或其哈希值的列表,用逗号分隔", + "List of prompt inputs": "提示词输入列表", + "List of setting names, separated by commas, for settings that should go to the quick access bar at the top, rather than the usual setting tab. See modules/shared.py for setting names. Requires restarting to apply.": "设置项名称的列表,以英文逗号分隔,该设置会移动到顶部的快速访问栏,而不是默认的设置选项卡。有关设置名称,请参阅 modules/shared.py。(需保存设置并重启)", + "Live preview display period": "实时预览显示周期", + "Live preview file format": "实时预览文件格式", + "Live preview method": "实时预览模式", + "Live previews": "实时过程预览", + "Live preview subject": "实时预览主体", + "⚙️ Load": "⚙️ 加载", + "Load": "加载", + "Load All Settings": "载入所有设置", + "Load an image.": "加载一张图片", + "Load BG": "加载背景图", + "Load from:": "加载扩展列表", + "Load from JSON": "加载 JSON", + "Load from subdirectories": "从子目录中加载", + "load_history": "加载历史记录", + "Loading...": "载入中...", + "Load models/files in hidden directories": "加载隐藏目录中的模型/文件", + "Load models using stream loading method": "使用流式模型加载方法", + "Load Params": "载入参数", + "Load Preset": "加载预设", + "Load results": "加载结果", + "Load Scene": "加载场景", + "Load Settings": "载入设定", + "Load Video Settings": "载入视频设置", + "Local directory name": "本地目录名", + "localization": "本地化", + "Localization": "本地化", + "Localization file (Please leave `User interface` - `Localization` as None)": "本地化文件 (请将\"用户界面\" - “本地化翻译”选项设置为“无”)", + "Localization (requires restart)": "本地化翻译(需要重启)", + "Location": "FFmpeg 所在位置", + "Log": "日志", + "Log directory": "日志目录", + "Logo": "图标", + "Loop": "循环", + "Loopback": "回送", + "[Loopback] Automatically send generated images to this ControlNet unit": "[回送] 自动将生成后的图像发送到此 ControlNet 单元", + "Loopback option": "回送选项", + "Loopback source": "回送源", + "Looping recommendations:": "循环设置建议:", + "Loops": "回送次数", + "LoRA Block Weight": "LoRA Block Weight (LoRA 区块权重配置)", + "LoRA directory (if not default)": "LoRA 模型文件目录 (如非默认)", + "LoRA model name filter": "按名称过滤低秩微调 (LoRA) 模型", + "Lora: use old method that takes longer when you have multiple Loras active and produces same results as kohya-ss/sd-webui-additional-networks extension": "Lora: 使用旧的加载方法,当多个 Lora 激活时需要更长的时间,并且可以生成与 kohya-ss/sd-webui-additional-networks 扩展相同的结果", + "low contrast": "low contrast (低对比度)", + "Low fps": "低帧率", + "(Low values = visible seam)": "(数值越低=接缝越明显)", + "Low VRAM": "低显存模式", + "Low VRAM (8GB or below)": "低显存 (8 GB 以下) 模式", + "luminism": "luminism (光色派)", + "M00": "中间层", + "M_A_00": "模型 A 中间层", + "Made by": "制作方: ", + "Made by deforum.github.io, port for AUTOMATIC1111's webui maintained by kabachuha": "由 deforum.github.io 制作,AUTOMATIC1111 的 webui 移植版本由 kabachuha 维护", + "magical realism": "magical realism (魔幻现实主义)", + "Main": "主菜单", + "Main menu position": "主菜单位置", + "Main Settings": "主设置", + "Maintenance": "维护", + "Make a backup copy of the model being edited when saving its metadata.": "保存元数据时,备份当前编辑的模型文件", + "Make an attempt to produce a picture similar to what would have been produced with same seed at specified resolution": "尝试生成与同一种子在特定分辨率下产生的图片相似的图片", + "Make GIF": "制作 GIF", + "Make Hires. fix+ run before any other extensions (will reload WebUI)": "使 高分辨率修复PLUS 在其它所有插件前执行 (勾选后会立刻重载WebUI)", + "Make Images": "制作图像", + "Make K-diffusion samplers produce same images in a batch as when making a single image": "使 K-diffusion 采样器在批量生成与生成单个图像时,产出相同的结果", + "Make LoRA (A-B)": "制作差分 LoRA (A-B)", + "Make LoRA (alpha * A - beta * B)": "制作差分 LoRA (α × A - β × B)", + "Make your changes, press 'View changes' to review the changed default values,": "修改后通过点击 '查看更改' 来复查修改后的默认设置数值。\n然后点击 \"应用\" 把更改后的数值写入到 webui 根目录中的 ui-config.json文件中。", + "Make your choices, adjust your settings, set a name, save. To edit a prior choice, select from dropdown and overwrite.": "做出选择,调整设置,设置名称,保存。要编辑先前的选择,请从下拉列表中选择并覆盖。", + "Make Zip when Save?": "保存时创建 zip 压缩文件?", + "Manage Extensions": "管理扩展", + "manga": "manga (日漫)", + "manipulations": "图片处理", + "Manual install": "手动安装", + "mask": "蒙版", + "Mask": "蒙版", + "Mask blur": "蒙版边缘模糊度", + "Mask Blur Kernel Size": "蒙版模糊内核大小", + "Mask Blur Kernel Size(GaussianBlur)": "蒙版模糊内核大小(高斯模糊)", + "Mask Blur Kernel Size(MedianBlur)": "蒙版模糊内核大小(中值模糊)", + "Mask brightness adjust": "蒙版亮度调整", + "Mask by Category": "按分类创建蒙版", + "mask content ratio": "蒙版内容比例", + "Mask contrast adjust": "蒙版对比度调整", + "Mask directory": "遮罩图像目录", + "Masked content": "蒙版区域内容处理", + "Mask erosion (-) / dilation (+)": "蒙版图像腐蚀 (-) / 蒙版图像膨胀 (+)", + "Mask erosion (-) / dilation (+) 2nd": "蒙版图像腐蚀 (-) / 蒙版图像膨胀 (+)", + "Mask erosion (-) / dilation (+) 3rd": "蒙版图像腐蚀 (-) / 蒙版图像膨胀 (+)", + "Mask erosion (-) / dilation (+) 4th": "蒙版图像腐蚀 (-) / 蒙版图像膨胀 (+)", + "Mask erosion (-) / dilation (+) 5th": "蒙版图像腐蚀 (-) / 蒙版图像膨胀 (+)", + "Mask file": "蒙版文件", + "Mask fill": "蒙版填充", + "Mask for ControlNet Inpaint": "用于 ControlNet 重绘的蒙版", + "mask image:": "蒙版图像:", + "Masking Method": "蒙版方式", + "Mask max area ratio": "蒙版区域最大比率", + "Mask max area ratio 2nd": "蒙版区域最大比率", + "Mask max area ratio 3rd": "蒙版区域最大比率", + "Mask max area ratio 4th": "蒙版区域最大比率", + "Mask max area ratio 5th": "蒙版区域最大比率", + "Mask merge mode": "蒙版合并模式", + "Mask merge mode 2nd": "蒙版合并模式", + "Mask merge mode 3rd": "蒙版合并模式", + "Mask merge mode 4th": "蒙版合并模式", + "Mask merge mode 5th": "蒙版合并模式", + "Mask min area ratio": "蒙版区域最小比率", + "Mask min area ratio 2nd": "蒙版区域最小比率", + "Mask min area ratio 3rd": "蒙版区域最小比率", + "Mask min area ratio 4th": "蒙版区域最小比率", + "Mask min area ratio 5th": "蒙版区域最小比率", + "Mask mode": "蒙版模式", + "Mask Mode": "蒙版模式", + "Mask Mode(Override img2img Mask mode)": "蒙版模式(覆盖图生图的蒙版模式)", + "Mask option": "蒙版选项", + "Mask overlay blur": "蒙版覆盖模糊度", + "Mask Preprocessing": "蒙版处理", + "Mask schedule": "蒙版参数表", + "Mask Setting": "蒙版设置", + "masks from files: in [], like [mask1.png]": "从文件中获取蒙版:[] ,比如 [mask1.png]", + "Mask size": "蒙版尺寸", + "Mask source": "蒙版来源", + "Mask Target (e.g., girl, cats)": "蒙版目标(如 girl, cats)", + "Mask Threshold": "蒙版阈值", + "Mask transparency": "蒙版透明度", + "Mask x(→) offset": "蒙版 X 轴 (→) 偏移", + "Mask x(→) offset 2nd": "蒙版 X 轴 (→) 偏移", + "Mask x(→) offset 3rd": "蒙版 X 轴 (→) 偏移", + "Mask x(→) offset 4th": "蒙版 X 轴 (→) 偏移", + "Mask x(→) offset 5th": "蒙版 X 轴 (→) 偏移", + "Mask y(↑) offset": "蒙版 Y 轴 (↑) 偏移", + "Mask y(↑) offset 2nd": "蒙版 Y 轴 (↑) 偏移", + "Mask y(↑) offset 3rd": "蒙版 Y 轴 (↑) 偏移", + "Mask y(↑) offset 4th": "蒙版 Y 轴 (↑) 偏移", + "Mask y(↑) offset 5th": "蒙版 Y 轴 (↑) 偏移", + "Match input size": "匹配输入图尺寸", + "Max": "最大值", + "Max Crop Size": "最大修复尺寸", + "max frames": "最大帧数", + "Max frames": "最大帧数", + "Max Image Size": "最大图像尺寸", + "Maximize area": "最大化面积", + "Maximum aesthetic_score": "最大美学评分", + "Maximum batch size": "最大单批数量", + "Maximum execution time (seconds)": "最大执行时间(以秒为单位)", + "Maximum height": "最大高度", + "Maximum Image Height:": "图片最大高度", + "Maximum image size": "最大图像尺寸", + "Maximum image size, in megapixels": "上述选项的最大图像尺寸,单位:百万像素", + "Maximum Image Width:": "图片最大宽度:", + "Maximum Image Width/Height:": "图片最大宽度/高度:", + "Maximum keyframe gap": "最大关键帧间隔", + "Maximum number of faces to detect": "检测的最大人脸数量", + "Maximum number of images in upscaling cache": "图像放大缓存中的最大图片数量", + "Maximum prompt token count": "最大提示词词元长度", + "Maximum ranking": "最高评分", + "Maximum results": "候选Tag最大数量", + "Maximum score": "最高评分", + "Maximum width": "最大宽度", + "Max key frames": "最大关键帧数", + "Max models": "最大模型数量", + "Max number of dataset folders to show": "要显示的最大数据集文件夹数", + "Max number of top tags to show": "要显示的最大常见标签数", + "Max prompt words for [prompt_words] pattern": "用于替代 [prompt_words] 占位符的最大提示词数量", + "Max resolution of temporary files": "临时文件最大分辨率", + "Max steps": "最大步数", + "Max Token Length": "最大词元长度", + "M_B_00": "模型 B 中间层", + "MBW": "分块设置权重(MBW)", + "MBW Each": "A/B 模型分别分块设置权重 (MBW Each)", + "mbw weights": "分块权重", + "mediapipe_face": "mediapipe_face (脸部边缘检测)", + "melanin": "melanin (黑色素/黑人)", + "Memory": "内存", + "Memory optimization": "显存优化选项", + "Memory usage": "内存使用量", + "Merge": "合并", + "Merge!": "融合", + "Merge and gen": "融合并生成", + "Merge And Gen": "融合并生成", + "Merge and Invert": "合并且反相", + "Merge Block Weighted": "模型分块合并", + "Merge&Gen": "融合并生成", + "Merge LoRAs": "合并 LoRA", + "Merge mode": "合并模式", + "Merge Mode": "融合算法", + "Merge models and load it for generation": "融合模型并生成图片", + "Merge to Checkpoint": "合并到大模型", + "Message": "信息", + "messy": "messy (混乱)", + "Metadata to show in XY-Grid label for Model axes, comma-separated (example: \"ss_learning_rate, ss_num_epochs\")": "显示在 X/Y 表标签下的元数据选项,以逗号分隔(示例:\"ss_learning_rate, ss_num_epochs\")", + "Method": "方案", + "MiDaS weight (vid2depth)": "MiDaS 权重 (vid2depth)", + "Min": "最小值", + "Minimize error": "最小错误阈值", + "minimum aesthetic_score": "按美学评分下限过滤", + "Minimum aesthetic_score": "最小美学评分", + "Minimum batch size": "最小单批数量", + "Minimum height": "最小高度", + "Minimum keyframe gap": "最小关键帧间隔", + "Minimum lighting ratio": "最小照明比率", + "Minimum number of pages per load": "每次加载的最小页数", + "Minimum prompt token count": "最小提示词词元长度", + "Minimum ranking": "最低评分", + "Minimum score": "最低评分", + "Minimum steps": "最小迭代步数", + "Minimum width": "最小宽度", + "min_mask_region_area": "最小蒙版面积", + "Min-max": "最低 - 最高", + "Mirror webcam": "镜像网络摄像头", + "missing metadata": " 无元数据", + "Mixed": "混合", + "Mixed Precision": "混合精度", + "MLDanbooru Tagger": "ML-Danbooru 标签器", + "mlsd": "mlsd (M-LSD 直线线条检测)", + "MLSD": "MLSD (直线)", + "mode": "模式", + "Mode": "模式", + "model": "模型", + "Model": "模型", + "Model 1": "模型 1", + "Model 2": "模型 2", + "Model 3": "模型 3", + "Model 4": "模型 4", + "Model 5": "模型 5", + "model A": "模型 A", + "model_A": "模型 A", + "Model A": "模型 A", + "Model_A": "模型A", + "model B": "模型 B", + "model_B": "模型 B", + "Model B": "模型 B", + "Model_B": "模型 B", + "model C": "模型 C", + "Model C": "模型 C", + "Model cache size (requires restart)": "模型缓存数量 (需重启)", + "Model compile mode (experimental)": "模型编译模式(实验性)", + "Model Converter": "模型转换", + "Model description/readme/notes/instructions": "模型的描述信息/说明/注释/指引", + "model hash": "模型哈希值", + "Model hash": "模型哈希值", + "Model Name": "模型名称", + "model of the upscaler to use. 'realesr-animevideov3' is much faster but yields smoother, less detailed results. the other models only do x4": "需要使用的超分模型。 'realesr-animevideov3' 速度更快但生成的结果更平滑、更详细。其他超分模型只支持 4 倍放大", + "Model path": "模型路径", + "Model Path": "模型路径", + "Model path filter": "按模型路径过滤", + "models": "模型相关", + "Models": "模型", + "Models...": "模型列表...", + "Model Toolkit": "模型工具箱", + "model to use": "使用的模型", + "Model Type": "模型种类", + "Model Types": "模型种类", + "Model Version": "模型版本", + "Mode to add the extra tags to the main tag list": "选择将额外标签添加到主要标签列表的模式", + "Mode to use for model list": "模型列表模式", + "Modules": "模块", + "monochromatic": "monochromatic (单色调)", + "More info about Anti Burn": "关于 Anti Burn 的更多信息", + "Motion": "运动参数", + "Mov2Mov output path for image": "Mov2Mov 图片输出路径", + "Mov2Mov output path for vedio": "Mov2Mov 视频输出路径", + "Mov2Mov output path for video": "Mov2Mov 视频输出路径", + "Move buttons copy instead of move": "将图库浏览器内所有 \"移动\" 按钮改为 \"复制\" 按钮", + "Move completion popup together with text cursor": "将弹出窗口与文本光标一起移动", + "Move ControlNet images to CPU (if applicable)": "将 ControlNet 图像移动到 CPU (如果适用)", + "Move ControlNet tensor to CPU (if applicable)": "将 ControlNet tensor 移至CPU (如果适用)", + "Move/Copy/Delete matching .txt files": "将图片的移动、复制、删除操作应用到与之同名的 txt 文件", + "Move face restoration model from VRAM into RAM after processing": "处理完成后,将面部修复模型从显存卸载到内存", + "Move File(s)": "移动文件", + "Move Mode (X key)": "移动模式(X 键)", + "Move or Delete": "移动或删除", + "Move quicksettings to image setting panel": "移动快速设置到左侧图像设置面板", + "Move to favorites": " 移动到收藏夹", + "Move VAE and CLIP to RAM when training hypernetwork. Saves VRAM.": "训练超网络时将 VAE 和 CLIP 模型移动到内存,可节省显存", + "Move VAE and CLIP to RAM when training if possible": "训练时尽可能将 VAE 与 CLIP 模型移动到内存", + "Move VAE and CLIP to RAM when training if possible. Saves VRAM.": "如果可行,训练时将 VAE 和 CLIP 模型从显存移动到内存,可节省显存", + "Move VAE to GPU": "将 VAE 移动到 GPU", + "Move VAE to GPU (if possible)": "将 VAE 移动到 GPU (如果允许)", + "Moving the canvas": "移动画布", + "Multi ControlNet: Max models amount (requires restart)": "ControlNet Unit 的最大数量 (需重启)", + "Multi-frame rendering": "多帧渲染", + "Multi Merge": "多重合并", + "Multi Model Merge": "多模型合并", + "Multiplication (2^N)": "倍率 (2^N)", + "multiplier": "倍率", + "Multiplier": "倍率", + "Multiplier for extra networks": "扩展模型默认权重", + "Multiplier (M) - set to 0 to get model A": "融合比例 (M) - 设为 0 等价于直接输出模型 A", + "multiply": "乘积", + "Multi Proc Cmd": "多进程命令", + "(must be < sampling steps)": "(需小于迭代步数)", + "My prompt is more important": "更偏向提示词", + "naive": "朴素卷积算法", + "naive_interpolating": "朴素插值算法", + "name": "名称", + "Name": "名称", + "Name 0": "名称 0", + "Name 1": "名称 1", + "Name 10": "名称 10", + "Name 11": "名称 11", + "Name 12": "名称 12", + "Name 13": "名称 13", + "Name 14": "名称 14", + "Name 15": "名称 15", + "Name 2": "名称 2", + "Name 3": "名称 3", + "Name 4": "名称 4", + "Name 5": "名称 5", + "Name 6": "名称 6", + "Name 7": "名称 7", + "Name 8": "名称 8", + "Name 9": "名称 9", + "nature": "nature (自然主义)", + "Navigate image viewer with gamepad": "使用游戏手柄导航图像查看器", + "Near clip": "近端衰减", + "need input your want to translate": "请输入你想翻译的内容", + "negative": "反向", + "Negative Guidance minimum sigma": "反向提示词引导最小 sigma", + "Negative prompt": "反向提示词", + "Negative Prompt": "反向提示词", + "Negative prompt for hires fix pass.\nLeave empty to use the same negative prompt as in first pass.": "用于高分修复层的反向提示词\n留空以使用与第一层相同的提示词", + "Negative prompt (press Ctrl+Enter or Alt+Enter to generate)": "反向提示词 (按 Ctrl+Enter 或 Alt+Enter 开始生成)\nNegative prompt", + "Negative Prompts": "反向提示词", + "negative prompt to be appended to *all* prompts. DON'T use --neg here!": "反向提示词会被添加到左右提示词内,请勿在此处使用 --neg 字段", + "Negative Prompt Weight": "反向提示词权重", + "Negative Prompt, will also be appended": "追加反向提示词", + "Net height": "深度图高度", + "Net width": "深度图宽度", + "Network module": "附加网络模块", + "Network module 1": "附加模型 1", + "Network module 2": "附加模型 2", + "Network module 3": "附加模型 3", + "Network module 4": "附加模型 4", + "Network module 5": "附加模型 5", + "Never": "从不", + "Nevysha Cozy Nest Settings": "Nevysha Cozy Nest 设置", + "Nevysha Cozy Nest Update Info": "Nevysha Cozy Nest 更新信息", + "New Canvas Height": "新画布高度", + "New Canvas Width": "新画布宽度", + "New defaults will apply after you restart the UI.": "新的默认设置将会在重启 UI 后应用。", + "newest first": "按发布日期倒序", + "New preset name ": "新预设名称", + "New Scribble Drawing Height": "新线稿画板高度", + "New Scribble Drawing Width": "新线稿画板宽度", + "Next batch": "下一批", + "Next Page": "下一页", + "no": "否", + "No": "否", + "no-ema": "删除 EMA 权重", + "no find:": "未找到:", + "no image selected": "没有图片被选中", + "No interpolation": "原样输出", + "No interpolation will be used. Requires one model; A. Allows for format conversion and VAE baking.": "直接输出主要模型。需要一个模型 A。可用于模型格式转换和嵌入 VAE。", + "Noise": "噪声", + "Noise Inversion": "噪声反转", + "Noise mask schedule": "噪点蒙版参数表", + "(noise multiplier; applies to Euler a and other samplers that have a in them)": "(噪声倍数: 适用于 Euler a 和其它具有 a 的采样方法)", + "Noise multiplier for img2img": "图生图噪声倍率", + "(noise multiplier; higher = more unperdictable results)": "(噪声倍数: 越高=结果越难以预测)", + "Noise multiplier schedule": "噪声乘法调度(Noise multiplier schedule)", + "Noise schedule": "噪点值表", + "Noise Tolerance": "噪声容忍度", + "Noise type": "噪声类型", + "No model has new version": "所有模型均是最新版本", + "none": "无", + "None": "无", + "NONE": "无", + "None (just grayscale)": "什么都不做(灰度模式)", + "None - prompt only": "无 - 仅提示词", + "normal": "正常", + "Normal": "常规", + "normal_bae": "normal_bae (Bae 法线贴图提取)", + "Normally, it creates a single random prompt. With prompt compounder, it will generate multiple prompts and compound them together.": "一般情况下只能创建一个单一的随机提示。但有了提示词混合,可以生成多个提示词并将它们复合在一起。", + "(normally you'd do less with less denoising)": "(正常情况下越小的重绘幅度需要的迭代步数更少)", + "normal_midas": "normal_midas (Midas 法线贴图提取)", + "Normal with batch": "正常(带批处理)", + "not": "不会", + "Note that parseq overrides:": "以下参数将会被参数定序器覆盖设置:", + "(not for Video Input mode)": " (不用于视频输入模式)", + "Nothing here. Add some content to the following directories:": "暂无内容。请添加模型到以下目录:", + "nudity": "nudity (裸体)", + "NUl Image Enhancer": "NUI 图像增强", + "Number of columns on the page": "每页列数", + "Number of frames": "总帧数", + "Number of iterations": "迭代次数", + "Number of negative vectors per token": "每个词元的反向向量数", + "Number of repeats for a single input image per epoch; used only for displaying epoch number": "每期 (epoch) 中单个输入图像的重复次数; 仅用于显示期数", + "Number of rows on the page": "每页行数", + "Number of samples to generate": "要生成的样本数量", + "Number of Samples to Generate": "要生成的样本数量", + "Number of sampling steps for upscaled picture. If 0, uses same as for original.": "高分辨率修复图片的迭代步数。如果为0,则使用与文生图设置相同的迭代步数。", + "number of the frames that we will blend between current imagined image and input frame image": "当前想象图像和输入帧图像之间混合的帧数", + "Number of vectors per token": "每个词元的向量数", + "(O10) Output ckpt Name": "(O10) 输出模型文件名", + "(O1) Output ckpt Name": "(O1) 输出模型文件名", + "(O2) Output ckpt Name": "(O2) 输出模型文件名", + "(O3) Output ckpt Name": "(O3) 输出模型文件名", + "(O4) Output ckpt Name": "(O4) 输出模型文件名", + "(O5) Output ckpt Name": "(O5) 输出模型文件名", + "(O6) Output ckpt Name": "(O6) 输出模型文件名", + "(O7) Output ckpt Name": "(O7) 输出模型文件名", + "(O8) Output ckpt Name": "(O8) 输出模型文件名", + "(O9) Output ckpt Name": "(O9) 输出模型文件名", + "object": "object (物件)", + "object - Can be a random object, a building or a vehicle.": "object - 物件 - 可以是一个随机的物体,也可以是一个建筑物或一辆车。", + "octane render": "octane render (OC渲染)", + "official Deforum Discord": " Deforum 官方 Discord 频道", + "Official Deforum Wiki:": "Deforum 官方 Wiki: ", + "# of threads to use for hash calculation (increase if using an SSD)": "用于哈希计算的线程数 (如果使用 SSD 可适当增加)", + "oldest first": "按发布日期正序", + "Once turned on, it will retry for n amount of times to get an image with the quality score. If not, it will take the best image so far and continue.": "一旦启用,它将持续生成 N 次以获得具有一定质量分数的图像。如果没有,它将保留评分最好的图像持续生成。", + "One Button Prompt": "One Button Prompt (一键生成提示词)", + "One Button Run and Upscale": "一键运行并放大", + "online": "线上服务", + "Online 3D Openpose Editor": "在线 3D Openpose 编辑器", + "(only applies if non-zero and overrides above)": "(仅在数值设置为非零时启用, 启用时覆盖原 Token 合并比率设置)", + "Only applies to inpainting models. Determines how strongly to mask off the original image for inpainting and img2img. 1.0 means fully masked, which is the default behaviour. 0.0 means a fully unmasked conditioning. Lower values will help preserve the overall composition of the image, but will struggle with large changes.": "仅适用于局部重绘专用的模型(模型后缀为 inpainting.ckpt 的模型)。决定了蒙版在局部重绘以及图生图中屏蔽原图内容的强度。 1.0 表示完全屏蔽原图,这是默认行为。0.0 表示完全不屏蔽让原图进行图像调节。较低的值将有助于保持原图的整体构图,但很难遇到较大的变化", + "Only copy to models with no metadata": "仅复制到不含元数据的模型", + "Only copy to models with same session ID": "仅复制到具有相同 Session ID 的模型", + "Only Hand": "仅显示手部(移除脚部)", + "*Only in use with pix2pix checkpoints!*": "*仅在加载 Pix2Pix 模型时生效!*", + "Only masked": "仅蒙版区域", + "Only masked padding, pixels": "仅蒙版区域下边缘预留像素", + "only other types --> Will pick only from the more unique types, such as stained glass window or a funko pop": "only other types -- 仅其它类型 --> 只从其它更独特的类型中挑选,如彩色玻璃窗或一只玩具人偶。", + "Only show alias": "仅展示别名", + "Only Show Models have no Info": "只显示缺少信息的模型", + "Only show models that have/don't have user-added metadata": "按是否有元数据过滤模型", + "Only show .safetensors format models": "只显示 .safetensors 格式的模型", + "Only store preferences locally": "仅在本地保存设置", + "Only upscale will not use txt2img to generate an image.": "仅放大时不会通过文生图功能生成图像", + "Only use mid-control when inference": "仅在生成图片时使用中间层控制 (mid-control)", + "Onnx model filename": "Onnx 模型文件名 (包含路径)", + "ONNX opset version": "ONNX 算子集版本", + "(O)Output Model Name": "输出模型文件名", + "Opacity": "不透明度", + "Open...": "打开...", + "Open images output directory": "打开图像输出目录", + "Open intermediate results": "立即打开当前效果图", + "Open new canvas": "打开新画布", + "Open New Canvas": "打开新画布", + "Open New Scribble Drawing Canvas": "创建新的线稿画板", + "Open output directory": "打开输出目录", + "openpose": "openpose (OpenPose 姿态)", + "OpenPose": "OpenPose (姿态)", + "OpenPose Editor": "OpenPose 编辑器", + "openpose_face": "openpose_face (OpenPose 姿态及脸部)", + "openpose_faceonly": "openpose_faceonly (OpenPose 仅脸部)", + "openpose_full": "openpose_full (OpenPose 姿态、手部及脸部)", + "openpose_hand": "openpose_hand (OpenPose 姿态及手部)", + "Open results": "打开最终效果图", + "Open TextEditor": "打开文本编辑器", + "Open the generated .ebs under project directory and press [Run All] button.": "打开工程目录下生成的 .ebs 文件,按[Run All]按钮。", + "Open this model's civitai url": "在新标签页打开本模型的 Civitai 页面", + "Open Url At Client Side": "在浏览器侧打开链接", + "Optical Flow": "光流法", + "Optical flow cadence": "生成间隔中启用光流法", + "Optimizations": "优化设置", + "Options are all options hardcoded, and additional you added in additional_components.py": "选项都是硬编码的选项,并且是您在 additional_components.py 中添加的附加选项", + "Options in main UI": "主界面额外选项", + "- or -": "- 或 -", + "or": "或", + "Order": "排序", + "original": "原图", + "Original:": "原项目:", + ": Original extension": ": 原始扩展名", + ": Original extension\nAvailable algorithms:": ": 原始扩展名\n可用算法: ", + ": Original filename without extension": ": 没有扩展名的原始文件名", + "Original filename without extension": "没有扩展名的原始文件名", + "Original file’s hash (good for deleting duplication)": "原始文件哈希值 (有助于检测重复项)", + "Original First": "原文在上", + "Original Image": "原始图像", + "OriginalImg": "OriginalImg (原始输入的第一帧)", + "Original Movie Path": "原始视频路径", + "Original negative prompt": "原始反向提示词", + "Original prompt": "原始正向提示词", + "original video frame": "原始视频帧", + "Original Weights": "原始权重", + "or, manually enhance the image": "↓手动控制图像增强参数↓", + "(or open as text in a new page)": "(或在新的标签页查看)", + "or to CTRL+SHIFT": "将 CTRL 绑定更改为 CTRL+SHIFT", + "Other": "其他", + "Other prompt fields": "其它提示词段", + "others": "其它", + "- Others": "- 其它", + "Others": "其它", + "Other Setting": "其他设置", + "OUT00": "输出层 00", + "OUT01": "输出层 01", + "OUT02": "输出层 02", + "OUT03": "输出层 03", + "OUT04": "输出层 04", + "OUT05": "输出层 05", + "OUT06": "输出层 06", + "OUT07": "输出层 07", + "OUT08": "输出层 08", + "OUT09": "输出层 09", + "OUT10": "输出层 10", + "OUT11": "输出层 11", + "OUT_A_00": "模型 A 输出层 00", + "OUT_A_01": "模型 A 输出层 01", + "OUT_A_02": "模型 A 输出层 02", + "OUT_A_03": "模型 A 输出层 03", + "OUT_A_04": "模型 A 输出层 04", + "OUT_A_05": "模型 A 输出层 05", + "OUT_A_06": "模型 A 输出层 06", + "OUT_A_07": "模型 A 输出层 07", + "OUT_A_08": "模型 A 输出层 08", + "OUT_A_09": "模型 A 输出层 09", + "OUT_A_10": "模型 A 输出层 10", + "OUT_A_11": "模型 A 输出层 11", + "OUT_B_00": "模型 B 输出层 00", + "OUT_B_01": "模型 B 输出层 01", + "OUT_B_02": "模型 B 输出层 02", + "OUT_B_03": "模型 B 输出层 03", + "OUT_B_04": "模型 B 输出层 04", + "OUT_B_05": "模型 B 输出层 05", + "OUT_B_06": "模型 B 输出层 06", + "OUT_B_07": "模型 B 输出层 07", + "OUT_B_08": "模型 B 输出层 08", + "OUT_B_09": "模型 B 输出层 09", + "OUT_B_10": "模型 B 输出层 10", + "OUT_B_11": "模型 B 输出层 11", + "Outpainting direction": "向外绘制的方向", + "output": "输出", + "Output": "输出", + "Output animation path": "动画输出路径", + "Output directory": "输出目录", + "Output Directory": "输出目录", + "Output directory for grids": "网格图输出文件夹", + "Output directory for grids; if empty, defaults to two directories below": "网格图统一输出文件夹; 如果为空,则按以下两个文件夹分别输出", + "Output directory for images from extras tab": "后期处理输出文件夹", + "Output directory for images; if empty, defaults to three directories below": "统一输出文件夹; 如果为空,则按以下三个文件夹分别输出", + "Output directory for img2img grids": "图生图网格输出文件夹", + "Output directory for img2img images": "图生图输出文件夹", + "Output directory for txt2img grids": "文生图网格输出文件夹", + "Output directory for txt2img images": "文生图输出文件夹", + ": Output extension (has no dot)": "输出扩展名 (没有 '.' 点)", + "Output filename": "输出文件名", + "Output filename format": "输出文件名格式", + "Output filename formats": "输出文件名格式", + "Output format": "输出格式", + "output height resolution": "输出高度分辨率", + "Output Image Width": "输出图像宽度", + "Output Model Name": "输出模型文件名", + "Output name": "输出名称", + "Output path": "输出路径", + "Output Paths": "输出路径", + "Output per image:": "单独输出每张图像:", + "output resolution": "输出分辨率", + "outputs": "输出", + "Output settings: all settings (including fps and max frames)": "输出设置:所有设置(包括帧率和最大帧数)", + "Output type": "输出类型", + "output video resolution": "输出视频的分辨率", + "Out Res": "输出分辨率", + "overlay": "叠加", + "Overlay mask": "覆盖蒙版", + "override:": "覆盖以下参数:", + "Override": "覆盖", + "Override `Denoising strength` to 1?": "覆写 `重绘幅度` 为 1?", + "Override options (choose the related subject type first for better results)": "覆盖选项 (首选相关的主题类型以获得更好的结果)", + "Override `prompt` to the same value as `original prompt`?(and `negative prompt`)": "覆写 `提示词` 为 `初始提示词`?` (反向提示词` 同理)", + "Override `Sampling method` to Euler?(this method is built for it)": "覆写 `采样方法` 为 Euler? (这个方法就是为它设计的)", + "Override `Sampling Steps` to the same value as `Decode steps`?": "覆写 `采样迭代步数` 为 `解码迭代步数`?", + "Override settings": "覆盖设置", + "overwrite": "允许覆盖", + "Overwrite": "覆写", + "Overwrite extracted frames": "覆盖已有帧", + "Overwrite image size": "覆盖图像尺寸", + "Overwrite input frames": "覆盖输入帧", + "Overwrite Old Embedding": "覆盖同名嵌入式模型文件", + "Overwrite Old Hypernetwork": "覆盖同名超网络文件", + "Overwrite subject": "覆盖主题", + "Overwrite subject:": "覆盖主题:", + "Overwrite type of image:": "覆盖图像类型", + "Padding token (ID or single token)": "填充提示词(完整ID或者单个提示词)", + "Pad prompt/negative prompt to be same length": "补齐正向/反向提示词到相同长度", + "Pad Tokens": "词元填充", + "Page Index": "页码", + "painting": "painting (画作)", + "Panorama to 3D mesh": "全景图转 3D 网格", + "Parse!": "解析", + "Parseq": "参数定序器 (parameter sequencer)", + "Parseq does": "参数定序器将", + "Parseq Manifest (JSON or URL)": "参数定序器配置文件(JSON 或者链接)", + "Passing ControlNet parameters with \"Send to img2img\"": "使用\"发送到图生图\"时传输 ControlNet 参数", + "Paste available values into the field": "将可用值粘贴到字段中", + "path name": "路径名", + "Path relative to the webui folder": "相对于 webui 文件夹的路径", + "Paths for saving": "保存路径", + "Path to directory containing annotator model directories (requires restart, overrides corresponding command line flag)": "预处理器模型 (annotator model) 的文件路径 (需重启,以覆盖相应的命令行标志)", + "Path to directory where to write outputs": "进行输出的目录路径", + "Path to directory with input images": "带有输入图像的目录路径", + "/path/to/images or /path/to/images/**/*": "/path/to/images 或 /path/to/images/**/*", + "Path to settings file you want to load. Path can be relative to webui folder OR full - absolute": "需要加载的设置文件路径。该路径可以相对于 SD-WebUI 根目录,也可以是完整的绝对路径", + "Pause": "暂停", + "PBRemTools": "精确背景去除工具", + "performance": "性能", + "Perform warmup": "进行预热", + "per side": "每边数量", + "persistent cond cache": "持久化调整缓存", + "Perspective": "透视", + "Perspective Flip": "透视翻转", + "Perspective flip gamma": "透视翻转伽马值", + "Perspective flip phi": "透视翻转角度(垂直)", + "Perspective flip theta": "透视翻转角度(水平)", + "photograph": "photograph (照片)", + "photography": "photography (摄影)", + "Pick Subfolder and Model Version": "选择子目录与模型版本", + "pin_light": "点光", + "Pixelize": "像素化", + "Pixel Perfect": "完美像素模式", + "Pixels to expand": "拓展的像素数", + "Place options in main UI into an accordion": "将选项置入主界面的一个手风琴式的容器中", + "Place this at back of generated prompt (suffix)": "此框填写的提示词放在生成提示词的后面 (后缀)", + "Place this in front of generated prompt (prefix)": "此框填写的提示词放在生成提示词的前面 (前缀)", + "Platform": "运行平台", + "Please add text prompts to generate masks": "请添加文本提示词以生成蒙版", + "Please always keep values in math functions above 0.": "请始终保持数学函数中的值大于 0。", + "Please enable the following settings to use controlnet from this script.": "请启用以下设置,以保证可以在此脚本中调用ControlNet。", + "Please use smaller tile size when got CUDA error: out of memory.": "当出现 CUDA error: out of memory 时,使用更小的分块尺寸", + "Please use smaller tile size when see CUDA error: out of memory.": "当出现 CUDA error: out of memory 时,使用更小的尺寸大小", + "PNG info": "PNG 图片信息", + "PNG Info": "PNG 图片信息", + "PNGs": "图片(PNG格式)", + "point1 x": "X 轴点 1", + "point1 y": "Y 轴点 1", + "point2 x": "X 轴点 2", + "point2 y": "Y 轴点 2", + "point3 y": "Y 轴点 3", + "points_per_batch": "每批采样点", + "points_per_side": "每边采样点", + "polylines_sharp": "多边形算法 - 锐利", + "polylines_soft": "多边形算法 - 柔和", + "Pooling Avg": "池化平均值", + "Pooling Max": "池化最大值", + "pop art": "pop art (波普艺术)", + "popular": "popular (流行艺术)", + ", port for AUTOMATIC1111's webui maintained by": ", 是为 AUTOMATIC1111's webui 提供的插件项目,项目维护者: ", + "portrait": "portrait (肖像)", + "Pose": "姿势", + "Position (center to edge)": "位置 (中心到边缘)", + "Position (left to right)": "位置 (从左到右)", + "Positions": "分区位置", + "positive": "正向", + "Positive / Negative Prompts": "正向 / 反向提示词", + "positive prompt to be appended to *all* prompts": "正向提示词会被添加到所有提示词中", + "Postprocessing": "后期处理", + "Post Processing": "后期处理", + "Post-Processing": "后处理", + "Postprocessing operation order": "后处理操作顺序", + "Precision": "精度", + "predicted_iou_threshold": "预测交并比阈值", + "pred_iou_thresh": "预测滤波阈值", + "Prefix": "前缀", + "prefix AND prompt + suffix": "prefix AND prompt + suffix (前缀 AND 提示词 + 后缀)", + "prefix + prefix + prompt + suffix": "prefix + prefix + prompt + suffix (前缀 + 前缀 + 提示词 + 后缀)", + "Preload images at startup for first tab": "在启动时为第一个选项卡预载图像", + "prepare ebsynth": "预处理 Ebsynth", + "prepend": "前置", + "Prepend": "添加到开头", + "Prepend additional tags": "将额外标签前置", + "Preprocess": "预处理", + "Preprocess images": "图像预处理", + "Pre-Processing": "预处理", + "Preprocessor": "预处理器", + "Preprocessor Preview": "预处理结果预览", + "Preprocessor resolution": "预处理器分辨率", + "Preprocessor Resolution": "预处理器分辨率", + "Prerequisites and Important Info:": "前提条件和重要信息:", + "Preset": "预设", + "Preset Manager": "预设管理器", + "Presets": "预设", + "Preset Weights": "预设权重", + "Preset_Weights": "预设权重", + "Prev batch": "上一批", + "Prevent empty spots in grid (when set to autodetect)": "自动检测并消除网格图中的空位", + "Preview annotator result": "预览预处理结果", + "Preview as Input": "预处理结果作为输入", + "Preview automatically when add/remove points": "添加/删除标记点时自动预览", + "Preview image negative prompt": "预览图反向提示词", + "Preview image prompt": "预览图提示词", + "Preview mask": "预览蒙版", + "Preview Segmentation": "预览分离结果", + "Preview segmentation image": "预览语义分割图像", + "Previous": "Previous (上一生成帧)", + "Prev Page": "上一页", + "Primary model (A)": "模型 A", + "primitivism": "primitivism (原始主义画派)", + "Print": "输出", + "Print all deviations": "输出所有偏移量", + "print change": "打印变更", + "Print debug logs to the console": "将调试日志输出到控制台", + "Print extra hypernetwork information to console.": "将额外的超网络 (hypernetwork) 信息输出到控制台", + "Print image deletion messages to the console": "打印图像删除信息到控制台", + "Print warning logs to the console": "将警告信息输出到控制台", + "Process given file(s) under the input folder, seperate by comma": "指定在输入文件夹中要处理图像的文件名 (使用逗号隔开)", + "Process images in a directory on the same machine where the server is running.": "处理服务器主机上某一目录里的图像", + "processing |": "处理中 |", + "Process Stage": "过程步骤", + "Produce an image that can be tiled.": "生成可用于平铺(tiled)的图像", + "Progressbar and preview update period": "进度条/预览图更新周期", + "Progressbar/preview update period, in milliseconds": "进度条/预览图更新周期 (毫秒)", + "Project directory": "工程目录", + "project setting": "工程设置", + "Prompt": "提示词", + "prompt 1": "提示词①", + "prompt 2": "提示词②", + "prompt 4": "提示词④", + "prompt 5": "提示词⑤", + "Prompt attention parser": "提示词注意力解析器", + "Prompt compounder": "提示词混合", + "Prompt fields": "提示词段", + "Prompt for face": "针对脸部的提示词", + "Prompt for Face": "脸部提示词", + "Prompt for hires fix pass.\nLeave empty to use the same prompt as in first pass.": "用于高分修复层的正向提示词\n留空以使用与第一层相同的提示词", + "prompting": "提示词相关", + "Prompt matrix": "提示词矩阵", + "Prompt (press Ctrl+Enter or Alt+Enter to generate)": "正向提示词 (按 Ctrl+Enter 或 Alt+Enter 开始生成)\nPrompt", + "Prompts": "提示词", + "Prompts are stored in JSON format. If you've got an error, check it in a": "提示词以 JSON 格式存储。如果有错误,请在", + "Prompts are stored in JSON format. If you've got an error, check it in validator,": "提示词以 JSON 格式存储。如果您有错误,请在验证器中检查,", + "Prompt seperator": "提示词分隔符", + "Prompt seperator mode": "提示词分隔模式", + "prompts for your animation in a JSON format. Use --neg words to add 'words' as negative prompt": "动画的提示词以 JSON 格式储存。使用 --neg 字段去添加反向提示词", + "Prompts from file or textbox": "从文本框或文件载入提示词", + "Prompts negative": "反向提示词", + "Prompts positive": "正向提示词", + "Prompt template": "提示词模板", + "Prompt Translator": "提示词翻译器", + "Prompt, will append to your t2i prompt": "追加提示词", + "Prompt word wrap length limit": "提示词换组长度限制", + "Provider": "提供方", + "Proxy": "代理", + "Pruning Methods": "模型修剪", + "psychedelic": "psychedelic (迷幻艺术)", + "Put variable parts at start of prompt": "把可变部分放在提示词文本的开头", + "Put weight sets. float number x 25": "输入权重,共 25 个浮点数,逗号分隔", + "quad": "二阶", + "Quality": "质量", + "Quality for saved jpeg images": "保存 JPEG 图片的质量", + "Quality Gate": "质量把关", + "Quantize": "量化", + "query": "查询", + "queue:": "排队中: ", + "Quick": "快速设置", + "Quick batch": "快速批处理", + "Quick Guide": "快速指引", + "Quick Save": "快速保存", + "Quicksettings list": "快捷设置列表", + "Quicksettings position": "快速设置位置", + "random": "随机", + "Randomness": "随机度", + "Random number generator source.": "随机数生成来源", + "Random number generator source. Changes seeds drastically. Use CPU to produce the same picture across different vidocard vendors.": "随机数的生成来源。大幅度改变种子。使用CPU来在不同型号显卡间产生相同的图像", + "range": "范围", + "Range": "范围", + "ranking": "评分", + "ranking filter": "按图片评分过滤", + "Ranking filter": "评分过滤器", + "rating": "评分", + "Rating": "评分", + "Rating confidents": "评级置信度", + "Read generation parameters from prompt or last generation if prompt is empty into user interface.": "从提示词或上次生成的图片中读取生成参数", + "read_last_image": "载入上次图像", + "read_last_settings": "载入上次设置", + "*READ ME before you use this mode!*": "请在使用前认真阅读", + "Read parameters (prompt, etc...) from txt2img tab when making previews": "进行预览时,从文生图选项卡中读取参数(提示词等)", + "Read tabular commands": "读取 tabular 命令", + "Read tags from text files": "从文本文件中读取提示词", + "realism": "realism (现实主义)", + "Reapply ranking after moving files": "移动文件后重新评分", + "Rebuild exif cache": "重建 EXIF 缓存", + "Recipe": "配方", + "recombine ebsynth": "重组 Ebsynth", + "Recommended settings: Sampling Steps: 80-100, Sampler: Euler a, Denoising strength: 0.8": "推荐设置: 采样迭代步数: 80-100, 采样器: Euler a, 重绘幅度: 0.8", + "Recommended to set tile sizes as large as possible before got CUDA error: out of memory.": "建议在得到 CUDA error: out of memory 报错前尽可能大的设置编码器分块大小", + "Recommend enabling the following settings.": "建议启用以下设置:", + "Reconstruct prompt from existing image and put it into the prompt field.": "从现有的图像中重构出提示词,并将其放入提示词的输入文本框", + "Rectangular": "矩形", + "red-cyan-anaglyph": "红蓝浮雕效果", + "Reference": "Reference (参考)", + "reference_adain": "reference_adain (仅参考输入图 - 自适应实例规范)", + "reference_adain+attn": "reference_adain+attn (仅参考输入图 - 自适应实例规范 + Attention链接)", + "reference_only": "reference_only (仅参考输入图)", + "Ref image (for conviently locate regions)": "参考图(用于方便定位区域)", + "refresh": "刷新", + "Refresh": "刷新", + "Refresh Civitai Helper": "刷新 Civitai 助手", + "Refresh Civitai Helper's additional buttons": "刷新 Civitai 助手的附加按钮", + "Refresh Civitai Helper's model card buttons": "刷新 Civitai 助手 的模型卡片按钮", + "Refresh data": "刷新数据", + "Refresh extension list": "刷新扩展列表", + "Refresh models": "刷新模型列表", + "Refresh openOutpaint": "刷新 openOutpaint", + "Refresh page": "刷新页面", + "Refresh TAC temp files": "刷新 TAC 缓存文件", + "regex - e.g. ^(?!.*Hires).*$": "正则表达式 - 如 ^(?!.*Hires).*$", + "Region 1": "区域 1", + "Region 2": "区域 2", + "Region 3": "区域 3", + "Region 4": "区域 4", + "Region 5": "区域 5", + "Region 6": "区域 6", + "Region 7": "区域 7", + "Region 8": "区域 8", + "Region Prompt Control": "分区提示词控制", + "Regions": "分区", + "Regular expression; if weights's name matches it, the weights is not written to the resulting checkpoint. Use ^model_ema to discard EMA weights.": "输入正则表达式。键名匹配该表达式的权重将从最终合并模型中剔除。使用 ^model_ema 可剔除 EMA 权重。", + "Related to original file": "与原始文件相关", + "Related to output file": "与输出文件相关", + "Reload Cache List": "重载缓存列表", + "Reload checkpoint": "刷新模型列表", + "Reload Checkpoints": "重新加载模型", + "Reload custom script bodies (No ui updates, No restart)": "重新加载自定义脚本主体(不进行界面更新及重启)", + "Reloading...": "正在重新加载...", + "Reload Presets": "重载预设", + "Reload/Save Settings (config.json)": "重新载入/保存设置 (config.json)", + "Reload scripts": "重载脚本", + "Reload settings": "重新载入设置", + "Reload Tags": "重载标签", + "Reload the last SD checkpoint back into VRAM": "重新将上次使用的 Stable Diffusion 模型加载到显存中", + "Reload UI": "重载前端", + "Reload UI needed to apply": "需重启前端", + "Reloat List": "重新加载列表", + "remake dimension": "重制维度", + "Remember this choice?": "记住这个选择?", + "➖ Remove": "➖ 移除", + "Remove": "移除", + "Remove all point prompts": "移除所有标记点", + "Remove Auto Trans": "移除自动翻译", + "Remove background": "移除背景", + "Remove background image": "移除背景图片", + "Remove duplicated tag": "删除重复标签", + "Remove occluded edges": "移除遮挡边缘", + "Remove selected": "移除已选择的图片", + "renaissance": "renaissance (文艺复兴)", + "Rename keyframes.": "重命名关键帧。", + "Renoise kernel size": "重铺噪声大小", + "Renoise strength": "重铺噪声强度", + "Replace or save the selected component.": "替换或保存所选组件", + "replace preview image with currently selected in gallery": "用当前网页输出中选中的图像替换预览图像", + "Replace underscores with spaces on insertion": "插入时用空格替换下划线", + "Replace '_' with ' '(Does not affect the function to add tokens using add_token.txt.)": "用空格替换下划线(不影响使用 add_token.txt 添加 Token 的功能)", + "replicate": "复制", + "Request browser notifications": "请求浏览器通知权限", + "(requires restart)": "(需要重启)", + "Requires the": "需要安装", + "reroll": "回滚", + "Reroll blank frames": "回滚空白帧", + "reset": "重置", + "↻ Reset": "↻ 重置", + "Reset": "重置", + "\uD83C\uDFA5 Reset Camera": "\uD83C\uDFA5 重置镜头", + "Reset default (Reload UI needed to apply)": "重置为默认值(需重载UI)", + "Reset mixer": "重置合并设置", + "\uD83E\uDDCD Reset Pose": "\uD83E\uDDCD 重置姿态", + "Reset Tile Size": "重置区块大小", + "resizable": "可缩放", + "Resize": "缩放比例", + "Resize and fill": "缩放后填充空白", + "Resize and Fill": "缩放后填充空白", + "Resize by": "重绘尺寸倍数", + "Resize height to": "将高度调整为", + "Resize image to target resolution. Unless height and width match, you will get incorrect aspect ratio.": "将图像大小调整为目标分辨率。除非高度和宽度匹配,否则你将获得不正确的纵横比", + "Resize mode": "缩放模式", + "Resize Mode": "缩放模式", + "Resize seed from height": "从高度中调整种子", + "Resize seed from width": "从宽度中调整种子", + "Resizes image to this height. If 0, height is inferred from either of two nearby sliders.": "将图像调整到此高度。如果为0,则从附近的两个滑块中的任意一个推断其高度。", + "Resizes image to this width. If 0, width is inferred from either of two nearby sliders.": "将图像调整到此宽度。如果为0,则从附近的两个滑块中的任意一个推断其宽度。", + "Resize the image so that entirety of image is inside target resolution. Fill empty space with image's colors.": "调整图像大小,使整个图像位于目标分辨率内\n用图像的颜色填充空白区域", + "Resize the image so that entirety of target resolution is filled with the image. Crop parts that stick out.": "调整图像大小,使整个目标分辨率都被图像填充\n裁剪多余部分", + "Resize to": "重绘尺寸", + "Resize width to": "将宽度调整为", + "Resizing objective": "缩放设置", + "Resolution": "分辨率", + "Restart": "重启", + "Restart debug": "重启调试", + "Restart server": "重启服务器", + "Restart UI": "重载前端", + "Restore defaults": "恢复默认", + "Restore Face": "面部修复", + "Restore faces": "面部修复", + "Restore Faces": "面部修复", + "Restore faces after ADetailer": "在 After Detailer 之后修复面部", + "Restore faces after ADetailer 2nd": "在 After Detailer 之后修复面部", + "Restore faces after ADetailer 3rd": "在 After Detailer 之后修复面部", + "Restore faces after ADetailer 4th": "在 After Detailer 之后修复面部", + "Restore faces after ADetailer 5th": "在 After Detailer 之后修复面部", + "Restore Faces, Tiling & more": "面部修复,平铺图等更多选项", + "Restore Last Scene": "恢复上次场景", + "Restore low quality faces using GFPGAN neural network": "使用 GFPGAN 神经网络修复低质量面部", + "Restore progress": "恢复进程", + "Restore Selected Config": "恢复所选配置", + "Result = A": "结果 = A", + "Result = A * (1 - M) + B * M": "结果 = A * (1 - M) + B * M", + "Result = A + (B - C) * M": "结果 = A + (B - C) * M", + "Results": "结果", + "Resume Animation": "恢复制作动画过程", + "Resume & Run from file": "恢复动画与加载设置", + "Retouch": "修复程度", + "Reuse original image": "复用原图", + "Reuse seed from last generation, mostly useful if it was randomed": "使用上一次生成的随机数种子,用于重现结果", + "Reverse model sort order": "逆序排序", + "RGB to BGR": "RGB 转 BGR", + "RIFE v4.6 and FILM.": "RIFE v4.6 和 FILM.", + "right": "右", + "right-left": "右 - 左", + "Roll Channels": "色彩通道轮替", + "Rolling factor": "梯度放大倍数", + "romanticism": "romanticism (浪漫主义)", + "Rotate images (clockwise)": "旋转图像 (顺时针)", + "run": "运行", + "Run": "运行参数", + "Run benchmark": "运行基准测试", + "Run from Settings file": "加载配置文件", + "Run Merge": "开始合并", + "Running ebsynth.(on your self)": "运行 Ebsynth。(自行操作)", + "Run on incomplete": "中断后仍然运行", + "Run preprocessor": "运行预处理", + "Run: Sampler, Width, Height, tiling, resize seed.": "运行参数: 采样器,宽度,高度,平铺图,种子大小调整", + "Run: seed, subseed, subseed strength.": "运行参数:第二种子,第二种子强度", + "safetensors": "safetensors", + "SAG Mask Threshold": "SAG 蒙版阈值", + "same to Strength": "与强度相同", + "SAM Model": "SAM 模型", + "sampler": "采样器", + "Sampler": "采样方法", + "Sampler parameters": "采样器参数", + "Sampler schedule": "采样器参数表", + "Sampler Settings": "采样器设置", + "Sampling method": "采样方法 (Sampler)", + "Sampling settings": "采样器设置", + "Sampling steps": "迭代步数 (Steps)", + "Sampling Steps": "迭代步数 (Steps)", + "SAM requires an input image. Please upload an image first.": "SAM 需要你先上传一张图片。", + "saturation": "饱和度", + "save": "保存", + "\uD83D\uDCBE Save": "\uD83D\uDCBE 保存", + "Save": "保存", + "Save a copy of embedding to log directory every N steps, 0 to disable": "每 N 步将 Embedding 的副本保存到日志目录,0 表示禁用", + "Save a copy of image before applying color correction to img2img results": "在对图生图结果应用颜色校正之前保存图像副本", + "Save a copy of image before applying highres fix.": "在进行高分辨率修复前保存初始图像副本", + "Save a copy of image before doing face restoration.": "在进行面部修复前保存图像副本", + "Save all changes": "保存所有更改", + "Save an csv containing the loss to log directory every N steps, 0 to disable": "每 N 步保存一个包含 loss 的 csv 表格到日志目录,0 表示禁用", + "Save an image to log directory every N steps, 0 to disable": "每 N 步保存一张图像到日志目录,0 表示禁用", + "Save as float16": "储存半精度 (float16) 模型", + "Save as half": "保存半精度模型", + "Save as safetensors": "存为 SafeTensors 格式", + "Save background instead of foreground": "保存背景而不是前景", + "Save changes": "保存更改", + "Save copy of large images as JPG": "将超过大小限制的图像保存JPG副本", + "Save Current Config": "保存当前配置", + "Save current settings": "保存当前设置", + "Save current settings as default": "将当前设置保存为默认值", + "Save depth map": "保存深度图", + "Save DepthMap": "保存深度图", + "Save depth maps": "保存深度图", + "Save generated images within tensorboard.": "在 tensorboard 中保存所生成的图像", + "Save grids to a subdirectory": "将网格图保存到子目录", + "Save images before ADetailer": "在进行后期细节修复前保存原始生成图片", + "Save images to a subdirectory": "将图像保存到子目录", + "Save images with embedding in PNG chunks": "保存嵌入 Embedding 模型的 PNG 图片", + "Save init images when using img2img": "使用图生图时保存初始图像", + "Save JSON": "保存为 JSON 格式", + "Save mask": "保存蒙版", + "Save masked image": "保存蒙版后图像", + "Save mask previews": "保存蒙版预览", + "Save Metadata": "保存元数据", + "Save metadata (.safetensors only)": "保存元数据 (仅限 .safetensors)", + "save model": "保存模型", + "Save original image": "保存原始图像", + "Save original image with mask and bounding box": "保存带有蒙版和箱体的原始图像", + "Save PNG": "保存为 PNG 格式", + "\uD83D\uDCBE\uD83E\uDDCD Save Pose": "\uD83D\uDCBE\uD83E\uDDCD 保存姿态", + "Save preprocessed": "保存预处理", + "Save Preset": "保存预设", + "Save Presets": "保存预设", + "Save preview": "保存预览", + "Save Preview(s) Frequency": "保存预览图的频率", + "Save ranking in image's pnginfo": "在PNG图片信息中保存评分", + "Save & Restart": "保存并重启", + "Save Scene": "保存场景", + "save setting": "保存设置", + "Save Setting": "保存设置", + "save settings": "储存设置", + "Save Settings": "保存设置", + "Saves Optimizer state as separate *.optim file. Training of embedding or HN can be resumed with the matching optim file.": "将优化器状态保存为单独的 optim 文件。在训练嵌入式模型或者超网格化模型时可以根据匹配上的 optim 文件恢复训练进度", + "Save style": "将当前提示词储存为预设样式", + "save successful": "保存成功", + "Save text information about generation parameters as chunks to png files": "将图片生成参数保存到 PNG 文件中", + "Save textual inversion and hypernet settings to a text file whenever training starts.": "每次训练开始时保存 TI 和 Hypernetwork 设置到文本文件中", + "Save to Presets": "保存到预设", + "Save vector to text file": "将向量保存到文本文件", + "Save with JSON": "保存为 JSON 格式", + "Saving images/grids": "图片保存设置", + "Saving to a directory": "保存到文件夹", + "Scale": "尺度", + "Scale by": "缩放倍数", + "Scale Factor": "放大倍数", + "Scale to": "缩放到", + "Scan": "扫描", + "Scan Exif-/.txt-data (initially slower, but required for many features to work)": "扫描图片的 Exif 信息与同名 txt 数据文件(初始读取速度较慢,许多功能都需要需要本选项启用)", + "Scan Models for Civitai": "扫描并匹配 Civitai 模型记录", + "Scanning takes time, just wait. Check console log for detail": "扫描需要一段时间,请耐心等待。检查控制台日志以查看详情。", + "scene": "scene (情景)", + "schedule": "参数表", + "scheduler type": "调度器类型", + "sci-fi": "sci-fi (科幻电影)", + "Scoring type": "评分类型", + "screen": "屏幕", + "Scribble": "Scribble (涂鸦)", + "scribble_hed": "scribble_hed (涂鸦 - 合成)", + "scribble_pidinet": "scribble_pidinet (涂鸦 - 手绘)", + "scribble_xdog": "scribble_xdog (涂鸦 - 强化边缘)", + "script": "脚本", + "Script": "脚本", + "Script Enabled": "启用脚本", + "Script names to apply to ADetailer (separated by comma)": "应用于 After Detailer 的脚本名称 (用逗号分隔)", + "scroll": "滚动", + "sculpture": "sculpture (雕塑)", + "sd-parseq manifest": "sd-parseq 配置文件", + "SD VAE": "外挂 VAE 模型", + "Seams denoise strenght": "接缝重绘幅度", + "Seams fix": "接缝修复", + "Seams Mask blur (offset pass only)": "接缝蒙版边缘模糊程度 (仅偏移层)", + "Seams padding": "接缝填充度", + "Seams Width": "接缝宽度", + "search": "搜索", + "Search": "搜索", + "Search...": "检索...", + "Search and Replace": "搜索与替换", + "Search anything : Prompt, Size, Model, ...": "检索任意内容: 提示词, 尺寸, 模型, ...", + "Search by alias": "按别名检索", + "Search by translation": "按照译文检索", + "Search for embeddings": "检索嵌入式模型 (Embeddings)", + "Search for hypernetworks": "检索超网络", + "Search for Loras": "检索 Lora 模型", + "Search for LyCORIS/LoHa": "检索 LyCORIS/LoHa 模型", + "Search for wildcards": "检索通配符", + "Search Mode": "搜索模式", + "Search negative prompt": "检索反向提示词", + "Search Text": "搜索文本", + "seascape": "seascape (海景)", + "Secondary model (B)": "模型 B", + "See": "查看", + "seed": "随机数种子 (seed)", + "Seed": "随机数种子 (Seed)", + "Seed behavior": "种子生成方式", + "Seed iter N": "种子迭代量 N", + "Seed of a different picture to be mixed into the generation.": "将要参与生成的另一张图的随机种子", + "Seed schedule": "种子数表", + "seed_schedule should start and end on the same seed.": "种子数表应该在同一种子上开始和结束。", + "See here for explanation of each parameter.": "有关每个参数的说明,请点击 这里 查看。", + "See the progress.": "查看图像增强的实时预览进程", + "Seg": "Seg (语义分割)", + "Segment Anything": "Segment Anything (分离图像元素)", + "Segment Anything Output": "分离元素结果", + "Segment Anything status": "Segment Anything 状态", + "segmentation prompt": "图像切分提示词", + "Segmentation status": "语义分割状态", + "seg_ofade20k": "seg_ofade20k (语义分割 - OneFormer 算法 - ADE20k 协议)", + "seg_ofcoco": "seg_ofcoco (语义分割 - OneFormer 算法 - COCO 协议)", + "seg_ufade20k": "seg_ufade20k (语义分割 - UniFormer 算法 - ADE20k 协议)", + "Select a component class or specific component.": "选择一个组件类或特定组件", + "Select activation function of hypernetwork. Recommended : Swish / Linear(none)": "超网络的激活函数。推荐 Swish / Linear (线性)", + "Select components to hide": "选择要隐藏的组件", + "(select Disco output format).": " (选择 Disco 输出格式) .", + "Selected": "选择", + "(selected items appear first)": "(选中组件优先显示)", + "Select joining char": "选择分隔符", + "Select keyframes to be given to ebsynth.": "选择关键帧提交到 Ebsynth。", + "Select Layer weights initialization. Recommended: Kaiming for relu-like, Xavier for sigmoid-like, Normal otherwise": "选择初始化层权重的方案。建议:类relu 用 Kaiming; 类sigmoid 用 Xavier;其它就用正态", + "Select prompt": "选择提示词", + "Select Translater": "选择翻译引擎", + "Select which Real-ESRGAN models to show in the web UI.": "选择在 web UI 显示的 Real-ESRGAN 模型", + "Select which Real-ESRGAN models to show in the web UI. (Requires restart)": "选择在网页界面显示哪些 Real-ESRGAN 模型。(需重启)", + "Send dimensions to stable diffusion": "将当前图片尺寸信息发送到生成设置", + "Send image to tag selection": "发送到 标签 (Tag) 选择", + "Send pose to /openpose_editor_index for edit.": "发送姿态图到 openpose editor 页面编辑", + "Send prompt up": "发送提示词到上方", + "Send seed when sending prompt or image to other interface": "将提示词或者图像发送到其他界面时,同时传送种子数值", + "Send size when sending prompt or image to another interface": "将提示词或者图像发送到其他界面时,同时传送图像尺寸", + "Send this image to ControlNet.": "将图片发送至 ControlNet", + "Send to": "发送到", + "Send to Blend": "发送到 混合", + "Send to Canvas Editor": "发送到 Canvas Editor", + "Send to ControlNet": "发送到 ControlNet", + "Send to Effect": "发送到 效果", + "Send to extras": "发送到 后期处理", + "Send to img2img": "发送到 图生图", + "Send to img2img:": "发送到 图生图:", + "Send to img2img ControlNet": "发送到 图生图 ControlNet", + "Send to inpaint": "发送到 重绘", + "Send to inpaint upload": "发送到 重绘蒙版", + "Send to ip2p": "发送到 图生图 pix2pix", + "Send to Layer1": "发送到图层 1", + "Send to Layer2": "发送到图层 2", + "Send to Layer3": "发送到图层 3", + "Send to Layer4": "发送到图层 4", + "Send to Layer5": "发送到图层 5", + "Send to Multi-Merge": "发送到 多重合并", + "Send to openOutpaint": "发送到 openOutpaint", + "Send to txt2img": "发送到 文生图", + "Send to txt2img:": "发送到 文生图:", + "Send to txt2img and img2img": "发送到 文生图和图生图", + "Send to txt2img ControlNet": "发送到 文生图 ControlNet", + "(separate by comma)": "(用逗号分隔)", + "Separate UNet/Text Encoder weights": "单独设置 UNet/Text Encoder 权重", + "Separate values for X axis using commas.": "使用逗号分隔 X 轴的值", + "Separate values for Y axis using commas.": "使用逗号分隔 Y 轴的值", + "Sequential Merge Parameters": "合并参数序列", + "Sequential XY Merge and Generation": "顺序合并并生成 XY 图", + "Server start time": "服务器启动时间", + "\uD83D\uDDBC Set": "\uD83D\uDDBC 设置", + "Set \"Hires steps\" to [0], if you need": "设置 \"高分迭代步数\" 为 [0], 如果你需要", + "Set Init tab's strength slider greater than 0. Recommended value (.65 - .80).": "将Init选项卡的强度滑块设置为大于0。建议值(.65-.80)。", + "Set Random Pose": "设置随机姿势", + "Set 'seed_behavior' to 'schedule' under the Seed Scheduling section below.": "在下面的“种子调度”部分下,将 “seed_behavior” 设置为 “schedule” 。", + "Set the Latent Couple extension to 2 area’s (standard setting)": "设置 Latent Couple 插件为 2 分区域 (标准设置)", + "Set the preprocessor to [invert] If your image has white background and black lines.": "如果使用白底黑线图片,请使用 \"invert\" 预处理器。", + "Set the prompt compounder to: 2": "设置提示词混合为: 2", + "Set the Prompt Seperator mode to: automatic": "设置提示词分隔模式为: 自动", + "Set the Prompt Seperator mode to: prefix AND prompt + suffix": "设置提示词分隔模式为: prefix AND prompt + suffix (前缀 AND 提示词 + 后缀)", + "Set the Prompt seperator to: AND": "设置提示词分隔符为: AND", + "Set the strength to 0 automatically when no init image is used": "当无初始化图像在再被使用时,强度值将自动设置为 0", + " Setting": "设置", + "(setting entries that appear at the top of page rather than in settings tab)": "(添加位于网页界面顶部的选项, 而不是在设置标签栏中)", + "settings": "设置", + "Settings": "设置", + "Settings->ControlNet->Allow other script to control this extension": "设置->ControlNet->允许其他脚本控制此插件", + "Settings File": "设置文件", + "Settings file Path can be relative to webui folder OR full - absolute": "设置文件路径可以相对于 SD-WebUI 根目录,也可以是完整的绝对路径", + "settings for": "设置。包括: ", + "Settings->Interrogate Option->Interrogate: include ranks of model tags matches in results": "设置->反推设置->反推结果包含模型标签匹配等级", + "Settings stack. If it's not checked, it wont overwrite. Apply one, then another. Reset is old, update how you need.": "设置堆栈。如果未选中,则不会覆盖。应用一个,再应用另一个。重置已过时,请根据需要进行更新。", + "Set your total number of keyframes to be 21 more than the last inserted keyframe image.": "将关键帧总数设置为比上次插入的关键帧图像多21个。", + "SFW mode \uD83D\uDC40 (blur all images)": "健全模式 \uD83D\uDC40 (模糊所有图像)", + "Shapes": "形状", + "Sharpness:": "锐化度", + "should be 2 or lower.": "应小于等于2", + "Show all pages": "显示所有设置页", + "Show all results": "展示所有候选标签", + "Show batch images in gradio gallerie output": "在 Gradio Gallerie 输出中批量显示图像", + "Show batch images in gradio gallery output": "在 Gradio Gallery 输出中批量显示图像", + "Show Button On Thumb Mode": "在缩略图模式下显示按钮", + "Show cards for models in hidden directories": "显示隐藏目录中的模型卡片", + "Show Civitai Link events in the console": "在控制台输出 Civitai Link 事件", + "Show command for conversion": "显示转换命令行", + "Show console debug": "在控制台显示调试信息", + "Show DepthMap": "展示深度图", + "Show extra networks": "显示扩展模型面板", + "Show extra options": "显示额外选项", + "Show generation progress in window title.": "在窗口标题中显示生成进度", + "Show grid in results for web": "在网页输出结果中显示网格图", + "Show HeatMap": "展示热力图", + "Show hidden directories": "显示隐藏目录", + "Show/hide extra networks": "显示/隐藏扩展模型", + "Show/Hide Generation Info": "显示/隐藏生成信息", + "Show images zoomed in by default in full page image viewer": "在网页全屏图像查看器中,默认放大显示图像", + "Show intermediate steps": "显示中间步骤", + "Show live previews of the created image": "显示当前生成图像的实时预览", + "Show live tag translation below prompt (WIP, expect some bugs)": "在提示词下方显示实时标签翻译 (未完成,预计会有一些bug)", + "Show more info": "显示更多信息", + "Show '?' next to tags, linking to its Danbooru or e621 wiki page (Warning: This is an external site and very likely contains NSFW examples!)": "在 Tag 旁边显示 '?' , 链接到其 Danbooru 或 e621 维基页面(警告:外部网站可能包含 NSFW 内容!)", + "Show Preview": "显示预览", + "Show previews of all images generated in a batch as a grid": "通过网格图预览单个批次的所有图像", + "Show progressbar": "显示进度条", + "Show progress indicator": "显示进度指示器", + "Show result images": "显示输出图像", + "Show verbose debug info at console": "在控制台中输出详尽的调试信息", + "Show warnings in console.": "在控制台中显示警告", + "Show Width/Height and Batch sliders in same row": "将批次与批量设置整合到长宽设置的右侧", + "shuffle": "shuffle (随机洗牌)", + "Shuffle": "Shuffle (随机洗牌)", + "Shuffleing tags by ',' when create texts.": "创建文本时打乱以 ',' 分割的标签", + "Shuffle tags by ',' when creating prompts.": "创建提示词时按 ',' 打乱标签(tags)", + "Shutdown server": "关闭服务器", + "Sidebar": "侧边栏", + "Sides": "每边张数", + "Sigma adjustment for finding noise for image": "为寻找图中噪点的 Sigma 调整", + "sigma churn": "sigma churn (流失率)", + "sigma max": "最大 Sigma", + "sigma min": "最小 Sigma", + "sigma noise": "sigma noise (噪声标准差)", + "Sigma noise": "Sigma 噪声", + "Sigma Noise": "Sigma 噪声", + "Sigma schedule": "Sigma 值表", + "sigma tmin": "sigma tmin (最小时间步长)", + "Simple": "单一值", + "Simple (Auto-value)": "单一值(自动取值)", + "Single": "单次处理", + "single image": "单张图片", + "Single Image": "单张图片", + "Single process": "单次处理", + "Size of the face when recreating": "重建脸部的尺寸", + "Size of the thumbnails (px)": "缩略图大小 (单位: 像素)", + "Size to generate": "生成规格", + "sketch": "涂鸦", + "Sketch": "涂鸦", + "Skip": "跳过", + "Skip generation and use (edited/custom) depthmaps in output directory when a file exists.": "当文件已存在时, 跳过生成并在输出目录中使用 (编辑后/自定义) 的深度图", + "Skip img2img processing when using img2img initial image": "使用图生图初始图像时跳过图生图处理", + "(skip negative prompt for some steps when the image is almost ready; 0=disable, higher=faster)": "(当图像接近生成完成时, 跳过部分步数的负面提示词影响; 0=禁用, 数值越大=越快速)", + "Skip negative prompt for steps where image is already mostly denoised; the higher this value, the more skips there will be; provides increased performance in exchange for minor quality reduction.": "对图像已经完成大部分去噪的采样步数, 跳过反向提示词; 这个值越高, 跳过的步数就越多; 以轻微的质量降低换取更高的性能", + "Skip NSFW Preview Images": "下载预览图时跳过含成人内容的图像", + "SKip NSFW Preview images": "下载预览图时跳过含成人内容的图像", + "SKip NSFW Preview Images": "下载预览图时跳过含成人内容的图像", + "Skip/Reset CLIP position_ids": "跳过或重置 CLIP position_ids 键值", + "Skip video creation": "跳过视频生成", + "Smart subject": "智能主题", + "Smart subject tries to determine what to and not to generate based on your subject. Example, if your Overwrite subject is formed like this: Obese man wearing a kimono": "智能主题会尝试根据你的主题决定要生成什么和避免生成什么。\n比如说,如果你的覆盖主题是这样的格式:穿着和服的肥胖男子", + "Socket port for image browser": "Cozy 图库浏览器的 Socket 端口", + "SoftEdge": "SoftEdge (软边缘)", + "softedge_hed": "softedge_hed (HED 软边缘检测)", + "softedge_hedsafe": "SoftEdge_HEDSafe (软边缘检测 - 保守 HED 算法)", + "softedge_pidinet": "SoftEdge_PiDiNet (软边缘检测 - PiDiNet 算法)", + "softedge_pidisafe": "SoftEdge_PiDiNetSafe (软边缘检测 - 保守 PiDiNet 算法)", + "soft_light": "柔光", + "solution.": "的解决方法。", + "Sort bounding boxes by": "按以下方式对边界框进行排序", + "sort by": "排序方式", + "Sort by": "排序方式", + "Sort by alphabetical order": "按首字母顺序排序", + "Sort LoRA models by": "低秩微调 (LoRA) 模型排序方式", + "Sort Order": "排序方式", + "Sort tags": "排序标签", + "(so they are used as literal brackets and not for emphasis)": "(启用后作为字面意义上的括号使用, 不起强调作用)", + "Soundtrack path": "音轨路径", + "Source": "来源", + "Source Checkpoint": "源模型", + "Source directory": "源目录", + "Source URL where this model could be found": "该模型发布的原始网址", + "space": "space (空格/空间艺术)", + "Specific branch name": "特定分支名", + "specify a custom settings file and ignore settings displayed in the interface": "指定自定义设置文件并忽略界面中显示的设置", + "Specify the amount that you wish to expand the mask by (recommend 0-10)": "设定蒙版扩展量(建议0-10)", + "Specify the amount that you wish to expand the mask by (recommend 30)": "设定蒙版扩展量(建议30)", + "specify your own seed schedule (found on the Keyframes page)": "指定你自己的种子数表(可在关键帧选项卡中找到)", + "split": "分离", + "Split based on cuts (as well)": "基于分割进行提取(同时)", + "Split image overlap ratio": "分割图像重叠比率", + "Split image threshold": "图像分割阈值", + "Split over-sized images": "分割过大的图像", + "Split oversized images": "分割过大的图像", + "Split oversized images into two": "将过大的图像分为两份", + "Split Video": "分割视频", + "square": "square (方图)", + "SSAA": "超级采样抗锯齿", + "stability_score_offset": "稳定性得分偏移", + "stability_score_thresh": "稳定性得分阈值", + "stability_score_threshold": "稳定性得分阈值", + "Stable Diffusion": "Stable Diffusion", + "Stable Diffusion checkpoint": "Stable Diffusion 模型", + "Stable Diffusion checkpoint autoload on server start": "在服务器启动时自动加载 Stable Diffusion 模型", + "Stackable": "可堆叠", + "Stackable checkbox is not used for saves, it's used when making a selection from the dropdown, whether to apply as stackable or not": "可堆叠复选框不用于保存,它用于从下拉列表中进行选择,无论是否应用为可堆叠", + "stage 1": "步骤 1", + "stage 2": "步骤 2", + "stage 3": "步骤 3", + "(Stage 3, 4, and 6 only show a guide and do nothing actual processing.)": "(步骤 3、4和6只显示指南,不做实际的操作。)", + "stage 3.5": "步骤 3.5", + "stage 4": "步骤 4", + "stage 5": "步骤 5", + "stage 6": "步骤 6", + "stage 7": "步骤 7", + "stage 8": "步骤 8", + "stained glass": "stained glass (彩色玻璃)", + "Start Auto Translate": "开始自动翻译", + "Start batch process": "开始批量处理", + "Start drawing": "开始绘制", + "start extracting the input video only from this frame number": "你所需要提取开始初始化视频的帧数", + "Start generating and upscaling!": "开始生成并放大", + "Starting Control Step": "引导介入时机", + "Start steps": "开始步数", + "Start training.": "开始训练", + "Start WebUi with option --api for this to work.": "启动 WebUi 时加入 --api 启动参数来保证本标签页的功能正常工作。", + "State": "运行状态", + "status": "状态", + "Status:": "状态: ", + "Std": "标准差", + "step": "迭代步数", + "Step": "迭代步数", + "Steps": "迭代步数", + "Steps schedule": "迭代步数计划表", + "Sticker": "贴纸", + "still life": "still life (静物画)", + "*Stitch frames to video*": "*将帧缝合为视频*", + "Stop": "停止", + "Stop processing current image and continue processing.": "停止处理当前图像,并继续处理下一个", + "Stop processing images and return any results accumulated so far.": "停止处理图像,并返回迄今为止累积的所有结果", + "stop the extraction of the video at this frame number. -1 for no limits": "你所需要提取结束初始化视频的帧数,-1 表示无限制(全部)", + "Stop XY": "停止生成 X/Y 图", + "Store frames in ram": "将帧保存到内存", + "Store preferences and SVG content locally": "在本地保存设置和SVG图像", + "storybook realism": "storybook realism (故事书写实主义/迪士尼艺术)", + "straight-line": "直线", + "street art": "street art (街头艺术)", + "streetscape": "streetscape (街景)", + "strength": "强度", + "Strength": "强度", + "Strength 0 no init": "强度为 0 时停用初始化", + "Style 1": "模版风格 1", + "Style 2": "模版风格 2", + "Styles": "预设样式", + "Sub directory depth": "子目录深度", + "Sub-folder": "子文件夹", + "Subject Types": "主题类型", + "Submit": "提交", + "Submit results": "提交结果", + "SubSeed": "第二种子", + "Subseed schedule": "第二种子参数表", + "Subseed strength schedule": "第二种子强度参数表", + "Sum": "和", + "sum Twice:(A*(1-alpha)+B*alpha)*(1-beta)+C*beta": "两次求和: (A*(1-α)+B*α)*(1-β)+C*β", + "SuperMerger": "超级模型融合", + "Supported engines:": "支持的引擎:", + "Supports boolean operations: (! - negation, & - and, | - or, ^ - xor, \\ - difference, () - nested operations)": "支持布尔操作符:(!-否定/取反,&-与,|-或,^-异或,\\-差分,()-嵌套操作)", + "surrealism": "surrealism (超现实主义)", + "Swap axes": "互换坐标轴", + "Swap hotkey combinations for Zoom and Adjust brush resize": "交换缩放和调整画笔大小的热键组合", + "Swap X/Y axes": "X/Y 轴互换", + "Swap X/Z axes": "X/Z 轴互换", + "Swap Y/Z axes": "Y/Z 轴互换", + "Swipe left/right navigates to the next image": "左右滑动时导航到下一张图片", + "Switch prompt between Native language and English": "切换提示词显示语言 (母语/英语)", + "Switch to Inpaint Upload": "发送到 重绘蒙版", + "symbolism": "symbolism (象征主义)", + "Sysinfo": "系统信息", + "System": "系统设置", + "System data": "系统信息", + "System Info": "系统信息", + "T2IA": "T2IA (自适应)", + "t2ia_color_grid": "T2ia_Color_Grid (自适应 色彩像素化处理)", + "t2ia_sketch_pidi": "T2ia_Sketch_PiDi (自适应 手绘边缘处理)", + "t2ia_style_clipvision": "T2ia_Style_Clipvision (自适应 风格迁移处理)", + "tab": "选项卡", + "Tag Autocomplete": "标签自动补全", + "Tag confidents": "标签置信度", + "Tag filename": "选择使用的标签文件名", + "Tagger": "WD 1.4 标签器 (Tagger)", + "Tagging": "打标", + "Tagging Confidence Threshold": "标签置信度阈值", + "Tag images": "多图打标", + "Tag one image": "单图打标", + "Tags": "标签", + "Target Folder": "目标文件夹", + "Target language": "目标语言", + "Target Language": "目标语言", + "Target tokens (comma separated)": "分隔目标提示词(逗号分隔)", + "Task History": "任务历史", + "Task Queue": "任务队列", + "Tattoo": "纹身", + "temparature": "色温", + "Temporal-Warp": "Temporal 修复", + "TEnc Weight 1": "Text Encoder 权重 1", + "TEnc Weight 2": "Text Encoder 权重 2", + "TEnc Weight 3": "Text Encoder 权重 3", + "TEnc Weight 4": "Text Encoder 权重 4", + "TEnc Weight 5": "Text Encoder 权重 5", + "Tertiary model (C)": "模型 C", + "TEST-MAX-ALL": "全部测试", + "Textbox": "文本框", + "text encoder": "文本编码器", + "Text files directory (optional, will load from input dir if not specified)": "文本文件目录 (可选, 如不指定将从输入目录加载)", + "Text files directory (Optional, will load from input dir if not specified)": "文本文件目录 (可选, 如不指定将从输入目录加载)", + "textile": "textile (纺织艺术)", + "Text input": "文本输入", + "Textual Inversion": "嵌入式(T.I. Embedding)", + "The 1st and last keyframe images should match.": "第一个和最后一个关键帧图像应该匹配。", + "The algorithm is not able to enhance all images.": "本算法不能增强所有图像", + "The annotator directory inside the SAM extension directory is only a symbolic link. This is to save your space and make the extension repository clean.": "SAM 扩展目录中的解释器目录只是符号链接。这样能够节省你的硬盘空间,并使扩展库更加有序。", + "The code for this extension:": "本插件的源码仓库: ", + "The current workflow is [text prompt]->[object detection]->[segmentation]. Semantic segmentation support is in Auto SAM panel.": "目前的工作流是 [文本提示词]->[对象检测]->[语义分割]。语义分割支持在自动 SAM 面板中。", + "The denoising curve controls the rate of denoising strength change each loop. Aggressive: Most of the change will happen towards the start of the loops. Linear: Change will be constant through all loops. Lazy: Most of the change will happen towards the end of the loops.": "重绘幅度曲线控制每次处理的重绘幅度变化率\n激进: 处理的 开始阶段 大规模变动重绘幅度\n线性: 处理的 全部阶段 重绘幅度变化率一致\n保守: 处理的 结束阶段 大规模变动重绘幅度", + "The denoising strength for the final loop of each image in the batch.": "每一批次中每个图像的最终循环时的重绘幅度", + "The difference between the last two models will be added to the first. Requires three models; A, B and C. The result is calculated as A + (B - C) * M": "后两个模型的差值将叠加在主要模型上。需要输入 A、B、C 三个模型。计算公式为 A + (B - C) * M", + "the directory in which your mask video is located.": "你所需要使用的视频蒙版路径", + "the directory / URL at which your video file is located for Video Input mode only": "视频文件所在的目录/链接,仅适用于视频输入模式", + "The existing prompt and negative prompt fields are ignored.": "会使现有的正向提示词和反向提示词段被忽略。", + "The frames per second that the video will run at": "视频的每秒播放帧数", + "The height of the output images, in pixels (must be a multiple of 64)": "输出图像的高度(像素)(必须能整除于 64)", + "then use": "然后使用", + "The other site allows for making keyframes using": "另一方面,允许关键帧使用 ", + "the path to a custom settings file": "自定义设置文件的路径", + "the path to your init image": "初始化图像的路径", + "the path to your mask image": "蒙版文件的路径", + "the path/ URL to an audio file to accompany the video": "视频附带的音频文件的路径 / 链接", + "The process of creating a video can be divided into the following stages.": "创作视频需要以下几个步骤。", + "There are a lot of special things build in, based on various research papers. Just try it, and let it surprise you.": "根据各种研究论文构建了许多特殊效果。尽管试一下,让它给你带来惊喜。", + "There are an immense number of image types, not only paintings and photo's, but also isometric renders and funko pops.\nYou can however, overwrite it with the most popular ones.": "大量的图像类型,不仅有画作和照片,还有 等距/等轴渲染 和 Funko Pops (玩具人偶) 。\n不过你可以用最流行的图像类型覆盖它。", + "There is *no* Batch mode like in vanilla deforum. Please Use the txt2img tab for that.": "本插件没有批处理模式,请使用文生图选项卡。", + "The results are stored in timestamp_prompts.txt.": "将结果保存在 timestamp_prompts.txt 中。", + "the roll effect angle": "所旋转的角度(X轴,一般性指水平)", + "These can be used to add textual inversion and LoRA’s. They can also be used to add your models trigger words.": "这里用来添加 嵌入式(T.I. Embedding) 和 LoRA 。同样可以用来添加模型触发词。", + "the seed value will increment by 1 for each subsequent frame of the animation": "对于动画的每个后续帧,种子数将增加 1", + "the seed will remain fixed across all frames of animation": "动画中所有帧的随机种子将被固定", + "the tilt effect angle": "所翻转的垂直角度(Y轴)", + "The untranslated characters will be translated automatically and will not affect the old translations. Use the function in the lower right corner to easily check and quickly modify the current translation.1,Save the setting;2,Click start button;3,Reload your browser.": "未翻译的提示词将自动翻译,不会影响已翻译过的提示词。使用右下方的功能按钮可以快速检查和修改当前的翻译。1.保存设置;2.点击启动按钮;3.重载浏览器。", + "The WebSocket is currently": "WebSocket 当前状态为", + "the whole folder, generated before, not just the output folder": "提前建立好的整个工程目录,而不仅仅是输出文件夹", + "The width of the output images, in pixels (must be a multiple of 64)": "输出图像的宽度(像素,必须能整除于 64)", + "Third column (reference) image": "第三列 (参考) 图像", + "[this]": "[这里]", + "This generator will generate a complete full prompt for you, based on randomness. You can increase the slider, to include more things to put into the prompt. \nRecommended is keeping it around 3-7. Use 10 at your own risk.": "本生成器会根据随机等级为你生成一段完整的提示词。可以通过滑块提高数值,以在提示词中包含更多的东西。\n建议保持在3-7左右。使用10的话后果自负。", + "This is an extra stage.": "这是一个额外的步骤。", + "This is ignored if neither batch run or ebsynth are checked": "如果批量处理或 Ebsynth 模式都没有被选中,此项将被忽略", + "(this is optional. Perform color correction on the img2img results and expect flickering to decrease. Or, you can simply change the color tone from the generated result.)": "(此步骤可选。对图生图的结果进行颜色校正,可能会减少视频闪烁。或者,你也可以简单地在生成结果中调色。)", + "This page allows you to change default values in UI elements on other tabs.": "本页面允许你去修改其它标签页中的 UI 默认设置", + "This panel is for those who want to upload mask to ControlNet inpainting. It is not part of the SAM feature. It might be removed someday when ControlNet support uploading image and mask. It serves as a temporarily workaround to overcome the unavailability of image with mask uploading feature in ControlNet extension.": "此面板是为想把蒙版上传到 ControlNet 重绘的人准备的。这不是 SAM 的功能。当某天 ControlNet 支持上传图像和蒙版时,此功能可能会删除。这是一个临时解决方案,以解决 ControlNet 不能上传蒙版的问题。", + "This preset affects?": "该预设中包含?", + "This regular expression will be used extract words from filename, and they will be joined using the option below into label text used for training. Leave empty to keep filename text as it is.": "该正则表达式将用于从文件名中提取单词,并将它们合并到用于训练的标签文本中。留空以保持文件名文本不变。", + "This requires Controlnet 1.1 extension and the tile resample model, install this if you haven't\nIn settings for Controlnet, enable \"Allow other script to control this extension\"": "这需要 ControlNet 1.1 插件和 tile resample 预处理器对应的模型,如果没有请安装!\n在设置页面的 ControlNet 设置中启用 ”允许其它脚本控制本插件“ 。", + "This requires the Ultimate SD Upscale extension, install this if you haven't": "这需要 Ultimate SD Upscale 插件,如果没有请安装!", + "This string will be used to join split words into a single line if the option above is enabled.": "如果启用了上述选项,则此处的字符会用于将拆分的单词接合为同一行", + "this subreddit": "此页面", + "This was originally a bug in the first release when using multiple batches, now brought back as a feature.\nRaised by redditor drone2222, to bring this back as a toggle, since it did create interesting results. So here it is.": "这原本是第一个版本中使用多批次时的一个 bug ,现在作为一个功能回归。\n由 redditor: drone2222提出,让它作为一个切换选项功能回归,因为它确实创造了有趣的结果。就是这样一个功能。", + "This way, you can create unlimited variants of a subject.": "通过这种方法,你可以创建同一个主题的无数变种图像。", + "This way, you don’t ever have to add it manually again. This file won’t be overwritten during upgrades.": "通过这个方法,就不需要每次都手动添加。这个文件不会在本插件更新时被覆盖。", + "Those settings are heavy on DOM modification and might conflict with some others extensions": "这些设置对 DOM 修改程度很大, 可能与其它扩展冲突", + "threshold": "threshold (阈值)", + "Threshold": "阈值", + "Threshold A": "阈值 A", + "Threshold B": "阈值 B", + "Thresholding Mode": "阈值模式", + "Threshold of delta frame edge": "增量帧边缘阈值", + "Threshold schedule": "阈值表", + "Threshold Value Lower": "阈值下限", + "Threshold Value Upper": "阈值上限", + "thumbs": "缩略视图", + "Tile": "Tile (分块)", + "tile_colorfix": "tile_colorfix (分块 - 固定颜色)", + "tile_colorfix+sharp": "tile_colorfix+sharp (分块 - 固定颜色 + 锐化)", + "tile division BG Removers": "分块化背景去除", + "tile_gaussian": "Tile_Gaussian (拼贴画模糊处理)", + "tile height": "分块高度", + "Tile height": "分块高度", + "Tile overlap": "分块重叠像素宽度", + "Tile overlap for ESRGAN upscalers.": "ESRGAN 超分辨率的分块块重叠像素大小", + "Tile overlap for SCUNET upscalers.": "SCUNET 超分辨率的分块块重叠像素大小", + "Tile overlap, in pixels for ESRGAN upscalers. Low values = visible seam.": "ESRGAN 超分辨率的分块块重叠像素大小。数值越低意味着分块间的接缝越明显", + "Tile overlap, in pixels for SCUNET upscalers. Low values = visible seam.": "SCUNET 超分辨率的分块重叠像素大小。数值越低意味着分块间的接缝越明显", + "Tile overlap, in pixels for SwinIR. Low values = visible seam.": "SwinIR 的分块重叠像素大小。数值越低意味着分块间的接缝越明显", + "tile_resample": "tile_resample (分块 - 重采样)", + "Tile size for all SwinIR.": "适用所有 SwinIR 系算法的分块尺寸", + "Tile size for ESRGAN upscalers.": "ESRGAN 使用的分块尺寸", + "Tile size for ESRGAN upscalers. 0 = no tiling.": "ESRGAN 使用的分块尺寸 。数值设为0意味着不分块", + "Tile size for SCUNET upscalers.": "SCUNET 超分辨率的分块尺寸", + "Tile size for SCUNET upscalers. 0 = no tiling.": "SCUNET 超分辨率的分块尺寸。数值设为0意味着不分块", + "tile width": "分块宽度", + "Tile width": "分块宽度", + "Tiling": "平铺图 (Tiling)", + "Time": "时间", + "Time in ms to wait before triggering completion again (Requires restart)": "再次显示自动补全标签的等待时间 (单位: 毫秒) (需保存并重启UI)", + "timestamp": "时间戳", + "Tips": "小提示", + "title": "标题", + "to": "到", + "To apply, go to quick set. Save now works immediately in other tab without restart, filters out non-common between tabs.": "要应用,请转到快速设置。现在保存可以立即在其他选项卡中工作,无需重新启动,过滤掉选项卡之间的不常见内容。", + "to discuss about Cozy Nest": "去讨论关于 Cozy Nest 的话题~", + "To enable, check use_mask in the Init tab": "如果需要启用,请检查初始化选项卡中启用蒙版选项是否其启用", + "to (full path)": "到 (输入完整路径)", + "Toggle overlap ( Technical button, neededs for testing )": "重叠切换 (技术性快捷键, 用于测试)", + "Token": "词元", + "Tokenize": "拆分词元", + "Token Length": "词元长度", + "Token Merging": "高分修复TOME", + "Token Merging - Max downsample": "TOME - 最大降采样", + "Token merging ratio": "Token 合并比率", + "Token Merging - Ratio": "TOME 合并比率", + "Token merging ratio for high-res pass": "高分层的 Token 合并比率", + "Token merging ratio for img2img": "图生图的 Token 合并比率", + "To Language": "目标语言", + "ToMe for Hires. fix": "为 Hires. fix 启用 ToMe 优化", + "ToMe Merging Ratio": "ToMe 合并比率", + "Toolkit": "模型工具箱", + "top": "顶部", + "top-bottom": "上 - 下", + "top_centered": "顶部居中", + "to share your creations and suggestions.": "来分享你的创意和提出意见.", + "(Total)": "(合计)", + "Train": "训练", + "Train an embedding or Hypernetwork; you must specify a directory with a set of 1:1 ratio images": "训练嵌入式或超网络模型;必须指定一个具有一组 1:1 宽高比图像的数据集目录", + "Train EMA": "训练 EMA", + "Train Embedding": "训练嵌入式模型", + "Train Hypernetwork": "训练超网络", + "training": "训练相关", + "Training": "训练", + "Training info": "训练信息", + "Training parameters": "训练参数", + "Train Model": "训练模型", + "Train Text Encoder": "训练文本编码器", + "Trajectory": "运动轨迹", + "Transform Center X": "旋转中心点 X 轴", + "Transform Center Y": "旋转中心点 Y 轴", + "translate": "翻译", + "Translate": "翻译", + "Translated Negative Prompt": "反向提示词翻译", + "Translated Prompt": "提示词翻译", + "Translate Negative Prompt": "翻译反向提示词", + "Translate Prompt": "翻译提示词", + "Translate: x, y, z": "移动幅度:x, y, z", + "Translation display order": "翻译显示顺序", + "Translation filename": "翻译文件名", + "Translation file uses old 3-column translation format instead of the new 2-column one": "翻译文件使用旧的三栏式翻译格式,而不是新的二栏式格式", + "Translation First": "译文在上", + "Translation Service Setting": "翻译服务设置", + "Translation X": "平移 X", + "Translation Y": "平移 Y", + "Translation Z": "平移 Z", + "Transparent": "透明", + "[transparent-background]": "[透明背景]", + "transparent-background": "透明背景", + "transparent-background AND clipseg": "透明背景和CLIP分割", + "transparent-background options": "透明背景选项", + "Transparent PNG": "透明PNG", + "Triple sum:A*(1-alpha-beta)+B*alpha+C*beta": "三重加权和: A*(1-α-β)+B*α+C*β", + "Truncate tags by token count": "按词元长度截断标签", + "Truncate tags by token count.": "按词元长度截断标签", + "Turn on pin_memory for DataLoader. Makes training slightly faster but can increase memory usage.": "为数据加载器 (DataLoader) 启用 pin_memory 参数,以提升内存占用的代价提高训练速度", + "Tweening frames schedule": "中间计算帧参数表", + "txt2img": "文生图", + "TXT2IMG": "文生图", + "txt2img-grids": "文生图 (网格)", + "txt2img history": "文生图历史记录", + "txt2img/img2img UI item order": "文生图/图生图界面参数组件顺序", + "Type": "类型", + "type of image": "图像类型", + "UI related": "UI 界面相关", + "UI tab order": "UI 标签栏顺序", + "ui text": "UI 文本", + "ukiyo-e": "ukiyo-e (浮世绘)", + "ultrawide": "ultrawide (超宽图)", + "Uncheck all copies": "取消勾选所有选择", + "U-Net features": "U-Net 特征值", + "UNet Weight 1": "UNet 权重 1", + "UNet Weight 2": "UNet 权重 2", + "UNet Weight 3": "UNet 权重 3", + "UNet Weight 4": "UNet 权重 4", + "UNet Weight 5": "UNet 权重 5", + "Unfreeze seed": "不固定种子", + "Unified Predictor-Corrector Framework for Fast Sampling of Diffusion Models": "用于扩散模型快速采样的统一预测-校正框架", + "uniform": "均匀", + "UniPC lower order final": "最后几步采样应用低阶 UniPC 采样方法", + "UniPC order": "UniPC 低阶步数", + "UniPC Order": "UniPC 低阶步数", + "UniPC order (must be < sampling steps)": "UniPC 的预测校正次数 (需小于采样步数)", + "UniPC skip type": "UniPC 跳过类型", + "UniPC variant": "UniPC 变体", + "unknown": "未知", + "Unload": "卸载", + "Unload all interrogate models": "卸载所有反推模型", + "Unload all models from memory": "从内存中卸载所有模型", + "unload model": "卸载模型", + "Unload model after running": "反推完成后卸载模型", + "Unload models": "卸载模型", + "Unload SD checkpoint to free VRAM": "卸载 Stable Diffusion 模型以释放显存", + "Unload VAE and CLIP from VRAM when training": "训练时从显存中卸载 VAE 和 CLIP 模型", + "Unnecessary Javascript file": "多余的 Javascript 文件", + "unzip the file to": "将文件解压缩到", + "up": "上", + "Upcast cross attention layer to float32": "将交叉关注层向上转换到 float32", + "Upcast cross attention layer to FP32": "将交叉关注层向上转换到 FP32", + "update": "更新", + "Update": "更新", + "Update directory names in database": "更新数据库中的文件夹名字", + "Update installed extensions": "更新已安装扩展", + "update list": "更新列表", + "Update Mask": "更新蒙版", + "uploaded video FPS": "上传视频的帧率", + "uploaded video resolution": "上传视频的分辨率", + "uploaded video total frame count": "上传视频的总帧数", + "Upload mask": "上传蒙版图片", + "Upload mask image": "上传蒙版图片", + "Upload Mask to ControlNet Inpainting": "上传蒙版到 ControNet 重绘", + "Upload prompt inputs": "上传提示词输入文件", + "Upper Arm": "上臂长度", + "Upscale": "图像放大", + "Upscale Before Restoring Faces": "放大后再进行面部修复", + "Upscale by": "放大倍数", + "Upscale factor": "放大倍数", + "Upscale height": "放大高度", + "Upscale image with IMG2IMG": "通过图生图放大图像", + "Upscale model": "超分模型", + "Upscaler": "放大算法", + "upscaler 1": "放大算法 1", + "Upscaler 1": "放大算法 1", + "upscaler 2": "放大算法 2", + "Upscaler 2": "放大算法 2", + "Upscaler 2 vis.": "放大算法 2 可见程度", + "Upscaler 2 visibility": "放大算法 2 强度", + "Upscale ratio": "放大倍率", + "Upscale resize": "放大倍数", + "Upscaler for img2img": "图生图放大算法", + "*Upscale uploaded video*": "*放大已上传的视频*", + "Upscale width": "放大宽度", + "Upscaling": "放大", + "URL": "地址", + "URL for extension's git repository": "扩展的 git 仓库网址", + "Use": "使用 ", + "Use alpha as mask": "启用透明度蒙版", + "Use an": "使用一个", + "Use an empty output directory to save pictures normally instead of writing to the output directory.": "输出图像到一个空目录,而非设置里指定的输出目录", + "Use another image as ControlNet input": "使用另外的图像输入 ControlNet", + "Use another image as mask": "使用另外的图像作为遮罩", + "Use a two step process to partially create an image at smaller resolution, upscale, and then improve details in it without changing composition": "两步生成\n以较小的分辨率生成初步图像后再放大\n然后在不改变构图的情况下改善细节", + "Use BLIP for caption": "使用 BLIP 生成标签 (自然语言)", + "Use Control Net inpaint model": "使用 ControlNet 的 inpait 模型", + "Use CPU for SAM": "使用 CPU 进行 SAM 处理", + "Use CPU Only (SLOW)": "只用 CPU (很慢)", + "Use cross attention optimizations while training": "训练时开启 Cross Attention 优化", + "Use custom colors": "使用自定义颜色", + "Use custom DepthMap": "使用自定义深度图", + "Use deepbooru for caption": "使用 Deepbooru 生成标签", + "Use delta values for movement parameters": "使用增量值作为运动参数", + "Use Depth Map If exists in /video_key_depth": "使用深度图(如果存在/video_key_depth目录)", + "Use different seed for each picture": "为每张图片使用不同随机种子", + "Use dropdown for sampler selection instead of radio group": "采样器列表处使用下拉菜单取代单选框", + "Use dropout": "使用 dropout", + "Use EMA for finetuning": "使用 EMA 权重进行微调", + "use Face Crop img2img": "使用图生图脸部修复", + "Use Fast Mode(It will be faster, but the quality of the mask will be lower.)": "使用快速模式(它会更快,但蒙版质量会较低)。", + "Use half floats": "启用半精度浮点", + "Use init": "使用初始化", + "Use inpaint width/height": "启用自定义重绘宽高", + "Use input image's alpha channel as mask": "使用输入图像的透明度通道作为遮罩", + "Use Jit": "使用实时产出模式", + "Use local groundingdino to bypass C++ problem": "使用本地 Groundingdino 以绕过 C++ 问题", + "Use Lora in uc diffusion model": "在反向扩散模型中使用 LoRA", + "Use Lora in uc text model encoder": "在反向文本编码器中使用 LoRA", + "Use lossless compression for webp images": "对 WebP 图像使用无损压缩", + "Use LyCoris handler for all Lora types": "使用 LyCORIS 处理器加载所有 Lora 模型", + "Use main sampler": "使用文生图采样方法", + "Use mask": "使用蒙版", + "Use mask as output alpha channel": "使用遮罩作为透明度通道输出", + "Use mask video": "使用视频蒙版", + "use MBW": "使用分块合并", + "Use mid-control on highres pass (second pass)": "进行高分辨率修复时使用中间层控制 (mid-control)", + "Use minimal area for face selection": "用最小面积进行脸部选择", + "Use noise mask": "使用噪点蒙版", + "Use old emphasis implementation. Can be useful to reproduce old seeds.": "使用旧的强调符号解析器,可用于复现早期种子结果 (2022-09-29)", + "Use old karras scheduler sigmas (0.1 to 10).": "对于 Karras 调度器使用旧的 sigma 值范围 (0.1 - 10) (2023-01-01)", + "Use only-mid-control on high-res. fix (second pass)": "在高分辨率修复 (第二通道) 中仅使用中间层 (mid-control) 控制", + "Use optimized images in the thumbnail interface (significantly reduces the amount of data transferred)": "在缩略图界面中使用优化的图像 (显著减少传输数据量)", + "Use original name for output filename during batch process in extras tab": "在后期处理选项卡中的批量处理过程中,使用原始名称作为输出文件名", + "Use PNG alpha channel as loss weight": "使用 PNG 图片的透明通道作为 loss 权重", + "Use Preprocess image If exists in /controlnet_preprocess": "使用预处理图像(如果存在/controlnet_preprocess目录)", + "Use prompt from preview image": "一键使用本模型预览图所使用的提示词", + "Use random seeds for sub-generations when doing a rolling generation (WARNING!!! The result will be non-deterministic!!!)": "在进行梯度放大倍数生成时, 对子代生成应用随机种子 (警告!!! 图像结果随机无法复现!!!)", + "Use raw CLIP token to calculate token count (without emphasis or embeddings)": "使用原始 CLIP 词元数计算词元长度(不含 emphasis 或 embeddings)", + "Use recursive with glob pattern": "使用 glob 模式递归搜索", + "Use recycle bin when deleting images": "将删除的图片放入回收站而非直接彻底删除", + "Use regex": "使用正则表达式", + "User interface": "用户界面", + "username": "用户名", + "Username": "用户名", + "Uses aesthetic image scorer extension to check the quality of the image.": "使用 aesthetic image scorer (美学图像评分) 插件来检测图像质量", + "Use same random seed for all lines": "每行输入都使用同一个随机种子", + "Use same sampler": "使用相同采样方法", + "Use separate CFG scale": "使用独立的提示词引导系数", + "Use separate CFG scale 2nd": "使用独立的提示词引导系数", + "Use separate CFG scale 3rd": "使用独立的提示词引导系数", + "Use separate CFG scale 4th": "使用独立的提示词引导系数", + "Use separate CFG scale 5th": "使用独立的提示词引导系数", + "Use separate steps": "使用独立迭代步数", + "Use separate steps 2nd": "使用独立迭代步数", + "Use separate steps 3rd": "使用独立迭代步数", + "Use separate steps 4th": "使用独立迭代步数", + "Use separate steps 5th": "使用独立迭代步数", + "Use separate width/height": "使用独立重绘宽高", + "Use separate width/height 2nd": "使用独立重绘宽高", + "Use separate width/height 3rd": "使用独立重绘宽高", + "Use separate width/height 4th": "使用独立重绘宽高", + "Use separate width/height 5th": "使用独立重绘宽高", + "Use Smart-Steps": "优化迭代次数", + "Use Space Instead Of _": "使用 \"空格 \" 代替 \"下划线_\"", + "Use spaces instead of underscore": "使用空格代替下划线", + "Uses your": "使用你的", + "Use tags like [seed] and [date] to define how filenames for images are chosen. Leave empty for default.": "使用[seed]和[date]等标记来选择如何定义图像的文件名。留空使用默认值", + "Use tags like [seed] and [date] to define how subdirectories for images and grids are chosen. Leave empty for default.": "使用[seed]和[date]等标记来选择如何定义图像和网格的子目录。留空使用默认值", + "Use Text Escape": "使用文本转义", + "(use (text) to make model pay more attention to text and [text] to make it pay less attention)": "(使用 (提示词) 使模型更关注该文本, 使用 [提示词] 减少其关注度)", + "Use the negative_prompts field to automatically append all words as a negative prompt. *Don't* add --neg in the negative_prompts field!": "使用 negative_prompts 字段自动将所有单词附加为反向提示词,不要在 negative_prempts 字段中添加 --neg !", + "Use this negative prompt": "使用此框填写的反向提示词", + "Use this when scanning can not find a local model on civitai": "无法通过扫描获取本地模型信息时使用此功能", + "Use Ultimate SD Upscale script instead": "使用 Ultimate SD Upscale 脚本作为替代", + "Use upscaler name as filename suffix in the extras tab": "后期处理时将超分算法名称添加到文件名后缀中", + "Use via API": "使用 via API", + "VAE Checkpoints to cache in RAM": "保留在内存中的 VAE 模型数量", + "Variation seed": "变异随机种子", + "Variation strength": "变异强度", + "Vectors": "向量", + "Vector Studio": "Vector Studio - 矢量工作室", + "verbose console output": "将详细信息输出到控制台", + "version": "版本", + "Version": "版本", + "Vertical": "垂直", + "Vertical Mirroring": "垂直镜像", + "vertical split num": "垂直分割数", + "Very cheap approximation. Very fast compared to VAE, but produces pictures with 8 times smaller horizontal/vertical resolution and extremely low quality.": "性能很好的近似值。与VAE相比速度非常快,但生成的图片的水平/垂直分辨率是VAE的八分之一,质量极低", + "vibrant": "vibrant (自然饱和度)", + "Vid2depth": "视频转深度", + "Video": "视频", + "Video Depth": "视频深度", + "Video Init": "视频初始化", + "Video init path": "初始化视频路径", + "video_init_path, extract_nth_frame, overwrite_extracted_frames": "初始视频路径, 提取第N帧, 覆盖提取帧", + "Video Input": "视频输入 ", + "video_input mode only, enables the extraction and use of a separate video file intended for use as a mask. White areas of the extracted video frames will not be affected by diffusion, while black areas will be fully effected. Lighter/darker areas are affected dynamically.": "仅视频输入模式使用,提取和使用单独的视频文件作为蒙版。提取的视频帧的白色区域将不受生成器的影响,而黑色区域将完全受到影响。较亮/较暗的区域会受到动态影响。", + "Video mask path": "视频蒙版路径", + "Video output": "视频输出", + "Video Output Settings": "视频输出设置", + "Video to get Depth from": "从视频中获取深度", + "Video to Upscale": "待放大视频", + "Video Upscaling": "视频放大", + "View changes": "查看更改", + "View the wiki for usage tips.": "点击查看 Wiki 获取使用说明", + ". Visit": " 分隔。查看", + "Visualize": "可视化预览", + "Visualize Cross-Attention": "Cross-Attention 可视化", + "Visual style": "视觉风格", + "vivid_light": "亮光", + "VRAM usage polls per second during generation.": "生成图像时, 每秒查询显存 (VRAM) 使用情况的次数", + "VRAM usage polls per second during generation. Set to 0 to disable.": "生成图像时,每秒查询显存 (VRAM) 使用情况的次数。设置为 0 可禁用", + "WARNING : Settings are immediately applied but will not be saved until you click \"Save\"": "警告:设置修改后会立即应用,但在点击“保存”之前不会被保存", + "WARNING : Some visual settings are immediately applied but will not be saved until you click \"Save\"": "警告: 部分视觉设置修改后会立即应用, 但在点击 ”保存“ 之前不会被保存", + "watercolor": "watercolor (水彩)", + "Waves color": "波形颜色", + "WebUI State": "WebUI 状态", + "Weight": "权重", + "Weight 1": "权重 1", + "Weight 2": "权重 2", + "Weight 3": "权重 3", + "Weight 4": "权重 4", + "Weight 5": "权重 5", + "Weighted sum": "加权和", + "Weights": "权重", + "weights alpha": "权重 α", + "Weights alpha": "权重 α", + "weights beta": "权重 β", + "Weights beta": "权重 β", + "Weights Presets": "权重预设", + "Weights setting": "权重设置", + "Weights Setting": "权重设置", + "Weight sum:A*(1-alpha)+B*alpha": "加权和: A*(1-α)+B*α", + "Weight values": "权重值", + "Weight_values": "权重值", + "What to put inside the masked area before processing it with Stable Diffusion.": "在使用 Stable Diffusion 处理蒙版区域前在其中放置什么", + "When adding extra network such as Hypernetwork or Lora to prompt, use this multiplier for it.": "当添加扩展模型 (如 Hypernetwork 或 Lora) 到提示词中时,默认使用此倍率。", + "When adding to prompt, refer to lora by": "在添加到提示词时,通过以下格式提及lora", + "When adding to prompt, refer to Lora by": "将扩展模型添加到提示词时,通过以下格式提及lora", + "when checked, do not output a video": "启用时, 不输出视频", + "when enabled, will re-extract video frames each run. When using video_input mode, the run will be instructed to write video frames to the drive. If you’ve already populated the frames needed, uncheck this box to skip past redundant extraction, and immediately start the render. If you have not extracted frames, you must run at least once with this box checked to write the necessary frames.": "启用时,将在每次运行时重新提取视频帧。使用video_input模式时,运行程序将视频帧写入驱动器。如果已经填充了所需的帧,请取消选中此框以跳过多余的提取,然后立即开始渲染。如果尚未提取帧,则必须在选中此框的情况下至少运行一次,以写入必要的帧。", + "When loading models attempt stream loading optimized for slow or network storage": "为低速硬盘或网络存储使用流式模型加载优化", + "When loading models attempt to reuse previous model dictionary": "加载模型时尝试复用上一模型的字典", + "(when reading generation parameters from text into UI)": "(适用于从文本中读取生成参数并应用到用户界面时)", + "(when reading generation parameters from text into UI))": "(适用于从文本中读取生成参数并应用到用户界面时)", + "When reading generation parameters from text into UI (from PNG info or pasted text), do not change the selected model/checkpoint.": "当从 PNG 图片信息或粘贴文本读取生成参数到用户界面时,不根据参数更改当前选定模型", + "When searched": "检索时", + "(\"When searched\" option will only show the item when the search string has 4 characters or more)": "(\"检索时\" 选项只有当搜索字符串有4个或更多字符时, 才会显示隐藏栏目)", + "when this box is checked, and FFMPEG mp4 is selected as the output format, an audio file will be multiplexed with the video.": "选中此框并以 FFMPEG mp4 为输出格式时, 音频文件将与视频复用", + "When using 'Save' button, only save a single selected image": "使用“保存”按钮时,只保存一个选定的图像", + "When using \"Save\" button, save images to a subdirectory": "使用 “保存” 按钮时,将图像保存到子目录", + "When you fill in the Overwrite subject field, that subject will be used to build the dynamic prompt around. It is best, if you set the subject type to match the subject. For example, set it to humanoid if you place a person in the override subject field.": "填写覆盖主题词段将被用来建立动态提示词。最好把主题类型设置为与主题相匹配。例如:如果你在覆盖主题词段中放置一个人,就把它设置为人形。", + "Whether to use optical flow to blend frames during cadence (if cadence more than 1)": "在生成间隔期间,使用光流法渲染帧(即使间隔大于1)", + "Which algorithm to use to produce the image": "使用哪种算法生成图像", + "whimsical": "whimsical (奇幻)", + "White is Opaque": "白色不透明", + "Whitelist": "白名单", + "Whole picture": "整张图片", + "wide": "wide (宽图)", + "width": "宽度", + "Width": "宽度", + "Width/height limit for the above option, in pixels": "上述选项的 宽/高 限制 (单位: 像素)", + "[wiki]": "[Wiki]", + "wiki": "Wiki", + "will do nothing!": "将不生效!", + "will output a greyscale depth map image alongside the output images.": "将与输出图像一起输出灰度深度图图像。", + "Will upscale the image by the selected scale factor; use width and height sliders to set tile size": "按照选定的比例放大图像;使用长/宽拖动条以设置分块大小", + "With confidence": "输出置信度权重", + "With img2img, do exactly the amount of steps the slider specifies.": "图生图时,准确执行滑块指定的迭代步数", + "With img2img, fill image's transparent parts with this color.": "在图生图中使用以下颜色填充透明区域", + "With Workflow mode, you turn off the automatic generation of new prompts on ‘generate’, and it will use the Workflow prompt field instead. So you can work and finetune any fun prompts without turning of the script.": "在工作流模式下,关闭了 \"生成 \"时自动生成新提示词的功能,它会使用工作流提示词作为代替。因此可以在不打开脚本的情况下工作和对有趣的提示词进行微调。", + "word masks": " ", + "Workflow assist": "工作流协助", + "Workflow assist, suggestions by redditor Woisek.": "工作流协助,由 redditor: Woisek 提出。", + "Workflow mode, turns off prompt generation and uses below Workflow prompt instead.": "工作流模式:关闭提示词生成,使用以下的工作流提示词代替。", + "Workflow prompt": "工作流提示词", + "*Work In Progress*. All params below are going to be keyframable at some point. If you want to speedup the integration, join Deforum's development. \uD83D\uDE09": "*正在开发*. 下面的所有参数在某些点是关键的。如果你想加快集成,请加入 Deforum 的开发。\uD83D\uDE09", + "Write all generated prompts to a file": "将所有生成的提示词写入文件", + "Write image to a directory (default - log/images) and generation parameters into csv file.": "将图像写入目录(默认 - log/images)并将生成参数写入 csv 表格文件", + "write merged model ID to": "将融合模型 ID 写入到", + "x center axis for 2D angle/zoom *only*": "2D 旋转/缩放中 X 轴的中心点", + "xmenber": "X 值", + "X panning": "X 轴平移量", + "xtype": "X 类型", + "X type": "X 轴类型", + "X Types": "X 轴类型", + "X values": "X 轴值", + "X/Y plot": "X/Y 图表", + "X/Y/Z plot": "X/Y/Z 图表", + "XYZ plot": "XYZ 图", + "y center axis for 2D angle/zoom *only*": "2D 旋转/缩放中 Y 轴中心点", + "Yes": "是", + "ymenber": "Y 值", + "You can also choose the prompt seperator mode for use with Latent Couple extension": "可以选择提示词分隔模式来使用 Latent Couple 插件", + ". You can also join this": ". 你同样可以加入这个", + "You can change the maximum execution time, by default it’s 30seconds.": "你可以调节最大执行时间,默认 30 秒。", + "You can choose a certain subject type, if you want to generate something more specific. It has the following types:": "需要生成更具体的图像, 可以选择主题类型。有以下几种:", + "You can enhance semantic segmentation for control_v11p_sd15_seg from lllyasviel. Non-semantic segmentation for Edit-Anything will be supported when they convert their models to lllyasviel format.": "你可以使用 lllyasviel 的 control_v11p_sd15_seg 模型进行语义分割。当模型转换为 lllyasviel 格式时,将还将支持Edit-Anything 的非语义分割。", + "You can enhance semantic segmentation for control_v11p_sd15_seg from lllyasviel. You can also utilize": "可以使用 lllyasviel 的 control_v11p_sd15_seg 模型强化语义分割功能。也可以使用 ", + "You can generate image layout either in single image or in batch. Since there might be A LOT of outputs, there is no gallery for preview. You need to go to the output folder for either single image or batch process.": "你可以生成单张或批量的图像分布。由于可能有大量图片输出,所以无法预览。你需要进入输出文件夹,查看和进行后续操作。", + "You can mask images by their categories via semantic segmentation. Please enter category ids (integers), separated by": "可通过语义分割将图像分类屏蔽。请输入类别ID (整数) , 以", + "You can mask images by their categories via semantic segmentation. Please enter category ids (integers), separated by +. Visit here for ade20k and here for coco to get category->id map. Note that coco jumps some numbers, so the actual ID is line_number - 21.": "你可以通过语义分割模型按类别创建蒙版。请输入类别 ID(整数),用+分隔。可以访问 [这里] 获取 ade20k 的分类列表,或者 [这里] 获取 coco 的分类列表。注意,coco 会略过一些数字,所以实际的 ID 是列表中编号 -21。", + "You can put any image or images or video you like in the background.": "你可以任何你喜欢的图像或者视频放在背景中。", + "You can put comma seperated values here, those will be ignored from any list processing. For example, adding \"\"film grain, sepia\"\", will make these values not appear during generation.": "可以填入用逗号隔开的提示词,这些提示词包含的值将会在所有列表处理中被忽略。例如,添加 “”film grain, sepia“” ,将会使得这些提示词包含的值在生成时不出现。", + "You can specify in this field -> [Ebsynth Utility]->[configuration]->[stage 8]->[Background source]": "你可以在这里设置 -> [Ebsynth Utility]->[插件配置]->[步骤 8]->[背景源]", + "You can specify \"path_to_project_dir/inv/crossfade_tmp\".": "可以将其设置为“你的工程目录/inv/crossfade_tmp”。", + "You can stop the algorithm at any time": "你可以在任意时间停止图像增强算法", + "You can toggle the separator mode. Standardly this is a comma, but you can choose an AND or a BREAK.": "可以切换提示词分隔符。标准设置应该为逗号,但现在可以选择 AND 或者 BREAK 。", + "You can try it by own, to dig more deeper into Abyss ...": "可自行探索,以窥深渊...", + "You can turn it off and maybe add your own in the prefix or suffix prompt fields": "可以关闭本选项,然后可以在前缀或后缀提示词段中添加自己想要指定的艺术家。", + "You can use this as a guided image tool or as a looper depending on your settings in the keyframe images field. \n Set the keyframes and the images that you want to show up. \n Note: the number of frames between each keyframe should be greater than the tweening frames.": "根据关键帧图像字段中的设置,可以将其用作引导图像工具或循环器。\n设置要显示的关键帧和图像。\n注意:每个关键帧之间的帧数应大于中间帧。", + "You can use this as a guided image tool or as a looper depending on your settings in the keyframe images field. \n Set the keyframes and the images that you want to show up. \n Note: the number of frames between each keyframe should be greater than the tweening frames.": "根据关键帧图像字段中的设置,可以将其用作引导图像工具或循环器。\n设置要显示的关键帧和图像。\n注意:每个关键帧之间的帧数应大于中间帧。", + "You may configurate automatic sam generation. ": "你可以配置自动 SAM 的参数。", + "You may configurate automatic sam generation. See": "可以配置以下项目来自动 SAM 。查看", + "You may configurate the following items and generate masked image for all images under a directory. This mode is designed for generating LoRA/LyCORIS training set.": "配置以下项目,为目录下所有图像生成蒙版。该模式用于生成 LoRA / LyCORIS 训练集。", + "You must enter text prompts to enable groundingdino. Otherwise this extension will fall back to point prompts only.": "必须输入文本提示词才能启用 GroundingDINO,否则将仅使用标记点。", + "You probably want this to be 'fp16'.": "你可能想要设置为半精度 (fp16)。", + "Your Civitai API Key": "Civitai API 密钥", + "Your Civitai Link Key": "Civitai Link 密钥", + "Y panning": "Y 轴平移量", + "ytype": "Y 类型", + "Y type": "Y 轴类型", + "Y Types": "Y 轴类型", + "Y values": "Y 轴值", + "Y Values": "Y 轴值", + "Zip": "打包下载", + "ZoeDepth was not trained on panoramic images. It doesn't know anything about panoramas or spherical projection. Here, we just treat the estimated depth as radius and some projection errors are expected. Nonetheless, ZoeDepth still works surprisingly well on 360 reconstruction.": "ZoeDepth 不是基于全景图像上训练的。它无法识别全景图或球形投影的特征。在这个选项卡,它仅把估计的深度当作半径,所以会产生一些预料中的投影误差。尽管如此,ZoeDepth 在 360° 重建模型上仍有令人惊讶的效果。", + "ZoeDepth was not trained on panoramic images. It doesn’t know anything about panoramas or spherical projection. Here, we just treat the estimated depth as radius and some projection errors are expected. Nonetheless, ZoeDepth still works surprisingly well on 360 reconstruction.": "ZoeDepth 不是基于全景图像上训练的。它无法识别全景图或球形投影的特征。在这个选项卡,它仅把估计的深度当作半径,所以会产生一些预料中的投影误差。尽管如此,ZoeDepth 在 360° 重建模型上仍有令人惊讶的效果。", + "Zoom": "缩放参数", + "Zoom in masked area": "缩放遮罩区域", + "Z type": "Z 轴类型", + "Z values": "Z 轴值" +} diff --git a/icon/accept_all.svg b/icon/accept_all.svg index b8f9be72..c7db2395 100644 --- a/icon/accept_all.svg +++ b/icon/accept_all.svg @@ -1 +1,29 @@ - \ No newline at end of file + + + + + + + + + + + + + + \ No newline at end of file diff --git a/icon/accept_selected.svg b/icon/accept_selected.svg index 30342c62..34eab928 100644 --- a/icon/accept_selected.svg +++ b/icon/accept_selected.svg @@ -1 +1,28 @@ - \ No newline at end of file + + + + + + + + + + + + + \ No newline at end of file diff --git a/icon/camera_icon.svg b/icon/camera_icon.svg index ad13b59d..4636cc58 100644 --- a/icon/camera_icon.svg +++ b/icon/camera_icon.svg @@ -1,14 +1,29 @@ - - - - - - - - + + + + + + + + + + + + + + \ No newline at end of file diff --git a/icon/chain_black.svg b/icon/chain_black.svg index 369d25bb..d687a447 100644 --- a/icon/chain_black.svg +++ b/icon/chain_black.svg @@ -1,4 +1,32 @@ - - - - + + + + + + + + + + + + + + \ No newline at end of file diff --git a/icon/chain_white.svg b/icon/chain_white.svg index 24465024..7519a804 100644 --- a/icon/chain_white.svg +++ b/icon/chain_white.svg @@ -1,4 +1,41 @@ - - - - + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/icon/discard_all.svg b/icon/discard_all.svg index e290f419..39bee8bb 100644 --- a/icon/discard_all.svg +++ b/icon/discard_all.svg @@ -1 +1,30 @@ - \ No newline at end of file + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/icon/discard_selected.svg b/icon/discard_selected.svg index 8ffdc692..30890c57 100644 --- a/icon/discard_selected.svg +++ b/icon/discard_selected.svg @@ -1 +1,25 @@ - \ No newline at end of file + + + + + + + + + + + + + + \ No newline at end of file diff --git a/icon/image-search.svg b/icon/image-search.svg index 342def6d..36a6409d 100644 --- a/icon/image-search.svg +++ b/icon/image-search.svg @@ -1,15 +1,33 @@ - - + + - image--search - - - - + + + + + + + + \ No newline at end of file diff --git a/icon/layer_to_selection.svg b/icon/layer_to_selection.svg index c78a7c1d..0f66d75a 100644 --- a/icon/layer_to_selection.svg +++ b/icon/layer_to_selection.svg @@ -1,8 +1,25 @@ - + + + + + + + + + + + + + \ No newline at end of file diff --git a/icon/move_to_canvas.svg b/icon/move_to_canvas.svg new file mode 100644 index 00000000..0690430d --- /dev/null +++ b/icon/move_to_canvas.svg @@ -0,0 +1,36 @@ + + + + + + diff --git a/icon/pen.svg b/icon/pen.svg new file mode 100644 index 00000000..4c0b7b68 --- /dev/null +++ b/icon/pen.svg @@ -0,0 +1,9 @@ + + + + diff --git a/icon/preview.svg b/icon/preview.svg new file mode 100644 index 00000000..1b370a83 --- /dev/null +++ b/icon/preview.svg @@ -0,0 +1,56 @@ + + + + + + + + + + \ No newline at end of file diff --git a/icon/reselect-area.svg b/icon/reselect-area.svg new file mode 100644 index 00000000..9bfd19c2 --- /dev/null +++ b/icon/reselect-area.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/icon/reset_settings.svg b/icon/reset_settings.svg new file mode 100644 index 00000000..a8573817 --- /dev/null +++ b/icon/reset_settings.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/icon/search.svg b/icon/search.svg index 16e7b461..c3f101be 100644 --- a/icon/search.svg +++ b/icon/search.svg @@ -1,19 +1,28 @@ - - - - - search_right [#1507] - Created with Sketch. - + + + + - - - - + .c, .d { + fill: none; + } - - - - + .e { + fill: #d6d6d6; + } + + + + + + + + + \ No newline at end of file diff --git a/icon/selection-area_2.svg b/icon/selection-area_2.svg new file mode 100644 index 00000000..e516f8da --- /dev/null +++ b/icon/selection-area_2.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/icon/writing-icon.svg b/icon/writing-icon.svg index ecc62918..02d8a993 100644 --- a/icon/writing-icon.svg +++ b/icon/writing-icon.svg @@ -1 +1,27 @@ -writing \ No newline at end of file + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index 0c017657..c3d6875f 100644 --- a/index.html +++ b/index.html @@ -495,7 +495,7 @@ font-family: Arial, Verdana; background-image: url(./icon/search.svg); background-color: #777; - background-size: 20px; + background-size: 30px; width: 30px; height: 30px; background-repeat: no-repeat; @@ -571,7 +571,7 @@ .resetButton { font-family: Arial, Verdana; - background-image: url(./icon/reset_settings2.png); + background-image: url(./icon/reset_settings.svg); background-color: #777; background-size: 30px; width: 30px; @@ -588,16 +588,26 @@ height: 30px; background-repeat: no-repeat; } + .svgButton { + font-family: Arial, Verdana; + + background-color: #777; + background-size: 30px; + width: 30px; + height: 30px; + background-repeat: no-repeat; + } + .selectionAreaButton { + background-image: url(./icon/reselect-area.svg); + } .interrogateButton { font-family: Arial, Verdana; background-image: url(./icon/writing-icon.svg); /* background-color: transparent; */ - background-size: 25px; + background-size: 30px; width: 30px; height: 30px; background-repeat: no-repeat; - background-position: center; - background-position-x: 4px; } .svg-buttons-container *:not(:last-child) { margin-right: 3px; @@ -655,7 +665,7 @@ .refreshButton { font-family: Arial, Verdana; - background-image: url(./icon/reset_settings2.png); + background-image: url(./icon/reset_settings.svg); background-color: #777; background-size: 30px; width: 30px; @@ -699,6 +709,19 @@ color: white; } */ + @@ -862,15 +885,24 @@
- - @@ -881,9 +913,6 @@ > Interrupt -
-
-
- - - - - - -
- -
- - -
- -
- Disable ControlNet Tab - -
- - -
-
+
@@ -1547,7 +1271,8 @@ >
-
+
- Upscaler 1: @@ -1613,7 +1340,9 @@
- Upscaler 2: @@ -1637,6 +1366,7 @@ value="0" > Upscaler 2 visibility: @@ -1661,6 +1391,7 @@ value="0" > GFPGAN visibility: @@ -1685,6 +1416,7 @@ value="0" > CodeFormer visibility: @@ -1709,6 +1441,7 @@ value="0" > CodeFormer weight: @@ -1853,6 +1586,7 @@
+
use sharp mask Smart Object
- Generate txt2img @@ -2076,7 +1805,7 @@ class="chLiveProgressImageClass" />
-
-
+
--> +
- +
@@ -2462,6 +2187,7 @@ > +
@@ -2566,7 +2292,7 @@ >
- Steps:Sampling Steps - Width: + Width: - Height: + Height: - CFG Scale: + CFG Scale: @@ -2735,7 +2468,7 @@ max="100" value="70" > - Denoising Strength: