https://github.com/purewater2011/comfyui_color_detection
https://github.com/purewater2011/comfyui_color_detection
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/purewater2011/comfyui_color_detection
- Owner: purewater2011
- Created: 2025-05-16T09:57:19.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-05-16T10:12:04.000Z (about 1 month ago)
- Last Synced: 2025-05-16T11:23:57.476Z (about 1 month ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-comfyui - **comfyui_color_detection**
README
# ComfyUI Yellow Detection Plugin
这个插件为ComfyUI添加了检测图像中黄色调的功能,特别适用于皮肤色调分析和图像色彩评估。
## 功能
该插件包含两个主要节点:
1. **Detect Yellowish Image (IsYellowish)**
- 分析图像中的黄色调
- 使用LAB色彩空间进行准确的黄色检测
- 提供多个分析结果:是否偏黄、黄色占比、b通道均值等2. **Generate Yellow Heatmap (YellowHeatmap)**
- 生成图像中黄色区域的热力图可视化
- 支持调整阈值参数
- 直观显示图像中黄色的分布情况## 安装
### 方法1:通过ComfyUI Manager安装
1. 在ComfyUI中安装并启用ComfyUI Manager
2. 在Manager中搜索"Yellow Detection"并安装### 方法2:手动安装
```bash
cd ComfyUI/custom_nodes/
git clone https://github.com/purewater2011/comfyui_color_detection.git