Fix serialize issue caused by comfy by a workaround of adding dummy items

This commit is contained in:
Will Miao
2025-03-02 17:09:01 +08:00
parent 3b5e6c8bba
commit 988d298008
5 changed files with 35 additions and 24 deletions

View File

@@ -53,8 +53,6 @@ class LoraManagerLoader:
"""Loads multiple LoRAs based on the kwargs input."""
loaded_loras = []
all_trigger_words = []
print(f"kwargs: {kwargs}")
if 'loras' in kwargs:
for lora in kwargs['loras']: