Skip to content

Commit 96f1cee

Browse files
authored
chore(api-nodes): always display the custom width and height in GPTImage2 node (#13651)
Signed-off-by: bigcat88 <bigcat88@icloud.com>
1 parent 97f58ba commit 96f1cee

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

comfy_api_nodes/nodes_openai.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,6 @@ def define_schema(cls):
454454
step=16,
455455
tooltip="Used only when `size` is 'Custom'. Must be a multiple of 16 (GPT Image 2 only).",
456456
optional=True,
457-
advanced=True,
458457
),
459458
IO.Int.Input(
460459
"custom_height",
@@ -464,7 +463,6 @@ def define_schema(cls):
464463
step=16,
465464
tooltip="Used only when `size` is 'Custom'. Must be a multiple of 16 (GPT Image 2 only).",
466465
optional=True,
467-
advanced=True,
468466
),
469467
],
470468
outputs=[

0 commit comments

Comments
 (0)