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] 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 de3778e6..f9d217d1 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." } ] }