Skip to main content

Automate image editing & Instagram posting with Nano Banana & GPT-5 captions

Workflow preview

Workflow preview
100%
Automate image editing & Instagram posting with Nano Banana & GPT-5 captions preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Auto Edit Google Drive Images with Nano Banana + Social Auto Post Drop an image into Google Drive and let this workflow handle the rest: it auto cleans and enhances the image with Google’s Nano Ban...

Best for

  • Social Media automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.googledrivetrigger, n8n-nodes-base.httprequest, n8n-nodes-base.wait, n8n-nodes-base.googlesheets, n8n-nodes-base.if, @n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.agent, 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 Automate With Marc.

Original n8n.io source

1.1 Workflow description

Title
Automate image editing & Instagram posting with Nano Banana & GPT-5 captions
Workflow name
Automate image editing & Instagram posting with Nano Banana & GPT-5 captions

Auto-Edit Google Drive Images with Nano Banana + Social Auto-Post

Drop an image into Google Drive and let this workflow handle the rest: it auto-cleans and enhances the image with Google’s Nano Banana (via Wavespeed API), generates a catchy caption with GPT-5, and publishes directly to your connected social accounts using Postiz.

**👉 Watch step-by-step video tutorials of workflows like these on **https://www.youtube.com/watch?v=4wk6PYgBtBM&list=PL05w1TE8X3bb1H9lXBqUy98zmTrrPP-s1

What it does

  • Triggers from Google Drive when a new image is uploaded
  • Sends the image to Nano Banana to declutter, brighten, and make it real-estate/photo-listing ready
  • Polls for the edited result until it’s complete
  • Logs the edited image URL into Google Sheets for tracking
  • Downloads and uploads the edited image into Postiz media library
  • Generates an engaging caption with GPT-5 Caption Agent
  • Publishes instantly to Instagram (can be extended to TikTok, LinkedIn, etc.)

Perfect for

  • Real-estate agents posting property shots
  • Ecommerce sellers updating product catalogs
  • Social media marketers needing fast, polished posts
  • Apps & Services

Tools Used

  • Google Drive (Trigger)
  • Wavespeed API – Google Nano Banana (Image editing)
  • Google Sheets (Logging)
  • Postiz (Social scheduling/posting)
  • OpenAI GPT-5 (Caption agent)

Setup

  • Connect your Google Drive and select the upload folder.

  • Add your Wavespeed API key for Nano Banana.

  • Connect Google Sheets for logging.

  • Add Postiz API credentials and set the integration ID for your channel(s).

  • Enter your OpenAI API key for GPT-5 captioning.

Customization

  • Adjust the edit prompt for different use cases (e.g., product cleanup, lighting tweaks).

  • Change Postiz post type to scheduled instead of “now.”

  • Add more Postiz posts for multi-platform publishing.

  • Insert an approval loop (Slack/Email) before posting.

Logs

  • Edited Image Log (Sheets): stores final image URL + timestamp.

  • Publishing Log (Sheets): tracks workflow status per asset.

Notes

  • Sticky notes in the template explain each major block.

  • Replace sample IDs with your own (folder IDs, sheet IDs, Postiz integration).

  • Keep all API keys in n8n Credentials, not in node parameters.

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 - Google Drive Trigger

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

Block 2 - Nano Banana POST Request

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

Block 3 - Wait 15 Secs

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

Block 4 - GET Result from Nano Banana Node

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

Block 5 - Append row in sheet

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

Block 6 - If

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

Block 7 - Wait 15 Secs Again

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

Block 8 - Upload to Postiz

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

Block 9 - Post to Instagram

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

Block 10 - Update Log

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

Block 11 - OpenAI Chat Model

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

Block 12 - Caption Agent

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

Block 13 - Sticky Note4

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

Block 14 - Sticky Note5

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

Block 15 - Get Image

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

Block 16 - Sticky Note

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

Block 17 - Sticky Note1

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

Block 18 - Sticky Note2

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

Block 19 - Sticky Note3

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

Block 20 - Sticky Note6

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

3. Summary Table

Workflow Automate image editing & Instagram posting with Nano Banana & GPT-5 captions
Complexity advanced
Nodes 20
Categories Social Media, Multimodal AI
Author Automate With Marc
Published 17 Sept 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/8690/8690.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 Automate image editing & Instagram posting with Nano Banana & GPT-5 captions do?

Auto Edit Google Drive Images with Nano Banana + Social Auto Post Drop an image into Google Drive and let this workflow handle the rest: it auto cleans and enhances the image with Google’s Nano Ban...

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 Social Media, Multimodal AI use case.