aboutsummaryrefslogtreecommitdiff
path: root/modules/progress.py
AgeCommit message (Expand)Author
2023-12-16rename pending tasks api endpoint to be more in line with othersAUTOMATIC1111
2023-12-15fix the problem of ruff of githubgayshub
2023-12-15add allow specify the task id and get the location of task in the queue of pe...gayshub
2023-08-22actual solution to the uncommon hanging problem that is seemingly caused by m...AUTOMATIC1111
2023-08-21feat: replace threading.Lock() to FIFOLockAnyISalIn
2023-08-20make live preview display work independently from progress barAUTOMATIC1111
2023-05-17move some settings to the new Optimization pageAUTOMATIC
2023-05-14remove auto live previews format option, fix slow PNG generationAUTOMATIC
2023-05-11Make live previews use JPEG only when the image is lorge enoughAarni Koskela
2023-05-11change live preview format to jpeg to prevent unreasonably slow previews for ...AUTOMATIC
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
2023-04-17multi users supportsiutin
2023-03-30keep randomId simplersiutin
2023-03-30use condition to wait for resultsiutin
2023-03-30add a button to restore the current progresssiutin
2023-03-30store the last generated resultsiutin
2023-03-30add an internal API for obtaining current task idsiutin
2023-01-19add progress bar to modelmergerAUTOMATIC
2023-01-19fix an unlikely division by 0 errorAUTOMATIC
2023-01-15big rework of progressbar/preview system to allow multiple users to prompts a...AUTOMATIC