Extensions/ComfyUI-Color-Palette
ComfyUI Extension

ComfyUI-Color-Palette

A custom node for ComfyUI that extracts the main color palette from an uploaded image and calculates the percentage of each color.

By leozongmac·Created 4 months ago·Updated 4 months ago· 1
leozongmac/ComfyUI-Color-Palette
Nodes1
On cloudLocal install
Categoryimage/analysis
Stars1
Updated4 months ago
Readme

ComfyUI-Color-Palette

<img width="1156" height="549" alt="图示" src="https://github.com/user-attachments/assets/4ab557b2-b4fd-43b2-bb26-fee55fc40ded" />

用于 ComfyUI 的自定义节点,用于从上传的图像中提取主色调并计算每种颜色的占比。

A custom node for ComfyUI that extracts the main color palette from an uploaded image and calculates the percentage of each color.

Installation

  1. Navigate to your ComfyUI custom_nodes directory:

    cd ComfyUI/custom_nodes/
    
  2. Clone this repository (or create a new folder ComfyUI-Color-Palette and copy the files into it):

    git clone <your-github-repo-url> ComfyUI-Color-Palette
    cd ComfyUI-Color-Palette
    
  3. Install the required dependencies:

    pip install -r requirements.txt
    
  4. Restart ComfyUI.

Features

  • Extracts the top N dominant colors from an image using K-Means clustering.
  • Generates a visual color palette image.
  • Outputs detailed hex codes and percentage distributions as text.

Usage

Find the node in the ComfyUI menu under: image -> analysis -> 🎨 Image Color Palette Analyzer. Connect an image input, set the number of colors you want to extract, and view the output image and text data.

感谢你的支持 作者:LEOZONG | 千澄君