ComfyUI Node
Foreach List End Ovum
A end node for performing iterative tasks by retrieving items one by one from the ITEM_LIST. NOTE:Directly connect the outputs of ForeachListBeginOvum to 'flow_control' and 'remaining_list'.
Foreach List End Ovum
- flow_control
- remaining_list
- accum
- result
Categoryovum/loop
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| flow_control | FOREACH_LIST_CONTROL | Directly connect the output of ForeachListBeginOvum, the starting node of the iteration. | |
| remaining_list | ITEM_LIST | Directly connect the output of ForeachListBeginOvum, the starting node of the iteration. | |
| accum | * | Connect the accumulated outputs processed within the iteration here. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| result | * | This is the final output value. |