From 23b6c7f0de86d277fbd89819cbe9089cc0a202a5 Mon Sep 17 00:00:00 2001 From: Eric Rollei <97568200+EricRollei@users.noreply.github.com> Date: Thu, 20 Nov 2025 01:34:04 -0800 Subject: [PATCH] Add AAA Metadata System entry to custom-node-list Added a new entry for the AAA Metadata System with detailed features and installation instructions. --- custom-node-list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 60070a15..d5cc7f64 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -35040,7 +35040,18 @@ ], "category": "Document Processing", }, - + { + "author": "EricRollei", + "title": "AAA Metadata System", + "id": "aaa-metadata-system", + "reference": "https://github.com/EricRollei/AAA_Metadata_System", + "files": [ + "https://github.com/EricRollei/AAA_Metadata_System" + ], + "install_type": "git-clone", + "description": "Advanced metadata management and multi-format image save system for ComfyUI. Save/load with metadata for PNG, JPEG, TIFF, PSD (with layers), SVG, and WebP. Features XMP/TXT/JSON sidecar files, embedded EXIF/XMP, MWG-RS regions for face metadata, workflow tracking, LoRA/embedding detection, runtime execution hooks, and Automatic1111 compatibility. Preserve layers, alpha channels, and complete provenance across all formats.", + "nodename_pattern": "^(MetadataAwareSaveImage|Multi_LoRA_Loader|LoadImageLayers)", + }, { "author": "nomadoor", "title": "ComfyUI Temporal Mask Tools",