Nodes/Kinburg-Nodes/Get by Index
ComfyUI Node

Get by Index

A ComfyUI node in Kinburg-Nodes/flow/loops with 3 inputs and 2 outputs.

By Kinburg·Created 2 months ago·Updated 3 days ago· 1
Get by Index
  • value
  • item
  • length
index0
out_of_rangeclamp
CategoryKinburg-Nodes/flow/loops

Inputs (3)

NameTypeDefaultDescription
value*Anything indexable: an IMAGE/MASK batch, a LATENT batch, a list, a string, etc.
indexINT0-100000–100000Element to take. Negative counts from the end (-1 = last).
out_of_rangeCOMBOclampIndex past the end: clamp = nearest valid, wrap = modulo (cycle), error = stop the run.

Outputs (2)

NameTypeDescription
item*
lengthINT