Files
ComfyUI/tests-unit/comfy_api_test
Matt Miller b4e6b3a91c [Partner Nodes] fix(GPT Image): make custom_width/custom_height optional
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.
2026-07-27 23:59:47 -07:00
..