ComfyUI icon indicating copy to clipboard operation
ComfyUI copied to clipboard

Comfy should have a "presentation mode"

Open ZapAndersson opened this issue 2 years ago • 2 comments

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?

ZapAndersson avatar Dec 01 '23 08:12 ZapAndersson

I think I filed a similar issue: #2483

ghostsquad avatar Jan 17 '24 01:01 ghostsquad

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

VisualBoy avatar Nov 16 '24 00:11 VisualBoy

So, any progress? @comfyanonymous

morgan55555 avatar Nov 25 '24 09:11 morgan55555

Duplicate of https://github.com/comfyanonymous/ComfyUI/issues/389

Tekaiguy avatar Aug 11 '25 18:08 Tekaiguy