From 0020627cf6a69188155776edd0c5928b0883581e Mon Sep 17 00:00:00 2001 From: MatthewClayHarrison <141366342+MatthewClayHarrison@users.noreply.github.com> Date: Wed, 13 Aug 2025 14:04:40 -0700 Subject: [PATCH 1/2] Update custom-node-list.json Added MetaMan custom node. --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index de3778e68..f9d217d17 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -31288,6 +31288,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "MatthewCHarrison", + "title": "Metadata manager for various generation services", + "id": "MetaMan", + "reference": "https://github.com/MatthewClayHarrison/ComfyUI-MetaMan/blob/main/README.md", + "files": [ + "https://github.com/MatthewClayHarrison/ComfyUI-MetaMan.git" + ], + "install_type": "git-clone", + "description": "MetaMan bridges the metadata gap between AI image generation services, enabling seamless workflow sharing and model dependency tracking across platforms." } ] } From 9b30a87de9b9369824b9d4b80b1f9f2982d8aadb Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" <128333288+ltdrdata@users.noreply.github.com> Date: Thu, 14 Aug 2025 07:30:42 +0900 Subject: [PATCH 2/2] Update custom-node-list.json --- custom-node-list.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index f9d217d17..cf3352593 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -31293,9 +31293,9 @@ "author": "MatthewCHarrison", "title": "Metadata manager for various generation services", "id": "MetaMan", - "reference": "https://github.com/MatthewClayHarrison/ComfyUI-MetaMan/blob/main/README.md", + "reference": "https://github.com/MatthewClayHarrison/ComfyUI-MetaMan", "files": [ - "https://github.com/MatthewClayHarrison/ComfyUI-MetaMan.git" + "https://github.com/MatthewClayHarrison/ComfyUI-MetaMan" ], "install_type": "git-clone", "description": "MetaMan bridges the metadata gap between AI image generation services, enabling seamless workflow sharing and model dependency tracking across platforms."