ComfyUI-ColorWheel

ComfyUI-ColorWheel
★ 0

色轮颜色提取调色板可视化
从输入图像中提取主导颜色并在色轮上可视化,便于快速分析配色与生成调色板。
💡 将图像主色以色轮展示,便于配色与提取调色板。
🍴 2 Forks💻 Python🔄 2024-10-13
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/e58c8376a81b
📦 requirements.txt
torch==2.4.1
numpy==1.26.4
pillow==10.4.0
scikit-learn==1.5.2
📄 README

ComfyUI-ColorWheel

I made this to show the dominant colors in an image on a color wheel.

What is was designed for is color studies, particularly for sunsets but it will work for anything. The workflow it’s used for is in

the file colorstudy-workflow.json. It looks like this:

The image to color node is from https://github.com/JayLyu/ComfyUI_BaiKong_Node

I copied it over here because it’s the only node from the pack needed for what this node was designed for.