Router
The Router (⇧ R) is a many-to-many hub: wire multiple sources into one point and fan out to multiple targets, and everything connected flows through automatically. It’s transparent to generation — a node downstream of a router sees the router’s real upstream sources exactly as if they were connected directly. Use it to:- Compare variants — fan one prompt out to several Image or Video nodes with different settings and judge the results side by side.
- Share references — feed the same set of references into many targets without drawing every edge by hand.
- Keep wiring stable — the fan-out survives even when you swap or delete a source, so the graph doesn’t collapse mid-iteration.

