Automate Image Generation from Google Sheets Prompts with Flux AI - n8n Workflow | Neura Market
Automate Image Generation from Google Sheets Prompts with Flux AI
This n8n workflow automates the process of generating images from text prompts stored in Google Sheets using the Flux AI API. It uploads the generated images to Google Drive and logs the results back into Google Sheets.
This workflow is designed for users who need to generate a large number of images based on text prompts efficiently. It reads prompts from a Google Sheet, sends them to the Flux AI API for image generation, converts the resulting base64 image data into binary files, and uploads these files to Google Drive. The workflow also updates the Google Sheet with the image data and logs any errors encountered during the process. It includes error handling and rate-limiting features to ensure smooth operat
Platform
n8n
Category
AI
Price
Free
Creator
Chloe Dubois
if
code
wait
stickyNote
googleDrive
httpRequest
googleSheets
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.