aboutsummaryrefslogtreecommitdiffstats
path: root/modules/progress.py
Commit message (Expand)AuthorAgeFilesLines
* actual solution to the uncommon hanging problem that is seemingly caused by m...AUTOMATIC11112023-08-221-23/+22
* feat: replace threading.Lock() to FIFOLockAnyISalIn2023-08-211-1/+6
* make live preview display work independently from progress barAUTOMATIC11112023-08-201-1/+2
* move some settings to the new Optimization pageAUTOMATIC2023-05-171-1/+5
* remove auto live previews format option, fix slow PNG generationAUTOMATIC2023-05-141-10/+9
* Make live previews use JPEG only when the image is lorge enoughAarni Koskela2023-05-111-2/+10
* change live preview format to jpeg to prevent unreasonably slow previews for ...AUTOMATIC2023-05-111-2/+2
* Fix up string formatting/concatenation to f-strings where feasibleAarni Koskela2023-05-091-1/+2
* alternate restore progress button implementationAUTOMATIC2023-04-291-0/+18
* Revert "Merge pull request #7595 from siutin/feature/restore-progress"AUTOMATIC2023-04-291-68/+8
* multi users supportsiutin2023-04-161-17/+43
* keep randomId simplersiutin2023-03-301-2/+2
* use condition to wait for resultsiutin2023-03-301-2/+4
* add a button to restore the current progresssiutin2023-03-301-0/+14
* store the last generated resultsiutin2023-03-301-0/+10
* add an internal API for obtaining current task idsiutin2023-03-301-0/+8
* add progress bar to modelmergerAUTOMATIC2023-01-191-1/+1
* fix an unlikely division by 0 errorAUTOMATIC2023-01-191-4/+7
* big rework of progressbar/preview system to allow multiple users to prompts a...AUTOMATIC2023-01-151-0/+96