We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97f58ba commit 96f1ceeCopy full SHA for 96f1cee
1 file changed
comfy_api_nodes/nodes_openai.py
@@ -454,7 +454,6 @@ def define_schema(cls):
454
step=16,
455
tooltip="Used only when `size` is 'Custom'. Must be a multiple of 16 (GPT Image 2 only).",
456
optional=True,
457
- advanced=True,
458
),
459
IO.Int.Input(
460
"custom_height",
@@ -464,7 +463,6 @@ def define_schema(cls):
464
463
465
466
467
468
469
],
470
outputs=[
0 commit comments