We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4599517 + 3ba547a commit 02ce3bdCopy full SHA for 02ce3bd
1 file changed
invokeai/frontend/web/public/locales/zh_CN.json
@@ -1222,7 +1222,8 @@
1222
"seamless": "无缝",
1223
"fit": "图生图匹配",
1224
"recallParameters": "召回参数",
1225
- "noRecallParameters": "未找到要召回的参数"
+ "noRecallParameters": "未找到要召回的参数",
1226
+ "vae": "VAE"
1227
},
1228
"models": {
1229
"noMatchingModels": "无相匹配的模型",
@@ -1501,5 +1502,18 @@
1501
1502
"clear": "清除",
1503
"maxCacheSize": "最大缓存大小",
1504
"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": "值越低细节越少,但可以减少部分潜在的伪影。"
1518
}
1519
0 commit comments