Nodes/comfyui_dynamic/dynamic_pipe_any (pipe)
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_*).

By inkbottle-9·Created 8 months ago·Updated about a month ago· 0
dynamic_pipe_any (pipe)
  • pipe
  • pipe
ports_count2
Categorydynamic/utils

Inputs (2)

NameTypeDefaultDescription
ports_countINT20–100The number of port-pair for this node.
pipeopt*The pipe in. Accept any Python list.

Outputs (1)

NameTypeDescription
pipe*A pipe is essentially a Python list.