aboutsummaryrefslogtreecommitdiffstats
path: root/modules/shared.py
AgeCommit message (Collapse)AuthorLines
2022-11-27Merge pull request #4416 from Keavon/cors-regexAUTOMATIC1111-4/+5
Add CORS-allow policy launch argument using regex
2022-11-27Merge pull request #4663 from xucj98/draftAUTOMATIC1111-1/+1
fix the model name error of Real-ESRGAN in the opts default value
2022-11-27Merge remote-tracking branch 'flamelaw/master'AUTOMATIC-2/+1
2022-11-27serve images from where they are saved instead of a temporary directoryAUTOMATIC-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
2022-11-26Add support Stable Diffusion 2.0AUTOMATIC-9/+25
2022-11-25Merge branch 'AUTOMATIC1111:master' into draftxucj98-3/+22
2022-11-20moved deepdanbooru to pure pytorch implementationAUTOMATIC-1/+1
2022-11-20Gradient accumulation, autocast fix, new latent sampling method, etcflamelaw-2/+1
2022-11-19Merge branch 'master' into cors-regexKeavon Chambers-4/+27
2022-11-19Merge pull request #4717 from papuSpartan/securityAUTOMATIC1111-1/+1
Add --server-name to the list of arguments considered insecure
2022-11-19Merge pull request #4733 from MaikoTan/api-authorizationAUTOMATIC1111-0/+1
feat: add http basic authentication for api
2022-11-19make it possible to change models etc by editing options using APIAUTOMATIC-0/+17
2022-11-19Merge branch 'master' into api-authorizationMaiko Tan-1/+2
2022-11-19Merge branch 'a1111' into vae-miscMuhammad Rizqi Nur-3/+3
2022-11-19change text for sd_vae_as_default that makes more sense to meAUTOMATIC-1/+1
2022-11-19Merge pull request #4842 from R-N/vae-as-defaultAUTOMATIC1111-0/+1
Option to use selected VAE as default fallback instead of primary option
2022-11-19MiscMuhammad Rizqi Nur-1/+1
Misc
2022-11-19Option to use selected VAE as default fallback instead of primary optionMuhammad Rizqi Nur-0/+1
2022-11-15feat: add http basic authentication for apiMaiko Sinkyaet Tan-0/+1
2022-11-14Give --server-name priority over --listen and add check for --server-name in ↵papuSpartan-1/+1
addition to --share and --listen
2022-11-13fix the model name error of Real-ESRGAN in the opts default valueXu Cuijie-1/+1
2022-11-12make 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-12Merge pull request #4488 from d8ahazard/ExtensionPreloadAUTOMATIC1111-1/+4
Add option to preload extensions
2022-11-11Merge pull request #4117 from TinkTheBoush/masterAUTOMATIC1111-0/+2
Adding optional tag shuffling for training
2022-11-11adding tag dropout optionKyuSeok Jung-0/+1
2022-11-11Update shared.pyKyuSeok Jung-1/+1
2022-11-08Add option to preload extensionsd8ahazard-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-07add gradio-inpaint-tool; color-sketchkavorite-0/+1
2022-11-07Add CORS-allow policy launch argument using regexKeavon Chambers-3/+4
2022-11-06Merge branch 'AUTOMATIC1111:master' into masterpapuSpartan-8/+51
2022-11-06add ability to create extensions that add localizationsAUTOMATIC-2/+0
2022-11-06Merge branch 'master' into masterKyuSeok Jung-6/+51
2022-11-05Merge branch 'master' into feat/allow-originsAUTOMATIC1111-1/+6
2022-11-05Merge pull request #3975 from aria1th/force-push-patch-13AUTOMATIC1111-0/+1
Save/loading AdamW optimizer (for hypernetworks)
2022-11-05add support for tls (gradio tls options)papuSpartan-0/+3
2022-11-05add --cors-allow-origins cmd optevshiron-3/+4
2022-11-04fix the error that prevents from setting some optionsAUTOMATIC-1/+2
2022-11-04change option position to Training settingTinkTheBoush-0/+1
2022-11-04Update shared.pyAngelBottomless-1/+1
2022-11-04Merge pull request #4178 from HeyImKyu/PreviewOnBatchCompletionAUTOMATIC1111-9/+16
Added option to preview Created images on batch completion.
2022-11-04add an option to enable installing extensions with --listen or --shareAUTOMATIC-1/+2
2022-11-04Merge branch 'AUTOMATIC1111:master' into force-push-patch-13AngelBottomless-0/+11
2022-11-04move option access checking to options class out of various places scattered ↵AUTOMATIC-0/+11
through code
2022-11-02Added option to preview Created images on batch completion.Kyu♥-9/+16
2022-11-02now addAngelBottomless-0/+1
2022-11-02Merge pull request #3986 from R-N/vae-pickerAUTOMATIC1111-3/+5
VAE Selector
2022-11-02do not unnecessarily run VAE one more time when saving intermediate image ↵AUTOMATIC-1/+1
with hires fix
2022-11-02Allow saving "before-highres-fix. (#4150)timntorres-0/+1
* Save image/s before doing highres fix.
2022-11-02remove duplicate code from #3970AUTOMATIC-0/+14
2022-11-02Merge branch 'master' into fix/progress-apievshiron-3/+15