The Moonvalley Marey Image to Video node transforms a reference image into a video using the Moonvalley API. It takes an input image and a text prompt to generate a video with specified resolution, quality settings, and creative controls. The node handles the entire process from image upload to video generation and download.

## Inputs

| Parameter | Description | Data Type | Required | Range |
| --- | --- | --- | --- | --- |
| `image` | The reference image used to generate the video | IMAGE | Yes | - |
| `prompt` | Text description for video generation (multiline input) | STRING | Yes | - |
| `negative_prompt` | Negative prompt text to exclude unwanted elements (default: extensive negative prompt list) | STRING | No | - |
| `resolution` | Resolution of the output video (default: "16:9 (1920 x 1080)") | COMBO | No | "16:9 (1920 x 1080)"<br>"9:16 (1080 x 1920)"<br>"1:1 (1152 x 1152)"<br>"4:3 (1536 x 1152)"<br>"3:4 (1152 x 1536)" |
| `prompt_adherence` | Guidance scale for generation control (default: 4.5, step: 1.0) | FLOAT | No | 1.0 - 20.0 |
| `seed` | Random seed value (default: 9, control after generate enabled) | INT | No | 0 - 4294967295 |
| `steps` | Number of denoising steps (default: 33, step: 1) | INT | No | 1 - 100 |

**Constraints:**

- The input image must have dimensions between 300x300 pixels and the maximum allowed height/width
- Prompt and negative prompt text length is limited to the Moonvalley Marey maximum prompt length

## Outputs

| Output Name | Description | Data Type |
| --- | --- | --- |
| `output` | The generated video output | 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/MoonvalleyImg2VideoNode/en.md)

---
**Source fingerprint (SHA-256):** `674e69a7f106f6f961f10c179008b7bb1147bf0e569c72d207a105f3fab2aaf5`
