mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-24 22:52:12 -03:00
Fix serialize issue caused by comfy by a workaround of adding dummy items
This commit is contained in:
@@ -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']:
|
||||
|
||||
@@ -29,8 +29,6 @@ class TriggerWordToggle:
|
||||
"id": id,
|
||||
"message": trigger_words
|
||||
})
|
||||
|
||||
print(f"kwargs: {kwargs}")
|
||||
|
||||
filtered_triggers = trigger_words
|
||||
|
||||
|
||||
Reference in New Issue
Block a user