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