aboutsummaryrefslogtreecommitdiffstats
path: root/modules/call_queue.py
Commit message (Expand)AuthorAgeFilesLines
* fix borked merge, rename fields to better match what they do, change setting ...AUTOMATIC11112024-01-011-1/+1
* Interrupt after current generationAnthony Fu2023-10-161-0/+1
* feat: replace threading.Lock() to FIFOLockAnyISalIn2023-08-211-3/+2
* fix memory leak when generation failsAUTOMATIC11112023-07-311-1/+3
* restyle time taken/VRAM displayAUTOMATIC11112023-07-141-5/+13
* Add job argument to State.begin()Aarni Koskela2023-07-031-1/+1
* Merge branch 'dev' into 10141-gradio-user-exifAUTOMATIC11112023-06-271-15/+10
|\
| * Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressionsAarni Koskela2023-06-021-1/+1
| * rename print_error to report, use it with together with package nameAUTOMATIC2023-05-311-3/+2
| * Add & use modules.errors.print_error where currently printing exception info ...Aarni Koskela2023-05-291-13/+9
* | Fix gradio special args in the call queueJared Deckard2023-06-141-0/+3
|/
* Fix up string formatting/concatenation to f-strings where feasibleAarni Koskela2023-05-091-2/+3
* alternate restore progress button implementationAUTOMATIC2023-04-291-0/+1
* Revert "Merge pull request #7595 from siutin/feature/restore-progress"AUTOMATIC2023-04-291-13/+5
* replace with #wrap_session_callsiutin2023-04-171-7/+9
* multi users supportsiutin2023-04-161-9/+14
* use condition to wait for resultsiutin2023-03-301-1/+1
* store the last generated resultsiutin2023-03-301-0/+1
* big rework of progressbar/preview system to allow multiple users to prompts a...AUTOMATIC2023-01-151-4/+15
* fix an error that happens when you type into prompt while switching model, pu...AUTOMATIC2022-11-281-0/+98