aboutsummaryrefslogtreecommitdiff
path: root/modules/shared.py
AgeCommit message (Collapse)Author
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
2022-11-01Merge branch 'AUTOMATIC1111:master' into jspapuSpartan
2022-11-02Merge branch 'master' into vae-pickerMuhammad Rizqi Nur
2022-11-01Merge pull request #4004 from mamawr/masterAUTOMATIC1111
Added "--clip-models-path" switch
2022-11-01Merge pull request #4056 from MarkovInequality/TI_optimizationsAUTOMATIC1111
Allow TI training using 6GB VRAM when xformers is available
2022-10-31Merge branch 'AUTOMATIC1111:master' into masterpapuSpartan
2022-10-31fix the error with extension tab not working because of the previous commitAUTOMATIC
2022-10-31disable access to extension stuff for non-local serversAUTOMATIC
2022-10-31add initial version of the extensions tabAUTOMATIC
fix broken Restart Gradio button
2022-10-31Merge branch 'master' of ↵Fampai
https://github.com/AUTOMATIC1111/stable-diffusion-webui into TI_optimizations
2022-10-31Added TI training optimizationsFampai
option to use xattention optimizations when training option to unload vae when training
2022-10-31Added "--clip-models-path" switch to avoid using default "~/.cache/clip" and ↵mawr
enable to run under unprivileged user without homedir
2022-10-30Settings to select VAEMuhammad Rizqi Nur
2022-10-30fix broken progress api by previous reworkevshiron
2022-10-30rework #3722 to not introduce duplicate codeAUTOMATIC
2022-10-30update progress response modelevshiron
2022-10-30Merge branch 'master' into feat/progress-apievshiron
2022-10-29move send seed option to UI section and make it false by defaultAUTOMATIC
2022-10-29Merge branch 'Inspiron'AUTOMATIC
2022-10-29skip filenames starting with . for img2img and extras batch modesAUTOMATIC
2022-10-27Updated name and hover text.random_thoughtss
2022-10-27Moved mask weight config to SD sectionrandom_thoughtss
2022-10-27Merge branch 'AUTOMATIC1111:master' into masterrandom-thoughtss
2022-10-27create send to buttons in one moduleyfszzx
2022-10-26prototype progress apievshiron
2022-10-26add override_settings to API as an alternative to #3629AUTOMATIC
2022-10-25Switch to a continous blend for cond. image.random_thoughtss