From e73d66d65ad1c8dea8f194708d84c07b79e47319 Mon Sep 17 00:00:00 2001 From: Oleksandr Yalynskyi <37076939+45uee@users.noreply.github.com> Date: Fri, 20 Sep 2024 20:35:32 +0300 Subject: [PATCH] add ComfyUI-Color_Transfer nodes to list (#1074) --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 92f798e5..acf602db 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -15057,6 +15057,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "45uee", + "title": "ComfyUI-Color_Transfer", + "reference": "https://github.com/45uee/ComfyUI-Color_Transfer", + "files": [ + "https://github.com/45uee/ComfyUI-Color_Transfer" + ], + "install_type": "git-clone", + "description": "Postprocessing nodes that implement color palette transfer for images." } ] }