diff --git a/comfy_extras/nodes_resolution.py b/comfy_extras/nodes_resolution.py index b21778468..53a2970c8 100644 --- a/comfy_extras/nodes_resolution.py +++ b/comfy_extras/nodes_resolution.py @@ -73,10 +73,10 @@ class ResolutionSelector(io.ComfyNode): ], outputs=[ io.Int.Output( - "width", tooltip="Calculated width in pixels (multiple of 8)." + "width", tooltip="Calculated width in pixels multiplied by the selected multiple." ), io.Int.Output( - "height", tooltip="Calculated height in pixels (multiple of 8)." + "height", tooltip="Calculated height in pixels multiplied by the selected multiple." ), ], )