refactor: Rename to_comfyui_format method to to_dict and update references in save_image.py

This commit is contained in:
Will Miao
2025-04-16 21:42:54 +08:00
parent 181f78421b
commit d4b2dd0ec1
3 changed files with 45 additions and 49 deletions

View File

@@ -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,