Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | actual solution to the uncommon hanging problem that is seemingly caused by ↵ | AUTOMATIC1111 | 2023-08-22 | 1 | -23/+22 |
| | | | | multiple progress requests working on same tensor | ||||
* | feat: replace threading.Lock() to FIFOLock | AnyISalIn | 2023-08-21 | 1 | -1/+6 |
| | | | | Signed-off-by: AnyISalIn <anyisalin@gmail.com> | ||||
* | make live preview display work independently from progress bar | AUTOMATIC1111 | 2023-08-20 | 1 | -1/+2 |
| | |||||
* | move some settings to the new Optimization page | AUTOMATIC | 2023-05-17 | 1 | -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 generation | AUTOMATIC | 2023-05-14 | 1 | -10/+9 |
| | |||||
* | Make live previews use JPEG only when the image is lorge enough | Aarni Koskela | 2023-05-11 | 1 | -2/+10 |
| | |||||
* | change live preview format to jpeg to prevent unreasonably slow previews for ↵ | AUTOMATIC | 2023-05-11 | 1 | -2/+2 |
| | | | | large images, and add an option to let user select the format | ||||
* | Fix up string formatting/concatenation to f-strings where feasible | Aarni Koskela | 2023-05-09 | 1 | -1/+2 |
| | |||||
* | alternate restore progress button implementation | AUTOMATIC | 2023-04-29 | 1 | -0/+18 |
| | |||||
* | Revert "Merge pull request #7595 from siutin/feature/restore-progress" | AUTOMATIC | 2023-04-29 | 1 | -68/+8 |
| | | | | | This reverts commit 80987c36f9bfa33092ac7c75624b25d839cb2a06, reversing changes made to 2e78e65a22bfa6b116ae18d12fdcb85ec8acd727. | ||||
* | multi users support | siutin | 2023-04-16 | 1 | -17/+43 |
| | |||||
* | keep randomId simpler | siutin | 2023-03-30 | 1 | -2/+2 |
| | |||||
* | use condition to wait for result | siutin | 2023-03-30 | 1 | -2/+4 |
| | |||||
* | add a button to restore the current progress | siutin | 2023-03-30 | 1 | -0/+14 |
| | |||||
* | store the last generated result | siutin | 2023-03-30 | 1 | -0/+10 |
| | |||||
* | add an internal API for obtaining current task id | siutin | 2023-03-30 | 1 | -0/+8 |
| | |||||
* | add progress bar to modelmerger | AUTOMATIC | 2023-01-19 | 1 | -1/+1 |
| | |||||
* | fix an unlikely division by 0 error | AUTOMATIC | 2023-01-19 | 1 | -4/+7 |
| | |||||
* | big rework of progressbar/preview system to allow multiple users to prompts ↵ | AUTOMATIC | 2023-01-15 | 1 | -0/+96 |
at the same time and do not get previews of each other |