From 24a76340ba14c63b8523c254769c781d4b62c347 Mon Sep 17 00:00:00 2001 From: batvbs <60730393+batvbs@users.noreply.github.com> Date: Tue, 1 Nov 2022 14:30:59 +0800 Subject: [PATCH] Update zh_CN.json --- localizations/zh_CN.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/localizations/zh_CN.json b/localizations/zh_CN.json index 2d70dab1..c23e123b 100644 --- a/localizations/zh_CN.json +++ b/localizations/zh_CN.json @@ -481,10 +481,10 @@ "Open images output directory": "打开图像输出目录", "How much to blur the mask before processing, in pixels.": "处理前要对蒙版进行多强的模糊,以像素为单位", "What to put inside the masked area before processing it with Stable Diffusion.": "在使用 Stable Diffusion 处理蒙版区域之前要在蒙版区域内放置什么", - "fill it with colors of the image": "用图像的颜色(高斯模糊)填充它", + "fill it with colors of the image": "用图像的颜色(高强度模糊)填充它", "keep whatever was there originally": "保留原来的图像,不进行预处理", - "fill it with latent space noise": "用潜空间的噪声(图像维度表现为 随机彩色噪点)填充它", - "fill it with latent space zeroes": "用潜空间的零(图像维度表现为 无色纯灰)填充它", + "fill it with latent space noise": "用潜空间的噪声填充它", + "fill it with latent space zeroes": "用潜空间的零填充它", "Upscale masked region to target resolution, do inpainting, downscale back and paste into original image": "将蒙版区域放大到目标分辨率,做局部重绘,缩小后粘贴到原始图像中", "Resize image to target resolution. Unless height and width match, you will get incorrect aspect ratio.": "将图像大小调整为目标分辨率。除非高度和宽度匹配,否则你将获得不正确的纵横比", "Resize the image so that entirety of target resolution is filled with the image. Crop parts that stick out.": "调整图像大小,使整个目标分辨率都被图像填充。裁剪多出来的部分",