Comfy should have a "presentation mode"
There a visual programming language called Max, used in Ableton Live as "Max for Live". It has one fantastic feature: Presentation mode.
Basically you have two modes, the noodly interface where you wire everything up, and then the "presentation" interface. The only difference is that you hide certain things, and move them. That's it. So only things selected as "visible in presentation mode" even show up, and they show up in a new alternate location.
So you can have your nodes laid out one way to easily follow the logic, and have only the few nodes the user actually cares about, laid out in a more "user workflow" way, for when it's used.
Can we have something like that in Comfy?
I think I filed a similar issue: #2483
Actually this function already exist in ComfyUI codebase, it's called "Live mode" from litegraph.js repo. we should make it an option:
https://github.com/search?q=repo%3Ajagenjo%2Flitegraph.js%20livemode&type=code
as discussed here: https://github.com/comfyanonymous/ComfyUI/issues/389
So, any progress? @comfyanonymous
Duplicate of https://github.com/comfyanonymous/ComfyUI/issues/389