From 6da5b05880c93fcd0b6f8909bfd23d2019d269b3 Mon Sep 17 00:00:00 2001 From: romeobuilderotti <144384895+romeobuilderotti@users.noreply.github.com> Date: Wed, 15 Nov 2023 20:02:44 +0300 Subject: [PATCH] Add ComfyUI-PNG-Metadata to custom-node-list.json --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 2135bbf..d38ca28 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2907,6 +2907,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "romeobuilderotti", + "title": "ComfyUI PNG Metadata", + "reference": "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata", + "files": [ + "https://github.com/romeobuilderotti/ComfyUI-PNG-Metadata" + ], + "install_type": "git-clone", + "description": "Add custom Metadata fields to your saved PNG files." } ] }