stable-diffusion-webui
stable-diffusion-webui copied to clipboard
Stable Diffusion web UI
### Checklist - [ ] The issue exists after disabling all extensions - [X] The issue exists on a clean installation of webui - [ ] The issue is caused...
### Checklist - [ ] The issue exists after disabling all extensions - [X] The issue exists on a clean installation of webui - [ ] The issue is caused...
### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What happened? I'm trying to use SDXL inpainting...
### Checklist - [X] The issue exists after disabling all extensions - [X] The issue exists on a clean installation of webui - [ ] The issue is caused by...
### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What happened? Normally A1111 features work fine with...
## Description ### TL;DR: Function `ui.create_ui` and `self.init_default_script_args` are not thread-safe. It causes thread-safety issues of API `txt2img` and `img2img`. To ensure the API is thread-safe, I move the code...
### Checklist - [X] The issue exists after disabling all extensions - [X] The issue exists on a clean installation of webui - [ ] The issue is caused by...
### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What happened? After updating to 1.6.0 I cannot...
## Description This PR yeets most of the copy-pasted or otherwise vendored model architectures in favor of just using [Spandrel](https://github.com/chaiNNer-org/spandrel). * Not converted is LDSR; it doesn't exist in Spandrel....
### Checklist - [X] The issue exists after disabling all extensions - [X] The issue exists on a clean installation of webui - [ ] The issue is caused by...