mirror of
https://github.com/jags111/efficiency-nodes-comfyui.git
synced 2026-03-21 21:22:13 -03:00
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:
BIN
__pycache__/efficiency_nodes.cpython-312.pyc
Normal file
BIN
__pycache__/efficiency_nodes.cpython-312.pyc
Normal file
Binary file not shown.
@@ -326,6 +326,10 @@ class TSC_LoRA_Stacker:
|
||||
FUNCTION = "lora_stacker"
|
||||
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):
|
||||
|
||||
# Extract values from kwargs
|
||||
|
||||
Reference in New Issue
Block a user