mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-05 06:42:31 +08:00
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:
parent
97f58baaaf
commit
96f1cee9f5
@ -454,7 +454,6 @@ class OpenAIGPTImage1(IO.ComfyNode):
|
|||||||
step=16,
|
step=16,
|
||||||
tooltip="Used only when `size` is 'Custom'. Must be a multiple of 16 (GPT Image 2 only).",
|
tooltip="Used only when `size` is 'Custom'. Must be a multiple of 16 (GPT Image 2 only).",
|
||||||
optional=True,
|
optional=True,
|
||||||
advanced=True,
|
|
||||||
),
|
),
|
||||||
IO.Int.Input(
|
IO.Int.Input(
|
||||||
"custom_height",
|
"custom_height",
|
||||||
@ -464,7 +463,6 @@ class OpenAIGPTImage1(IO.ComfyNode):
|
|||||||
step=16,
|
step=16,
|
||||||
tooltip="Used only when `size` is 'Custom'. Must be a multiple of 16 (GPT Image 2 only).",
|
tooltip="Used only when `size` is 'Custom'. Must be a multiple of 16 (GPT Image 2 only).",
|
||||||
optional=True,
|
optional=True,
|
||||||
advanced=True,
|
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
outputs=[
|
outputs=[
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user