Video GenerationActive
Wan-AI / Wan2.2-Animate-Replace
Wan2.2-Animate-Replace
Transform images into animated videos using the Wan2.2 Animate Replace model. Generate dynamic video content from static reference images and driving videos.
Image to VideoH200Wan2.2
Model ID
Wan2.2-Animate-Replace
Provider
wan-ai
Updated
1778520977
wiro playground—wan-ai/Wan2.2-Animate-Replace
Updated 1778520977
Overview
The Wan2.2 Animate Replace model transforms static reference images into animated videos by leveraging driving video motion. Designed for creating dynamic character animations from input images and motion sources.
What you can build
- Character animation from still images
- Video editing with motion transfer
- AI-powered video generation
- Image-to-video conversion tools
Inputs
- Input Image: Reference character image for animation
- Video: Driving video serving as motion source
- Resolution (optional): Output resolution setting
- Inference Steps: Number of inference steps (1-500)
- Guidance Scale: Guidance scale factor (1-20)
- Shift: Noise schedule shift parameter (1-20)
- Seed: Random seed for reproducible results (0-9999999999)
Outputs
- Generated animated video files
- Dynamic character movements from static references
Recommended settings
- Use default resolution for standard output
- Set inference steps between 20-50 for quality balance
- Guidance scale around 1.0-3.0 for natural results
Limitations
- Requires compatible input formats (JPEG images, MP4 videos)
- Performance depends on hardware capabilities
- Animation quality varies with input image and video quality
Safety & compliance
This model processes visual content and generates videos. Users should ensure compliance with copyright and usage rights when processing media.
API quick start
Run Wan2.2-Animate-Replace with a single API call.
POST https://api.wiro.ai/v1/Run/Wan-AI/Wan2.2-Animate-Replace
{
"inputImage": "https://your-cdn.com/input.png",
"inputVideo": "https://your-cdn.com/input.mp4",
"steps": 20,
"scale": 1.0
}