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.
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
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

- Uses KMeans clustering to extract the dominant colors from an image
- Uses
webcolorsandcolornamerto get closest matching color names from various color naming systems get_complementarytoggler 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
cdto theComfyUI/custom_nodesdirectorygit clonethis repositorycdto theimg2colors-comfyui-nodedirectorypip install -r requirements.txt
Color Name Categories
- From webcolors: CSS3, CSS2, CSS2.1, and HTML4 webcolors
- From colornamer: XKCD, Design, Common, Color Families, Color or Neutral, Color Type
Owner
- Name: Christian Byrne
- Login: christian-byrne
- Kind: user
- Location: San Francisco
- Company: Comfy-Org
- Twitter: c__byrne
- Repositories: 100
- Profile: https://github.com/christian-byrne
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
Top Committers
| Name | 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