ComfyUI/comfy_api_nodes/apis
Christian Byrne f69609bbd6
Add Veo3 video generation node with audio support (#9110)
- Create new Veo3VideoGenerationNode that extends VeoVideoGenerationNode
- Add support for generateAudio parameter (only for Veo3 models)
- Support new Veo3 models: veo-3.0-generate-001, veo-3.0-fast-generate-001
- Fix Veo3 duration constraint to 8 seconds only
- Update original node to be clearly Veo 2 only
- Update API paths to use model parameter: /proxy/veo/{model}/generate
- Regenerate API types from staging to include generateAudio parameter
- Fix TripoModelVersion enum reference after regeneration
- Mark generated API types file in .gitattributes
2025-08-05 01:52:25 -04:00
..
__init__.py Add Veo3 video generation node with audio support (#9110) 2025-08-05 01:52:25 -04:00
bfl_api.py Reduce code duplication for [pro] and [max], rename Pro and Max to [pro] and [max] to be consistent with other BFL nodes, make default seed for Kontext nodes be 1234. since 0 is interpreted by API as 'choose random seed' (#8337) 2025-05-29 17:14:27 -04:00
client.py fix: custom comfy-api-base works with subpath (#8332) 2025-05-30 17:51:28 -04:00
luma_api.py More API Nodes (#7956) 2025-05-06 04:23:00 -04:00
pixverse_api.py More API Nodes (#7956) 2025-05-06 04:23:00 -04:00
PixverseController.py More API Nodes (#7956) 2025-05-06 04:23:00 -04:00
PixverseDto.py More API Nodes (#7956) 2025-05-06 04:23:00 -04:00
recraft_api.py move SVG to core (#7982) 2025-05-09 13:46:34 -04:00
request_logger.py ComfyAPI Core v0.0.2 (#8962) 2025-07-29 22:17:22 -04:00
rodin_api.py More API nodes: Gemini/Open AI Chat, Tripo, Rodin, Runway Image (#8295) 2025-05-27 03:00:58 -04:00
stability_api.py More API Nodes (#7956) 2025-05-06 04:23:00 -04:00
tripo_api.py Add Veo3 video generation node with audio support (#9110) 2025-08-05 01:52:25 -04:00