Looking for Suggestions: Automating Face Restoration in Workflows

Hi everyone,

I’ve been experimenting with automating some image-related tasks using n8n, mainly around face cleanup and photo enhancement. The idea is to build a small workflow that can:

  • upload an image

  • send it to an external service for face restoration or obstruction removal

  • get the processed result back

  • continue the workflow (store, email, or post-process)

I’m currently testing a tool called RemakeFace.ai (https://remakeface.ai/), which provides an API for face repair and cleanup. It works pretty well, but I’m still exploring the best way to integrate it smoothly into an n8n pipeline.

Has anyone here created similar image-processing workflows or used n8n with third-party AI image services?
Would love to hear your setup ideas, recommended nodes, or best practices.

Thanks!