ltdrdata / ComfyUI-Inspire-Pack

This repository offers various extension nodes for ComfyUI. Nodes here have different characteristics compared to those in the ComfyUI Impact Pack. The Impact Pack has become too large now...
GNU General Public License v3.0
433 stars 50 forks source link

support named colors via webcolors module #173

Closed geroldmeisinger closed 1 month ago

geroldmeisinger commented 1 month ago

I don't want to remember hex values. With this you can also enter colors names like "olive" instead of #808000.

https://www.w3.org/TR/SVG11/types.html#ColorKeywords https://webcolors.readthedocs.io/en/latest/colors.html https://webcolors.readthedocs.io/en/latest/contents.html#conversions-from-color-names-to-other-formats

color picker in comfyui would also be nice. edit: oh, I just remembered this can be done with browser devtools