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

# MinimaxHailuo03TextToVideoNode - ComfyUI Built-in Node Documentation

> This node generates a video from a text prompt using the MiniMax H3 model.

This node generates a video from a text prompt using the MiniMax H3 model. It sends the text along with video settings such as resolution, aspect ratio, and duration to the MiniMax API, waits for the generation task to complete, and returns the resulting video.

## Inputs

### Common Inputs

| Parameter   | Description                                                                                                                                                                                                     | Data Type      | Required | Range           |
| ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | -------- | --------------- |
| `model`     | Model to use for video generation. (default: "MiniMax H3"). Selecting this model also provides the text prompt, resolution, ratio, and duration settings for the generated video (see MiniMax H3 Inputs below). | DYNAMIC\_COMBO | Yes      | `"MiniMax H3"`  |
| `seed`      | Random seed. The same request with the same seed gives similar, but not guaranteed identical, results. (default: 42)                                                                                            | INT            | Yes      | 0 to 4294967295 |
| `watermark` | Whether to add an AIGC watermark to the video. (default: false)                                                                                                                                                 | BOOLEAN        | No       | true<br />false |

### MiniMax H3 Inputs

These settings appear when the "MiniMax H3" model is selected.

| Parameter    | Description                                                  | Data Type | Required | Range                                                           |
| ------------ | ------------------------------------------------------------ | --------- | -------- | --------------------------------------------------------------- |
| `prompt`     | Text prompt for video generation.                            | STRING    | Yes      | Any text                                                        |
| `resolution` | Resolution of the output video.                              | COMBO     | Yes      | "768P"<br />"2K"                                                |
| `ratio`      | Aspect ratio of the output video. (default: "16:9")          | COMBO     | Yes      | "16:9"<br />"4:3"<br />"1:1"<br />"3:4"<br />"9:16"<br />"21:9" |
| `duration`   | Duration of the output video in seconds (4-15). (default: 5) | INT       | Yes      | 4 to 15                                                         |

Note: The text prompt included in the `model` option must contain at least one non-whitespace character. The estimated price shown for this node is calculated from the selected resolution and video duration.

## Outputs

| Output Name | Description                                                | Data Type |
| ----------- | ---------------------------------------------------------- | --------- |
| `VIDEO`     | The generated video created from the provided text prompt. | VIDEO     |

> 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/MinimaxHailuo03TextToVideoNode/en.md)

***

**Source fingerprint (SHA-256):** `93f7c81ba4053da999d29392bce23f7fd809d21876ea489747d203201ed0377f`
