feat(lora): remove deprecated defaultInput, use only forceInput

This commit is contained in:
Will Miao
2025-10-21 11:55:51 +08:00
parent 9b1a9ee071
commit 49b9b7a5ea
2 changed files with 0 additions and 2 deletions

View File

@@ -141,7 +141,6 @@ class LoraManagerTextLoader:
"required": {
"model": ("MODEL",),
"lora_syntax": ("STRING", {
"defaultInput": True,
"forceInput": True,
"tooltip": "Format: <lora:lora_name:strength> separated by spaces or punctuation"
}),