ComfyUI Node
Loop End Pixaroma
Closing bracket of a loop. Wire 'loop' from Loop Start. Feed the values you want to carry to the next round into the value slots (for example a Combine node that piles up each round's frames). When all rounds are done, the value slots output the final carried values. Everything between Loop Start and Loop End is what repeats.
Loop End Pixaroma
- value1
- value2
- value3
- value4
- value5
- loop
- value1
- value2
- value3
- value4
- value5
Category👑 Pixaroma/🔀 Logic & Flow
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| value1opt | * | The updated carried value to hand to the next round. Wire the matching Loop Start value slot's downstream result here. Optional. | |
| value2opt | * | The updated carried value to hand to the next round. Wire the matching Loop Start value slot's downstream result here. Optional. | |
| value3opt | * | The updated carried value to hand to the next round. Wire the matching Loop Start value slot's downstream result here. Optional. | |
| value4opt | * | The updated carried value to hand to the next round. Wire the matching Loop Start value slot's downstream result here. Optional. | |
| value5opt | * | The updated carried value to hand to the next round. Wire the matching Loop Start value slot's downstream result here. Optional. | |
| loopopt | FLOW_CONTROL | Wire this from Loop Start's loop output. Required for the loop to run. |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| value1 | * | Final carried value 1, after the last round. |
| value2 | * | Final carried value 2, after the last round. |
| value3 | * | Final carried value 3, after the last round. |
| value4 | * | Final carried value 4, after the last round. |
| value5 | * | Final carried value 5, after the last round. |