← All articles

Animating Stills in Practice: Wan 2.2 Image-to-Video

Updated

A dark green wave caught mid-break, spray frozen along its crest.

Image-to-video is the step that turns a gallery into a film. You already have a still you like — a trained character, the right pose, the right light — and you want it to move without losing the face, the outfit, or the scene. Wan 2.2 I2V (image-to-video) is the model we reach for, and this is what we’ve learned running it in FlixML.

What I2V does

You give it one image and a motion prompt. It generates a short clip — a handful of seconds — where the first frame is anchored to your still and the rest is inferred motion. It is not a filter over your image and it is not interpolation between two frames. It’s a video model conditioned on your still, which is why it can add camera movement, hair and cloth motion, and subtle expression change while keeping the subject recognizable.

The mental model that keeps you out of trouble: the still sets the identity, the prompt sets the motion. Ask for what should move, not what should appear — the appearance is already decided by the image you fed it.

The knobs that matter

Where it breaks (and the fix)

The workflow that makes it repeatable

The reason to do this inside FlixML rather than by hand: I2V is one API call downstream of the image you already generated. Same character, same pipeline — generate the still, then animate it, then chain the clips into a scene, all as ordinary async jobs your agent submits and reconciles. The individual clip is where the craft lives; the assembly is where the automation pays off.

Wan 2.2 I2V docs → · Workflow catalog →

In the model directory

Wan 2.2 — ~12 GB (fp8)

Image-to-video and text-to-video that fits a single consumer GPU once quantized.