Skip to main content

Generate animated human videos from images & audio with Bytedance Omni Human

Workflow preview

Workflow preview
100%
Generate animated human videos from images & audio with Bytedance Omni Human 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 Animated Human Videos from Images & Audio with Bytedance Omni Human Built with n8n + Replicate This workflow takes an image + audio , sends them to Bytedance’s omni human model , waits for...

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 animated human videos from images & audio with Bytedance Omni Human
Workflow name
Generate animated human videos from images & audio with Bytedance Omni Human

Generate Animated Human Videos from Images & Audio with Bytedance Omni Human

Built with n8n + Replicate

This workflow takes an image + audio, sends them to Bytedance’s omni-human 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 future requests are authorized.

Benefit: Secures your API credentials in one place for easy re-use.


🛠️ Section 2: Send Video Generation Request

  • 📡 Create Prediction → Makes a POST request to Replicate with:

    • image: input image URL
    • audio: input audio URL
    • Model version: 7ec44f5140c7338b3496cbf99ee8ea391a4bc18ff5d1677a146dfc936a91f65b

Benefit: Combines visual and audio inputs to start AI-powered video generation.


🔍 Section 3: Track the Prediction

  • 📦 Extract Prediction ID → Saves predictionId, status, and predictionUrl for polling.

  • ⏳ Wait → Pauses 2 seconds between status checks (to avoid spamming the API).

  • 🔁 Check Prediction Status → Queries Replicate using the stored prediction URL.

  • ✅ Check If Complete → Branches:

    • If status = succeeded → move forward.
    • Else → loop back to Wait until completion.

Benefit: Ensures workflow patiently waits for the video instead of timing out.


📽️ Section 4: Process & Return Results

  • 📦 Process Result → Cleans the API response, returning:

    • status
    • video_url (generated video)
    • metrics
    • created_at & completed_at
    • model: bytedance/omni-human

Benefit: Gives you a neat, structured output with the generated video link ready to use.


📊 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 image+audio 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

  • 🎬 Turns static image + audio into full AI-generated video.
  • 🔑 API key stored securely in workflow.
  • 🔄 Handles async generation with auto-polling.
  • 📤 Outputs clean JSON with direct video link.
  • 🧩 Modular — you can connect results to Slack, Gmail, or Google Drive for auto-sharing.

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 Note9

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

Block 11 - Sticky Note4

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

Block 12 - Sticky Note1

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

Block 13 - Sticky Note2

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

Block 14 - Sticky Note3

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

3. Summary Table

Workflow Generate animated human videos from images & audio with Bytedance Omni Human
Complexity intermediate
Nodes 14
Categories Content Creation, Multimodal AI
Author Yaron Been
Published 02 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6876/6876.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 animated human videos from images & audio with Bytedance Omni Human do?

Generate Animated Human Videos from Images & Audio with Bytedance Omni Human Built with n8n + Replicate This workflow takes an image + audio , sends them to Bytedance’s omni human model , waits for...

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.