chore(api-nodes): always display the custom width and height in GPTImage2 node (#13651)

Signed-off-by: bigcat88 <bigcat88@icloud.com>
This commit is contained in:
Alexander Piskun 2026-05-01 09:15:11 +03:00 committed by comfyanonymous
parent 7f4c0188e9
commit de1c50e214

View File

@ -454,7 +454,6 @@ class OpenAIGPTImage1(IO.ComfyNode):
step=16,
tooltip="Used only when `size` is 'Custom'. Must be a multiple of 16 (GPT Image 2 only).",
optional=True,
advanced=True,
),
IO.Int.Input(
"custom_height",
@ -464,7 +463,6 @@ class OpenAIGPTImage1(IO.ComfyNode):
step=16,
tooltip="Used only when `size` is 'Custom'. Must be a multiple of 16 (GPT Image 2 only).",
optional=True,
advanced=True,
),
],
outputs=[