From 983b7e683d8537ab66361311407616abbca25b0c Mon Sep 17 00:00:00 2001 From: MrForExample <62230687+MrForExample@users.noreply.github.com> Date: Wed, 3 Jan 2024 11:49:39 +0100 Subject: [PATCH] Update comment for node InsertImageBatchByIndexes --- nodes.py | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/nodes.py b/nodes.py index e0fe382..b7897c1 100644 --- a/nodes.py +++ b/nodes.py @@ -1897,15 +1897,12 @@ class InsertImageBatchByIndexes: CATEGORY = "KJNodes" def insert(self, images, images_to_insert, insert_indexes): - """_summary_ - - Args: - images (_type_): _description_ - images_to_insert (_type_): _description_ - insert_indexes (_type_): _description_ + """ + This node is designed to be use with node FilterZeroMasksAndCorrespondingImages + It inserts the images_to_insert into images according to insert_indexes Returns: - _type_: _description_ + images_after_insert: updated original images with origonal sequence order """ images_after_insert = images