comfy-edit
ComfyUI Workflow Editing
Edit workflow JSON files using the VibeComfy CLI.
Repo: https://github.com/peteromallet/VibeComfy
When working in the repo, see CLAUDE.md for full command reference.
CLI Commands
All edit commands require -o output.json. Use --dry-run to preview changes.
More from peteromallet/vibecomfy
comfy-nodes
Use when the user wants to create a ComfyUI custom node, convert Python code to a node, make a node from a script, or needs help with ComfyUI node development, INPUT_TYPES, RETURN_TYPES, or node class structure.
19comfy-analyze
Use when understanding a ComfyUI workflow, analyzing what a workflow does, tracing node connections, finding upstream/downstream nodes, or reading workflow JSON.
19comfy-registry
Use when searching for ComfyUI nodes, finding nodes by keyword/author/pack/category, discovering what nodes exist for a task, or browsing the node registry.
9