https://github.com/christian-byrne/img2colors-comfyui-node

Extract dominant or complementary color palettes from images. Convert colors to English names suitable for txt2img prompts.

https://github.com/christian-byrne/img2colors-comfyui-node

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.6%) to scientific vocabulary

Keywords

comfyui-nodes
Last synced: 11 months ago · JSON representation

Repository

Extract dominant or complementary color palettes from images. Convert colors to English names suitable for txt2img prompts.

Basic Info
  • Host: GitHub
  • Owner: christian-byrne
  • Language: Python
  • Default Branch: master
  • Homepage:
  • Size: 4.4 MB
Statistics
  • Stars: 13
  • Watchers: 1
  • Forks: 8
  • Open Issues: 2
  • Releases: 0
Topics
comfyui-nodes
Created about 2 years ago · Last pushed over 1 year ago
Metadata Files
Readme

README.md

Img2Color Palette Extractor ComfyUI Node

alt text

  • Uses KMeans clustering to extract the dominant colors from an image
  • Uses webcolors and colornamer to get closest matching color names from various color naming systems
  • get_complementary toggler to get the complementary colors instead

Requirements

  • colornamer==0.2.3
  • scikit_learn>=1.4.0
  • webcolors==1.13

Installation

  • If you use a virtual environment to run ComfyUI, activate it
  • cd to the ComfyUI/custom_nodes directory
  • git clone this repository
  • cd to the img2colors-comfyui-node directory
  • pip install -r requirements.txt

Color Name Categories

Owner

  • Name: Christian Byrne
  • Login: christian-byrne
  • Kind: user
  • Location: San Francisco
  • Company: Comfy-Org

GitHub Events

Total
  • Issues event: 3
  • Watch event: 5
  • Issue comment event: 2
  • Push event: 3
  • Pull request event: 1
  • Fork event: 4
  • Create event: 1
Last Year
  • Issues event: 3
  • Watch event: 5
  • Issue comment event: 2
  • Push event: 3
  • Pull request event: 1
  • Fork event: 4
  • Create event: 1

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 10
  • Total Committers: 1
  • Avg Commits per committer: 10.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 5
  • Committers: 1
  • Avg Commits per committer: 5.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
christian-byrne a****m@g****m 10

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 1
  • Total pull requests: 1
  • Average time to close issues: about 2 hours
  • Average time to close pull requests: less than a minute
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 1
  • Average time to close issues: about 2 hours
  • Average time to close pull requests: less than a minute
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • tarun-parishkaar (2)
  • Kinglord (1)
Pull Request Authors
  • christian-byrne (2)
  • robinjhuang (1)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/publish.yml actions
  • Comfy-Org/publish-node-action main composite
  • actions/checkout v4 composite
pyproject.toml pypi
  • colornamer >=0.2.4
  • scikit_learn >=1.4.0
  • webcolors >=1.13
requirements.txt pypi
  • colornamer ==0.2.4
  • scikit_learn >=1.4.0
  • webcolors ==1.13