Render image based on existing image

Hello, I’m doing an internship at an architecture firm and I’m working on ways to implement AI in the design workflow. After some research I found N8N and I’m working on a workflow to generate architectural renders based on existing images in N8N.

It would be easier to just do this in Google Gemini but because I want to make a chatbot in Microsoft Teams it has to be done inside N8N. So far I have not found a solution to make this work as the generate image node does not use the proportions and dimensions of the original image.

Does anyone know how I can manage to do this?

Thanks!

Version 1.123.4

Hey @Joop welcome to the community :tada:

There’s no single button in n8n to make an AI copy your exact image layout. You have to send your image to an external AI service like Replicate or Stability AI using an API and ask it to redraw your image in a new style.

Hope this helps and kindly mark as the solution if you found this helpful.

1 Like

Thanks, that helped a lot.

I’ve managed to make it work through an API with gemini eventually.

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