feat(nodes): improve placeholder text for LoRA autocomplete input

This commit is contained in:
Will Miao
2026-01-25 09:10:16 +08:00
parent 194f2f702c
commit d655fb8008
3 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ class LoraManagerLoader:
"model": ("MODEL",),
# "clip": ("CLIP",),
"text": ("AUTOCOMPLETE_TEXT_LORAS", {
"placeholder": "Type LoRA syntax...",
"placeholder": "Search LoRAs to add...",
"tooltip": "Format: <lora:lora_name:strength> separated by spaces or punctuation",
}),
},