I have made an Post request via HTTP to Stable Diffusion and getting the image back. It is via an Link.png File. This Works. But now i have the Problem how to upload it to my Wordpress Site s an featured Image.
Uploading via Link seems not to work.
Does anyone have a suggestion how i could make it work?
The “Create a Media Item” needs binary data in the “File - data” collection.
From your screenshot, it seems you mapped the file download URL instead.
I would then recommend using the “HTTP - Get a File” between the “Make a request” and “Create a Media Item” modules, using the URL in the “Get a File” module and then mapping its output into the WordPress module.