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

# EmptyMiniMaxH3LatentAV - ComfyUI Built-in Node Documentation

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

此节点为 MiniMax H3 模型创建一个同时包含视频和音频信息的空 latent。您可以定义内容的宽度、高度和长度，节点会生成一个空白 latent，供模型作为生成的起点。时长（长度）会自动向上调整，以适配模型在 24 fps 下所需的 17k+5 帧网格。

## 输入

| 参数       | 描述                                                                         | 数据类型 | 必填 | 范围                          |
| -------- | -------------------------------------------------------------------------- | ---- | -- | --------------------------- |
| `width`  | latent 的宽度（像素）。值必须为 32 的倍数。默认值：1344。                                       | INT  | 是  | 32 - MAX\_RESOLUTION（步长 32） |
| `height` | latent 的高度（像素）。值必须为 32 的倍数。默认值：768。                                        | INT  | 是  | 32 - MAX\_RESOLUTION（步长 32） |
| `length` | 24 fps 下的帧数，向上取整对齐到模型的 17k+5 网格（124 = 约5秒；训练范围约为 124-362，更长未经过测试）。默认值：124。 | INT  | 是  | 5 - 3600（步长 17）             |

注意：`length` 值会向上取整到符合模型 17k+5 网格的下一个帧数（17 x k + 5 帧，例如 5、22、39、56、73、90、107、124，依此类推）。`width` 和 `height` 值必须为 32 的倍数。最大分辨率是 ComfyUI 中系统定义的值。

## 输出

| Output Name | Description                                        | Data Type |
| ----------- | -------------------------------------------------- | --------- |
| `latent`    | 为 MiniMax H3 生成的空视频+音频联合 latent，尺寸根据输入的宽度、高度和长度确定。 | LATENT    |

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

***

**Source fingerprint (SHA-256):** `ee24f4ac630858d87b9b98bb402689a5790e0ed882ec47dffe7b497216e37a5c`
