ComfyUI Node
dynamic_pipe_any (pipe)
This node works just like you'd expect. Still unsure? Here are the details: it builds a new list sized to your ports_count. Takes your pipe if you got one, pads with None or trims to fit, then replaces positions with any connected dynamic inputs (input_*) that aren't None. Outputs the full list as 'pipe', plus each item on its own through dynamic outputs (output_*).
dynamic_pipe_any (pipe)
- pipe
- pipe
◄ports_count2►
Categorydynamic/utils
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| ports_count | INT | 20–100 | The number of port-pair for this node. |
| pipeopt | * | The pipe in. Accept any Python list. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| pipe | * | A pipe is essentially a Python list. |