From 49b9b7a5ea4228f162b6f9ea676e3ad886d4272b Mon Sep 17 00:00:00 2001 From: Will Miao <13051207myq@gmail.com> Date: Tue, 21 Oct 2025 11:55:51 +0800 Subject: [PATCH] feat(lora): remove deprecated defaultInput, use only forceInput --- py/nodes/lora_loader.py | 1 - py/nodes/wanvideo_lora_select_from_text.py | 1 - 2 files changed, 2 deletions(-) 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: " }),