ComfyUI Node
append
Adds an item to the end of a LIST. This node takes a LIST and any item as inputs, then returns a new LIST with the item appended to the end.
append
- list
- item
- LIST
CategoryBasic/LIST
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| list | LIST | — | |
| item | * | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| LIST | LIST | — |