Skip to main content

Generate text-to-video & image-to-video content with Seedance 1 Lite AI

Workflow preview

Workflow preview
100%
Generate text-to-video & image-to-video content with Seedance 1 Lite AI preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

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 , ...

Best for

  • Content Creation automation workflows
  • Multimodal AI automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.code, n8n-nodes-base.wait, n8n-nodes-base.if, n8n-nodes-base.stickynote

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Yaron Been.

Original n8n.io source

1.1 Workflow description

Title
Generate text-to-video & image-to-video content with Seedance 1 Lite AI
Workflow name
Generate text-to-video & image-to-video content with Seedance 1 Lite AI

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 video
    • seed: (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, and predictionUrl for 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.

Benefit: Ensures the workflow patiently monitors progress without timing out.


📽️ Section 4: Process & Return Results

  • 📦 Process Result → Outputs a clean response containing:

    • status
    • video_url (generated video)
    • metrics
    • created_at & completed_at
    • model: 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.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - On clicking 'execute'

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 2 - Set API Key

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.3

Block 3 - Create Prediction

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 4 - Extract Prediction ID

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 5 - Wait

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1

Block 6 - Check Prediction Status

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 7 - Check If Complete

Type / Role
n8n-nodes-base.if - if
Config choices
Version 1

Block 8 - Process Result

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 9 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 10 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 13 - Sticky Note9

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 14 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Generate text-to-video & image-to-video content with Seedance 1 Lite AI
Complexity intermediate
Nodes 14
Categories Content Creation, Multimodal AI
Author Yaron Been
Published 07 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/7098/7098.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Generate text-to-video & image-to-video content with Seedance 1 Lite AI do?

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 , ...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Content Creation, Multimodal AI use case.