diff --git a/nodes/image_nodes.py b/nodes/image_nodes.py index 50648bf..898673d 100644 --- a/nodes/image_nodes.py +++ b/nodes/image_nodes.py @@ -468,7 +468,7 @@ class GetImageSizeAndCount: FUNCTION = "getsize" CATEGORY = "KJNodes/masking" DESCRIPTION = """ -Returns the width and height of the image, +Returns width, height and batch size of the image, and passes it through unchanged. """ diff --git a/nodes/mask_nodes.py b/nodes/mask_nodes.py index a4cc38f..8b1d9f0 100644 --- a/nodes/mask_nodes.py +++ b/nodes/mask_nodes.py @@ -835,7 +835,7 @@ class GetMaskSizeAndCount: FUNCTION = "getsize" CATEGORY = "KJNodes/masking" DESCRIPTION = """ -Returns the width and height of the mask, +Returns the width, height and batch size of the mask, and passes it through unchanged. """