A custom extension for AUTOMATIC1111/stable-diffusion-webui to extend rest APIs to do some local operations, using in StableStudio.
Please go to StableStudio and StableStudio-plugin-webui to check more details.
Just like you install other extension of webui:
- go to Extensions -> Install from URL
- paste this repo link
- install
- go to Installed, stop, and restart webui with api mode
Since StableStudio needs to make some local operations but webui doesn't provide by default for now, so we need this extension. Currently, there are two apis exposed:
- /StableStudio/check-extension-installed
Not use yet but it will be a good start to check some extensions installed on user webui, for example, ControlNet or Openpose - /StableStudio/get-generated-images
Using for load existing images from user end.
Created by jtydhr88.