fix: disable pysssss autocomplete in Lora-related nodes

Disable PySSSS autocomplete functionality in:
- Lora Loader
- Lora Stacker
- WanVideo Lora Select node
This commit is contained in:
Will Miao
2025-08-19 08:54:12 +08:00
parent 05df40977d
commit 32d2b6c013
4 changed files with 22 additions and 5 deletions

View File

@@ -17,7 +17,8 @@ class LoraManagerLoader:
"model": ("MODEL",),
# "clip": ("CLIP",),
"text": (IO.STRING, {
"multiline": True,
"multiline": True,
"pysssss.autocomplete": False,
"dynamicPrompts": True,
"tooltip": "Format: <lora:lora_name:strength> separated by spaces or punctuation",
"placeholder": "LoRA syntax input: <lora:name:strength>"