From 6580aaf3ad7730b29d8b57b723a8d756f618ff93 Mon Sep 17 00:00:00 2001 From: brucew4yn3rp <135722417+brucew4yn3rp@users.noreply.github.com> Date: Sun, 20 Jul 2025 05:57:27 -0400 Subject: [PATCH] Added Save Image (Selective Metadata) node (#2012) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index f0de802f..cc88c9a1 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -29987,6 +29987,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "brucew4yn3rp", + "title": "Save Image with Selective Metadata", + "id": "SaveImageSelectiveMetadata", + "reference": "https://github.com/brucew4yn3rp/ComfyUI_SelectiveMetadata", + "files": [ + "https://github.com/brucew4yn3rp/ComfyUI_SelectiveMetadata" + ], + "install_type": "copy", + "description": "This custom node allows users to selectively choose what to add to the generated image's metadata." } ] }