aboutsummaryrefslogtreecommitdiffstats
path: root/modules/progress.py
Commit message (Collapse)AuthorAgeFilesLines
* actual solution to the uncommon hanging problem that is seemingly caused by ↵AUTOMATIC11112023-08-221-23/+22
| | | | multiple progress requests working on same tensor
* feat: replace threading.Lock() to FIFOLockAnyISalIn2023-08-211-1/+6
| | | | Signed-off-by: AnyISalIn <anyisalin@gmail.com>
* 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
| | | | | | 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
* 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
| | | | large images, and add an option to let user select the format
* 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
| | | | | This reverts commit 80987c36f9bfa33092ac7c75624b25d839cb2a06, reversing changes made to 2e78e65a22bfa6b116ae18d12fdcb85ec8acd727.
* 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 ↵AUTOMATIC2023-01-151-0/+96
at the same time and do not get previews of each other