Fix Get Image Size description (#16091)

This commit is contained in:
rattus
2026-09-05 00:56:17 +10:00
committed by GitHub
parent e80c1570b6
commit a12b28ab03
+1 -1
View File
@@ -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"),