ComfyUI-Color_Transfer

ComfyUI-Color_Transfer
★ 36

色彩迁移KMeans聚类调色板映射风格统一
使用KMeans聚类将输入图像的色彩映射到用户提供的调色板,实现基于样本色的色彩迁移与风格统一,支持MiniBatchKMeans加速与多种距离度量。
💡 将图片色彩映射到指定调色板以统一风格或快速调色。
🍴 5 Forks💻 Python🔄 2025-11-22
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/e98a62d17551
📦 requirements.txt
scikit-learn
opencv-python
POT
📄 README

ComfyUI-Color_Transfer

Postprocessing nodes that implement color palette transfer in images. It replaces the dominant colors in an image with a target color palette.

Prevention/troubleshooting of import error

To avoid import issues install python package using CLI “pip install scikit-learn“.

Installation

Clone repo to your custom_nodes folder