> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-cms-changelog-node-lifecycle.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Gemini Omni Flash: Conversational Video Generation

> Generate and edit videos through natural language using Gemini Omni Flash 1.1, Google's multimodal video model, available in ComfyUI through Partner Nodes

Gemini Omni Flash is Google DeepMind's conversational video generation and editing model, part of the Gemini Omni family first introduced at Google I/O 2026. It combines Gemini's multimodal reasoning with native video creation: you describe what you want in plain language, attach reference images or videos, and the model generates a clip with synchronized audio. The current version, Gemini Omni Flash 1.1, reached general availability on August 27, 2026 and adds keyframe interpolation, 360p/4K output options, and scene extension.

## What Gemini Omni Flash 1.1 is good at

* **Conversational video editing**: Refine and edit videos using natural language: swap characters, relight scenes, alter angles, add or remove objects while maintaining the original audio and video tracks
* **Multimodal input**: Combine text, images (up to 14), and videos (up to 3, 10 seconds each) to guide generation. Every output carries a native audio track
* **Keyframe interpolation**: With the `image_to_video` task, attach a starting frame and an optional ending frame, and the model generates the footage in between
* **Reference to video**: Bind reference images to roles with tags like `<IMAGE_REF_0>` so characters, products, and objects from your images appear in a new scene without the image itself being used as a frame
* **Scene extension**: The `extend` task appends up to 10 seconds of new footage to a clip, reading the last 10 seconds of context for character and motion consistency, up to about 40 seconds cumulatively
* **Resolution control**: Draft at 360p (about one third of the 720p cost), then re-render at 720p, 1080p, or 4K. 16:9 and 9:16 aspect ratios are supported
* **World knowledge and simulation**: Combines physics understanding with Gemini's knowledge of history, science, and cultural context, enabling meaningful storytelling beyond photorealism
* **Text and action synchronization**: Render legible text and graphics directly into video, syncing kinetic typography with on-screen movements

<Tip>
  To use the Partner Nodes, you need to ensure that you are logged in properly and using a permitted network environment. Please refer to the [Partner Nodes Overview](/tutorials/partner-nodes/overview) section of the documentation to understand the specific requirements for using the Partner Nodes.
</Tip>

<Tip>
  <Tabs>
    <Tab title="Local users">
      Make sure your ComfyUI is updated.

      * [Download ComfyUI](https://www.comfy.org/download)
      * [Update Guide](/installation/update_comfyui)

      Workflows in this guide can be found in the [Workflow Templates](/interface/features/template).
      If you can't find them in the template, your ComfyUI may be outdated.

      If nodes are missing when loading a workflow, possible reasons:

      1. You are not using the latest ComfyUI version (Nightly version)
      2. Some nodes failed to import at startup
    </Tab>

    <Tab title="Cloud users">
      * [Cloud](https://cloud.comfy.org) will update after ComfyUI stable release.

      So, if you find any core node missing in this document, it might be because the new core nodes have not yet been released in the latest stable version. Please wait for the next stable release.
    </Tab>
  </Tabs>
</Tip>

<Note>
  The Gemini Omni Flash 1.1 workflows require ComfyUI 0.34.2 or later. In the node, select **Omni Flash 1.1** from the model dropdown to use the GA model; the **Omni Flash** option runs the preview model, which is scheduled to retire on September 30, 2026.
</Note>

## Available workflows

<h3 id="api_google_gemini_omni_flash_1_1_t2v">
  Text to Video (Omni Flash 1.1)
</h3>

Generate cinematic video from natural language prompts with Gemini Omni Flash 1.1. Describe the desired length (3 to 10 seconds) directly in the prompt, and pick the aspect ratio and output resolution in the node: 16:9 or 9:16, 360p for cheap drafts, up to 4K for final renders. Every clip includes a generated audio track.

<img src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/templates/api_google_gemini_omni_flash_1_1_t2v-1.webp" alt="Gemini Omni Flash 1.1 Text to Video workflow preview" />

<video controls className="w-full aspect-video" src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/output/api_google_gemini_omni_flash_1_1_t2v.mp4" />

<CardGroup cols={2}>
  <Card title="Run on Comfy Cloud" icon="cloud" href="https://cloud.comfy.org/?template=api_google_gemini_omni_flash_1_1_t2v&utm_source=docs&utm_medium=referral&utm_campaign=gemini-omni-flash">
    Open in Comfy Cloud
  </Card>

  <Card title="Download Workflow" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/api_google_gemini_omni_flash_1_1_t2v.json">
    Download JSON or search "Gemini Omni 1.1" in Template Library
  </Card>
</CardGroup>

<h3 id="api_google_gemini_omni_flash_1_1_i2v">
  Image to Video (Omni Flash 1.1)
</h3>

Animate an image with Gemini Omni Flash 1.1. With the `image_to_video` task, the first attached image becomes the starting frame and an optional second image becomes the ending frame: the model generates the footage in between, which makes camera orbits, zoom transitions, and looping clips predictable.

<img src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/templates/api_google_gemini_omni_flash_1_1_i2v-1.webp" alt="Gemini Omni Flash 1.1 Image to Video workflow preview" />

<video controls className="w-full aspect-video" src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/output/api_google_gemini_omni_flash_1_1_i2v.mp4" />

<CardGroup cols={2}>
  <Card title="Run on Comfy Cloud" icon="cloud" href="https://cloud.comfy.org/?template=api_google_gemini_omni_flash_1_1_i2v&utm_source=docs&utm_medium=referral&utm_campaign=gemini-omni-flash">
    Open in Comfy Cloud
  </Card>

  <Card title="Download Workflow" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/api_google_gemini_omni_flash_1_1_i2v.json">
    Download JSON or search "Gemini Omni 1.1" in Template Library
  </Card>
</CardGroup>

<details className="prose" style={{marginBottom:"1rem"}}>
  <summary>Input materials</summary>

  Download this sample input image to try the workflow:

  <CardGroup cols={1}>
    <Card title="Input image" icon="image" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/blue_studio_car.png">
      Download sample input image
    </Card>
  </CardGroup>
</details>

<h3 id="api_google_gemini_omni_flash_1_1_r2v">
  Reference to Video (Omni Flash 1.1)
</h3>

Generate video that incorporates specific subjects from up to 14 reference images. In reference mode, bind each image to a role with tags like `<IMAGE_REF_0>` and refer to the tags in your prompt: characters, products, and objects from your images appear in the scene while the image itself is never used as a frame. Combine character references with style references for brand-consistent content.

<img src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/templates/api_google_gemini_omni_flash_1_1_r2v-1.webp" alt="Gemini Omni Flash 1.1 Reference to Video workflow preview" />

<video controls className="w-full aspect-video" src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/output/api_google_gemini_omni_flash_1_1_r2v.mp4" />

<CardGroup cols={2}>
  <Card title="Run on Comfy Cloud" icon="cloud" href="https://cloud.comfy.org/?template=api_google_gemini_omni_flash_1_1_r2v&utm_source=docs&utm_medium=referral&utm_campaign=gemini-omni-flash">
    Open in Comfy Cloud
  </Card>

  <Card title="Download Workflow" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/api_google_gemini_omni_flash_1_1_r2v.json">
    Download JSON or search "Gemini Omni 1.1" in Template Library
  </Card>
</CardGroup>

<details className="prose" style={{marginBottom:"1rem"}}>
  <summary>Input materials</summary>

  Download these sample input images to try the workflow:

  <CardGroup cols={2}>
    <Card title="Reference image 1" icon="image" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/terracotta_eyeshadow_palette.png">
      Download the first sample reference image
    </Card>

    <Card title="Reference image 2" icon="image" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/asian_female_model_beige_suit.png">
      Download the second sample reference image
    </Card>
  </CardGroup>
</details>

<h3 id="api_google_gemini_omni_flash_1_1_edit">
  Video Edit (Omni Flash 1.1)
</h3>

Edit videos with natural language using Gemini Omni Flash 1.1. With the `edit` task, the node takes exactly one input video (10 seconds or less) and rewrites it based on your instructions: swap backgrounds, restyle scenes, add or remove elements. The `edit` and `extend` tasks keep the aspect ratio of the input video. Simple prompts work best; adding "keep everything else the same" maximizes consistency.

<img src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/templates/api_google_gemini_omni_flash_1_1_edit-1.webp" alt="Gemini Omni Flash 1.1 Video Edit workflow preview" />

<video controls className="w-full aspect-video" src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/output/api_google_gemini_omni_flash_1_1_edit.mp4" />

<CardGroup cols={2}>
  <Card title="Run on Comfy Cloud" icon="cloud" href="https://cloud.comfy.org/?template=api_google_gemini_omni_flash_1_1_edit&utm_source=docs&utm_medium=referral&utm_campaign=gemini-omni-flash">
    Open in Comfy Cloud
  </Card>

  <Card title="Download Workflow" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/api_google_gemini_omni_flash_1_1_edit.json">
    Download JSON or search "Gemini Omni 1.1" in Template Library
  </Card>
</CardGroup>

<details className="prose" style={{marginBottom:"1rem"}}>
  <summary>Input materials</summary>

  Download this sample input video to try the workflow:

  <CardGroup cols={1}>
    <Card title="Input video" icon="video" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/hooded_wanderer_planet_bridge.mp4">
      Download sample input video
    </Card>
  </CardGroup>
</details>

<h3 id="api_google_gemini_omni_flash_1_1_extend">
  Video Extend (Omni Flash 1.1)
</h3>

Extend an existing video by up to 10 seconds per step with the `extend` task, building stories up to about 40 seconds total. The model analyzes the last 10 seconds of context, keeping characters, motion, and audio coherent as the scene continues from where it left off. Optionally attach reference images to introduce new characters mid-story. Extension appends new content only at the end of the clip, but the model may revise the final source frames to make the transition seamless.

<img src="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/templates/api_google_gemini_omni_flash_1_1_extend-1.webp" alt="Gemini Omni Flash 1.1 Video Extend workflow preview" />

<CardGroup cols={2}>
  <Card title="Run on Comfy Cloud" icon="cloud" href="https://cloud.comfy.org/?template=api_google_gemini_omni_flash_1_1_extend&utm_source=docs&utm_medium=referral&utm_campaign=gemini-omni-flash">
    Open in Comfy Cloud
  </Card>

  <Card title="Download Workflow" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/api_google_gemini_omni_flash_1_1_extend.json">
    Download JSON or search "Gemini Omni 1.1" in Template Library
  </Card>
</CardGroup>

<details className="prose" style={{marginBottom:"1rem"}}>
  <summary>Input materials</summary>

  Download this sample input video to try the workflow:

  <CardGroup cols={1}>
    <Card title="Input video" icon="video" href="https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/rooster_duel_western.mp4">
      Download sample input video
    </Card>
  </CardGroup>
</details>

## Get started

1. Update ComfyUI to the latest version (0.34.2 or later for the Omni Flash 1.1 workflows)
2. Double-click the canvas and search for "Gemini Omni Flash" nodes
3. Or go to the Template Library to use the ready-to-go workflows
4. Choose the workflow that matches your input type (text, image, or video)
5. Enter your prompt and generate

<Note>
  For the best results, combine Gemini Omni Flash with Nano Banana 2 Lite: generate images at high speed, then use Gemini Omni Flash to animate them into video.
</Note>
