ComfyUI Node

Motorway 10x0

Feed the whole pipeline in at once

By agilly1989Β·Created 2 years agoΒ·Updated about a year agoΒ· 7
Motorway 10x0
  • MOTORWAY πŸšŒπŸ’¨
  • ANY_(A)
  • ANY_(B)
  • ANY_(C)
  • ANY_(D)
  • ANY_(E)
  • ANY_(F)
  • ANY_(G)
  • ANY_(H)
  • ANY_(I)
  • ANY_(J)
  • MOTORWAY πŸšŒπŸ’¨
β—„ANY_(A)_keyβ€”β–Ί
β—„ANY_(B)_keyβ€”β–Ί
β—„ANY_(C)_keyβ€”β–Ί
β—„ANY_(D)_keyβ€”β–Ί
β—„ANY_(E)_keyβ€”β–Ί
β—„ANY_(F)_keyβ€”β–Ί
β—„ANY_(G)_keyβ€”β–Ί
β—„ANY_(H)_keyβ€”β–Ί
β—„ANY_(I)_keyβ€”β–Ί
β—„ANY_(J)_keyβ€”β–Ί

Motorway 10x0 is the biggest on-ramp in the pack: it takes up to ten values in, stores each under its own key, and passes the bus on. It's the mirror image of the 0x10 off-ramp - one node to load "everything your pipeline needs" onto the bus at the start, instead of four smaller on-ramps.

If the pack is new to you: it's agilly1989's key-value data bus for ComfyUI. MotorwayStart creates an empty bus, Nx0 nodes like this one store values under string keys, and 0xN ramps pull them out later. Same wire-reduction instinct as rgthree's Context nodes, but as an any-typed key-value bag.

How it works

This is the only node in the briefed set with real input lanes: ANY (A) through ANY (J) (all type *), each with a matching ANY_(X)_key widget. Wire values in, type the key you want each stored under, and the node writes them onto the bus, then hands a clone onward - snapshot semantics, no in-place mutation. Keys are exact strings, SHA-256 hashed internally, and duplicate keys overwrite (last writer wins).

The canonical shape from the pack's Example.json: a Motorway 4x0 sits right after CheckpointLoaderSimple and EmptyLatentImage, storing model, clip, vae and latent in one node. This 10x0 is the same idea scaled to "everything at once" - checkpoint outputs, latent, seed, an image for img2img, a denoise value, whatever your pipeline boots with.

Inputs and outputs that matter

  • MOTORWAY πŸšŒπŸ’¨ (required) - the bus, from MotorwayStart or an earlier ramp.
  • ANY (A)–ANY (J) (optional) - the values to store; leave unwired ones alone.
  • ANY_(A)_key–ANY_(J)_key (optional) - the key for each stored value.
  • Output: MOTORWAY πŸšŒπŸ’¨ only.

Installing

cd ComfyUI/custom_nodes
git clone https://github.com/agilly1989/ComfyUI_agilly1989_motorway

or ComfyUI Manager β†’ "ComfyUI_agilly1989_motorway", then restart. No pip dependencies, no model downloads.

Where people get burned

  • 'MotorwayClass' object has no attribute 'hash_' - a later pull asks for a key this on-ramp never wrote. Exact-match keys; a typo here silently blanks the whole downstream.
  • Blank keys. An input with an empty _key just isn't stored - the bus passes through with nothing added. Easy to miss if you wired a value and forgot the key.
  • Beta. The README's own header says flows break between releases; pin the version if you build on it.

If you like the Motorway idea at all, 10x0 is the node that makes the "load once, pull everywhere" pattern comfortable. Just don't feel obliged to fill all ten lanes.

Categoryagilly1989 Nodes/Motorways

Inputs (21)

NameTypeDefaultDescription
MOTORWAY πŸšŒπŸ’¨MOTORWAY πŸšŒπŸ’¨β€”
ANY_(A)opt*β€”
ANY_(B)opt*β€”
ANY_(C)opt*β€”
ANY_(D)opt*β€”
ANY_(E)opt*β€”
ANY_(F)opt*β€”
ANY_(G)opt*β€”
ANY_(H)opt*β€”
ANY_(I)opt*β€”
ANY_(J)opt*β€”
ANY_(A)_keyoptSTRINGβ€”
ANY_(B)_keyoptSTRINGβ€”
ANY_(C)_keyoptSTRINGβ€”
ANY_(D)_keyoptSTRINGβ€”
ANY_(E)_keyoptSTRINGβ€”
ANY_(F)_keyoptSTRINGβ€”
ANY_(G)_keyoptSTRINGβ€”
ANY_(H)_keyoptSTRINGβ€”
ANY_(I)_keyoptSTRINGβ€”
ANY_(J)_keyoptSTRINGβ€”

Outputs (1)

NameTypeDescription
MOTORWAY πŸšŒπŸ’¨MOTORWAY πŸšŒπŸ’¨β€”