I’ve been experimenting with a lightweight n8n workflow for AI image generation and wanted to compare notes with people here.
The basic setup I’m testing is: trigger → send prompt/image data → generate output with img2.ai → save result to storage / send to another app. What I like so far is that it’s pretty quick for simple image variations and concept outputs, especially when I want to automate repetitive steps instead of doing everything manually.
I’m still figuring out the best way to structure the workflow for reliability and cleanup. For example, I’m curious how others handle retries, file storage, prompt versioning, and passing generated assets into the next step of a content pipeline.
Has anyone here built something similar with AI image tools? I’d be interested in seeing how you handle errors, output organization, and scaling when the number of runs starts increasing.Describe the problem/error/question
What is the error message (if any)?
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Share the output returned by the last node
Information on your n8n setup
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system: