aboutsummaryrefslogtreecommitdiffstats
path: root/modules/progress.py
AgeCommit message (Collapse)AuthorLines
2023-12-16rename pending tasks api endpoint to be more in line with othersAUTOMATIC1111-1/+2
2023-12-15fix the problem of ruff of githubgayshub-1/+1
2023-12-15add allow specify the task id and get the location of task in the queue of ↵gayshub-2/+19
pending task
2023-08-22actual solution to the uncommon hanging problem that is seemingly caused by ↵AUTOMATIC1111-23/+22
multiple progress requests working on same tensor
2023-08-21feat: replace threading.Lock() to FIFOLockAnyISalIn-1/+6
Signed-off-by: AnyISalIn <anyisalin@gmail.com>
2023-08-20make live preview display work independently from progress barAUTOMATIC1111-1/+2
2023-05-17move some settings to the new Optimization pageAUTOMATIC-1/+5
add slider for token merging for img2img rework StableDiffusionProcessing to have the token_merging_ratio field fix a bug with applying png optimizations for live previews when they shouldn't be applied
2023-05-14remove auto live previews format option, fix slow PNG generationAUTOMATIC-10/+9
2023-05-11Make live previews use JPEG only when the image is lorge enoughAarni Koskela-2/+10
2023-05-11change live preview format to jpeg to prevent unreasonably slow previews for ↵AUTOMATIC-2/+2
large images, and add an option to let user select the format
2023-05-09Fix up string formatting/concatenation to f-strings where feasibleAarni Koskela-1/+2
2023-04-29alternate restore progress button implementationAUTOMATIC-0/+18
2023-04-29Revert "Merge pull request #7595 from siutin/feature/restore-progress"AUTOMATIC-68/+8
This reverts commit 80987c36f9bfa33092ac7c75624b25d839cb2a06, reversing changes made to 2e78e65a22bfa6b116ae18d12fdcb85ec8acd727.
2023-04-17multi users supportsiutin-17/+43
2023-03-30keep randomId simplersiutin-2/+2
2023-03-30use condition to wait for resultsiutin-2/+4
2023-03-30add a button to restore the current progresssiutin-0/+14
2023-03-30store the last generated resultsiutin-0/+10
2023-03-30add an internal API for obtaining current task idsiutin-0/+8
2023-01-19add progress bar to modelmergerAUTOMATIC-1/+1
2023-01-19fix an unlikely division by 0 errorAUTOMATIC-4/+7
2023-01-15big rework of progressbar/preview system to allow multiple users to prompts ↵AUTOMATIC-0/+96
at the same time and do not get previews of each other