Compare commits

...

3 Commits

Author SHA1 Message Date
pollycreative
70488467a1
Merge e5716dabca into 0fcdcc93a2 2025-11-07 01:27:20 -08:00
Dr.Lt.Data
e5716dabca
Update custom-node-list.json 2025-08-27 23:32:12 +09:00
polly_creative
8b3b11fdb8 Add Emissive-Color Node to custom-node-list.json 2025-08-27 15:24:59 +03:00

View File

@ -36121,6 +36121,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"]
}
]
}