> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
> Use this file to discover all available pages before exploring further.

# FLUX 3 Video - AI video generation with native audio

> Generate videos with synchronized audio using FLUX 3 in ComfyUI, from text or images, with up to 20 seconds of footage in a single pass

FLUX 3 is Black Forest Labs' multimodal foundation model, announced July 23, 2026 and currently in Early Access. It jointly learns from images, videos, and audio within a unified architecture built on Self-Flow, their approach for aligning multimodal generation and understanding in the same model. Instead of treating each modality in isolation, FLUX 3 learns a shared representation of the world: how objects hold together, how things move, and how events sound. Capabilities and limits may change during the Early Access rollout.

For video, FLUX 3 creates highly diverse clips with native audio up to 20 seconds long in a single generation. All outputs come with synchronized audio generation, including ambient sound, speech, and effects. It supports text-to-video and image-to-video generation, with multi-shot output that chains individual clips into longer sequences and flexible aspect ratios.

<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>

## Key capabilities

* **Native audio**: Every video comes with synchronized audio, including ambient sound, speech, and effects
* **Up to 20 seconds**: Generates long clips in a single pass
* **Text and image input**: Generates video from a text prompt, or continues from a starting frame image
* **Flexible formats**: 720p or 1080p resolution, 24fps, aspect ratios from 9:16 to 21:9
* **Multi-shot output**: Chains individual clips into longer sequences for extended storytelling

## FLUX 3 text-to-video workflow

Generate a full video from a single text prompt. FLUX 3 expands natural language into a complete scene with synchronized audio, motion, and physics, without needing reference images or complex settings.

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

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

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

## FLUX 3 image-to-video workflow

Generate a full video from a text prompt and a starting frame image. FLUX 3 automatically expands your description into a cohesive scene with synchronized audio, motion, and physics.

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

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

  <Card title="Download Workflow" icon="download" href="https://github.com/Comfy-Org/workflow_templates/blob/main/templates/api_bfl_flux3_i2v.json">
    Download JSON or search "FLUX 3 Video" 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/space_caravan.png">
      Download sample input image
    </Card>
  </CardGroup>
</details>

![FLUX 3 image to video input](https://raw.githubusercontent.com/Comfy-Org/workflow_templates/main/input/space_caravan.png)

## Get started

1. Update ComfyUI to the latest version
2. Go to Template Library, search for `FLUX 3 Video`
