description update

This commit is contained in:
Kijai 2024-05-03 13:52:31 +03:00
parent 4d25b205b5
commit b848061104
2 changed files with 2 additions and 2 deletions

View File

@ -468,7 +468,7 @@ class GetImageSizeAndCount:
FUNCTION = "getsize" FUNCTION = "getsize"
CATEGORY = "KJNodes/masking" CATEGORY = "KJNodes/masking"
DESCRIPTION = """ DESCRIPTION = """
Returns the width and height of the image, Returns width, height and batch size of the image,
and passes it through unchanged. and passes it through unchanged.
""" """

View File

@ -835,7 +835,7 @@ class GetMaskSizeAndCount:
FUNCTION = "getsize" FUNCTION = "getsize"
CATEGORY = "KJNodes/masking" CATEGORY = "KJNodes/masking"
DESCRIPTION = """ DESCRIPTION = """
Returns the width and height of the mask, Returns the width, height and batch size of the mask,
and passes it through unchanged. and passes it through unchanged.
""" """