feat: add "Strength Range" option to LoRA preset parameters dropdown, fixes #386

This commit is contained in:
Will Miao
2026-01-08 22:19:19 +08:00
parent f62b3f62be
commit f2e12c0fd3
11 changed files with 66 additions and 25 deletions

View File

@@ -918,11 +918,13 @@
"addPresetParameter": "添加预设参数...",
"strengthMin": "最小强度",
"strengthMax": "最大强度",
"strengthRange": "强度范围",
"strength": "强度",
"clipStrength": "Clip 强度",
"clipSkip": "Clip Skip",
"valuePlaceholder": "数值",
"add": "添加"
"add": "添加",
"invalidRange": "无效的范围格式。请使用 x.x-y.y"
},
"triggerWords": {
"label": "触发词",
@@ -1529,4 +1531,4 @@
"learnMore": "浏览器插件教程"
}
}
}
}