# Seedance (https://docs.fuser.studio/docs/nodes/video/seedance)

_Provided by [Fal](https://fal.ai) — [Learn More](https://fal.ai/models/fal-ai/bytedance/seedance/v1/lite/image-to-video)._

## Inputs [#inputs]

- **Prompt** (`textarea`) — The prompt to generate a video from.

- **Images** (`image`) _(accepts multiple)_ — Provide a single image to use as the first frame of the video, or up to 4 images to use as reference images for combining features. If a single image is provided, the aspect ratio will be ignored.

   Optional: `true`

- **End Image** (`image`) — The image used as the last frame of the video. When multiple image references are provided, end image will be ignored.

   Optional: `true`

- **Model** (`dropdown`) — The model to use for video generation.

   Optional: `true` • Default: `pro-fast` • Accepts: `flow.nodes.FalSeedanceLiteNode.inputs.model.items.pro-v1.5`, `Lite`, `Pro Fast`, `Pro`

- **Resolution** (`dropdown`) — The resolution of the generated video.

   Optional: `true` • Default: `720p` • Accepts: `480p`, `720p`, `1080p`

- **Duration** (`dropdown`) — The duration of the generated video. If an image is provided, the duration will be 5 seconds.

   Optional: `true` • Default: `5` • Accepts: `3s`, `4s`, `5s`, `6s`, `7s`, `8s`, `9s`, `10s`, `11s`, `12s`

- **Aspect Ratio** (`dropdown`) — The aspect ratio of the generated video.

   Optional: `true` • Default: `16:9` • Accepts: `21:9`, `16:9`, `4:3`, `1:1`, `3:4`, `9:16`, `9:21`

- **Seed** (`seed`) — The same seed and prompt will output the same video every time.

   Optional: `true` • Default: `7865`

- **Fixed Camera** (`toggle`) — When enabled, the camera will be fixed without any movement.

   Optional: `true` • Default: `false`

- **Generate Audio** (`toggle`) — Generate audio for the video.

   Optional: `true` • Default: `true`

## Outputs [#outputs]

- **Generated Video** (`video`) — The generated video from the model.