ComfyUI Node
AppendToAnyList
A ComfyUI node in PrzewodoUtils with 2 inputs and 1 output.
AppendToAnyList
- any_list
- any
- list
CategoryPrzewodoUtils
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| any_list | * | The existing list to append/merge to. Can be empty or contain any type of items. | |
| any | * | Single item to append to the list, or array to merge with the list. If this is a list, all items will be added. If it's a single item, only that item will be appended. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| list | * | — |