Back to Templates

Generate Videos from Images with Wan 2.2 I2V A14B AI Model

Created by

Created by: Yaron Been || yaron-nofluff

Yaron Been

Last update

Last update 3 days ago

Share


Wan Video Wan 2.2 I2v A14b Video Generator

Description

Image-to-video at 720p and 480p with Wan 2.2 A14B

Overview

This n8n workflow integrates with the Replicate API to use the wan-video/wan-2.2-i2v-a14b model. This powerful AI model can generate high-quality video content based on your inputs.

Features

  • Easy integration with Replicate API
  • Automated status checking and result retrieval
  • Support for all model parameters
  • Error handling and retry logic
  • Clean output formatting

Parameters

Required Parameters

  • prompt (string): Prompt for video generation
  • image (string): Input image to generate video from

Optional Parameters

  • seed (integer, default: None): Random seed. Leave blank for random
  • num_frames (integer, default: 81): Number of video frames. 81 frames give the best results
  • resolution (string, default: 480p): Resolution of video. 832x480px corresponds to 16:9 aspect ratio, and 480x832px is 9:16
  • sample_shift (number, default: 5): Sample shift factor
  • sample_steps (integer, default: 30): Number of generation steps. Fewer steps means faster generation, at the expensive of output quality. 30 steps is sufficient for most prompts
  • frames_per_second (integer, default: 16): Frames per second. Note that the pricing of this model is based on the video duration at 16 fps

How to Use

  1. Set up your Replicate API key in the workflow
  2. Configure the required parameters for your use case
  3. Run the workflow to generate video content
  4. Access the generated output from the final node

API Reference

Requirements

  • Replicate API key
  • n8n instance
  • Basic understanding of video generation parameters