Edit tooltip to no longer mention old previously hardcoded multiple

This commit is contained in:
silveroxides 2026-06-06 05:17:39 +02:00
parent e2327bed40
commit 143e166794

View File

@ -73,10 +73,10 @@ class ResolutionSelector(io.ComfyNode):
], ],
outputs=[ outputs=[
io.Int.Output( 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( io.Int.Output(
"height", tooltip="Calculated height in pixels (multiple of 8)." "height", tooltip="Calculated height in pixels multiplied by the selected multiple."
), ),
], ],
) )