What problem does it solve?
rgthree-comfy nodes appear in a large share of community ComfyUI workflows, but three of their behaviors cause silent agent failures: some nodes are frontend-only and absent from /object_info, they are configured through properties rather than widgets, and Fast Groups nodes enumerate groups by title instead of taking wiring. This Skill documents the correct configuration model so agents stop misdiagnosing these nodes.
Core Features & Use Cases
- Fast Groups Bypasser/Muter setup: Create stage toggles by grouping nodes with prefixed titles, setting the matchTitle regex property, and verifying toggle lists rebuild correctly.
- Power Lora Loader stacking: Create lora_N rows programmatically with JSON object strings and edit individual fields via dotted sub-field addressing like lora_1.strength.
- Frontend-only node handling: Know which seven rgthree types panel_add_node accepts via the allowlist and which it refuses by design.
- Use Case: A user asks to make each stage of a multi-stage image pipeline toggleable. The Skill guides creating prefixed groups, adding a Fast Groups Bypasser, anchoring matchTitle to ^STAGE, setting alphanumeric sort, and verifying bypass states with panel_graph_outline.
Quick Start
Add a Fast Groups Bypasser node to my workflow and configure it to toggle all groups whose titles start with STAGE.