Midjourney AI agent optimization

  1. How to launch all 3 simultaniously to increase speed?
  2. How to replace delay with a trigger to increase speed?
  3. How to select similar images from Midjourney batches of 4, i.e. 1:1 x4, 16:9 x4, 9:16? One out of each, so that all 3 would look like a set

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @adslab360,

In theory to run all 3 you could put each row into a sub workflow then disable the option to wait for a response. This would only work if you didn’t need to do anything with the data after it has finished.

What trigger are you thinking about replacing the delay with?

For the last one I don’t think it is an n8n question and more of a Midjourney question, I don’t know how their API works but do they have an option to return in batches?