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