From cab25885a3bedc8ef777033971de1b34c2dda2ec Mon Sep 17 00:00:00 2001 From: brucew4yn3rp Date: Sat, 19 Jul 2025 23:42:16 -0400 Subject: [PATCH] Added Save Image (Selective Metadata) node --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index a5bdbee8..f732bada 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -29865,6 +29865,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." } ] }