ComfyUI Node
Get by Index
A ComfyUI node in Kinburg-Nodes/flow/loops with 3 inputs and 2 outputs.
Get by Index
- value
- item
- length
◄index0►
◄out_of_rangeclamp►
CategoryKinburg-Nodes/flow/loops
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| value | * | Anything indexable: an IMAGE/MASK batch, a LATENT batch, a list, a string, etc. | |
| index | INT | 0-100000–100000 | Element to take. Negative counts from the end (-1 = last). |
| out_of_range | COMBO | clamp | Index past the end: clamp = nearest valid, wrap = modulo (cycle), error = stop the run. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| item | * | — |
| length | INT | — |