Closed Aljnk closed 8 months ago
(Hint: Right-click the node and choose "🛟 Node Help" for information)
Relay
and Repeater
nodes so when you mute one group, the others will also mute (any node in group A w/ output connected to a Mute Relay Node, that Relay connected to a Mute Repeater Node, that Repeater node inside group B. Now when that node in A is muted, group B will also mute).Thank you for your answer!
I'll describe my problem:
I have a workflow where there is a group with LORA
that I want to mute. But when I do this, I get an error (see picture).
I can avoid this problem with an additional switch (see picture 2 - near LORA State). In the OFF
position it uses the model with index 1 (regular) and in the ON
position it uses the model with LORA. Now everything works for me, but I need a second switch. If your node provided data about the state of your switches, then I wouldn't need a second switch. I can take your data and connect it to the switch that selects the models.
Ah, you're using a less than ideal switch node.
What you're triyng to do in your second screenshot, you can much more cleanly do with just one additional node being added to your first screenshot; the Any Switch (rgthee)
node. This node continues to power-muting and reducing work by choosing the first non-null/empty input.
So, using your first screenshot, simply add an Any Switch (rgthree)
before the KSampler and still outside the Lora group. Connect the Lora Stack model output to the first input, and the Load Checkpoint model output to the second input (and, obviously, the switch output to the KSampler). Now, when the Lora Stack is muted, the Any Switch will automatically choose the next input, which is the original Load Checkpoint model.
Alternatively, you can keep your first screenshot and, instead of Muting the Lora group, you can Bypass it which should pass the Model input through the Lora Stack without modifying it. There's a Groups Bypasser
node which bypasses instead of mutes.
Great! I tried Any Switch (rgthree)
but did not understand it at all - I did not expect it to work this way. Thanks a lot :)
Hi. I really liked your Fast Groups Muter Node. It would be nice if it had some of these features:
Thanks again for your work, I hope you have time to make these changes.