Nodes/comfy-ovum/Map End Ovum
ComfyUI Node

Map End Ovum

End of a map loop. Provide the per-iteration 'result'; the node will merge it into 'accum' internally and continue until the list is exhausted.

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

Inputs (3)

NameTypeDefaultDescription
flow_controlFOREACH_LIST_CONTROLDirectly connect the output of MapStartOvum, the starting node of the iteration.
remaining_listITEM_LISTDirectly connect the output of MapStartOvum, the starting node of the iteration.
result*Connect the per-iteration result here; it will be appended/merged into the accumulator automatically.

Outputs (1)

NameTypeDescription
result*This is the final output value.