ComfyUI Node

XListToPipe

Turn a list into an XPipe bundle so it can flow through the XPipe family. Items fill slots 1..N (up to 50); unused slots stay empty (None). The count input sets how many slots the bundle has.

By Xz3r0-M·Created 7 months ago·Updated about 10 hours ago· 12
XListToPipe
  • list_input
  • xpipe_out
count_display1
count0
Category♾️ Xz3r0/Workflow-Processing

Inputs (3)

NameTypeDefaultDescription
count_displayINT11–50How many slots the bundle has. Auto-disabled when the count port is connected; otherwise set it manually here.
list_inputoptCOMFY_MATCHTYPE_V3The list to put into the bundle. Connect XListCreate's list output or any other list here. Leave unconnected to create an empty bundle.
countoptINT00–50Sets how many slots the bundle has. Connect XListCreate's count (or any number) here; leave unconnected to use the number field above.

Outputs (1)

NameTypeDescription
xpipe_outxpipeThe XPipe bundle holding your list items in slots 1..N (max 50). Empty slots are None. N follows the count input.