ComfyUI Node
Iterate Items π¦βπ₯
Iterate over each item in the input list. Outputs one item at a time.
Iterate Items π¦βπ₯
- items
- item
- index
βiteration_ontrueβΊ
Categoryπ¦βπ₯ ArchiGraph/π οΈ Utils
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| items | * | Input a list to iterate over its items. | |
| iteration_on | BOOLEAN | true | Always re-run this node, even if the input list is unchanged. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| item | * | β |
| index | INT | β |