Bulk Image Edits

Hello - I love you all, you have all been so helpful in my journey - thank you

I would like to create a tool where I upload 100+ images, they all get edited and then they are uploaded.

I can do this on a single image in n8n using Typeform and the image editor, but I am having issues scaling this. I have tried google drive, dropbox but don’t think any of these have the functionality.

Please help :slight_smile:

Information on your n8n setup

  • n8n version: Cloud
  • Database you’re using (default: SQLite):
  • Running n8n with the execution process [own(default), main]:
  • Running n8n via [Docker, npm, n8n.cloud, desktop app]:
1 Like

Hi @Nikoleon265, if you have a working approach for a single image, you’ll most likely be able to use this approach for hundreds of images as well.

Assuming you have a list of 100 image URLs you could use the Split In Batches node to split them into smaller batches (maybe with just 1 item). You can then use the Execute Workflow node to call your existing workflow before looping back to the Split In Batches node for the next batch.

An example workflow for this approach would be this one (it’s not specific to your use case, but still shows how looping through larger datasets can work).

Thank you so much!

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.