api callback return raw data#193
Conversation
|
I was able to get this working with the system I have setup. const payload = { }); |
Xerophayze
left a comment
There was a problem hiding this comment.
Whether it was chance or destiny, it just so happens that A system that I was implementing required that I'd be able to move the raw image data from the web UI Forge install that I have using the agent scheduler to my backend server for my website. And then from there to the front end. Once I implemented these changes that were shown in this pull request, and with a little bit of troubleshooting on my code, it worked great. If you want to see the demonstration of it, it's part of my Xero online prompt generator XeroGen, which you can watch the intro and tutorial here https://shop.xerophayze.com/xerogen
The API callback supports the raw image data format of the Stable Diffusion original API