Skip to main content

Enhance product photos with Google Gemini AI for e-commerce catalog

Workflow preview

Workflow preview
100%
Enhance product photos with Google Gemini AI for e-commerce catalog preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Automated image processing for e commerce product catalog Use cases Monitor a Google Drive folder, process each image based on the prompt defined in and save the new image to the specified output G...

Best for

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

Tools used

n8n-nodes-base.googledrivetrigger, n8n-nodes-base.set, n8n-nodes-base.stickynote, n8n-nodes-base.extractfromfile, n8n-nodes-base.converttofile, n8n-nodes-base.googledrive, n8n-nodes-base.httprequest, @n8n/n8n-nodes-langchain.googlegemini

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Enhance product photos with Google Gemini AI for e-commerce catalog
Workflow name
Enhance product photos with Google Gemini AI for e-commerce catalog

Automated image processing for e-commerce product catalog

Use cases

  • Monitor a Google Drive folder, process each image based on the prompt defined in Workflow Configuration and save the new image to the specified output Google Drive folder.
  • Maintain a processing log in Google Sheets.

👍 This use case can be extended to any scenario requiring batch image processing, for example, unifying the look and feel of team photos on a company website.

How it works

  • Trigger: Watches a Google Drive folder for new or updated files.
  • Downloads the image, processes it using Google Gemini (Nano Banana), and uploads the new image to the specified output folder.

How to use

  • Google Drive and Google Sheets nodes:
    • Create Google credentials with access to Google Drive and Google Sheets. Read more about Google Credentials.
    • Update all Google Drive and Google Sheets nodes (6 nodes total) to use these credentials
  • Gemini AI node:
  • Create a Google Sheets spreadsheet following the steps in Google Sheets Configuration (see right ➡️). Ensure the spreadsheet can be accessed as Editor by the account used for the Google Credentials.
  • Create input and output directories in Google Drive. Ensure these directories are accessible by the account used for the credentials.
  • Update the File Created, File Updated and Workflow Configuration node following the steps in the green Notes (see right ➡️).

Requirements

  • Google account with Google API access
  • Google AI Studio account with ability to create a Google Gemini API key.
  • Basic n8n knowledge: understanding of triggers, expressions, and credential management

Who’s it for

Anyone wanting to batch process images for product catalog. Other use cases are applicable. Please reach out reach out if you need help customizing this workflow.

đź”’ Security

All credentials are stored securely using n8n's credential system. The only potentially sensitive information stored in the workflow is the Google Drive folder and Sheet IDs. These should be secured according to your organization’s needs.

Need Help?

Reach out on LinkedIn or Ask in the Forum!

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 - File Created

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

Block 2 - File Updated

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

Block 3 - Set File ID

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

Block 4 - Sticky Note3

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

Block 5 - Sticky Note2

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

Block 6 - Sticky Note6

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

Block 7 - Sticky Note

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

Block 8 - Sticky Note4

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

Block 9 - Workflow Configuration

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

Block 10 - Sticky Note5

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

Block 11 - Sticky Note7

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

Block 12 - Sticky Note8

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

Block 13 - Sticky Note9

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

Block 14 - Extract from File

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

Block 15 - Get Image Contents

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

Block 16 - Convert to File

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

Block 17 - Save image

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

Block 18 - Gemini Image

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

Block 19 - Edit Image

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

Block 20 - Download Image

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

Block 21 - Sticky Note1

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

Block 22 - Update Entry to Done

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

Block 23 - Update Entry to Error

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

Block 24 - Sticky Note10

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

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

3. Summary Table

Workflow Enhance product photos with Google Gemini AI for e-commerce catalog
Complexity advanced
Nodes 32
Categories Content Creation, Multimodal AI
Author Yves Tkaczyk
Published 08 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/9390/9390.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 Enhance product photos with Google Gemini AI for e-commerce catalog do?

Automated image processing for e commerce product catalog Use cases Monitor a Google Drive folder, process each image based on the prompt defined in and save the new image to the specified output G...

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.