mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2025-12-09 21:04:41 +08:00
Update image_nodes.py
This commit is contained in:
parent
366b866f8e
commit
3e3a1a8aac
@ -1892,6 +1892,8 @@ Inserts images at the specified indices into the original image batch.
|
||||
}
|
||||
|
||||
def insertimagesfrombatch(self, original_images, images_to_insert, indexes, mode="replace"):
|
||||
if indexes == "":
|
||||
return (original_images,)
|
||||
|
||||
input_images = original_images.clone()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user