Skip to content

Commit f69609b

Browse files
Add Veo3 video generation node with audio support (Comfy-Org#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
1 parent c012400 commit f69609b

File tree

4 files changed

+2715
-144
lines changed

4 files changed

+2715
-144
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/web/assets/** linguist-generated
22
/web/** linguist-vendored
3+
comfy_api_nodes/apis/__init__.py linguist-generated

0 commit comments

Comments
 (0)