mirror of
https://github.com/Comfy-Org/ComfyUI.git
synced 2026-08-07 18:58:19 +08:00
OpenAIGPTImageNodeV2 declared the gpt-image-2 custom size widgets as required nested inputs, so a prompt that picked a preset size and omitted them failed validation with required_input_missing. execute() already reads both with a 1024 default, and the deprecated OpenAIGPTImage1 node in the same file already marks them optional.