ComfyUI Extension: ComfyUI-Minitools
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值
2、promptsTranslateEN 提示词翻译节点,将输入的内容转换成英文,用的百度翻译api,所以需要实现准备好appid(可在百度翻译官方免费申请)
节点演示:
3、RGB or HEX Convert to DEC 将十六进制颜色码和RBG转换成十进制
4、CropTransparentEdges 按透明区域裁剪
5、ImageToMaskWithAlpha 将图片转换成带有alpha通道的遮罩
6、NumericSlider数字滑块,包含浮点数和整数