ComfyUI Node
Combine Pixaroma
Join two inputs into one batch. Wire any two things into any1 and any2 and Combine merges them: images and video frames are stacked into one batch, latents are batched, numbers and text are gathered into a list. If one side is empty it just passes the other side through, so it is safe to use as the accumulator inside a loop (round 1 has nothing to add yet). Works with any wire type.
Combine Pixaroma
- any1
- any2
- batch
Category👑 Pixaroma/🔀 Logic & Flow
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| any1opt | * | First input. Images, video frames, latents, numbers, text - anything. Can be empty. | |
| any2opt | * | Second input, joined onto the first. In a loop this is usually the new round's result, with any1 carrying everything gathered so far. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| batch | * | The two inputs joined together. For images/frames this is one bigger batch; for numbers/text it is a list. |