- 23 Aug, 2023 2 commits
-
-
Danil Boldyrev authored
-
Danil Boldyrev authored
-
- 22 Aug, 2023 23 commits
-
-
Danil Boldyrev authored
-
AUTOMATIC1111 authored
Update README.md with install instructions on Intel CPUs, GPUs
-
AUTOMATIC1111 authored
Resize handle improvements and bug fixes
-
MMP0 authored
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
-
MMP0 authored
-
AUTOMATIC1111 authored
-
MMP0 authored
-
AUTOMATIC1111 authored
fix blinking for live previews fix a clientside live previews exception that happens when you kill serverside during sampling match the size of live preview image to gallery image
-
Ravi Panchumarthy authored
-
AUTOMATIC1111 authored
-
MMP0 authored
-
AUTOMATIC1111 authored
actual solution to the uncommon hanging problem that is seemingly caused by multiple progress requests working on same tensor
-
MMP0 authored
-
MMP0 authored
-
AUTOMATIC1111 authored
attemped solution to the uncommon hanging problem that is seemingly caused by live previews working on the tensor as denoising
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
add RNG source to XYZ
-
AUTOMATIC1111 authored
Reset columns on resize handle double click
-
AUTOMATIC1111 authored
Create Gradio temp directory if necessary
-
brkirch authored
Gradio normally creates the temp directory in `pil_to_temp_file()` (https://github.com/gradio-app/gradio/blob/861d752a83da0f95e9f79173069b69eababeed39/gradio/components/base.py#L313) but since the Gradio implementation of `pil_to_temp_file()` is replaced with `save_pil_to_file()`, the Gradio temp directory should also be created by `save_pil_to_file()` when necessary.
-
catboxanon authored
-
- 21 Aug, 2023 15 commits
-
-
w-e-w authored
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
feat: replace threading.Lock() to FIFOLock
-
AUTOMATIC1111 authored
-
AnyISalIn authored
Signed-off-by: AnyISalIn <anyisalin@gmail.com>
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
switch to PNG when images too large
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
fix potential ssrf attack in #12663
-
AUTOMATIC1111 authored
Update torch for Navi 31 (7900 XT/XTX)
-
AUTOMATIC1111 authored
Fix SD VAE switch error after model reuse
-