From c8435790a404b2045573e44a41bf150f5459223f Mon Sep 17 00:00:00 2001 From: pollycreative <37086322+polly-creative@users.noreply.github.com> Date: Wed, 27 Aug 2025 14:21:27 +0300 Subject: [PATCH] Add Emissive Color extraction A custom ComfyUI node that extracts the dominant color of an image and adds emissive color controls for material workflows --- custom-node-list.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 62e7b1b2..6c97a7ef 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -32105,6 +32105,14 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "polly-creative", + "title": "Emissive Color", + "reference": "https://github.com/polly-creative/emissive-color", + "files": [], + "install_type": "git", + "description": "A custom ComfyUI node that extracts the dominant color of any image to build an emissive color texture for material workflows." + } ] }