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

This node creates an empty latent that combines both video and audio information for the MiniMax H3 model. You define the width, height, and length of the content, and the node produces a blank latent that the model can use as a starting point for generation. The duration (length) is automatically adjusted to fit the model's required frame grid of 17k+5 frames at 24 fps.

## Inputs

| Parameter | Description                                                                                                                             | Data Type | Required | Range                          |
| --------- | --------------------------------------------------------------------------------------------------------------------------------------- | --------- | -------- | ------------------------------ |
| `width`   | The width of the latent in pixels. Values must be multiples of 32. Default: 1344.                                                       | INT       | Yes      | 32 - MAX\_RESOLUTION (step 32) |
| `height`  | The height of the latent in pixels. Values must be multiples of 32. Default: 768.                                                       | INT       | Yes      | 32 - MAX\_RESOLUTION (step 32) |
| `length`  | Frame count at 24 fps, snapped up to the model's 17k+5 grid (124 = \~5s; trained range is \~124-362, longer is untested). Default: 124. | INT       | Yes      | 5 - 3600 (step 17)             |

Note: The `length` value is snapped up to the next frame count that fits the model's 17k+5 grid (17 x k + 5 frames, such as 5, 22, 39, 56, 73, 90, 107, 124, and so on). The `width` and `height` values must be multiples of 32. The maximum resolution is the system-defined value in ComfyUI.

## Outputs

| Output Name | Description                                                                                                          | Data Type |
| ----------- | -------------------------------------------------------------------------------------------------------------------- | --------- |
| `latent`    | The generated empty joint video+audio latent for MiniMax H3, sized according to the input width, height, and length. | LATENT    |

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/EmptyMiniMaxH3LatentAV/en.md)

***

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