# Wan-2.2 Video (https://docs.fuser.studio/docs/nodes/video/wan-2-2-video)

_Provided by [Fal](https://fal.ai) — [Learn More](https://fal.ai/models/fal-ai/wan/v2.2-a14b/image-to-video)._

## Inputs [#inputs]

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

- **Image Prompt** (`image`) — The image used as the first frame of the video. If the image does not match the chosen aspect ratio, it is resized and center cropped.

   Optional: `true`

- **End Image** (`image`) — The image used as the last frame of the video. Only supported by the Pro model.

   Optional: `true`

- **Video Prompt** (`video`) — Input video, used for video-to-video generation and editing.

   Optional: `true`

- **Negative Prompt** (`textarea`) — The negative prompt is used to guide the model to avoid generating videos that contain certain elements or concepts.

   Optional: `true`

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

   Optional: `true` • Default: `wan-2.2-5b` • Accepts: `flow.nodes.FalWan22VideoNode.inputs.model.items.wan-2.2-5b`, `flow.nodes.FalWan22VideoNode.inputs.model.items.wan-2.2-a14b`

- **Frames** (`slider`) — The total number of frames to generate. Must be between 81 and 121.

   Optional: `true` • Default: `81` • Minimum: `81` • Maximum: `121`

- **FPS** (`slider`) — The number of frames per second to generate.

   Optional: `true` • Default: `24` • Minimum: `5` • Maximum: `60`

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

   Optional: `true` • Default: `39053` • Minimum: `0` • Maximum: `65535`

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

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

- **Aspect Ratio** (`dropdown`) — The aspect ratio of the generated video. If 'auto', the aspect ratio will be determined automatically based on the image or video prompts.

   Optional: `true` • Default: `auto` • Accepts: `Auto`, `16:9`, `9:16`, `1:1`

- **Steps** (`slider`) — The number of inference steps to perform. Higher values can help with preserving details, but take longer to generate. We recommend using 40 steps for Lite and 27 steps for Pro.

   Optional: `true` • Default: `27` • Minimum: `2` • Maximum: `50`

- **Guidance Scale** (`slider`) — Higher guidance scales can help with preserving garment detail, but risks oversaturated colors.

   Optional: `true` • Default: `3.5` • Minimum: `1` • Maximum: `10`

- **Shift** (`slider`) — Shift controls how the model moves through the denoising process, affecting motion and time flow in your video. Lower values result in smoother, more predictable movement. Higher values result in more dynamic but sometimes chaotic motion.

   Optional: `true` • Default: `5` • Minimum: `1` • Maximum: `10`

- **Expand Prompt** (`toggle`) — Whether to expand the prompt using the model's own capabilities

   Optional: `true` • Default: `true`

- **Block NSFW** (`toggle`) — Whether to block NSFW content

   Optional: `true` • Default: `false`

- **Turbo Mode** (`toggle`) — When enabled, the video will be generated faster with no noticeable degradation in the visual quality. This property is not supported when using video-to-video generation.

   Optional: `true` • Default: `false`

## Outputs [#outputs]

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