image-to-video

Route still images to RunComfy image-to-video models by intent.

31|9|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/agentspace-so/runcomfy-agent-skills --skill image-to-video-agentspace-so
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: image-to-video
Source: https://github.com/agentspace-so/runcomfy-agent-skills/tree/main/image-to-video
Command: npx skills add https://github.com/agentspace-so/runcomfy-agent-skills --skill image-to-video-agentspace-so

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converting a still image into a high-quality video while matching the user’s actual creative intent and selecting the best available image-to-video model.

Core Features & Use Cases

  • Intent-routed model selection: Automatically chooses between HappyHorse 1.0 I2V for general portrait/product motion, Wan 2.7 with audio_url for lip-synced custom voiceover, and Seedance 2.0 Pro for multi-modal animation using image + reference video + reference audio.
  • Model-specific prompting presets: Uses documented prompting patterns per route to improve output quality and reduce wasted iterations on the wrong model.
  • RunComfy CLI execution: Runs the corresponding RunComfy model endpoint via the local RunComfy CLI with the correct JSON payload shape for each route.

Quick Start

Ask the agent to animate your image into a video while keeping identity stable and using native synchronized audio when you do not provide custom voiceover.

Frequently Asked Questions about image-to-video

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I animate a still image into a video with lip-synced custom voiceover?

To animate a still image into a video with lip-synced voiceover, the skill routes your request to the Wan 2.7 model endpoint. You provide a validated JSON payload containing your image_url, prompt, and a custom audio_url to generate the synchronized talking-head sequence.

What is the best way to turn a portrait photo into a video using RunComfy?

The best way to turn a portrait photo into a video is using intent-routed model selection via the RunComfy CLI. It automatically matches your request to the HappyHorse 1.0 I2V model to produce stable identity motion for portrait animation.

Can I use a reference video and reference audio for multi-modal image-to-video generation?

Yes, you can use a reference video and audio for multi-modal image-to-video generation by routing your request to the Seedance 2.0 Pro model. It animates your still image using image, reference video, and reference audio inputs for complex scene creation.

Do I need to manually select an image-to-video model for different types of motion?

No, you do not need to manually select an image-to-video model for different motion types. The skill uses intent-routed model selection to automatically choose the best-matching RunComfy endpoint based on your prompt and provided media inputs.

How does intent-routed model selection improve image-to-video generation?

Intent-routed model selection improves image-to-video generation by matching your creative intent to specific model capabilities. It applies documented prompting presets per route to enhance output quality and reduce wasted iterations on incorrect models.

What JSON fields are required to execute an image-to-video task via the RunComfy CLI?

The required JSON fields to execute an image-to-video task via the RunComfy CLI are image_url and prompt. You must also include optional audio_url or video_url fields depending on the specific model endpoint requirements for lip-sync or reference media.