Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2022-11-19 | Merge branch 'a1111' into vae-misc | Muhammad Rizqi Nur | -3/+3 | |
2022-11-19 | change text for sd_vae_as_default that makes more sense to me | AUTOMATIC | -1/+1 | |
2022-11-19 | Merge pull request #4842 from R-N/vae-as-default | AUTOMATIC1111 | -0/+1 | |
Option to use selected VAE as default fallback instead of primary option | ||||
2022-11-19 | Misc | Muhammad Rizqi Nur | -1/+1 | |
Misc | ||||
2022-11-19 | Option to use selected VAE as default fallback instead of primary option | Muhammad Rizqi Nur | -0/+1 | |
2022-11-15 | feat: add http basic authentication for api | Maiko Sinkyaet Tan | -0/+1 | |
2022-11-14 | Give --server-name priority over --listen and add check for --server-name in ↵ | papuSpartan | -1/+1 | |
addition to --share and --listen | ||||
2022-11-13 | fix the model name error of Real-ESRGAN in the opts default value | Xu Cuijie | -1/+1 | |
2022-11-12 | make existing script loading and new preload code use same code for loading ↵ | AUTOMATIC | -3/+2 | |
modules limit extension preload scripts to just one file named preload.py | ||||
2022-11-12 | Merge pull request #4488 from d8ahazard/ExtensionPreload | AUTOMATIC1111 | -1/+4 | |
Add option to preload extensions | ||||
2022-11-11 | Merge pull request #4117 from TinkTheBoush/master | AUTOMATIC1111 | -0/+2 | |
Adding optional tag shuffling for training | ||||
2022-11-11 | adding tag dropout option | KyuSeok Jung | -0/+1 | |
2022-11-11 | Update shared.py | KyuSeok Jung | -1/+1 | |
2022-11-08 | Add option to preload extensions | d8ahazard | -1/+4 | |
By creating a file called "preload.py" in an extension folder and declaring a preload(parser) method, we can add extra command-line args for an extension. | ||||
2022-11-07 | add gradio-inpaint-tool; color-sketch | kavorite | -0/+1 | |
2022-11-07 | Add CORS-allow policy launch argument using regex | Keavon Chambers | -3/+4 | |
2022-11-06 | Merge branch 'AUTOMATIC1111:master' into master | papuSpartan | -8/+51 | |
2022-11-06 | add ability to create extensions that add localizations | AUTOMATIC | -2/+0 | |
2022-11-06 | Merge branch 'master' into master | KyuSeok Jung | -6/+51 | |
2022-11-05 | Merge branch 'master' into feat/allow-origins | AUTOMATIC1111 | -1/+6 | |
2022-11-05 | Merge pull request #3975 from aria1th/force-push-patch-13 | AUTOMATIC1111 | -0/+1 | |
Save/loading AdamW optimizer (for hypernetworks) | ||||
2022-11-05 | add support for tls (gradio tls options) | papuSpartan | -0/+3 | |
2022-11-05 | add --cors-allow-origins cmd opt | evshiron | -3/+4 | |
2022-11-04 | fix the error that prevents from setting some options | AUTOMATIC | -1/+2 | |
2022-11-04 | change option position to Training setting | TinkTheBoush | -0/+1 | |
2022-11-04 | Update shared.py | AngelBottomless | -1/+1 | |
2022-11-04 | Merge pull request #4178 from HeyImKyu/PreviewOnBatchCompletion | AUTOMATIC1111 | -9/+16 | |
Added option to preview Created images on batch completion. | ||||
2022-11-04 | add an option to enable installing extensions with --listen or --share | AUTOMATIC | -1/+2 | |
2022-11-04 | Merge branch 'AUTOMATIC1111:master' into force-push-patch-13 | AngelBottomless | -0/+11 | |
2022-11-04 | move option access checking to options class out of various places scattered ↵ | AUTOMATIC | -0/+11 | |
through code | ||||
2022-11-02 | Added option to preview Created images on batch completion. | Kyu♥ | -9/+16 | |
2022-11-02 | now add | AngelBottomless | -0/+1 | |
2022-11-02 | Merge pull request #3986 from R-N/vae-picker | AUTOMATIC1111 | -3/+5 | |
VAE Selector | ||||
2022-11-02 | do not unnecessarily run VAE one more time when saving intermediate image ↵ | AUTOMATIC | -1/+1 | |
with hires fix | ||||
2022-11-02 | Allow saving "before-highres-fix. (#4150) | timntorres | -0/+1 | |
* Save image/s before doing highres fix. | ||||
2022-11-02 | remove duplicate code from #3970 | AUTOMATIC | -0/+14 | |
2022-11-02 | Merge branch 'master' into fix/progress-api | evshiron | -3/+15 | |
2022-11-01 | Merge branch 'AUTOMATIC1111:master' into js | papuSpartan | -1/+3 | |
2022-11-02 | Merge branch 'master' into vae-picker | Muhammad Rizqi Nur | -3/+15 | |
2022-11-01 | Merge pull request #4004 from mamawr/master | AUTOMATIC1111 | -0/+1 | |
Added "--clip-models-path" switch | ||||
2022-11-01 | Merge pull request #4056 from MarkovInequality/TI_optimizations | AUTOMATIC1111 | -1/+2 | |
Allow TI training using 6GB VRAM when xformers is available | ||||
2022-10-31 | Merge branch 'AUTOMATIC1111:master' into master | papuSpartan | -34/+82 | |
2022-10-31 | fix the error with extension tab not working because of the previous commit | AUTOMATIC | -2/+1 | |
2022-10-31 | disable access to extension stuff for non-local servers | AUTOMATIC | -1/+4 | |
2022-10-31 | add initial version of the extensions tab | AUTOMATIC | -1/+9 | |
fix broken Restart Gradio button | ||||
2022-10-31 | Merge branch 'master' of ↵ | Fampai | -2/+31 | |
https://github.com/AUTOMATIC1111/stable-diffusion-webui into TI_optimizations | ||||
2022-10-31 | Added TI training optimizations | Fampai | -1/+2 | |
option to use xattention optimizations when training option to unload vae when training | ||||
2022-10-31 | Added "--clip-models-path" switch to avoid using default "~/.cache/clip" and ↵ | mawr | -0/+1 | |
enable to run under unprivileged user without homedir | ||||
2022-10-30 | Settings to select VAE | Muhammad Rizqi Nur | -3/+5 | |
2022-10-30 | fix broken progress api by previous rework | evshiron | -0/+3 | |