Files
ComfyUI/comfy_api_nodes
Matt Miller 65eb54a4aa fix(veo): reject 4K resolution for veo-3.0 models in Veo3VideoGenerationNode
The tooltip on the resolution input states that 4K is not available for
veo-3.1-lite or veo-3.0 models, but the execute guard only rejected the
lite combination. Selecting 4K with veo-3.0-generate-001 or
veo-3.0-fast-generate-001 would fall through and hit the upstream API
with an invalid request.

Broaden the guard to match the documented behavior and update the error
message accordingly.
2026-04-21 19:33:24 -07:00
..