ComfyUI Node
extend
Extends a list by appending elements from another list. This node takes two lists as input and returns a new list that contains all elements from both lists.
extend
- list_a
- list_b
- list
CategoryBasic/Data List
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| list_aopt | * | — | |
| list_bopt | * | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| list | * | — |