
Node Function
This node connects to Luma AI’s image-to-video API, allowing users to create dynamic videos from input images. It understands the image content and generates natural, coherent motion while maintaining the original visual style. Combined with text prompts, users can precisely control the video’s dynamic effects.Parameters
Basic Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
| prompt | string | "" | Text prompt describing video motion and content |
| model | select | - | Video generation model to use |
| resolution | select | ”540p” | Output 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 |
Optional Parameters
| Parameter | Type | Description |
|---|---|---|
| first_image | image | First frame of video (required if no last_image) |
| last_image | image | Last frame of video (required if no first_image) |
| luma_concepts | LUMA_CONCEPTS | Concepts for controlling camera motion and shot style |
Requirements
- Either first_image or last_image must be provided
- Each image input (first_image and last_image) accepts only 1 image
Output
| Output | Type | Description |
|---|---|---|
| VIDEO | video | Generated video |
Usage Example
Luma Image to Video Workflow Example
Luma Image to Video Workflow Tutorial