From ebd6f15293b14cd7d240e93e8efa076e11fe2b34 Mon Sep 17 00:00:00 2001 From: dtlnor Date: Fri, 11 Nov 2022 16:49:48 +0800 Subject: [PATCH] Update Known-Bug.md as hints were fixed --- Known-Bug.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/Known-Bug.md b/Known-Bug.md index 84f8914..d590004 100644 --- a/Known-Bug.md +++ b/Known-Bug.md @@ -2,13 +2,6 @@ | 原文 | 翻译 | | ------------------------------------------------------------ | ------------------------------------------------------------ | -| Add a random artist to the prompt. | 随机添加一个艺术家到提示词中 | -| Read generation parameters from prompt or last generation if prompt is empty into user interface. | 从提示词中读取生成参数,如果提示词为空,则读取上一次的生成参数到用户界面 | -| Save style | 储存为模版风格 | -| Apply selected styles to current prompt | 将所选模板风格,应用于当前提示词 | -| Set seed to -1, which will cause a new random number to be used every time | 将随机种子设置为-1,则每次都会使用一个新的随机数 | -| Reuse seed from last generation, mostly useful if it was randomed | 重用上一次使用的随机种子,如果想要固定结果就会很有用 | -| Open images output directory | 打开图像输出目录 | | Upscaler 1 | 放大算法 1 | | Upscaler 2 | 放大算法 2 | | Separate prompts into parts using vertical pipe character (\|) and the script will create a picture for every combination of them (except for the first part, which will be present in all combinations) | 用竖线分隔符(\|)将提示词分成若干部分,脚本将为它们的每一个组合创建一幅图片(除了被分割的第一部分,所有的组合都会包含这部分) | @@ -18,10 +11,3 @@ | Install | 安装 | | Installing... | 安装中... | | Installed | 已安装 | - -### 对无法翻译内容附近的文本,尝试补充翻译(beta) - -| 原文 | 翻译 | -| ------------------------------------------------------------ | ------------------------------------------------------------ | -| Style to apply; styles have components for both positive and negative prompts and apply to both | 要使用的模版风格; 模版风格包含正向和反向提示词,并应用于两者
🎨 随机添加一个艺术家到提示词中
↙️ 从提示词中读取生成参数,如果提示词为空,则读取上一次的生成参数到用户界面
💾 将当前的提示词保存为模版风格(保存在styles.csv)
📋 将所选模板风格,应用于当前提示词
如果你在文本中添加{prompt}标记,并保存为模版风格
那么将来你使用该模版风格时,你现有的提示词会替换模版风格中的{prompt} | -| 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 | 一个固定随机数生成器输出的值 - 以相同参数和随机种子生成的图像会得到相同的结果
🎲 将随机种子设置为-1,则每次都会使用一个新的随机数
♻️ 重用上一次使用的随机种子,如果想要固定输出结果就会很有用 |