Skip to main content

Create celebrity selfie images and transition videos with GPT-4, SeedDream, and Kling

Workflow preview

Workflow preview
100%
Create celebrity selfie images and transition videos with GPT-4, SeedDream, and Kling 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? Trend style celebrity selfie videos Content creators, social media managers, marketers, and AI enthusiasts who want to generate ultra realistic AI selfie images with celebriti...

Best for

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

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.formtrigger, n8n-nodes-base.set, n8n-nodes-base.code, n8n-nodes-base.splitinbatches, @n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.chainllm, @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
Create celebrity selfie images and transition videos with GPT-4, SeedDream, and Kling
Workflow name
Create celebrity selfie images and transition videos with GPT-4, SeedDream, and Kling

Who is this for?

> *Trend-style celebrity selfie videos

Content creators, social media managers, marketers, and AI enthusiasts who want to generate ultra-realistic AI selfie images with celebrities and create smooth cinematic transition videos.

What this workflow does

Part 1 - Image Generation:

  • Collects your face image + up to 4 celebrity reference images via web form
  • GPT-4 generates optimized prompts for realistic selfie composition
  • SeedDream v4.5 AI creates photo-realistic selfie images
  • All results automatically saved to Google Sheets

Part 2 - Video Generation:

  • Pairs generated selfie images (Celebrity 1 β†’ Celebrity 2)
  • Kling AI creates smooth walking transition videos
  • Videos saved back to Google Sheets with metadata

How to set up

  1. Configure API credentials (OpenAI, Fal.AI, Google Sheets OAuth2)
  2. Create a Google Sheet with two tabs: CelebritySelfies and CelebrityVideos
  3. Update the Config nodes with your Google Sheet ID
  4. Run!

Requirements

  • n8n instance (cloud or self-hosted)
  • OpenAI API key with GPT-4 access
  • Fal.AI account with API key
  • Google account for Sheets storage

Estimated costs

  • ~$0.05 per image (OpenAI + SeedDream)
  • ~$0.50-1.00 per video (Kling AI)

πŸ“§ Support

For questions about this template :

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 - Workflow Overview

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

Block 2 - Image Steps

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

Block 3 - Video Steps

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

Block 4 - πŸ“ Form Input

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

Block 5 - βš™οΈ Config

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

Block 6 - πŸ“₯ Process & Split

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

Block 7 - πŸ”„ Loop Each Celebrity

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 8 - GPT-4 Language Model

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

Block 9 - πŸ€– AI Generate Prompt

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.7

Block 10 - Parse Prompt Response

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

Block 11 - πŸ”— Merge Prompt

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

Block 12 - 🎨 SeedDream Generate

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

Block 13 - πŸ’Ύ Store Request

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

Block 14 - ⏳ Wait 45s

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

Block 15 - πŸ“Š Check Status

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

Block 16 - πŸ”— Merge Status

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

Block 17 - βœ… Ready?

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

Block 18 - πŸ“₯ Get Result

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

Block 19 - πŸ“‹ Prepare Output

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

Block 20 - πŸ“Š Save to Sheets

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.5

Block 21 - ⏳ Retry 20s

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

Block 22 - πŸ”„ Retry

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

Block 23 - ▢️ Start Video Generation

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

Block 24 - πŸ“Š Read from Sheets

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.5

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

3. Summary Table

Workflow Create celebrity selfie images and transition videos with GPT-4, SeedDream, and Kling
Complexity advanced
Nodes 42
Categories Content Creation, Multimodal AI
Author Bilel Aroua
Published 24 Dec 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/12119/12119.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 Create celebrity selfie images and transition videos with GPT-4, SeedDream, and Kling do?

Who is this for? Trend style celebrity selfie videos Content creators, social media managers, marketers, and AI enthusiasts who want to generate ultra realistic AI selfie images with celebriti...

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.