diff --git a/py/nodes/lora_loader.py b/py/nodes/lora_loader.py index 9a00816f..272c0643 100644 --- a/py/nodes/lora_loader.py +++ b/py/nodes/lora_loader.py @@ -141,7 +141,6 @@ class LoraManagerTextLoader: "required": { "model": ("MODEL",), "lora_syntax": ("STRING", { - "defaultInput": True, "forceInput": True, "tooltip": "Format: separated by spaces or punctuation" }), diff --git a/py/nodes/wanvideo_lora_select_from_text.py b/py/nodes/wanvideo_lora_select_from_text.py index 96b307ff..f77b0faa 100644 --- a/py/nodes/wanvideo_lora_select_from_text.py +++ b/py/nodes/wanvideo_lora_select_from_text.py @@ -21,7 +21,6 @@ class WanVideoLoraSelectFromText: "merge_lora": ("BOOLEAN", {"default": True, "tooltip": "Merge LoRAs into the model, otherwise they are loaded on the fly. Always disabled for GGUF and scaled fp8 models. This affects ALL LoRAs, not just the current one"}), "lora_syntax": ("STRING", { "multiline": True, - "defaultInput": True, "forceInput": True, "tooltip": "Connect a TEXT output for LoRA syntax: " }),