rgthree-comfy icon indicating copy to clipboard operation
rgthree-comfy copied to clipboard

Restrict Fast Groups Bypasser node's context to just the subgraph where it's instantiated

Open Vientsuya opened this issue 2 months ago • 2 comments

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

Image


Subgraph

Image

Vientsuya avatar Nov 13 '25 13:11 Vientsuya

+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 |.

kamoteshake avatar Nov 19 '25 00:11 kamoteshake

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.

rgthree avatar Nov 19 '25 00:11 rgthree