What problem does it solve?
ComfyUI graphs quickly become tangled and unreadable as nodes pile up, overlap, and cross wires, making workflows hard to understand, edit, and hand off. This Skill turns a messy graph into a clean left-to-right dataflow using the live panel canvas tools.
Core Features & Use Cases
- Dependency-layered layout: Builds a DAG from node connections, assigns nodes to columns by longest path from sources, and stacks them using true rendered heights so nothing overlaps.
- Subgraph and group management: Lays out subgraph interiors, re-pins input/output rails, exposes boundary slots, and wraps stages in colored group boxes for visual structure.
- Use Case: After generating a large Flux or video workflow, ask the agent to tidy the canvas; it reads real node sizes, computes overlap-free positions, color-codes stages, collapses internal machinery, and saves the organized workflow.
Quick Start
Ask the agent to tidy up the current ComfyUI workflow so the nodes are organized into clean columns with no overlaps.