mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2025-12-09 04:44:30 +08:00
description update
This commit is contained in:
parent
4d25b205b5
commit
b848061104
@ -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.
|
||||
|
||||
"""
|
||||
|
||||
@ -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.
|
||||
|
||||
"""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user