Skip to main content

Node Inputs

Required Fields

Source Image:
The input image to animate (file upload or URL).
Supported formats: PNG, JPEG, WebP
Example: Upload a photo or provide "https://example.com/image.jpg"
Animation Prompt:
Description of the desired animation or movement.
Example: "Camera slowly zooms in while the leaves gently sway in the wind"

Optional Fields

Duration:
Length of the generated video in seconds.
Example: 5
Default: 4
Range: 2-10 seconds
FPS (Frames Per Second):
Frame rate of the output video.
Available options: 24, 30, 60
Example: 30
Default: 24
Motion Strength:
Intensity of the animation (0.0 to 1.0).
  • Lower values: Subtle movements
  • Higher values: More dramatic animations
    Example: 0.6
    Default: 0.5
Model:
The AI model to use for video generation.
Available options:
  • runway-gen2: Cinematic quality
  • stable-video-diffusion: Consistent animations
  • pika-labs: Creative effects
    Example: "stable-video-diffusion"
Output Format:
Video format for the output.
Available options: mp4, webm, gif
Example: "mp4"
Default: "mp4"
Resolution:
Output video resolution.
Available options:
  • 720p: 1280x720
  • 1080p: 1920x1080
    Example: "1080p"
    Default: "720p"
Seed:
Random seed for reproducible results.
Example: 42

Node Output

Generated Video:
The animated video with metadata.
Example Output:
{
  "video": {
    "url": "https://storage.example.com/generated/video_1.mp4",
    "duration": 5,
    "width": 1920,
    "height": 1080,
    "fps": 30,
    "format": "mp4",
    "file_size_mb": 12.5
  },
  "thumbnail": "https://storage.example.com/generated/video_1_thumb.jpg",
  "prompt": "Camera slowly zooms in while the leaves gently sway in the wind",
  "model": "stable-video-diffusion",
  "seed": 42,
  "generation_time": 45.2
}

Node Functionality

The Image to Video node:
  • Animates static images using AI video generation.
  • Creates smooth, natural-looking movements.
  • Supports various animation styles and effects.
  • Allows control over duration, motion, and quality.
  • Generates professional-quality video content.
  • Useful for social media, advertising, and presentations.

Use Cases

Social Media Content:
  • Create engaging posts from static images
  • Generate attention-grabbing stories
Advertising:
  • Animate product photos
  • Create dynamic ad creatives
Presentations:
  • Bring slides to life with subtle animations
  • Create engaging visual content
E-commerce:
  • Showcase products with movement
  • Create 360-degree-like effects

Important Notes

  • Video generation is resource-intensive and may take longer than image generation.
  • Generated videos are temporary (24-hour storage) - download immediately.
  • Longer durations and higher resolutions increase generation time.
  • Not all prompts will result in realistic animations - experiment with different descriptions.
I