Skip to content

Commit 02ce3bd

Browse files
Merge branch 'main' into feat/linear-ui-output-node
2 parents 4599517 + 3ba547a commit 02ce3bd

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

invokeai/frontend/web/public/locales/zh_CN.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1222,7 +1222,8 @@
12221222
"seamless": "无缝",
12231223
"fit": "图生图匹配",
12241224
"recallParameters": "召回参数",
1225-
"noRecallParameters": "未找到要召回的参数"
1225+
"noRecallParameters": "未找到要召回的参数",
1226+
"vae": "VAE"
12261227
},
12271228
"models": {
12281229
"noMatchingModels": "无相匹配的模型",
@@ -1501,5 +1502,18 @@
15011502
"clear": "清除",
15021503
"maxCacheSize": "最大缓存大小",
15031504
"cacheSize": "缓存大小"
1505+
},
1506+
"hrf": {
1507+
"enableHrf": "启用高分辨率修复",
1508+
"upscaleMethod": "放大方法",
1509+
"enableHrfTooltip": "使用较低的分辨率进行初始生成,放大到基础分辨率后进行图生图。",
1510+
"metadata": {
1511+
"strength": "高分辨率修复强度",
1512+
"enabled": "高分辨率修复已启用",
1513+
"method": "高分辨率修复方法"
1514+
},
1515+
"hrf": "高分辨率修复",
1516+
"hrfStrength": "高分辨率修复强度",
1517+
"strengthTooltip": "值越低细节越少,但可以减少部分潜在的伪影。"
15041518
}
15051519
}

0 commit comments

Comments
 (0)