Compare commits

...

3 Commits

Author SHA1 Message Date
pollycreative
de00d607e2
Merge e5716dabca into de64af4a68 2025-12-07 21:00:56 +00: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

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