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": "Ajouter un paramètre prédéfini...",
"strengthMin": "Force Min",
"strengthMax": "Force Max",
"strengthRange": "Gamme de force",
"strength": "Force",
"clipStrength": "Force Clip",
"clipSkip": "Clip Skip",
"valuePlaceholder": "Valeur",
"add": "Ajouter"
"add": "Ajouter",
"invalidRange": "Format de plage invalide. Utilisez x.x-y.y"
},
"triggerWords": {
"label": "Mots-clés",
@@ -1529,4 +1531,4 @@
"learnMore": "LM Civitai Extension Tutorial"
}
}
}
}