rgthree / rgthree-comfy

Making ComfyUI more comfortable!
MIT License
1.16k stars 81 forks source link

Fast muter not working with Lora Stack #52

Closed Erehr closed 1 year ago

Erehr commented 1 year ago

image In example above it works only if the first lora stacker is enabled. Enabling any other or any combination of multiple stackers are not working (or only applying first one if enabled).

In fact when any stacker other than first is enabled the output is no longer lora_stack as shown by apply lora stack node throwing a warning image

rgthree commented 1 year ago

Ah, the Fast Muter node only mutes / bypasses the connected nodes; it is not a switch itself. The OPT_CONNECTION output is for connecting to other nodes, like the Fast Action Button, etc.

However, you can still use Fast Muter with the Any Switch to correctly mute nodes (so they don't do work) and choose then first non-muted value.

Would be something like this:

Screenshot 2023-11-06 210505