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.
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.