aboutsummaryrefslogtreecommitdiff
path: root/modules/call_queue.py
AgeCommit message (Collapse)Author
2023-07-31fix memory leak when generation failsAUTOMATIC1111
2023-07-14restyle time taken/VRAM displayAUTOMATIC1111
2023-07-03Add job argument to State.begin()Aarni Koskela
2023-06-27Merge branch 'dev' into 10141-gradio-user-exifAUTOMATIC1111
2023-06-14Fix gradio special args in the call queueJared Deckard
2023-06-02Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressionsAarni Koskela
2023-05-31rename print_error to report, use it with together with package nameAUTOMATIC
2023-05-29Add & use modules.errors.print_error where currently printing exception info ↵Aarni Koskela
by hand
2023-05-09Fix up string formatting/concatenation to f-strings where feasibleAarni Koskela
2023-04-29alternate restore progress button implementationAUTOMATIC
2023-04-29Revert "Merge pull request #7595 from siutin/feature/restore-progress"AUTOMATIC
This reverts commit 80987c36f9bfa33092ac7c75624b25d839cb2a06, reversing changes made to 2e78e65a22bfa6b116ae18d12fdcb85ec8acd727.
2023-04-17replace with #wrap_session_callsiutin
2023-04-17multi users supportsiutin
2023-03-30use condition to wait for resultsiutin
2023-03-30store the last generated resultsiutin
2023-01-15big rework of progressbar/preview system to allow multiple users to prompts ↵AUTOMATIC
at the same time and do not get previews of each other
2022-11-28fix an error that happens when you type into prompt while switching model, ↵AUTOMATIC
put queue stuff into separate file