ComfyUI-JumpToNode Zips You Straight to Error Nodes in Giant Workflows

ComfyUI-JumpToNode is a new extension for ComfyUI that lets users instantly jump to any node by its ID, subgraph path, or keyword search. It helps navigate large, complex workflows where error messages point to node numbers but finding them manually takes time. The tool also cycles through recent error nodes and offers a search panel for node names, group titles, and widget values.
Developer CCpt5 created the extension after struggling to locate error nodes in their own workflows. They built it iteratively using AI coding assistance, openly noting they are not a professional programmer and will not heavily maintain it. The project is released under an MIT license, encouraging free use and modification.
Faster workflow debugging
- Jump to node by ID or subgraph path.
- Cycle through recent error nodes with Alt+[/].
- Search nodes by title, group, or widget value.
- Sidebar panel for quick access and settings.
- Force Cache Rebuild to fix stale references.
- Auto-jump to first error on queue failure.
- Right-click menu and command palette integration.
- Zero Python dependencies, only JavaScript.
ComfyUI users dealing with large, nested workflows will find this extension immediately useful. It saves time by eliminating manual canvas-zooming to locate error nodes. Those who frequently debug validation errors or manage complex subgraphs can navigate to any node in seconds.
A note from the developer
The developer notes that the extension was built with Anthropic’s Claude Opus and acknowledges it may not receive heavy maintenance. The tool is designed for the ComfyUI frontend as of April-May 2026 and uses modern hooks to avoid deprecation warnings. If you are on an older ComfyUI build, the sidebar tab may not appear, but hotkeys and right-click menus still work.
“This was vibecoded with Claude Opus/Fable (Anthropic) iteratively over many sessions while I was using it for my own workflows.” — Source: GitHub