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.
Map End Ovum
- flow_control
- remaining_list
- result
- result
Categoryovum/loop
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| flow_control | FOREACH_LIST_CONTROL | Directly connect the output of MapStartOvum, the starting node of the iteration. | |
| remaining_list | ITEM_LIST | Directly 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)
| Name | Type | Description |
|---|---|---|
| result | * | This is the final output value. |