Nodes/comfy-ovum/Foreach List End Ovum
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'.

By sfinktah·Created 12 months ago·Updated 9 months ago· 6
Foreach List End Ovum
  • flow_control
  • remaining_list
  • accum
  • result
Categoryovum/loop

Inputs (3)

NameTypeDefaultDescription
flow_controlFOREACH_LIST_CONTROLDirectly connect the output of ForeachListBeginOvum, the starting node of the iteration.
remaining_listITEM_LISTDirectly connect the output of ForeachListBeginOvum, the starting node of the iteration.
accum*Connect the accumulated outputs processed within the iteration here.

Outputs (1)

NameTypeDescription
result*This is the final output value.