mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-06-30 19:59:32 +08:00
Edit tooltip to no longer mention old previously hardcoded multiple
This commit is contained in:
parent
e2327bed40
commit
143e166794
@ -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."
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user