|
90 | 90 | "Output directory": "输出目录",
|
91 | 91 | "Put variable parts at start of prompt": "把变量部分放在提示词文本的开头",
|
92 | 92 | "Iterate seed every line": "每行输入都换一个种子",
|
| 93 | + "Use same random seed for all lines": "每行输入都使用同一个随机种子", |
93 | 94 | "List of prompt inputs": "提示词输入列表",
|
94 | 95 | "Upload prompt inputs": "上传提示词输入文件",
|
95 | 96 | "X type": "X轴类型",
|
|
320 | 321 | "keyword": "搜索",
|
321 | 322 | "Generate Info": "生成信息",
|
322 | 323 | "File Name": "文件名",
|
| 324 | + "Move to favorites": "移动到收藏夹(保存)", |
323 | 325 | "Renew Page": "刷新页面",
|
324 | 326 | "Number": "数量",
|
325 | 327 | "set_index": "设置索引",
|
|
341 | 343 | "Save text information about generation parameters as chunks to png files": "将有关生成参数的文本信息,作为块保存到 png 图片文件中",
|
342 | 344 | "Create a text file next to every image with generation parameters.": "保存图像时,在每个图像旁边创建一个文本文件储存生成参数",
|
343 | 345 | "Save a copy of image before doing face restoration.": "在进行面部修复之前保存图像副本",
|
| 346 | + "Save a copy of image before applying highres fix.": "在做高分辨率修复之前保存初始图像副本", |
| 347 | + "Save a copy of image before applying color correction to img2img results": "在对图生图结果应用颜色校正之前保存图像副本", |
344 | 348 | "Quality for saved jpeg images": "保存的 jpeg 图像的质量",
|
345 | 349 | "If PNG image is larger than 4MB or any dimension is larger than 4000, downscale and save copy as JPG": "如果 PNG 图像大于 4MB 或宽高大于 4000,则缩小并保存副本为 JPG 图片",
|
346 | 350 | "Use original name for output filename during batch process in extras tab": "在更多选项卡中的批量处理过程中,使用原始名称作为输出文件名",
|
|
377 | 381 | "Always print all generation info to standard output": "始终将所有生成信息输出到 standard output (一般为控制台)",
|
378 | 382 | "Add a second progress bar to the console that shows progress for an entire job.": "向控制台添加第二个进度条,显示整个作业的进度",
|
379 | 383 | "Training": "训练",
|
380 |
| - "Move VAE and CLIP to RAM when training hypernetwork. Saves VRAM.": "训练时将 VAE 和 CLIP 从显存(VRAM)移放到内存(RAM),节省显存(VRAM)", |
| 384 | + "Move VAE and CLIP to RAM when training if possible. Saves VRAM.": "训练时将 VAE 和 CLIP 从显存(VRAM)移放到内存(RAM)如果可行的话,节省显存(VRAM)", |
381 | 385 | "Filename word regex": "文件名用词的正则表达式",
|
382 | 386 | "Filename join string": "文件名连接用字符串",
|
383 | 387 | "Number of repeats for a single input image per epoch; used only for displaying epoch number": "每个 epoch 中单个输入图像的重复次数; 仅用于显示 epoch 数",
|
384 | 388 | "Save an csv containing the loss to log directory every N steps, 0 to disable": "每 N 步保存一个包含 loss 的 csv 表格到日志目录,0 表示禁用",
|
| 389 | + "Use cross attention optimizations while training": "训练时开启 cross attention 优化", |
385 | 390 | "Stable Diffusion": "Stable Diffusion",
|
386 | 391 | "Checkpoints to cache in RAM": "缓存在内存(RAM)中的模型(ckpt)",
|
| 392 | + "SD VAE": "模型的 VAE (SD VAE)", |
| 393 | + "auto": "自动", |
387 | 394 | "Hypernetwork strength": "Hypernetwork 强度",
|
388 | 395 | "Inpainting conditioning mask strength": "局部重绘的自适应蒙版强度",
|
389 | 396 | "Apply color correction to img2img results to match original colors.": "对图生图结果应用颜色校正以匹配原始颜色",
|
390 |
| - "Save a copy of image before applying color correction to img2img results": "在对图生图结果应用颜色校正之前保存图像副本", |
391 | 397 | "With img2img, do exactly the amount of steps the slider specifies (normally you'd do less with less denoising).": "在进行图生图的时候,确切地执行滑块指定的迭代步数(正常情况下更弱的重绘幅度需要更少的迭代步数)",
|
392 | 398 | "Enable quantization in K samplers for sharper and cleaner results. This may change existing seeds. Requires restart to apply.": "在 K 采样器中启用量化以获得更清晰、更清晰的结果。这可能会改变现有的随机种子。需要重新启动才能应用",
|
393 | 399 | "Emphasis: use (text) to make model pay more attention to text and [text] to make it pay less attention": "强调符:使用 (文字) 使模型更关注该文本,使用 [文字] 使其减少关注",
|
|
560 | 566 | "Select which Real-ESRGAN models to show in the web UI. (Requires restart)": "选择哪些 Real-ESRGAN 模型显示在网页用户界面。(需要重新启动)",
|
561 | 567 | "Face restoration model": "面部修复模型",
|
562 | 568 | "Allowed categories for random artists selection when using the Roll button": "使用抽选艺术家按钮时将会随机的艺术家类别",
|
563 |
| - "Move to favorites": "移动到收藏夹(保存)", |
564 | 569 | "favorites": "收藏夹(已保存)",
|
565 | 570 | "others": "其他",
|
566 |
| - "Collect": "收藏(保存)" |
| 571 | + "Collect": "收藏(保存)", |
| 572 | + "Move VAE and CLIP to RAM when training hypernetwork. Saves VRAM.": "训练时将 VAE 和 CLIP 从显存(VRAM)移放到内存(RAM),节省显存(VRAM)", |
| 573 | + |
567 | 574 | }
|
0 commit comments