Due to an increase in costs I have started to move my Make.com workflows over to a newly installed self-hosted version of n8n.
One of my workflows is generating images via the Stable Diffusion API (simple http request) but I’m stuck on actually getting the image since SD does not include it in its response. My only options are to download the image or preview it in the n8n UI.
Hoping someone has a solution for this as I’m stumped.
Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.
```
<your workflow>
```
Make sure that you’ve removed any sensitive information from your workflow and include dummy data or pinned data as much as you can!
What do you want to do after getting the image? Depending on what you want to do with the image, here are some nodes you can connect to the HTTP request node to access it: