Skip to main content

Transform product photos into social media videos with Gemini AI, Kling & LATE

Workflow preview

Workflow preview
100%
Transform product photos into social media videos with Gemini AI, Kling & LATE preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Who is this for? Creators, marketers, and brands that want to turn a single product photo into premium motion clips, then optionally...

Best for

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

Tools used

n8n-nodes-base.telegram, n8n-nodes-base.if, @n8n/n8n-nodes-langchain.agenttool, n8n-nodes-base.telegramtrigger, n8n-nodes-base.set, n8n-nodes-base.httprequest, @n8n/n8n-nodes-langchain.lmchatgooglegemini, @n8n/n8n-nodes-langchain.outputparserstructured

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Transform product photos into social media videos with Gemini AI, Kling & LATE
Workflow name
Transform product photos into social media videos with Gemini AI, Kling & LATE

👥 Who is this for?

Creators, marketers, and brands that want to turn a single product photo into premium motion clips, then optionally publish to Instagram/TikTok/YouTube via LATE. No editing skills required.


❓ What problem does it solve?

Producing short vertical ads from a static packshot takes time (retouching, motion design, soundtrack, publishing). This workflow automates the entire process: image enhancement → cinematic motion → optional upscale → soundtrack → share.


🛠️ What this workflow does

  • Collects a product photo via Telegram.
  • Generates two refined edit prompts + two motion prompts using multi-agent Gemini orchestration.
  • Creates two edited images with Fal.ai Gemini-Flash (image edit).
  • Renders two 5s vertical videos with Kling (via fal.run queue).
  • Auto-stitches them (FFmpeg API) and optionally upscales with Topaz.
  • Generates a clean ambient soundtrack with MMAudio.
  • Sends previews + final links back on Telegram.
  • Optionally publishes to Instagram, TikTok, YouTube Shorts, and more via LATE.

⚡ Setup

  • Telegram: Bot token (Telegram node).
  • Fal.ai: HTTP Header Auth (Authorization: Bearer <FAL_API_KEY>) for Gemini-Flash edit, Kling queue, FFmpeg compose, Topaz upscale, and MMAudio.
  • Google Gemini (PaLM credential) for AI agents.
  • ImgBB: API key for uploading original/edited images.
  • LATE: create an account at getlate.dev and use your API key for publishing (optional).

▶️ How to use

  1. Start the workflow and DM your bot a clear product photo (jpg/jpeg/webp).
  2. Approve the two still concepts when prompted in Telegram.
  3. The orchestrator generates cinematic motion prompts and queues Kling renders.
  4. Receive two motion previews, then a stitched final (upscaled + soundtrack).
  5. Choose to auto-publish to Instagram/TikTok/YouTube via LATE (optional).

🎨 How to customize

  • Art Direction → tweak the “Art Director” system message (lighting, backgrounds, grading).
  • Motion Flavor → adjust the “Motion Designer” vocabulary for different camera moves/dynamics.
  • Durations/Aspect → default is 9:16, 5s; you can change Kling duration.
  • Soundtrack → edit the MMAudio prompt to reflect your brand’s sonic identity.
  • Publishing → enable/disable LATE targets; customize captions/hashtags.

✅ Prerequisites

  • A Telegram bot created via @BotFather.
  • A Fal.ai account + API key.
  • An ImgBB account + API key.
  • (Optional) a LATE account with connected social profiles — sign up at getlate.dev.

💡 Detailed technical notes, architecture, and step-by-step flow explanation are included as sticky notes inside this workflow.

🆘 Support

If you need help setting up or customizing this workflow:

I can provide guidance, troubleshooting, or custom extra workflow adaptations.

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 - Ask Approval (Images)

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 2 - Approved?

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

Block 3 - Motion designer

Type / Role
@n8n/n8n-nodes-langchain.agentTool - agentTool
Config choices
Version 2.2

Block 4 - Art Director

Type / Role
@n8n/n8n-nodes-langchain.agentTool - agentTool
Config choices
Version 2.2

Block 5 - Telegram Trigger

Type / Role
n8n-nodes-base.telegramTrigger - telegramTrigger
Config choices
Version 1.2

Block 6 - Request Photo

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 7 - Set: Chat Vars

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

Block 8 - Upload Original Image (imgbb)

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

Block 9 - Google Gemini Chat Model16

Type / Role
@n8n/n8n-nodes-langchain.lmChatGoogleGemini - lmChatGoogleGemini
Config choices
Version 1

Block 10 - Structured Output Parser

Type / Role
@n8n/n8n-nodes-langchain.outputParserStructured - outputParserStructured
Config choices
Version 1.2

Block 11 - Creative Director (Orchestrator) agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.9

Block 12 - Set Storyboard Vars

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

Block 13 - Merge Vars + Photo

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.1

Block 14 - Gen Image A

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

Block 15 - Split Image A

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

Block 16 - Download Image A

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

Block 17 - Upload Edited A (imgbb)

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

Block 18 - Gen Image B

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

Block 19 - Split Image B

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

Block 20 - Download Image B

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

Block 21 - Upload Edited B (imgbb)

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

Block 22 - Merge Edited URLs

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.1

Block 23 - Aggregate Edited URLs

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

Block 24 - Wait A

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

Showing the first 24 of 83 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Transform product photos into social media videos with Gemini AI, Kling & LATE
Complexity advanced
Nodes 83
Categories Content Creation, Multimodal AI
Author Bilel Aroua
Published 06 Sept 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/8318/8318.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 Transform product photos into social media videos with Gemini AI, Kling & LATE do?

Who is this for? Creators, marketers, and brands that want to turn a single product photo into premium motion clips, then optionally...

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.