Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2022-11-01 | fix API returning extra stuff in base64 encoded iamges for #3972 | AUTOMATIC | -1/+9 | |
2022-11-01 | Merge pull request #4025 from evshiron/feat/interrupt-api-master | AUTOMATIC1111 | -0/+6 | |
prototype interrupt api | ||||
2022-11-01 | Merge pull request #4026 from AUTOMATIC1111/extras-cache-key-extension | AUTOMATIC1111 | -1/+1 | |
Extend extras image cache key with upscale_first arg | ||||
2022-11-01 | Merge pull request #4004 from mamawr/master | AUTOMATIC1111 | -2/+3 | |
Added "--clip-models-path" switch | ||||
2022-11-01 | Merge pull request #4056 from MarkovInequality/TI_optimizations | AUTOMATIC1111 | -3/+17 | |
Allow TI training using 6GB VRAM when xformers is available | ||||
2022-11-01 | Merge pull request #4086 from timntorres/3875-allow-disabling-png-info | AUTOMATIC1111 | -2/+3 | |
Add PNG info to pngs only if option is enabled. | ||||
2022-11-01 | Merge pull request #4087 from ikasumi/feat/batch-img2img-improve | AUTOMATIC1111 | -0/+1 | |
make save dir if save dir is not exists | ||||
2022-11-01 | Merge pull request #3723 from stysmmaker/patch/image-save-callback | AUTOMATIC1111 | -1/+1 | |
Correct before image saved callback | ||||
2022-11-01 | make launch.py run installers for extensions that have ones | AUTOMATIC | -1/+1 | |
add some more classes to safety module for an extension | ||||
2022-11-01 | Merge pull request #4098 from jn-jairo/load-model | AUTOMATIC1111 | -9/+33 | |
Unload sd_model before loading the other to solve the issue #3449 | ||||
2022-11-01 | Merge pull request #3982 from MaikoTan/on-started-callback | AUTOMATIC1111 | -0/+17 | |
feat: add app started callback | ||||
2022-11-01 | Merge branch 'AUTOMATIC1111:master' into adjust-ddim-uniform-steps | Martin Cairns | -24/+383 | |
2022-11-01 | Unload sd_model before loading the other | Jairo Correa | -9/+33 | |
2022-11-01 | Added Available tab to extensions UI. | AUTOMATIC | -8/+104 | |
2022-11-01 | make save dir if save dir is not exists | k_sugawara | -0/+1 | |
2022-10-31 | Add PNG info to pngs only if option is enabled. | timntorres | -2/+3 | |
2022-10-31 | fix the error with extension tab not working because of the previous commit | AUTOMATIC | -2/+1 | |
2022-10-31 | fix scripts I broke with the extension tab changes | AUTOMATIC | -1/+1 | |
2022-10-31 | disable access to extension stuff for non-local servers | AUTOMATIC | -1/+14 | |
2022-10-31 | add initial version of the extensions tab | AUTOMATIC | -23/+274 | |
fix broken Restart Gradio button | ||||
2022-10-31 | Fixed minor bug | Fampai | -0/+1 | |
when unloading vae during TI training, generating images after training will error out | ||||
2022-10-31 | Merge branch 'master' of ↵ | Fampai | -102/+247 | |
https://github.com/AUTOMATIC1111/stable-diffusion-webui into TI_optimizations | ||||
2022-10-31 | Added TI training optimizations | Fampai | -3/+16 | |
option to use xattention optimizations when training option to unload vae when training | ||||
2022-10-31 | Extend extras image cache with upscale_first arg | DepFA | -1/+1 | |
2022-10-31 | prototype interrupt api | evshiron | -0/+6 | |
2022-10-31 | docs: add python doc (?) | Maiko Sinkyaet Tan | -0/+2 | |
not sure if this available... | ||||
2022-10-31 | Added "--clip-models-path" switch to avoid using default "~/.cache/clip" and ↵ | mawr | -2/+3 | |
enable to run under unprivileged user without homedir | ||||
2022-10-30 | Merge branch 'AUTOMATIC1111:master' into adjust-ddim-uniform-steps | Martin Cairns | -111/+293 | |
2022-10-30 | feat: add app started callback | Maiko Tan | -0/+15 | |
2022-10-30 | Include PLMS in adjust steps as it also can fail in the same way | Martin Cairns | -1/+1 | |
2022-10-30 | Merge pull request #3928 from R-N/validate-before-load | AUTOMATIC1111 | -51/+107 | |
Optimize training a little | ||||
2022-10-30 | Merge pull request #3898 from R-N/lr-comma | AUTOMATIC1111 | -14/+21 | |
Allow trailing comma in learning rate | ||||
2022-10-30 | rework #3722 to not introduce duplicate code | AUTOMATIC | -33/+32 | |
2022-10-30 | Merge pull request #3722 from evshiron/feat/progress-api | AUTOMATIC1111 | -27/+108 | |
prototype progress api | ||||
2022-10-30 | shorten Hypernetwork strength in infotext and omit it when it's the default ↵ | AUTOMATIC | -2/+2 | |
value. | ||||
2022-10-30 | Merge pull request #3831 from timntorres/3825-save-hypernet-strength-to-info | AUTOMATIC1111 | -2/+7 | |
Save Hypernetwork strength to infotext. | ||||
2022-10-30 | fix broken hires fix | AUTOMATIC | -5/+2 | |
2022-10-30 | allow skip current image in progress api | evshiron | -2/+5 | |
2022-10-29 | Read hypernet strength from PNG info. | timntorres | -0/+1 | |
2022-10-29 | Merge commit 'e7254746bbfbff45099db44a8d4d25dd6181877d' into ↵ | timntorres | -49/+88 | |
3825-save-hypernet-strength-to-info | ||||
2022-10-30 | preview current image when opts.show_progress_every_n_steps is enabled | evshiron | -2/+7 | |
2022-10-30 | update progress response model | evshiron | -7/+7 | |
2022-10-30 | add description for state field | evshiron | -1/+1 | |
2022-10-30 | fix progress response model | evshiron | -34/+4 | |
2022-10-30 | Merge branch 'master' into feat/progress-api | evshiron | -10/+47 | |
2022-10-30 | Merge branch 'master' into feat/progress-api | evshiron | -484/+632 | |
2022-10-29 | Merge pull request #3934 from bamarillo/api-add-png-info-endpoint | AUTOMATIC1111 | -4/+17 | |
[API][Feature] Add png info endpoint | ||||
2022-10-29 | add postprocess call for scripts | AUTOMATIC | -6/+30 | |
2022-10-29 | Fix space | Bruno Seoane | -1/+1 | |
2022-10-29 | Add PNG Info endpoint | Bruno Seoane | -4/+17 | |