Block 1 - Start 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 n8n workflow automates bulk AI image generation using Freepik's Text to Image API. It reads prompts from a Google Sheet, generates multiple variations of each image using Freepik's AI, and aut...
n8n-nodes-base.manualtrigger, n8n-nodes-base.converttofile, n8n-nodes-base.httprequest, n8n-nodes-base.splitout, n8n-nodes-base.googledrive, n8n-nodes-base.googlesheets, n8n-nodes-base.code, n8n-nodes-base.splitinbatches
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Robert Breen.
Original n8n.io sourceThis n8n workflow automates bulk AI image generation using Freepik's Text-to-Image API. It reads prompts from a Google Sheet, generates multiple variations of each image using Freepik's AI, and automatically uploads the results to Google Drive with organized file names. This is perfect for content creators, marketers, or designers who need to generate multiple AI images in bulk and store them systematically.
Before setting up this workflow, you'll need:
x-freepik-api-keyspreadsheets.readonly scopePrompt (your image generation prompts)Name (identifier for file naming)| Prompt | Name |
|-------------------------------------------|-------------|
| A serene mountain landscape at sunrise | mountain-01 |
| Modern office space with natural lighting | office-02 |
| Cozy coffee shop interior | cafe-03 |
/d/ and /edit)Sheet1 (or your sheet name)const original = items[0].json;
return [
{ json: { ...original, run: 1 } },
{ json: { ...original, run: 2 } },
];
falsePOSThttps://api.freepik.com/v1/ai/text-to-imagetrueprompt={{ $json.Prompt }}datatoBinarybase64=Image - {{ $('Get Prompt from Google Sheet').item.json.Name }} - {{ $('Double Output').item.json.run }}My Driveprompt: Your text description (required)negative_prompt: What to avoid in the imageguidance_scale: How closely to follow the prompt (1-20)num_inference_steps: Quality vs speed trade-off (20-100)seed: For reproducible results{
"prompt": "{{ $json.Prompt }}",
"negative_prompt": "blurry, low quality",
"guidance_scale": 7.5,
"num_inference_steps": 50,
"num_images": 1
}
Robert A Ynteractive
For support, customization, or questions about this workflow:
Need help implementing this workflow or want custom automation solutions? Get in touch for professional n8n consulting and workflow development services.
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 | Generate AI images in bulk with Freepik, Google Sheets & Drive |
|---|---|
| Complexity | intermediate |
| Nodes | 11 |
| Categories | Content Creation, Multimodal AI |
| Author | Robert Breen |
| Published | 13 Aug 2025 |
Use the JSON export at /data/workflows/7334/7334.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 n8n workflow automates bulk AI image generation using Freepik's Text to Image API. It reads prompts from a Google Sheet, generates multiple variations of each image using Freepik's AI, and aut...
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.