From 8b3b11fdb81854c6d2e9a86ad407738c7d03e23f Mon Sep 17 00:00:00 2001 From: polly_creative Date: Wed, 27 Aug 2025 15:24:59 +0300 Subject: [PATCH] Add Emissive-Color Node to custom-node-list.json --- custom-node-list.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 62e7b1b2..395ad1f4 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": "PollyCreative", + "title": "Emissive-Color Node", + "id": "emissive-color", + "reference": "https://github.com/polly-creative/emissive-color", + "description": "A custom ComfyUI node that extracts the dominant color from an image to use as an emissive texture", + "tags": ["emissive", "color", "effect"] } ] }