From 97b86b02ada13f172c9b25275464b9688da26b80 Mon Sep 17 00:00:00 2001 From: Lucas Date: Sat, 27 Dec 2025 19:44:29 -0300 Subject: [PATCH] Add "Image MetaHub Save Node" to custom-node-list (#2432) --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 76c61b54..b455f113 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -39974,6 +39974,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "LuqP2", + "title": "Image MetaHub Save Node", + "reference": "https://github.com/LuqP2/ImageMetaHub-ComfyUI-Save", + "files": [ + "https://github.com/LuqP2/ImageMetaHub-ComfyUI-Save" + ], + "install_type": "git-clone", + "description": "Official companion node for Image MetaHub. Saves A1111/Civitai-compatible parameters plus extended Image MetaHub metadata (workflow JSON, SHA256 model hashes, VRAM peak/total, GPU device, generation time, and steps/sec) for reproducibility and benchmarking." } ] }