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

# Flux3TextToVideoNode - ComfyUI Built-in Node Documentation

> Complete documentation for the Flux3TextToVideoNode node in ComfyUI. Learn its inputs, outputs, parameters and usage.

使用 FLUX 3 根据文本提示生成带有同步音频的视频。此节点将您的提示发送到 FLUX 3 服务，等待生成完成，然后返回完整的视频片段。

## 输入

| 参数                 | 描述                                                          | 数据类型    | 必填  | 范围                         |
| ------------------ | ----------------------------------------------------------- | ------- | --- | -------------------------- |
| `prompt`           | 用通俗语言描述您的需求；提示会在生成前被解释和扩展。请分别描述环境音、音乐和语音，以实现分层音频。（默认：""）    | STRING  | Yes | Multiline text             |
| `aspect_ratio`     | 输出宽高比。'auto' 会根据提示和输入自动选择。（默认："auto"）                       | STRING  | Yes | 多个选项可用, including `"auto"` |
| `duration`         | 片段长度（秒）。'auto' 会根据内容自动调整长度。（默认："auto"）                      | STRING  | Yes | 多个选项可用, including `"auto"` |
| `resolution`       | 输出分辨率。（默认："720p"）                                           | STRING  | Yes | `"720p"`<br />`"1080p"`    |
| `generate_audio`   | 生成同步音频（环境音、语音、效果）。关闭则生成不带音轨的视频。（默认：True）                    | BOOLEAN | Yes | True<br />False            |
| `safety_tolerance` | 审核容忍度，0 为最严格。无论此处设置的值如何，发送图像或视频的请求上限为 2。（默认：2）              | INT     | Yes | 0 到 4                      |
| `seed`             | 用于确定节点是否应重新运行的种子；FLUX 3 会自行选择种子，因此无论此值如何，实际结果都是不确定的。（默认：42） | INT     | Yes | 0 到 4294967295             |

注意：`seed` 输入在 UI 中包括 Control After Generate 控件。显示的价格基于 `resolution` 和 `duration`：HD（720p）按每秒 $0.2431 计费，FHD（1080p）按每秒 $0.4147 计费。当选择固定时长时，会显示片段的预估总成本；当 `duration` 为“auto”时，显示每秒费率。

## 输出

| 输出名称    | 描述                                    | 数据类型  |
| ------- | ------------------------------------- | ----- |
| `video` | 生成的视频片段，当 `generate_audio` 启用时包含同步音频。 | VIDEO |

> 本文档由 AI 生成。如果您发现任何错误或有改进建议，欢迎贡献！ [在 GitHub 上编辑](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/Flux3TextToVideoNode/zh.md)

***

**Source fingerprint (SHA-256):** `35f5e5b1c6dd737afab78f53700997a458781d38149cb64fc60d86a86858b2e6`
