stable-diffusion-webui
stable-diffusion-webui copied to clipboard
Added an endpoint for loading weights from a different model
I'd like to add support for the WebUI API into the Stability Photoshop plugin, but I need to be able to swap weights in and out via the REST API. I've added a simple endpoint for setting weights.
I think PR #4301 does this too.
Would love to see support for this repo in your plugin, @cantrell! Nice work!
FYI, the plugin is (at least currently) free and very well made. (Demo video timestamped to some Stable Diffusion examples from his site.)
Thanks, @WebDev9000. Integration with A1111 is one of the biggest feature requests. My hope is to deprecate support for my own server if this works out.
with the latest commit it should be possible to change model at runtime by just setting the setting via API like you normally do in UI so I'm closing this