mirror of
https://github.com/Comfy-Org/ComfyUI.git
synced 2026-09-08 18:16:30 +08:00
Fix Get Image Size description (#16091)
This commit is contained in:
@@ -720,7 +720,7 @@ class GetImageSize(IO.ComfyNode):
|
||||
node_id="GetImageSize",
|
||||
search_aliases=["dimensions", "resolution", "image info"],
|
||||
display_name="Get Image Size",
|
||||
description="Returns width and height of the image, and passes it through unchanged.",
|
||||
description="Returns the width, height, and batch size of the image.",
|
||||
category="image",
|
||||
inputs=[
|
||||
IO.Image.Input("image"),
|
||||
|
||||
Reference in New Issue
Block a user