Comfy-Org / litegraph.js

A graph node engine and editor written in Javascript similar to PD or UDK Blueprints, comes with its own editor in HTML5 Canvas2D. The engine can run client side or server side using Node. It allows to export graphs as JSONs to be included in applications independently.
MIT License
68 stars 18 forks source link

[Feature Request]: Bypass/mute groups #348

Open LukeG89 opened 5 days ago

LukeG89 commented 5 days ago

Is there an existing issue for this?

What would your feature do ?

Now that we can select groups as nodes, it would be great if we can bypass and mute them using shortcuts. The bypass/mute state will be applied to all nodes within the group, just like using the rgthree-comfy feature.

bypass-and-mute

Proposed workflow

  1. Select a group
  2. Use the bypass or mute shortcut
  3. All nodes inside the group are bypassed or muted

Additional information

No response

webfiltered commented 5 days ago

Got something like this planned as part of the group update. CanvasPointer turned into a pre-req shortly after I started on it.