rgthree / rgthree-comfy

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

Is it possible to 'filter' the contents of the Fast Group Muter/Bypasser other than 'color'? #149

Open stephantual opened 8 months ago

stephantual commented 8 months ago

I discovered you could use the property panel to only show groups of a certain color - which is awesome. But I'm wondering :

a) could you select a specific hexadecimal color? I tried but it didn't work. b) could you use a regexp to EXCLUDE certain group names or color? Again here no dice, maybe it expects a certain notation.

BTW - amazing nodes.

rgthree commented 8 months ago

You would need to come up with a regex that matches all the nodes you need.

Color I think uses comfy’s built-in group color names. The hexadecimal change depending on the theme and title/content of the group, etc; so that feels less stable, but maybe I can take another look.

stephantual commented 8 months ago

Thank you so much! yes indeed a bit of an edge case as the 10 or so color provided 'should' be enoug but never understimate the insanity of 1,000 nodes worfklows ;)

No sweat, i fully undertand that regexp might be the better choice here. I think the docs could benefit from an example though because I'm unsure about what 'flavor' comfy expects (regarding delimiters, etc). Cheers!