ComfyUI Node
Ino List Append
Appends one or more items to a list and returns the combined list. If `item` is wired from a list-output node, all of its items are appended (extend behavior). If wired from a regular node, the single value is appended.
Ino List Append
- items
- item
- list
- count
CategoryInoListHelper
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| items | * | — | |
| item | * | — |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| list | * | — |
| count | INT | — |