Nodes Browser
ImageBatchRepeatInterleaving
ImageBatchRepeatInterleaving
Node Information
- Category:
- KJNodes/image
- Python Module:
- custom_nodes.ComfyUI-KJNodes
- Output Node:
- No
ImageBatchRepeatInterleaving
PREVIEW
IMAGE
â—€
images
IMAGE
â–¶
â—€
repeats
INT
â–¶
Repeats each image in a batch by the specified number of times.
Example batch of 5 images: 0, 1 ,2, 3, 4
with repeats 2 becomes batch of 10 images: 0, 0, 1, 1, 2, 2, 3, 3, 4, 4