catboxanon
catboxanon
Fixed in https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12479
Resizeable UI was added in https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/7519. While the larger inpainting view is nice in this I don't think we should sacrifice the rest of the UX for it. Expanding sliders...
By added I didn't mean merged. And I agree with you on the comments, but that aside it's a more UX friendly implementation than this PR, imo.
https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/10194
https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12338 partially resolves this. I agree the interrupt functionality could be further improved to stop all remaining jobs more quickly. Technically the functionality is doing it's job to interrupt every...
Should be resolved by https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12634. If there's any specific interrupts that you believe are not accounted for to exit out of quickly feel free to open a new issue with...
I'm using Firefox and cannot reproduce this. It's likely some privacy setting as others have mentioned in this thread since inpainting uses a canvas object.
Duplicate of https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/2993
Add the folder to the `--gradio-allowed-path` cmdline arg. In your case it'd probably look something like this: `--gradio-allowed-path /data/extensions`