π¬ Generate text-to-video & image-to-video content with Seedance 1 Lite AI
β‘ 2,028 views Β· π¬ Content Creation & Video
Description
Generate Text-to-Video & Image-to-Video Content with Seedance 1 Lite AI
Built with n8n + Replicate
This workflow takes a prompt (and optional seed), sends it to Bytedanceβs seedance-1-lite model, waits for processing, and returns a generated video.
β‘ Section 1: Start & Authenticate
- βΆοΈ On clicking βexecuteβ β Manual trigger to start the workflow.
- π Set API Key β Stores your Replicate API key so all requests are authorized.
Benefit: Keeps your API credentials secure and reusable.
π οΈ Section 2: Send Video Generation Request
-
π‘ Create Prediction β Makes a POST request to Replicate with:
prompt: your text description of the videoseed: (optional) controls randomness for reproducibility- Model version:
b6519549e375404f45af5ef2e4b01f651d4014f3b57d3270b430e0523bad9835
Benefit: Kickstarts AI video generation from just a simple text prompt.
π Section 3: Track the Prediction
-
π¦ Extract Prediction ID β Stores
predictionId,status, andpredictionUrlfor polling. -
β³ Wait β Pauses 2 seconds between checks.
-
π Check Prediction Status β Calls Replicate to see if the video is ready.
-
β Check If Complete β Branches:
- If status =
succeededβ continue. - Else β loop back to Wait until itβs finished.
- If status =
Benefit: Ensures the workflow patiently monitors progress without timing out.
π½οΈ Section 4: Process & Return Results
-
π¦ Process Result β Outputs a clean response containing:
statusvideo_url(generated video)metricscreated_at&completed_atmodel: bytedance/seedance-1-lite
Benefit: Gives you structured data and the direct video link, ready to share or store.
π Workflow Overview
| Section | Purpose | Key Nodes | Benefit |
|---|---|---|---|
| β‘ Start & Auth | Initialize & secure API key | Manual Trigger, Set API Key | Keeps credentials safe |
| π οΈ Send Request | Start video generation | Create Prediction | Submits prompt to Replicate |
| π Track Prediction | Poll status until done | Extract Prediction ID, Wait, Check Status, If | Reliable async handling |
| π½οΈ Process Result | Format output | Process Result | Easy access to final video link |
β Final Benefits
- π¬ Generate AI-powered videos directly from text prompts.
- π API key stored securely within workflow.
- π Handles asynchronous processing with automatic polling.
- π€ Provides clean, ready-to-use JSON output including video URL.
- π§© Flexible β you can connect results to Slack, Google Drive, or YouTube for instant publishing.
π Nodes Used
HTTP Request
π₯ Import
Download workflow.json and import into n8n:
Workflow menu β Import from File