Deno Visual Fold Feature Adds Visual Organization to ComfyUI Workflows
Check out the new visual fold feature in Deno Custom Nodes to collapse and tidy ComfyUI workflows.
Try the visual fold feature in your ComfyUI projects to improve readability.
Summary
Deno Custom Nodes now include a new visual organization tool called Deno Visual Fold.
After updating to the latest version, the feature is enabled automatically. Selecting multiple nodes shows a green Fold button at the top‑right of the canvas; pressing it collapses the nodes into a single compact visual group that can be unfolded later. The feature does not convert nodes into a subgraph or alter workflow logic, and is intended only for simple visual cleanup.
It is not a replacement for ComfyUI Subgraph, which moves nodes into a child graph. The new fold feature keeps Get / Set nodes and parent‑child graph structure visible in the main graph, making it useful for tidy workflows without restructuring.
Key changes
- Adds Deno Visual Fold node to Deno Custom Nodes.
- After updating to latest version, feature auto‑enabled.
- Selecting multiple nodes shows green Fold button at top‑right.
- Pressing Fold collapses selected nodes into a single visual group; can unfold later.
- Does not convert nodes into subgraph; keeps workflow logic unchanged.
- Intended for simple visual cleanup, not replacing ComfyUI Subgraph.
- GitHub repo: https://github.com/Deno2026/comfyui-deno-custom-nodes.