Block 1 - When clicking ‘Test workflow’
- 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.
This workflow allows you to automatically swap faces in animated GIFs using AI , without writing a single line of code. By simply inserting the URL of a face image and a GIF into a Google Sheet, th...
n8n-nodes-base.manualtrigger, n8n-nodes-base.httprequest, n8n-nodes-base.stickynote, n8n-nodes-base.googlesheets, n8n-nodes-base.wait, n8n-nodes-base.scheduletrigger, n8n-nodes-base.if, n8n-nodes-base.googledrive
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Davide.
Original n8n.io sourceThis workflow allows you to automatically swap faces in animated GIFs using AI, without writing a single line of code.
By simply inserting the URL of a face image and a GIF into a Google Sheet, the automation takes care of everything: it sends the data to AI platform, monitors the processing status, retrieves the final face-swapped GIF, uploads it to Google Drive, and updates the Google Sheet with the result.
This solution is perfect for content creators, marketers, or developers looking to integrate AI-powered GIF editing into their workflows in a fast and scalable way.
Whether used manually or on a scheduled basis, the workflow turns a tedious creative task into a fully automated pipeline.
This workflow automates GIF face-swapping by integrating Google Sheets for input/output and Fal.run for AI processing, ensuring seamless execution via scheduled or manual triggers.
Trigger:
Data Retrieval:
FACE IMAGE: URL of the face image to swap. GIF IMAGE: URL of the target GIF.API Request:
face_image and gif_image). easel-gifswap endpoint) with these URLs to initiate the face-swapping process. The API returns a request_id.Status Check:
request_id to check if the task is COMPLETED. Output Handling:
RESULT column.Prepare Google Sheet:
FACE IMAGE, GIF IMAGE, and RESULT. RESULT empty for the workflow to fill.Configure API Key:
Authorization Key YOURAPIKEYSchedule Execution:
Test and Deploy:
RESULT column updates with the processed GIF URL.Contact me for consulting and support or add me on Linkedin.
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 | Automate face swapping for GIFs with Fal.run AI and Google Services |
|---|---|
| Complexity | advanced |
| Nodes | 19 |
| Categories | Content Creation, Multimodal AI |
| Author | Davide |
| Published | 28 May 2025 |
Use the JSON export at /data/workflows/4450/4450.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.
This workflow allows you to automatically swap faces in animated GIFs using AI , without writing a single line of code. By simply inserting the URL of a face image and a GIF into a Google Sheet, th...
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.