Generate Images with GP-image-1 and Store in Google Drive with Cost Tracking - n8n Workflow | Neura Market
Generate Images with GP-image-1 and Store in Google Drive with Cost Tracking
## How it works
- Receive a chat input as an image prompt.
- Call OpenAI's `gpt-image-1` API to generate an image.
- Split the returned images and process them one by one.
- Upload each generated image to **Google Drive**.
- Save image links and thumbnails to a **Google Sheets** document.
- Record token usage and estimated cost into a separate sheet.
## Set up steps
1. Connect your **OpenAI API** credentials for image generation.
2. Connect your **Google Drive** and **Google Sheets** accounts.
3. Set the destination folder in Google Drive.
4. Set the target Google Sheet and specify the correct sheet tabs.
5. The setup usually takes around **5-10 minutes**.
6. Detailed field mappings are already pre-configured inside the workflow.
7. Additional tips and instructions are included as **sticky notes** inside the workflow.

## Google Sheet copy URL
[Copy Sheet Link](https://docs.google.com/spreadsheets/d/1zsWBgeA7I5Q_gsocz6hmkW884Q_vfz_mgGC54VSN0/copy)
Platform
n8n
Category
AI
Price
Free
Creator
darrell_tw
set
splitOut
aggregate
stickyNote
googleDrive
httpRequest
googleSheets
convertToFile
manualTrigger
splitInBatches
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.