Back to Templates

Generate Text & Image to Video with Bytedance Seedance 1 Pro via Replicate

Created by

Created by: Yaron Been || yaron-nofluff

Yaron Been

Last update

Last update a day ago

Share


Bytedance Seedance 1 Pro Video Generator

Description

A pro version of Seedance that offers text-to-video and image-to-video support for 5s or 10s videos, at 480p and 1080p resolution

Overview

This n8n workflow integrates with the Replicate API to use the bytedance/seedance-1-pro 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): Text prompt for video generation

Optional Parameters

  • fps (string, default: 24): Frame rate (frames per second)
  • seed (integer, default: None): Random seed. Set for reproducible generation
  • image (string, default: None): Input image for image-to-video generation
  • duration (string, default: 5): Video duration in seconds
  • resolution (string, default: 1080p): Video resolution
  • aspect_ratio (string, default: 16:9): Video aspect ratio. Ignored if an image is used.
  • camera_fixed (boolean, default: False): Whether to fix camera position

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