ComfyUI Extension: ComfyUI-Minitools

Authored by lepiai

Created

Updated

6 stars

ComfyUI Mini Toolkit – Helps reduce node redundancy. Let’s see if there’s time to keep it updated regularly.

Custom Nodes (0)

    README

    comfyui-minitools

    comfyui小工具集,避免节点冗余,看有没时间持续更新吧~

    安装方法:

    git clone命令克隆本项目,即可完成所有节点的安装。

    1、color2rgb 用于配合comfyui layer style中颜色选择器节点,转换成RGB,且分别输出R、G、B值 image

    2、promptsTranslateEN 提示词翻译节点,将输入的内容转换成英文,用的百度翻译api,所以需要实现准备好appid(可在百度翻译官方免费申请) 节点演示: image

    3、RGB or HEX Convert to DEC 将十六进制颜色码和RBG转换成十进制 image

    4、CropTransparentEdges 按透明区域裁剪 微信截图_20250522224212

    5、ImageToMaskWithAlpha 将图片转换成带有alpha通道的遮罩 微信截图_20250522223903

    6、NumericSlider数字滑块,包含浮点数和整数 微信截图_20250522223929