ComfyUI Node
Vertex Veo First-Last Frame to Video
No documentation available
Vertex Veo First-Last Frame to Video
- first_frame_image
- last_frame_image
- videos
- video_path_list
◄prompt—►
◄first_frame_gcs_uri—►
◄last_frame_gcs_uri—►
◄negative_prompt—►
◄output_gcs_uriNone/videos/video-first-last-frame-20260720-202149.mp4►
◄modelveo-3.1-generate-preview►
◄aspect_ratio16:9►
◄first_frame_mime_typeimage/png►
◄last_frame_mime_typeimage/png►
◄duration_seconds8►
◄resolution1080p►
◄fps24►
◄seed0►
◄number_of_videos1►
◄enhance_prompttrue►
◄generate_audiofalse►
◄person_generationallow_adult►
CategoryAdForge/Video Generation
Inputs (19)
| Name | Type | Default | Description |
|---|---|---|---|
| prompt | STRING | The text prompt used to guide video generation. | |
| first_frame_imageopt | IMAGE | No documentation available | |
| last_frame_imageopt | IMAGE | No documentation available | |
| first_frame_gcs_uriopt | STRING | No documentation available | |
| last_frame_gcs_uriopt | STRING | No documentation available | |
| negative_promptopt | STRING | Optional. A text string that describes anything you want to discourage the model from generating. | |
| output_gcs_uriopt | STRING | None/videos/video-first-last-frame-20260720-202149.mp4 | GCS URI where the generated videos will be stored, in the format 'gs://BUCKET_NAME/SUBDIRECTORY'. |
| modelopt | COMBO | veo-3.1-generate-preview | The Veo model to use for video generation. |
| aspect_ratioopt | COMBO | 16:9 | Optional. Specifies the aspect ratio of generated videos. |
| first_frame_mime_typeopt | COMBO | image/png | Mime type of the input image or video, e.g., 'image/png' or 'video/mp4'. |
| last_frame_mime_typeopt | COMBO | image/png | Mime type of the input image or video, e.g., 'image/png' or 'video/mp4'. |
| duration_secondsopt | INT | 81–10 | Required. The length in seconds of video files that you want to generate. |
| resolutionopt | COMBO | 1080p | Optional. Veo 3 models only. The resolution of the generated video. |
| fpsopt | INT | 241–60 | Optional. Frames per second for the generated video. |
| seedopt | INT | 00–2147483647 | Optional. A number to request to make generated videos deterministic. Adding a seed number with your request without changing other parameters will cause the model to produce the same videos. |
| number_of_videosopt | INT | 11–4 | Optional. Number of video variations to generate. |
| enhance_promptopt | BOOLEAN | true | Optional. Use Gemini to enhance your prompts. |
| generate_audioopt | BOOLEAN | false | Generate audio for the video. |
| person_generationopt | COMBO | allow_adult | Optional. The safety setting that controls whether people or face generation is allowed. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| videos | VIDEO | A list of generated videos (VIDEO type). |
| video_path_list | STRING | A list of local paths to the generated videos (when output_format=local_file) |