Update comment for node InsertImageBatchByIndexes

This commit is contained in:
MrForExample 2024-01-03 11:49:39 +01:00
parent 7e2709425a
commit 983b7e683d

View File

@ -1897,15 +1897,12 @@ class InsertImageBatchByIndexes:
CATEGORY = "KJNodes" CATEGORY = "KJNodes"
def insert(self, images, images_to_insert, insert_indexes): def insert(self, images, images_to_insert, insert_indexes):
"""_summary_ """
This node is designed to be use with node FilterZeroMasksAndCorrespondingImages
Args: It inserts the images_to_insert into images according to insert_indexes
images (_type_): _description_
images_to_insert (_type_): _description_
insert_indexes (_type_): _description_
Returns: Returns:
_type_: _description_ images_after_insert: updated original images with origonal sequence order
""" """
images_after_insert = images images_after_insert = images