Vertex Veo Video with Reference
VertexVeoVideoWithReferenceNode
Video with Reference Generate videos using a reference image for style guidance with Google's Veo. Inputs: prompt: The text prompt used to guide video generation. reference_image: The image to use as a reference for content or style. Outputs: output_videos: A list of generated videos (VIDEO type). output_video_path_list: A list of local paths to the generated videos (when output_format=local_file) Configuration: aspect_ratio: Optional. Specifies the aspect ratio of generated videos. duration_seconds: Required. The length in seconds of video files that you want to generate. enhance_prompt: Optional. Use Gemini to enhance your prompts. generate_audio: Generate audio for the video. person_generation: Optional. The safety setting that controls whether people or face generation is allowed. resolution: Optional. Veo 3 models only. The resolution of the generated video. seed: 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. output_gcs_uri: GCS URI where the generated videos will be stored, in the format 'gs://BUCKET_NAME/SUBDIRECTORY'. model: The Veo model to use for video generation. fps: Optional. Frames per second for the generated video. number_of_videos: Optional. Number of video variations to generate. mime_type: Mime type of the input image or video, e.g., 'image/png' or 'video/mp4'.
Pack: ComfyUI_Adforge
custom_nodes.ComfyUI_Adforge
Inputs (17)
| Name | Type | Required |
|---|---|---|
| prompt | STRING | required |
| reference_image | IMAGE | optional |
| reference_image_gcs_uri | STRING | optional |
| reference_type | COMBO | optional |
| negative_prompt | STRING | optional |
| output_gcs_uri | STRING | optional |
| model | COMBO | optional |
| aspect_ratio | COMBO | optional |
| mime_type | COMBO | optional |
| duration_seconds | INT | optional |
| resolution | COMBO | optional |
| fps | INT | optional |
| number_of_videos | INT | optional |
| enhance_prompt | BOOLEAN | optional |
| generate_audio | BOOLEAN | optional |
| person_generation | COMBO | optional |
| seed | INT | optional |