index
:
stable-diffusion-webui-gfx803.git
master
stable-diffusion-webui by AUTOMATIC1111 with patches for gfx803 GPU and Dockerfile
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
call_queue.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressions
Aarni Koskela
2023-06-02
1
-1
/
+1
|
*
rename print_error to report, use it with together with package name
AUTOMATIC
2023-05-31
1
-3
/
+2
|
*
Add & use modules.errors.print_error where currently printing exception info ↵
Aarni Koskela
2023-05-29
1
-13
/
+9
|
|
|
|
by hand
*
Fix up string formatting/concatenation to f-strings where feasible
Aarni Koskela
2023-05-09
1
-2
/
+3
|
*
alternate restore progress button implementation
AUTOMATIC
2023-04-29
1
-0
/
+1
|
*
Revert "Merge pull request #7595 from siutin/feature/restore-progress"
AUTOMATIC
2023-04-29
1
-13
/
+5
|
|
|
|
|
This reverts commit 80987c36f9bfa33092ac7c75624b25d839cb2a06, reversing changes made to 2e78e65a22bfa6b116ae18d12fdcb85ec8acd727.
*
replace with #wrap_session_call
siutin
2023-04-17
1
-7
/
+9
|
*
multi users support
siutin
2023-04-16
1
-9
/
+14
|
*
use condition to wait for result
siutin
2023-03-30
1
-1
/
+1
|
*
store the last generated result
siutin
2023-03-30
1
-0
/
+1
|
*
big rework of progressbar/preview system to allow multiple users to prompts ↵
AUTOMATIC
2023-01-15
1
-4
/
+15
|
|
|
|
at the same time and do not get previews of each other
*
fix an error that happens when you type into prompt while switching model, ↵
AUTOMATIC
2022-11-28
1
-0
/
+98
put queue stuff into separate file