I added a visual Fold feature for organizing large ComfyUI workflows
I added a small visual organization feature to Deno Custom Nodes called DENO Visual Fold.
After updating to the latest version, the feature is enabled automatically. When you select multiple nodes, a green Fold button appears near the top-right of the canvas. Pressing it collapses the selected nodes into one compact visual group, and you can unfold them again later.
This is not meant to replace ComfyUI Subgraph. Subgraph is powerful, but because it moves nodes into a child graph, it may not always be ideal for workflows that rely on keeping Get / Set nodes or parent-child graph structure visible in the main graph.
Visual Fold is only for simple visual cleanup. It does not turn the selected nodes into a subgraph or change the workflow logic. I made it for cases where you just want to tidy up a busy workflow without restructuring it.
GitHub: https://github.com/Deno2026/comfyui-deno-custom-nodes