Skip to main content

Create AI Viral Selfie videos 🎬 with celebrities 😎 using Google Veo 3.1

Workflow preview

Workflow preview
100%
Create AI Viral Selfie videos 🎬 with celebrities 😎 using Google Veo 3.1 preview
Open on n8n.io

Important notice

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

1. Workflow Overview

This workflow demonstrates how to create viral AI generated selfie videos featuring famous characters using a fully automated and platform independent approach. The process is designed to replicate...

Best for

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

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.wait, n8n-nodes-base.if, n8n-nodes-base.splitinbatches, n8n-nodes-base.httprequest, n8n-nodes-base.googledrive, n8n-nodes-base.stickynote, n8n-nodes-base.googlesheets

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Create AI Viral Selfie videos 🎬 with celebrities 😎 using Google Veo 3.1
Workflow name
Create AI Viral Selfie videos 🎬 with celebrities 😎 using Google Veo 3.1

This workflow demonstrates how to create viral AI-generated selfie videos featuring famous characters using a fully automated and platform-independent approach.

The process is designed to replicate the kind of celebrity selfie videos that are currently going viral on social media and YouTube, where a realistic selfie-style video appears to show the creator together with a well-known public figure.

Instead of relying on a proprietary or closed platform, the workflow explains how to build the entire pipeline using direct access to Google Veo 3.1 APIs, giving full control over generation, orchestration, and distribution.


Key Advantages

1. βœ… Fully automated video pipeline

From prompt to final published video, the entire process runs without manual intervention.

2. βœ… Spreadsheet-driven control

Non-technical users can manage video production simply by editing Google Sheets:

  • Add new prompts
  • Adjust duration
  • Control merge logic
3. βœ… Scalable and modular
  • Supports batch processing of many videos
  • Easy to extend with new AI models, platforms, or output formats
4. βœ… Reliable async handling
  • Built-in wait and status-check logic ensures robustness
  • Prevents failures caused by long-running AI jobs
5. βœ… Centralized asset management
  • Automatically stores video URLs and statuses
  • Keeps production data organized and auditable
6. βœ… Multi-platform ready
  • One generated video can be reused for:

    • YouTube
    • TikTok
    • Instagram
    • Other social channels
7. βœ… Cost and time efficiency
  • Eliminates repetitive manual video editing
  • Reduces production time from hours to minutes
Ideal Use Cases
  • AI-generated storytelling videos
  • Social media content automation
  • Marketing video campaigns
  • Short-form video experiments at scale
  • Faceless or semi-automated content channels

How it Works

This workflow automates the generation of short video clips using AI, merges them into a final video, and optionally uploads the result to multiple platforms.

  1. Trigger & Data Fetching
    The workflow starts with a manual trigger. It reads a Google Sheet containing prompts, image URLs (first and last frames), and duration settings for each video clip to be generated.

  2. Video Clip Generation
    For each row in the sheet, the workflow calls the fal.ai VEO 3.1 API to generate a video clip based on the provided prompt, start image, end image, and duration. The clip is created asynchronously, so the workflow polls the API for status until completion.

  3. Status Polling & URL Retrieval
    Once a clip is marked as COMPLETED, its video URL is fetched and written back to the Google Sheet in the corresponding row.

  4. Video Merging
    After all clips are generated, the workflow collects the video URLs from rows marked for merging and sends them to the fal.ai FFmpeg API to be combined into a single video.

  5. Final Video Processing
    The merged video is polled until ready, then its final URL is retrieved. The video file is downloaded via HTTP request.

  6. Upload & Distribution
    The final video can be uploaded to:

    • Google Drive
    • YouTube (via upload-post.com API)
    • Postiz (for multi-platform social media posting) Each upload step is currently disabled and requires configuration (usernames, titles, platform settings).

WARNING It may happen that the workflow stops at the video generation node with the following message:

> Your request is invalid or could not be processed by the service [item 0] > The content could not be processed because it contained material flagged by a content checker.

This occurs because images are checked both before and after the video generation process. If this happens, you can either use less restrictive video models while keeping the same workflow structure, or change the source images in the Google Sheets file.


Set Up Steps

  1. Google Sheets Setup

    • Prepare a Google Sheet with columns:
      START, LAST, PROMPT, DURATION, VIDEO URL, MERGE
    • Connect n8n to Google Sheets using OAuth2 credentials.
  2. Fal.ai API Configuration

    • Obtain an API key from fal.ai.
    • Set up HTTP Header Auth credentials in n8n with the key.
  3. Upload Services Configuration

    • Google Drive: Configure OAuth2 credentials and specify the target folder ID.
    • YouTube/upload-post.com: Enter your username and title in the respective node.
    • Postiz: Set up Postiz API credentials and configure platform channels.
  4. Enable Required Nodes

    • Enable the upload nodes (Upload Video, Upload to Youtube, Upload to Postiz, Upload to Social) once credentials are configured.
  5. Adjust Polling Intervals

    • Modify wait times (Wait 30 sec., Wait 60 sec.) as needed based on video processing times.
  6. Test Execution

    • Start the workflow manually via the trigger node.
    • Monitor execution in n8n’s editor and check the Google Sheet for updated video URLs.

This workflow is designed for batch video creation and merging, ideal for content pipelines involving AI-generated media.


πŸ‘‰ Subscribe to my new YouTube channel. Here I’ll share videos and Shorts with practical tutorials and FREE templates for n8n.


Need help customizing?

Contact me for consulting and support or add me on Linkedin.

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 - When clicking β€˜Execute workflow’

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

Block 2 - Wait 60 sec.

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

Block 3 - Completed?

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

Block 4 - Loop Over Items

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

Block 5 - Get status2

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

Block 6 - Completed?2

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

Block 7 - Upload Video

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

Block 8 - Sticky Note

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

Block 9 - Get prompts

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

Block 10 - Get prompt

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

Block 11 - Set params

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

Block 12 - Generate clip

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

Block 13 - Get status clip

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

Block 14 - Get Clip Url

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

Block 15 - Update video url

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

Block 16 - Get Video Url to merge

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

Block 17 - Set VideoUrls Json

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

Block 18 - Merge Videos

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

Block 19 - Wait 30 sec.

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

Block 20 - Get final video url

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

Block 21 - Get final video file

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

Block 22 - Upload to Youtube

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

Block 23 - Upload to Postiz

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

Block 24 - Upload to Social

Type / Role
n8n-nodes-postiz.postiz - postiz
Config choices
Version 1

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

3. Summary Table

Workflow Create AI Viral Selfie videos 🎬 with celebrities 😎 using Google Veo 3.1
Complexity advanced
Nodes 33
Categories Content Creation, Multimodal AI
Author Davide
Published 07 Jan 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/12536/12536.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 AI Viral Selfie videos 🎬 with celebrities 😎 using Google Veo 3.1 do?

This workflow demonstrates how to create viral AI generated selfie videos featuring famous characters using a fully automated and platform independent approach. The process is designed to replicate...

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.