ComfyUI Node
_.chunk
Chunks an array into multiple arrays, each containing length or fewer items.
_.chunk
- py_list
- LIST
◄length1►
Categoryovum/underscore
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| py_listopt | * | Primary input object (expected array). You can still pass any JSON-serializable value. Also accepts _.CHAIN to continue chaining. | |
| lengthopt | INT | 1 | length (int) |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| LIST | LIST | — |