aboutsummaryrefslogtreecommitdiffstats
path: root/modules/shared.py
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | Merge pull request #4056 from MarkovInequality/TI_optimizationsAUTOMATIC11112022-11-011-1/+2
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | | Allow TI training using 6GB VRAM when xformers is available
| | | * | | | Merge branch 'master' of ↵Fampai2022-10-311-2/+31
| | | |\| | | | | | | | | | | | | | | | | | | | | | | | https://github.com/AUTOMATIC1111/stable-diffusion-webui into TI_optimizations
| | | * | | | Added TI training optimizationsFampai2022-10-311-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | option to use xattention optimizations when training option to unload vae when training
| | * | | | | fix the error with extension tab not working because of the previous commitAUTOMATIC2022-10-311-2/+1
| | | | | | |
| | * | | | | disable access to extension stuff for non-local serversAUTOMATIC2022-10-311-1/+4
| | | | | | |
| | * | | | | add initial version of the extensions tabAUTOMATIC2022-10-311-1/+9
| | | |/ / / | | |/| | | | | | | | | | | | | | | fix broken Restart Gradio button
| * / | | | fix broken progress api by previous reworkevshiron2022-10-301-0/+3
| |/ / / /
| * | | | rework #3722 to not introduce duplicate codeAUTOMATIC2022-10-301-3/+19
| | | | |
| * | | | update progress response modelevshiron2022-10-291-2/+2
| | | | |
| * | | | Merge branch 'master' into feat/progress-apievshiron2022-10-291-0/+8
| |\| | |
| | * | | move send seed option to UI section and make it false by defaultAUTOMATIC2022-10-291-1/+1
| | | | |
| | * | | Merge branch 'Inspiron'AUTOMATIC2022-10-291-0/+2
| | |\ \ \
| | | * | | create send to buttons in one moduleyfszzx2022-10-271-0/+1
| | | | | |
| | | * | | Merge branch 'Inspiron' of ↵yfszzx2022-10-251-3/+3
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | https://github.com/yfszzx/stable-diffusion-webui-plus into Inspiron
| | | | * \ \ Merge branch 'AUTOMATIC1111:master' into Inspiron不会画画的中医不是好程序员2022-10-251-3/+3
| | | | |\ \ \
| | | * | | | | need some rights for extensionsyfszzx2022-10-251-1/+1
| | | |/ / / /
| | | * | | | some rights for extensionsyfszzx2022-10-251-0/+1
| | | | | | |
| | * | | | | skip filenames starting with . for img2img and extras batch modesAUTOMATIC2022-10-291-0/+5
| | | | | | |
| | * | | | | Updated name and hover text.random_thoughtss2022-10-271-1/+1
| | | | | | |
| | * | | | | Moved mask weight config to SD sectionrandom_thoughtss2022-10-271-1/+1
| | | | | | |
| | * | | | | Merge branch 'AUTOMATIC1111:master' into masterrandom-thoughtss2022-10-271-2/+2
| | |\ \ \ \ \
| | * | | | | | Switch to a continous blend for cond. image.random_thoughtss2022-10-251-1/+1
| | | | | | | |
| | * | | | | | Added option to use unmasked conditioning image.random_thoughtss2022-10-251-0/+1
| | | |_|/ / / | | |/| | | |
| * | | | | | prototype progress apievshiron2022-10-261-0/+13
| | |/ / / / | |/| | | |
| * | | | | add override_settings to API as an alternative to #3629AUTOMATIC2022-10-261-2/+2
| |/ / / /
| * / / / Remove BSRGAN from --use-cpu, add SwinIRbrkirch2022-10-251-3/+3
| |/ / /
| * | | add an option to skip adding number to filenames when saving.AUTOMATIC2022-10-241-3/+5
| | | | | | | | | | | | | | | | rework filename pattern function go through the pattern once and not calculate any of replacements until they are actually encountered in the pattern.
| * | | indent=4 config.jsonw-e-w2022-10-241-1/+1
| | | |
| * | | remove browser to extensionyfszzx2022-10-241-1/+0
| | | |
| * | | remove browser to extensionyfszzx2022-10-241-15/+0
| | | |
| * | | Move browser and Inspiration into extensionyfszzx2022-10-231-3/+33
| |\ \ \
| | * | | add --freeze-settings commandline argument to disable changing settingsAUTOMATIC2022-10-221-0/+1
| | | | |
| | * | | removed the option to use 2x more memory when generating previewsAUTOMATIC2022-10-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | added an option to always only show one image in previews removed duplicate code
| | * | | Generate grid preview for progress imageUnnoen2022-10-221-0/+1
| | | | |
| | * | | added callback for creating new settings in extensionsAUTOMATIC2022-10-221-2/+17
| | | | |
| | * | | Merge branch 'master' into cuda-device-id-selectionAUTOMATIC11112022-10-221-19/+9
| | |\ \ \
| | | * | | removed aesthetic gradients as built-inAUTOMATIC2022-10-221-19/+0
| | | | | | | | | | | | | | | | | | | | | | | | added support for extensions
| | | * | | Merge remote-tracking branch 'historytab/master'AUTOMATIC2022-10-211-0/+9
| | | |\ \ \ | | | | |_|/ | | | |/| |
| | | | * | Image browser improvedyfszzx2022-10-191-0/+5
| | | | | |
| | | | * | Image browseryfszzx2022-10-181-3/+4
| | | | | |
| | | | * | Merge branch 'master' of https://github.com/yfszzx/stable-diffusion-webui-plusyfszzx2022-10-171-0/+10
| | | | |\ \
| | | | * | | speed up images history perfectyfszzx2022-10-171-0/+6
| | | | | | |
| | * | | | | implement CUDA device selection, --device-id argExtraltodeus2022-10-211-0/+1
| | |/ / / /
| | * | | | Change option description of unload_models_when_trainingRcmcpe2022-10-211-1/+1
| | | | | |
| | * | | | Merge branch 'ae'AUTOMATIC2022-10-211-0/+22
| | |\ \ \ \ | | | |_|_|/ | | |/| | |
| | | * | | Merge branch 'master' into test_resolve_conflictsMalumaDev2022-10-191-0/+2
| | | |\ \ \
| | | * \ \ \ Merge branch 'master' into test_resolve_conflictsMalumaDev2022-10-181-1/+2
| | | |\ \ \ \
| | | * \ \ \ \ Merge branch 'master' into test_resolve_conflictsMalumaDev2022-10-181-1/+7
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Merge branch 'master' into test_resolve_conflictsMalumaDev2022-10-161-0/+10
| | | |\ \ \ \ \ \ | | | | | |_|_|_|/ | | | | |/| | | |
| | | * | | | | | Merge branch 'master' into test_resolve_conflictsMalumaDev2022-10-161-0/+1
| | | |\ \ \ \ \ \ | | | | | |_|_|_|/ | | | | |/| | | |