diff --git a/custom-node-list.json b/custom-node-list.json index 62e7b1b2e..173aac74d 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -32105,6 +32105,18 @@ ], "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", + "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"] } ] }