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
in a nutshell, could probably curl to its localhost port.
doing a GET: /sdapi/v1/sd-models returns available models, which i could display a name in the dropdown mapped to the full model name (theres a name and title field in the return)
could then, based on user input, perform a POST: /sdapi/v1/txt2img with all prompt data + chosen model and size (might be opinianated on sizes to standard cover 512x512 sizes and portrait).
note since a1111 ui + this are gradio they both get exposed on the same port, so will need to change mine.
The text was updated successfully, but these errors were encountered:
We should support users who want to run as much as they can locally. There are many reasons why someone would want to do this:
This is an initial investigation to create multiple issues as it would involve multiple steps, such as
https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/API
in a nutshell, could probably
curl
to its localhost port.doing a
GET: /sdapi/v1/sd-models
returns available models, which i could display a name in the dropdown mapped to the full model name (theres a name and title field in the return)could then, based on user input, perform a
POST: /sdapi/v1/txt2img
with all prompt data + chosen model and size (might be opinianated on sizes to standard cover 512x512 sizes and portrait).note since a1111 ui + this are gradio they both get exposed on the same port, so will need to change mine.
The text was updated successfully, but these errors were encountered: