Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into master | zhaohu xing | 2022-11-30 | 1 | -15/+38 |
|\ | |||||
| * | Merge pull request #4416 from Keavon/cors-regex | AUTOMATIC1111 | 2022-11-27 | 1 | -4/+5 |
| |\ | | | | | | | Add CORS-allow policy launch argument using regex | ||||
| | * | Merge branch 'master' into cors-regex | Keavon Chambers | 2022-11-19 | 1 | -4/+27 |
| | |\ | |||||
| | * | | Add CORS-allow policy launch argument using regex | Keavon Chambers | 2022-11-07 | 1 | -3/+4 |
| | | | | |||||
| * | | | Merge pull request #4663 from xucj98/draft | AUTOMATIC1111 | 2022-11-27 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | fix the model name error of Real-ESRGAN in the opts default value | ||||
| | * \ \ | Merge branch 'AUTOMATIC1111:master' into draft | xucj98 | 2022-11-25 | 1 | -3/+22 |
| | |\ \ \ | |||||
| | * | | | | fix the model name error of Real-ESRGAN in the opts default value | Xu Cuijie | 2022-11-13 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Merge remote-tracking branch 'flamelaw/master' | AUTOMATIC | 2022-11-27 | 1 | -2/+1 |
| |\ \ \ \ \ | |||||
| | * | | | | | Gradient accumulation, autocast fix, new latent sampling method, etc | flamelaw | 2022-11-20 | 1 | -2/+1 |
| | | |_|_|/ | | |/| | | | |||||
| * | | | | | serve images from where they are saved instead of a temporary directory | AUTOMATIC | 2022-11-27 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add an option to choose a different temporary directory in the UI add an option to cleanup the selected temporary directory at startup | ||||
| * | | | | | Add support Stable Diffusion 2.0 | AUTOMATIC | 2022-11-26 | 1 | -9/+25 |
| | |_|/ / | |/| | | | |||||
* / | | | | add AltDiffusion to webui | zhaohu xing | 2022-11-29 | 1 | -1/+5 |
|/ / / / | | | | | | | | | | | | | Signed-off-by: zhaohu xing <920232796@qq.com> | ||||
* / / / | moved deepdanbooru to pure pytorch implementation | AUTOMATIC | 2022-11-20 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #4717 from papuSpartan/security | AUTOMATIC1111 | 2022-11-19 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Add --server-name to the list of arguments considered insecure | ||||
| * | | | Give --server-name priority over --listen and add check for --server-name in ↵ | papuSpartan | 2022-11-14 | 1 | -1/+1 |
| |/ / | | | | | | | | | | addition to --share and --listen | ||||
* | | | Merge pull request #4733 from MaikoTan/api-authorization | AUTOMATIC1111 | 2022-11-19 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | feat: add http basic authentication for api | ||||
| * \ \ | Merge branch 'master' into api-authorization | Maiko Tan | 2022-11-19 | 1 | -1/+2 |
| |\ \ \ | |||||
| * | | | | feat: add http basic authentication for api | Maiko Sinkyaet Tan | 2022-11-15 | 1 | -0/+1 |
| | |/ / | |/| | | |||||
* | | | | make it possible to change models etc by editing options using API | AUTOMATIC | 2022-11-19 | 1 | -0/+17 |
| |/ / |/| | | |||||
* | | | Merge branch 'a1111' into vae-misc | Muhammad Rizqi Nur | 2022-11-19 | 1 | -3/+3 |
|\ \ \ | |||||
| * | | | change text for sd_vae_as_default that makes more sense to me | AUTOMATIC | 2022-11-19 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge pull request #4842 from R-N/vae-as-default | AUTOMATIC1111 | 2022-11-19 | 1 | -0/+1 |
| |\ \ \ | | |/ / | |/| | | Option to use selected VAE as default fallback instead of primary option | ||||
| | * | | Option to use selected VAE as default fallback instead of primary option | Muhammad Rizqi Nur | 2022-11-19 | 1 | -0/+1 |
| | | | | |||||
| * | | | make existing script loading and new preload code use same code for loading ↵ | AUTOMATIC | 2022-11-12 | 1 | -3/+2 |
| |/ / | | | | | | | | | | | | | | | | modules limit extension preload scripts to just one file named preload.py | ||||
* / / | Misc | Muhammad Rizqi Nur | 2022-11-19 | 1 | -1/+1 |
|/ / | | | | | | | Misc | ||||
* | | Merge pull request #4488 from d8ahazard/ExtensionPreload | AUTOMATIC1111 | 2022-11-12 | 1 | -1/+4 |
|\ \ | | | | | | | Add option to preload extensions | ||||
| * | | Add option to preload extensions | d8ahazard | 2022-11-08 | 1 | -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. | ||||
* | | Merge pull request #4117 from TinkTheBoush/master | AUTOMATIC1111 | 2022-11-11 | 1 | -0/+2 |
|\ \ | |/ |/| | Adding optional tag shuffling for training | ||||
| * | adding tag dropout option | KyuSeok Jung | 2022-11-11 | 1 | -0/+1 |
| | | |||||
| * | Update shared.py | KyuSeok Jung | 2022-11-11 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' into master | KyuSeok Jung | 2022-11-05 | 1 | -6/+51 |
| |\ | |||||
| * | | change option position to Training setting | TinkTheBoush | 2022-11-04 | 1 | -0/+1 |
| | | | |||||
* | | | add ability to create extensions that add localizations | AUTOMATIC | 2022-11-06 | 1 | -2/+0 |
| |/ |/| | |||||
* | | Merge branch 'master' into feat/allow-origins | AUTOMATIC1111 | 2022-11-05 | 1 | -1/+6 |
|\ \ | |||||
| * \ | Merge pull request #3975 from aria1th/force-push-patch-13 | AUTOMATIC1111 | 2022-11-05 | 1 | -0/+1 |
| |\ \ | | | | | | | | | Save/loading AdamW optimizer (for hypernetworks) | ||||
| | * | | Update shared.py | AngelBottomless | 2022-11-04 | 1 | -1/+1 |
| | | | | |||||
| | * | | Merge branch 'AUTOMATIC1111:master' into force-push-patch-13 | AngelBottomless | 2022-11-04 | 1 | -0/+11 |
| | |\ \ | |||||
| | * | | | now add | AngelBottomless | 2022-11-02 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | add support for tls (gradio tls options) | papuSpartan | 2022-11-05 | 1 | -0/+3 |
| | | | | | |||||
| * | | | | fix the error that prevents from setting some options | AUTOMATIC | 2022-11-04 | 1 | -1/+2 |
| | | | | | |||||
* | | | | | add --cors-allow-origins cmd opt | evshiron | 2022-11-04 | 1 | -3/+4 |
|/ / / / | |||||
* | | | | Merge pull request #4178 from HeyImKyu/PreviewOnBatchCompletion | AUTOMATIC1111 | 2022-11-04 | 1 | -9/+16 |
|\ \ \ \ | | | | | | | | | | | Added option to preview Created images on batch completion. | ||||
| * | | | | Added option to preview Created images on batch completion. | Kyu♥ | 2022-11-02 | 1 | -9/+16 |
| |/ / / | |||||
* | / / | add an option to enable installing extensions with --listen or --share | AUTOMATIC | 2022-11-04 | 1 | -1/+2 |
| |/ / |/| | | |||||
* | | | move option access checking to options class out of various places scattered ↵ | AUTOMATIC | 2022-11-04 | 1 | -0/+11 |
|/ / | | | | | | | through code | ||||
* | | Merge pull request #3986 from R-N/vae-picker | AUTOMATIC1111 | 2022-11-02 | 1 | -3/+5 |
|\ \ | | | | | | | VAE Selector | ||||
| * | | Merge branch 'master' into vae-picker | Muhammad Rizqi Nur | 2022-11-01 | 1 | -3/+15 |
| |\| | |||||
| * | | Settings to select VAE | Muhammad Rizqi Nur | 2022-10-30 | 1 | -3/+5 |
| | | | |||||
* | | | do not unnecessarily run VAE one more time when saving intermediate image ↵ | AUTOMATIC | 2022-11-02 | 1 | -1/+1 |
| | | | | | | | | | | | | with hires fix | ||||
* | | | Allow saving "before-highres-fix. (#4150) | timntorres | 2022-11-02 | 1 | -0/+1 |
| | | | | | | | | | * Save image/s before doing highres fix. |