Add IS_CHANGED method to TSC_LoRA_Stacker to fix lag

Co-authored-by: jags111 <5968619+jags111@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-03 23:00:48 +00:00
parent ffa6fde8f3
commit 292b444099
2 changed files with 4 additions and 0 deletions

Binary file not shown.

View File

@@ -326,6 +326,10 @@ class TSC_LoRA_Stacker:
FUNCTION = "lora_stacker" FUNCTION = "lora_stacker"
CATEGORY = "Efficiency Nodes/Stackers" CATEGORY = "Efficiency Nodes/Stackers"
@classmethod
def IS_CHANGED(cls, **kwargs):
return float("nan")
def lora_stacker(self, input_mode, lora_count, lora_stack=None, **kwargs): def lora_stacker(self, input_mode, lora_count, lora_stack=None, **kwargs):
# Extract values from kwargs # Extract values from kwargs