aboutsummaryrefslogtreecommitdiffstats
path: root/modules/shared.py
Commit message (Expand)AuthorAgeFilesLines
* add built-in extension systemAUTOMATIC2022-12-031-9/+4
* Merge pull request #4459 from kavorite/color-sketch-inpaintingAUTOMATIC11112022-12-031-0/+1
|\
| * add gradio-inpaint-tool; color-sketchkavorite2022-11-081-0/+1
* | more simple config option name plus mouseover hint for clip skipAUTOMATIC2022-12-031-1/+1
* | Fix clip skip of 1 not being restored from promptsspace-nuko2022-12-011-1/+1
* | Merge pull request #4416 from Keavon/cors-regexAUTOMATIC11112022-11-271-4/+5
|\ \
| * \ Merge branch 'master' into cors-regexKeavon Chambers2022-11-191-4/+27
| |\ \
| * | | Add CORS-allow policy launch argument using regexKeavon Chambers2022-11-071-3/+4
* | | | Merge pull request #4663 from xucj98/draftAUTOMATIC11112022-11-271-1/+1
|\ \ \ \
| * \ \ \ Merge branch 'AUTOMATIC1111:master' into draftxucj982022-11-251-3/+22
| |\ \ \ \
| * | | | | fix the model name error of Real-ESRGAN in the opts default valueXu Cuijie2022-11-131-1/+1
* | | | | | Merge remote-tracking branch 'flamelaw/master'AUTOMATIC2022-11-271-2/+1
|\ \ \ \ \ \
| * | | | | | Gradient accumulation, autocast fix, new latent sampling method, etcflamelaw2022-11-201-2/+1
| | |_|_|/ / | |/| | | |
* | | | | | serve images from where they are saved instead of a temporary directoryAUTOMATIC2022-11-271-0/+7
* | | | | | Add support Stable Diffusion 2.0AUTOMATIC2022-11-261-9/+25
| |_|/ / / |/| | | |
* | | | | moved deepdanbooru to pure pytorch implementationAUTOMATIC2022-11-201-1/+1
|/ / / /
* | | | Merge pull request #4717 from papuSpartan/securityAUTOMATIC11112022-11-191-1/+1
|\ \ \ \
| * | | | Give --server-name priority over --listen and add check for --server-name in ...papuSpartan2022-11-141-1/+1
| |/ / /
* | | | Merge pull request #4733 from MaikoTan/api-authorizationAUTOMATIC11112022-11-191-0/+1
|\ \ \ \
| * \ \ \ Merge branch 'master' into api-authorizationMaiko Tan2022-11-191-1/+2
| |\ \ \ \
| * | | | | feat: add http basic authentication for apiMaiko Sinkyaet Tan2022-11-151-0/+1
| | |/ / / | |/| | |
* | | | | make it possible to change models etc by editing options using APIAUTOMATIC2022-11-191-0/+17
| |/ / / |/| | |
* | | | Merge branch 'a1111' into vae-miscMuhammad Rizqi Nur2022-11-191-3/+3
|\ \ \ \
| * | | | change text for sd_vae_as_default that makes more sense to meAUTOMATIC2022-11-191-1/+1
| * | | | Merge pull request #4842 from R-N/vae-as-defaultAUTOMATIC11112022-11-191-0/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Option to use selected VAE as default fallback instead of primary optionMuhammad Rizqi Nur2022-11-191-0/+1
| * | | | make existing script loading and new preload code use same code for loading m...AUTOMATIC2022-11-121-3/+2
| |/ / /
* / / / MiscMuhammad Rizqi Nur2022-11-191-1/+1
|/ / /
* | | Merge pull request #4488 from d8ahazard/ExtensionPreloadAUTOMATIC11112022-11-121-1/+4
|\ \ \
| * | | Add option to preload extensionsd8ahazard2022-11-081-1/+4
| |/ /
* | | Merge pull request #4117 from TinkTheBoush/masterAUTOMATIC11112022-11-111-0/+2
|\ \ \ | |/ / |/| |
| * | adding tag dropout optionKyuSeok Jung2022-11-111-0/+1
| * | Update shared.pyKyuSeok Jung2022-11-111-1/+1
| * | Merge branch 'master' into masterKyuSeok Jung2022-11-051-6/+51
| |\ \
| * | | change option position to Training settingTinkTheBoush2022-11-041-0/+1
* | | | add ability to create extensions that add localizationsAUTOMATIC2022-11-061-2/+0
| |/ / |/| |
* | | Merge branch 'master' into feat/allow-originsAUTOMATIC11112022-11-051-1/+6
|\ \ \
| * \ \ Merge pull request #3975 from aria1th/force-push-patch-13AUTOMATIC11112022-11-051-0/+1
| |\ \ \
| | * | | Update shared.pyAngelBottomless2022-11-041-1/+1
| | * | | Merge branch 'AUTOMATIC1111:master' into force-push-patch-13AngelBottomless2022-11-041-0/+11
| | |\ \ \
| | * | | | now addAngelBottomless2022-11-021-0/+1
| | | |_|/ | | |/| |
| * | | | add support for tls (gradio tls options)papuSpartan2022-11-051-0/+3
| * | | | fix the error that prevents from setting some optionsAUTOMATIC2022-11-041-1/+2
* | | | | add --cors-allow-origins cmd optevshiron2022-11-041-3/+4
|/ / / /
* | | | Merge pull request #4178 from HeyImKyu/PreviewOnBatchCompletionAUTOMATIC11112022-11-041-9/+16
|\ \ \ \
| * | | | Added option to preview Created images on batch completion.Kyu♥2022-11-021-9/+16
| |/ / /
* | / / add an option to enable installing extensions with --listen or --shareAUTOMATIC2022-11-041-1/+2
| |/ / |/| |
* | | move option access checking to options class out of various places scattered ...AUTOMATIC2022-11-041-0/+11
|/ /
* | Merge pull request #3986 from R-N/vae-pickerAUTOMATIC11112022-11-021-3/+5
|\ \
| * | Merge branch 'master' into vae-pickerMuhammad Rizqi Nur2022-11-011-3/+15
| |\|