You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just found out there're some websockect support in API and it's really cool. And it's seems that require() support will be in next version.
So is there a way to use HTTP request now or should I just wait for the next version of API?
The text was updated successfully, but these errors were encountered:
Hi @NolifeM, at the moment there are no API to send HTTP requests, the main problem at the moment is Linux, we have to solve how to send HTTPS requests without depending on the dynamic/system openssl library (there are solutions like wolfssl, but we have to think more about this).
I was trying to use Stable Diffusion WebUI API with aseprite, and found out that I could use python websockets as a middle to receive msg, then send them with http. It's a little tricky but works fine :D.
I just found out there're some websockect support in API and it's really cool. And it's seems that require() support will be in next version.
So is there a way to use HTTP request now or should I just wait for the next version of API?
The text was updated successfully, but these errors were encountered: