mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2026-07-27 01:37:13 +08:00
Update comment for node InsertImageBatchByIndexes
This commit is contained in:
parent
7e2709425a
commit
983b7e683d
11
nodes.py
11
nodes.py
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user