ComfyUI Extension: Steerable Motion

Authored by banodoco

Created

Updated

918 stars

Steerable Motion is a ComfyUI node for batch creative interpolation. Our goal is to feature the best methods for steering motion with images as video models evolve.

README

Steerable Motion, ComfyUI custom nodes & workflows node for steering videos with batches of images

Steerable Motion is a set of ComfyUI nodes and workflows for travelling between images.

Installation in Comfy

  1. If you haven't already, install ComfyUI and Comfy Manager - you can find instructions on their pages.
  2. When the workflow opens, download the dependent nodes by pressing "Install Missing Custom Nodes" in Comfy Manager. Search and download the required models from Comfy Manager also.

Wan

The Wan approach uses VACE to create anchor images and continuations from previous images, which are chained together at the end:

Main example

Sample workflow for Wan

You can find a workflow here to get started.

Animatediff

The Animatediff approach uses a combination of IP-Adapter and SparseCtrl to travel between images:

Main example

5 basic workflows for Animatediff

Below are 5 basic workflows - each with their own weird and unique characteristics - all with differing levels of adherence and different types of motion - most of the changes come from tweaking the IPA configuration and switching out base models:

You can see each in acton below:

basic workflows

Philosophy for getting the most from these

This isn't an approach like text to video that will perform well out of the box, it's more like a paint brush - an artistic tool that you need to figure out how to get the best from.

Through trial and error, you'll need to build an understanding of how the motion and settings work, what its limitations are, which inputs images work best with it, etc.

It won't work for everything but if you can figure out how to wield it, this approach can provide enough control for you to make beautiful things that match your imagination precisely.

In both cases, tweaking the settings can greatly influence the motion - for example, below you can see two examples of the same images animated - but with the one setting tweaked, the length of each frame's influence:

Tweaking settings example

Want to give feedback, or join a community who are pushing open source models to their artistic and technical limits?

You're very welcome to drop into our Discord here.

Credits

For Animatediff, the code draws heavily from Cubiq's IPAdapter_plus, while the workflow uses Kosinkadink's Animatediff Evolved and ComfyUI-Advanced-ControlNet, Fizzledorf's Fizznodes, Fannovel16's Frame Interpolation and more.

For Wan, it's built on top of the work of Kijai's wonderful ComfyUI-WanVideoWrapper and of course the VACE and Wan teams.