ComfyUI Extension: ComfyUI-YCNodes_Toolkit

Authored by yichengup

Created

Updated

5 stars

ComfyUI toolkit with custom nodes for BBox canvas visualization, image brush mask drawing, and coordinate annotation for debugging and external data bridging. (Description by CC)

Custom Nodes (0)

    README

    ComfyUI-YCNodes Toolkit

    主要节点简介

    BBox画布 (CanvasBBoX)

    <img width="655" height="660" alt="image" src="https://github.com/user-attachments/assets/57c4c591-e691-421e-930c-45cc6f9efac9" />

    我创建这个适合BBox的绘制的节点,实现可视化坐标标注、调试以及与外部数据的桥接,基础的代码来自 https://github.com/Smirnov75/ComfyUI-mxToolkit

    Load_Image_Brush_Mask

    <img width="776" height="700" alt="image" src="https://github.com/user-attachments/assets/7ae85504-db00-4eed-b7ac-82fa28bf2c8a" />

    在的加载图像上,直接绘制蒙版遮罩,不用打开comfyui mask编辑器

    使用方式

    1. 将整个 custom_nodes/ComfyUI-YCNodes_Toolkit 文件夹放入 ComfyUI 的 custom_nodes 目录。
    2. 确保安装 requirements.txt 中列出的 Python 依赖(见下节)。
    3. 启动或重启 ComfyUI,新的节点会自动出现在 YCNodes Toolkit 分类下。