All models
Videov1.0.0

Wan 2.2 (Image to Video)

Animate a still image into a short clip

7 inputsVIDEO
Wan 2.2 (Image to Video) input

Prompt: “slow push in, gentle wind”

Run the node

IMAGE
TEXT
TEXT
81 – 121INT
Frames
5 – 30INT
BOOLEAN
Interpolate to 30 fps
INT
Sign in to run

Running a model executes it on your account. Browsing the catalog stays free and needs no account.

Output

Fill in the inputs and run the node to see its output here.

Run it from your code

The same node, called by id from any surface. Every tab pins wan-2-2-i2v-fast and passes the ports below. Full guide.

import { BlitClient } from "@blitflow/sdk";

const { runNode } = new BlitClient({ apiKey: process.env.BLITFLOW_TOKEN });

const { outputs } = await runNode("wan-2-2-i2v-fast", {
  image: { ref: "https://..." },
  prompt: { value: "example" },
  resolution: { value: "480p" },
  numFrames: { value: 81 },
  framesPerSecond: { value: 16 },
  interpolate: { value: false },
  seed: { value: 1 },
});

Schema

Inputs

image*IMAGE
prompt*TEXT
resolutionTEXT
480p · 720p
480p
numFramesINT
Frames
81
framesPerSecondINT16
interpolateBOOLEAN
Interpolate to 30 fps
false
seedINT

Outputs

videoVIDEO
Wan 2.2 (Image to Video) | BlitFlow