Restrict Fast Groups Bypasser node's context to just the subgraph where it's instantiated
Hi, is it possible to restrict the Fast Groups Bypasser context to just the subpgraph where it's instantiated, so it doesn't pick up groups from the main workflow?
Right now it seems showAllGraphs set to false only helps with the node not picking up groups inside the subgraphs but I think there's not an option for the other way around.
Example:
Main Workflow
Subgraph
+1 this would be a nice option to have, a toggle in the properties to only look inside of the subgraph.
A workaround for this would be using regex on the matchTitle property. Something like ^(Controlnet - Depth)$. This should only show the Controlnet - Depth group. I think this is an ok workaround if you only want to toggle a couple of groups. It will be tedious once you want to list more groups. If you do need to add more groups, update the matchTitle to ^(Controlnet - Depth|Another Group Title)$. You can expand it more with the |.
Hi, is it possible to restrict the Fast Groups Bypasser context to just the subpgraph where it's instantiated, so it doesn't pick up groups from the main workflow?
This makes sense to me, I imagine that is what I originally intended.