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.
XListToPipe
- list_input
- xpipe_out
◄count_display1►
◄count0►
Category♾️ Xz3r0/Workflow-Processing
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| count_display | INT | 11–50 | How many slots the bundle has. Auto-disabled when the count port is connected; otherwise set it manually here. |
| list_inputopt | COMFY_MATCHTYPE_V3 | The list to put into the bundle. Connect XListCreate's list output or any other list here. Leave unconnected to create an empty bundle. | |
| countopt | INT | 00–50 | Sets how many slots the bundle has. Connect XListCreate's count (or any number) here; leave unconnected to use the number field above. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| xpipe_out | xpipe | The XPipe bundle holding your list items in slots 1..N (max 50). Empty slots are None. N follows the count input. |