Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ui): Add node mode toggles to group context menu #1358

Merged

Conversation

M1kep
Copy link
Contributor

@M1kep M1kep commented Aug 29, 2023

Adds custom context menu options depending on the collective modes of nodes inside a group:

When nodes are all:

  • Always (mode 0): Offers options to disable, and bypass all nodes in group.
  • Never (mode 2): Offers options to enable, and bypass all nodes in group.
  • Bypass (mode 4): Offers options to enable, disable all nodes in group.
  • Other: Offers options to enable, disable, and bypass all nodes in group.

When nodes are:

  • Mixed modes: The context menu will offer options to enable, disable, and bypass all nodes in the group.

Note: Entries have been renamed to:

  • Set Group Nodes to Always
  • Set Group Nodes to Never
  • Bypass Group Nodes
    CleanShot 2023-08-28 at 23 51 10

@comfyanonymous comfyanonymous merged commit 968078b into comfyanonymous:master Aug 29, 2023
@M1kep M1kep deleted the feat/mute_bypass_nodes_in_group branch September 5, 2023 00:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants