
Node Function
This node connects to Luma AI’s text-to-video API, allowing users to generate dynamic video content from detailed text prompts.Parameters
Basic Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
| prompt | string | "" | Text prompt describing the video content to generate |
| model | select | - | Video generation model to use |
| aspect_ratio | select | ”ratio_16_9” | Video aspect ratio |
| resolution | select | ”res_540p” | Video resolution |
| duration | select | - | Video length options |
| loop | boolean | False | Whether to loop the video |
| seed | integer | 0 | Seed value for node rerun, results are nondeterministic |
When using Ray 1.6 model, duration and resolution parameters will not take effect.
Optional Parameters
| Parameter | Type | Description |
|---|---|---|
| luma_concepts | LUMA_CONCEPTS | Camera concepts to control motion via Luma Concepts node |
Output
| Output | Type | Description |
|---|---|---|
| VIDEO | video | Generated video |
Usage Example
Luma Text to Video Workflow Example
Luma Text to Video Workflow Example