ComfyUI extension for external tooling integration
Top 61.0% on sourcepulse
This repository provides custom nodes and API extensions for ComfyUI, enabling its use as a backend for external tools. It facilitates direct image and model transfer without filesystem overhead, targeting developers and power users seeking programmatic control over ComfyUI workflows.
How It Works
The core innovation is bypassing ComfyUI's default filesystem-based image exchange. Nodes like Load Image (Base64)
and Send Image (WebSocket)
allow direct data transfer via base64 encoding or WebSockets, respectively. This streamlines integration by eliminating intermediate file operations. The project also introduces advanced features like region-based attention masking for targeted prompt application and a flexible tiling system for efficient VRAM usage and per-tile workflow customization.
Quick Start & Requirements
custom_nodes
directory: git clone https://github.com/Acly/comfyui-tooling-nodes.git
pip install argostranslate
or pip install -r requirements.txt
. Models are downloaded on first use.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
1 month ago
1 day