-
Notifications
You must be signed in to change notification settings - Fork 104
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
[Feature Request] Regex based Fast Bypasser/Muter #180
Comments
This could also solve my issue, in a better way ! |
I think there's some more work to be done here, but here's the branch if you want to check it out: https://github.com/DrJKL/rgthree-comfy/tree/drjkl/wireless-bypass-mute Doesn't have group name filtering yet, but that should be pretty straightforward to add next. Oh, also only a muter. Considering whether there should be 2 nodes or if that should also be a property. @rgthree what do you think? |
Sure, I can test this.
EDIT: I thought I was able to fetch the @DrJKL remote.
But it only seems to work via URL.
( It's OK, I can try it once it's merged )
|
I think you'd do git remote add drjkl https://github.com/DrJKL/rgthree-comfy
git fetch --all Then you'd be able to switch to the branch |
OK thanks. I was able to switch. About the node, it seems to work fine. If you add the node, for the first time, on a large workflow, the node it will be very big ! I'm able to add multiple nodes and use the matchTitle and sort properties, with no issues. |
I've found an issue. The And once So, I need to delete that "Fast Node Muter" node and add or clone a new one, to use If you want to implement filtering nodes by color, maybe it would be easier to just have an option to match the "Fast Node Muter" color, instead of asking for a list for colors. But I wouldn't mind if color filtering is not added. |
Color matching is working. I also think node n/m naming is the best solution. I can have multiple nodes named "Load Image 1" in different groups ( eg. for image batches in IPAdapter and InstantID groups ). |
The uniquifying naming applies after the filtering, just on the widgets, so you shouldn't ever have number gaps like that. |
I tend to use a lot of Use Everywhere nodes instead of a context chain. This means I don't have the intermediate context nodes to wire into a
Fast Muter/Bypasser
.I'd love to be able to add a
Fast Bypasser
that targets individual nodes within groups instead of whole groups (even though I can add overlapping groups to kind of accomplish what I want).Example Story
I have a workflow with both mask and frame generation and a final video output.
I have preview nodes for debugging attached to some of the intermediate generations.
I'd like to keep them muted, but enable them all when tweaking parameters (and maybe mute the final output via exclusive toggle to remove that final KSampler pull).
I'd add a
Fast Muter (rgthree)
and open the properties, targeting the nodes by Color/Title/Group using a regex.The exclusivity across muters might be a separate feature on the
Fast Actions Button
Let me know if this is already possible and I've missed something 😄
The text was updated successfully, but these errors were encountered: