ComfyUI Node
Concat Lists
Concatenate arrays (lists) (JavaScript Array.prototype.concat semantics). - If list_b is empty/unspecified, returns a shallow copy of list_a. - If list_a is empty/unspecified, returns a shallow copy of list_b. Notes: Non-mutating; inputs are not modified. Only concatenates two lists; to chain more, connect multiple nodes.
Concat Lists
- list_a
- list_b
- list
Categoryovum/lists/any
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| list_a | * | — | |
| list_b | * | Optional second list to concatenate. Blank -> treated as empty list. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| list | * | — |