ComfyUI Node Builder AI tool automates custom node pack creation
Describe a node idea, AI generates code and deploys locally.
ComfyUI Node Builder is a new open-source tool that eliminates the boilerplate of writing custom ComfyUI nodes. Built by a developer (u/Various-Armadillo554), it provides a local GUI where you describe a node idea in natural language. An AI agent then generates the node contract, Python files, and dependency requirements, automatically updating the pack structure. The tool can even deploy and test the new node directly inside ComfyUI, all while running locally to preserve privacy.
Beyond generation, the builder supports iterative editing: you can modify generated files, ask the AI to explain validation errors, run automated checks, and explicitly approve deployments. It's open-source under an MIT license, with the code available on GitHub. The developer specifically requests feedback from existing custom node authors on what workflow features to add next, such as collaborative editing, template libraries, or integration with ComfyUI Manager.
- AI generates node contract, Python files, and dependencies from a text description
- Local execution ensures privacy and zero cloud dependency
- Supports iterative editing, validation explanations, automated checks, and permission-based deployment
Why It Matters
Simplifies custom node development for ComfyUI, lowering barriers for AI workflow creators.