Block 1 - On clicking 'execute'
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
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 , ...
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
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Yaron Been.
Original n8n.io sourceBuilt 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.
Benefit: Keeps your API credentials secure and reusable.
📡 Create Prediction → Makes a POST request to Replicate with:
prompt: your text description of the videoseed: (optional) controls randomness for reproducibilityb6519549e375404f45af5ef2e4b01f651d4014f3b57d3270b430e0523bad9835Benefit: Kickstarts AI video generation from just a simple text prompt.
📦 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:
succeeded → continue.Benefit: Ensures the workflow patiently monitors progress without timing out.
📦 Process Result → Outputs a clean response containing:
statusvideo_url (generated video)metricscreated_at & completed_atmodel: bytedance/seedance-1-liteBenefit: Gives you structured data and the direct video link, ready to share or store.
| 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 |
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.
| 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 |
Use the JSON export at /data/workflows/7098/7098.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
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 , ...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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.