Insert Image Batch By Indexes

节点功能:将一组图像(images_to_insert)插入到另一组图像(images)的特定索引位置。它通常与 FilterZeroMasksAndCorrespondingImages 节点配合使用,用于处理被过滤出的图像,然后将它们重新插入到原始批次中的正确位置。

输入参数

参数名称说明
images原始图像序列。
images_to_insert要插入的新图像序列。数量必须与 insert_indexes 完全对应。
insert_indexes插入位置索引数组。

输出参数

参数名称说明
images_after_insert插入后按照索引重新排列的图像序列。