---
title: "Text to Video"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/huggingface/texttovideo
markdown: https://docs.nodetool.ai/nodes/huggingface/texttovideo.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/huggingface/texttovideo.md
---

# Text to Video

**Type:** `huggingface.TextToVideo`

**Namespace:** `huggingface`

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| model | `str` | Text-to-video model repo id. | `Wan-AI/Wan2.2-T2V-A14B` |
| prompt | `str` | The text prompt describing the video. | `` |
| negative_prompt | `str` | What the video should NOT contain. | `` |
| num_frames | `int` | Number of frames to generate (0 = model default). | `0` |
| guidance_scale | `float` | How closely to follow the prompt (0 = model default). | `0` |
| num_inference_steps | `int` | Number of denoising steps (0 = model default). | `0` |
| seed | `int` | Random seed (-1 = random). | `-1` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `video` |  |

## Related Nodes

Browse other nodes in the [huggingface](./) namespace.
