aboutsummaryrefslogtreecommitdiffstats
path: root/modules/call_queue.py
AgeCommit message (Expand)AuthorLines
2024-01-01fix borked merge, rename fields to better match what they do, change setting ...AUTOMATIC1111-1/+1
2023-10-16Interrupt after current generationAnthony Fu-0/+1
2023-08-21feat: replace threading.Lock() to FIFOLockAnyISalIn-3/+2
2023-07-31fix memory leak when generation failsAUTOMATIC1111-1/+3
2023-07-14restyle time taken/VRAM displayAUTOMATIC1111-5/+13
2023-07-03Add job argument to State.begin()Aarni Koskela-1/+1
2023-06-27Merge branch 'dev' into 10141-gradio-user-exifAUTOMATIC1111-15/+10
2023-06-14Fix gradio special args in the call queueJared Deckard-0/+3
2023-06-02Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressionsAarni Koskela-1/+1
2023-05-31rename print_error to report, use it with together with package nameAUTOMATIC-3/+2
2023-05-29Add & use modules.errors.print_error where currently printing exception info ...Aarni Koskela-13/+9
2023-05-09Fix up string formatting/concatenation to f-strings where feasibleAarni Koskela-2/+3
2023-04-29alternate restore progress button implementationAUTOMATIC-0/+1
2023-04-29Revert "Merge pull request #7595 from siutin/feature/restore-progress"AUTOMATIC-13/+5
2023-04-17replace with #wrap_session_callsiutin-7/+9
2023-04-17multi users supportsiutin-9/+14
2023-03-30use condition to wait for resultsiutin-1/+1
2023-03-30store the last generated resultsiutin-0/+1
2023-01-15big rework of progressbar/preview system to allow multiple users to prompts a...AUTOMATIC-4/+15
2022-11-28fix an error that happens when you type into prompt while switching model, pu...AUTOMATIC-0/+98