aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | | | | | | fix two bugyfszzx2022-10-171-2/+2
| | | | | | | | | |
| | | * | | | | | | fix two little bugyfszzx2022-10-171-2/+2
| | | | | | | | | |
| | | * | | | | | | Merge branch 'master' of https://github.com/yfszzx/stable-diffusion-webui-plusyfszzx2022-10-176-15/+43
| | | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ speed up images history perfectyfszzx2022-10-174-72/+93
| | | |\ \ \ \ \ \ \ \
| | | * | | | | | | | | Images history speed upyfszzx2022-10-161-2/+5
| | | | | | | | | | | |
| | | * | | | | | | | | images history speed upyfszzx2022-10-161-122/+128
| | | | | | | | | | | |
| | | * | | | | | | | | Merge branch 'AUTOMATIC1111:master' into master不会画画的中医不是好程序员2022-10-166-31/+79
| | | |\ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ Merge branch 'master' of https://github.com/yfszzx/stable-diffusion-webui-plusyfszzx2022-10-1610-113/+187
| | | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | images history sorting files by dateyfszzx2022-10-161-65/+196
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | implement CUDA device selection, --device-id argExtraltodeus2022-10-211-0/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | implement CUDA device selection by IDExtraltodeus2022-10-211-3/+18
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | fix js func signature and not forget to initialize confirmation var to ↵papuSpartan2022-10-221-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | prevent exception upon cancelling confirmation
* | | | | | | | | | | | | forgot to clear neg prompt after moving to back. Add tooltip to hintspapuSpartan2022-10-211-7/+7
| | | | | | | | | | | | |
* | | | | | | | | | | | | some doc and formattingpapuSpartan2022-10-211-5/+12
| | | | | | | | | | | | |
* | | | | | | | | | | | | refactor internal terminology to use 'clear' instead of 'trash' like #2728papuSpartan2022-10-212-12/+12
| | | | | | | | | | | | |
* | | | | | | | | | | | | update token counter when clearing promptpapuSpartan2022-10-211-10/+7
| | | | | | | | | | | | |
* | | | | | | | | | | | | only delete prompt on back end and remove client-side deletionpapuSpartan2022-10-211-14/+15
| | | | | | | | | | | | |
* | | | | | | | | | | | | initial work on getting prompts cleared on the backend and synchronizing ↵papuSpartan2022-10-211-10/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | token counter
* | | | | | | | | | | | | Merge branch 'AUTOMATIC1111:master' into masterpapuSpartan2022-10-2120-132/+1023
|\| | | | | | | | | | | |
| * | | | | | | | | | | | prevent error spam when processing images without txt files for captionsAUTOMATIC2022-10-211-5/+4
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'master' into fix/train-preprocess-keep-ratioAUTOMATIC11112022-10-2120-112/+976
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | loading SD VAE, see PR #3303AUTOMATIC2022-10-211-1/+4
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | make aspect ratio overlay work regardless of selected localizationAUTOMATIC2022-10-211-2/+2
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Change option description of unload_models_when_trainingRcmcpe2022-10-211-1/+1
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Remove unused variable.timntorres2022-10-211-1/+0
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Refer to Hypernet's name, sensibly, by its name variable.timntorres2022-10-211-1/+1
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Match hypernet name with filename in all cases.timntorres2022-10-211-1/+7
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Sanitize hypernet name input.timntorres2022-10-211-0/+3
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Update image_embedding.pyDepFA2022-10-211-2/+2
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Use opts in textual_inversion image_embedding.py for dynamic fontsDepFA2022-10-211-0/+1
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | make aestetic embedding ciompatible with prompts longer than 75 tokensAUTOMATIC2022-10-211-1/+1
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | do not load aesthetic clip model until it's neededAUTOMATIC2022-10-217-38/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add refresh button for aesthetic embeddings add aesthetic params to images' infotext
| | * | | | | | | | | | | | Merge branch 'ae'AUTOMATIC2022-10-218-21/+324
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into test_resolve_conflictsMalumaDev2022-10-198-29/+254
| | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into test_resolve_conflictsMalumaDev2022-10-189-69/+103
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into test_resolve_conflictsMalumaDev2022-10-187-26/+90
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into test_resolve_conflictsMalumaDev2022-10-162-1/+18
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into test_resolve_conflictsMalumaDev2022-10-167-50/+93
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|/ / / / / / / / | | | | |/| | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | ui fix, re organization of the codeMalumaDev2022-10-169-157/+233
| | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | ui fixMalumaDev2022-10-161-1/+1
| | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | ui fixMalumaDev2022-10-164-14/+18
| | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/test_resolve_conflicts' into ↵MalumaDev2022-10-154-16/+24
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test_resolve_conflicts
| | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into test_resolve_conflictsMalumaDev2022-10-154-16/+24
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | |_|_|_|_|_|/ / / / / / / / / | | | | | |/| | | | | | | | | | | | | |
| | | * | / | | | | | | | | | | | | | | fixed dropbox updateMalumaDev2022-10-151-2/+2
| | | |/ / / / / / / / / / / / / / / /
| | | * | | | | | | | | | | | | | | | Add support to other img format, fixed dropbox updateMalumaDev2022-10-151-5/+5
| | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | Update modules/ui.pyMalumaDev2022-10-151-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Víctor Gallego <vicgalle@ucm.es>
| | | * | | | | | | | | | | | | | | | Update modules/ui.pyMalumaDev2022-10-151-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Víctor Gallego <vicgalle@ucm.es>
| | | * | | | | | | | | | | | | | | | Update modules/ui.pyMalumaDev2022-10-151-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Víctor Gallego <vicgalle@ucm.es>
| | | * | | | | | | | | | | | | | | | Update modules/aesthetic_clip.pyMalumaDev2022-10-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Víctor Gallego <vicgalle@ucm.es>
| | | * | | | | | | | | | | | | | | | Update modules/ui.pyMalumaDev2022-10-151-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Víctor Gallego <vicgalle@ucm.es>