catboxanon
catboxanon
Closes https://github.com/Mikubill/sd-webui-controlnet/issues/476 [Color adapter](https://github.com/TencentARC/T2I-Adapter/blob/main/docs/examples.md#color-adapter-spatial-palette) should be working. [Style adapter](https://github.com/TencentARC/T2I-Adapter/blob/main/docs/examples.md#style-adapter) is unable to load currently due to a tensor dimension mismatch (not the most familiar with this, sorry). Opening as a...
**Describe what this pull request is trying to achieve.** This exposes the inpainting mask and masked composite to the user, and gives the choice to display these in the web...
**Describe what this pull request is trying to achieve.** This implements [patchmatch](https://github.com/invoke-ai/PyPatchMatch) which should allow for much better inpainting (and more notably outpainting) results. Closes https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/4681 **Additional notes and description...
Just curious -- now that there is an [anime lineart cnet](https://github.com/lllyasviel/ControlNet-v1-1-nightly#controlnet-11-anime-lineart), was there plans to eventually make/release one of the scribble lineart models or color scribble model previously referenced in...
**Describe what this pull request is trying to achieve.** Closes https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/9092 **Additional notes and description of your changes** Previously this was not accounting for weird resolutions the user may input....
As discussed in https://github.com/Mikubill/sd-webui-controlnet/pull/742, the shuffle processor seed should be reproducible but also controllable by the user. The implementation in https://github.com/Mikubill/sd-webui-controlnet/commit/fa994bb2ffed7428f07afd423f215609c5794204 isn't ideal because when using txt2img, this means that...
**Describe what this pull request is trying to achieve.** Closes https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/7508 Second order samplers (Heun, DPM2/a, DPM++ 2S/a, DPM++ SDE / Karras) cause the prompt schedule to run twice as...
**Description** This feature request is to add a CLI flag to offload/cache weights to system RAM when the software is in an "idle" state. This also means in this idle...
### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits of both this extension and the webui ### What...
## Description Reverts https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/10586. Doing this in preparation of https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/10634 or https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/10649 being merged. ## Checklist: - [x] I have read [contributing wiki page](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Contributing) - [x] I have performed a...