aboutsummaryrefslogtreecommitdiffstats
path: root/modules/call_queue.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | This reverts commit 80987c36f9bfa33092ac7c75624b25d839cb2a06, reversing changes made to 2e78e65a22bfa6b116ae18d12fdcb85ec8acd727.
* 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 ↵AUTOMATIC2023-01-151-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, ↵AUTOMATIC2022-11-281-0/+98
put queue stuff into separate file