From 8b3b11fdb81854c6d2e9a86ad407738c7d03e23f Mon Sep 17 00:00:00 2001 From: polly_creative Date: Wed, 27 Aug 2025 15:24:59 +0300 Subject: [PATCH 1/2] 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"] } ] } From e5716dabcaac041cb9df88359305a3ca08825466 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" <128333288+ltdrdata@users.noreply.github.com> Date: Wed, 27 Aug 2025 23:32:12 +0900 Subject: [PATCH 2/2] Update custom-node-list.json --- custom-node-list.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 395ad1f4..173aac74 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -32111,6 +32111,10 @@ "title": "Emissive-Color Node", "id": "emissive-color", "reference": "https://github.com/polly-creative/emissive-color", + "files": [ + "https://github.com/polly-creative/emissive-color" + ], + "install_type": "git-clone", "description": "A custom ComfyUI node that extracts the dominant color from an image to use as an emissive texture", "tags": ["emissive", "color", "effect"] }