ComfyUI Node
_.grouper
https://stackoverflow.com/questions/312443/how-do-you-split- a-list-into-evenly-sized-chunks/312644#312644 grouper(3, 'abcdefg', 'x') -- ('a','b','c'), ('d','e','f'), ('g','x','x')
_.grouper
- obj
- fillvalue
- *
◄n1►
Categoryovum/underscore
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| objopt | * | Primary input object. Also accepts _.CHAIN to continue chaining. | |
| nopt | INT | 1 | n (int) |
| fillvalueopt | * | fillvalue: JSON allowed for arrays/objects where applicable. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| * | * | — |