mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-24 14:42:11 -03:00
refactor: Rename to_comfyui_format method to to_dict and update references in save_image.py
This commit is contained in:
@@ -167,8 +167,6 @@ class LoraLoaderManagerExtractor(NodeMetadataExtractor):
|
||||
"node_id": node_id
|
||||
}
|
||||
|
||||
print(f"Active LoRAs for node {node_id}: {active_loras}")
|
||||
|
||||
# Registry of node-specific extractors
|
||||
NODE_EXTRACTORS = {
|
||||
"CheckpointLoaderSimple": CheckpointLoaderExtractor,
|
||||
|
||||
Reference in New Issue
Block a user