379 Commits (56e557c6ff8a6480887c9c585bf908045ee8e791)

Author SHA1 Message Date
kavorite 9ed4a126bd add gradio-inpaint-tool; color-sketch 3 years ago
Keavon Chambers a258fd60db Add CORS-allow policy launch argument using regex 3 years ago
papuSpartan 00ebc26c4e
Merge branch 'AUTOMATIC1111:master' into master 3 years ago
AUTOMATIC a2a1a2f727 add ability to create extensions that add localizations 3 years ago
KyuSeok Jung 9b7289c349
Merge branch 'master' into master 3 years ago
AUTOMATIC1111 37ba0070ec
Merge branch 'master' into feat/allow-origins 3 years ago
AUTOMATIC1111 e96c434495
Merge pull request #3975 from aria1th/force-push-patch-13
Save/loading AdamW optimizer (for hypernetworks)
3 years ago
papuSpartan e9a5562b9b add support for tls (gradio tls options) 3 years ago
evshiron b8435e632f add --cors-allow-origins cmd opt 3 years ago
AUTOMATIC f316280ad3 fix the error that prevents from setting some options 3 years ago
TinkTheBoush 821e2b883d change option position to Training setting 3 years ago
AngelBottomless 7278897982
Update shared.py 3 years ago
AUTOMATIC1111 2913b9f025
Merge pull request #4178 from HeyImKyu/PreviewOnBatchCompletion
Added option to preview Created images on batch completion.
3 years ago
AUTOMATIC ccf1a15412 add an option to enable installing extensions with --listen or --share 3 years ago
AngelBottomless 179702adc4
Merge branch 'AUTOMATIC1111:master' into force-push-patch-13 3 years ago
AUTOMATIC f2b69709ea move option access checking to options class out of various places scattered through code 3 years ago
Kyu♥ f1b6ac64e4 Added option to preview Created images on batch completion. 3 years ago
AngelBottomless 7ea5956ad5
now add 3 years ago
AUTOMATIC1111 675b51ebd3
Merge pull request #3986 from R-N/vae-picker
VAE Selector
3 years ago
AUTOMATIC eb5e82c7dd do not unnecessarily run VAE one more time when saving intermediate image with hires fix 3 years ago
timntorres 9c67408004
Allow saving "before-highres-fix. (#4150)
* Save image/s before doing highres fix.
3 years ago
AUTOMATIC 4a8cf01f6f remove duplicate code from #3970 3 years ago
evshiron 51e0a83969 Merge branch 'master' into fix/progress-api 3 years ago
papuSpartan d0d74e459d
Merge branch 'AUTOMATIC1111:master' into js 3 years ago
Muhammad Rizqi Nur f8c6468d42
Merge branch 'master' into vae-picker 3 years ago
AUTOMATIC1111 d7622d97f2
Merge pull request #4004 from mamawr/master
Added "--clip-models-path" switch
3 years ago
AUTOMATIC1111 f071a1d25a
Merge pull request #4056 from MarkovInequality/TI_optimizations
Allow TI training using 6GB VRAM when xformers is available
3 years ago
papuSpartan 25de9df364
Merge branch 'AUTOMATIC1111:master' into master 3 years ago
AUTOMATIC 9e22a35754 fix the error with extension tab not working because of the previous commit 3 years ago
AUTOMATIC dc7425a56e disable access to extension stuff for non-local servers 3 years ago
AUTOMATIC 910a097ae2 add initial version of the extensions tab
fix broken Restart Gradio button
3 years ago
Fampai 3b0127e698 Merge branch 'master' of https://github.com/AUTOMATIC1111/stable-diffusion-webui into TI_optimizations 3 years ago
Fampai 006756f9cd Added TI training optimizations
option to use xattention optimizations when training
option to unload vae when training
3 years ago
mawr d587586d3b Added "--clip-models-path" switch to avoid using default "~/.cache/clip" and enable to run under unprivileged user without homedir 3 years ago
Muhammad Rizqi Nur cb31abcf58 Settings to select VAE 3 years ago
evshiron be27fd4690 fix broken progress api by previous rework 3 years ago
AUTOMATIC 149784202c rework #3722 to not introduce duplicate code 3 years ago
evshiron 88f46a5bec update progress response model 3 years ago
evshiron 6b719c49b1 Merge branch 'master' into feat/progress-api 3 years ago
AUTOMATIC beb6fc2979 move send seed option to UI section and make it false by default 3 years ago
AUTOMATIC af547f63c3 Merge branch 'Inspiron' 3 years ago
AUTOMATIC a1e5e0d766 skip filenames starting with . for img2img and extras batch modes 3 years ago
random_thoughtss b68c7c437e Updated name and hover text. 3 years ago
random_thoughtss a38496c1de Moved mask weight config to SD section 3 years ago
random-thoughtss f3f2ffd448
Merge branch 'AUTOMATIC1111:master' into master 3 years ago
yfszzx 4a4647e0df create send to buttons in one module 3 years ago
evshiron fddb4883f4 prototype progress api 3 years ago
AUTOMATIC 1e428238db add override_settings to API as an alternative to #3629 3 years ago
random_thoughtss 8b4f32779f Switch to a continous blend for cond. image. 3 years ago
random_thoughtss f9549d1cbb Added option to use unmasked conditioning image. 3 years ago
yfszzx f300d0f2b4 Merge branch 'Inspiron' of https://github.com/yfszzx/stable-diffusion-webui-plus into Inspiron 3 years ago
yfszzx 9ba439b533 need some rights for extensions 3 years ago
不会画画的中医不是好程序员 5bfa2b23ca
Merge branch 'AUTOMATIC1111:master' into Inspiron 3 years ago
yfszzx ff305acd51 some rights for extensions 3 years ago
brkirch 4c24347e45 Remove BSRGAN from --use-cpu, add SwinIR 3 years ago
AUTOMATIC 8da1bd48bf add an option to skip adding number to filenames when saving.
rework filename pattern function go through the pattern once and not calculate any of replacements until they are actually encountered in the pattern.
3 years ago
w-e-w 3be6b29d81 indent=4 config.json 3 years ago
yfszzx cef1b89aa2 remove browser to extension 3 years ago
yfszzx 124e44cf1e remove browser to extension 3 years ago
yfszzx 6a9ea40d7f Move browser and Inspiration into extension 3 years ago
AUTOMATIC be748e8b08 add --freeze-settings commandline argument to disable changing settings 3 years ago
AUTOMATIC d213d6ca6f removed the option to use 2x more memory when generating previews
added an option to always only show one image in previews
removed duplicate code
3 years ago
Unnoen 4fdb53c1e9 Generate grid preview for progress image 3 years ago
AUTOMATIC d37cfffd53 added callback for creating new settings in extensions 3 years ago
AUTOMATIC1111 1fa53dab2c
Merge branch 'master' into cuda-device-id-selection 3 years ago
AUTOMATIC 2b91251637 removed aesthetic gradients as built-in
added support for extensions
3 years ago
Extraltodeus 29bfacd63c
implement CUDA device selection, --device-id arg 3 years ago
papuSpartan 9e40520f00 refactor internal terminology to use 'clear' instead of 'trash' like #2728 3 years ago
papuSpartan 4a9ff0891a
Merge branch 'AUTOMATIC1111:master' into master 3 years ago
yfszzx bb0f1a2cda inspiration finished 3 years ago
AUTOMATIC 26d1073745 Merge remote-tracking branch 'historytab/master' 3 years ago
Rcmcpe 02e4d4694d Change option description of unload_models_when_training 3 years ago
AUTOMATIC 7d6b388d71 Merge branch 'ae' 3 years ago
papuSpartan a3b047b7c7 add settings option to toggle button visibility 3 years ago
yfszzx d07cb46f34 inspiration pull request 3 years ago
discus0434 42fbda83bb layer options moves into create hnet ui 3 years ago
MalumaDev 2362d5f00e
Merge branch 'master' into test_resolve_conflicts 3 years ago
discus0434 5d16f59794
Merge branch 'master' into master 3 years ago
AUTOMATIC 5daf9cbb98 Merge remote-tracking branch 'origin/api' 3 years ago
yfszzx 538bc89c26 Image browser improved 3 years ago
discus0434 7f2095c6c8 update 3 years ago
discus0434 6021f7a75f add options to custom hypernetwork layer structure 3 years ago
MalumaDev c2765c9bcd
Merge branch 'master' into test_resolve_conflicts 3 years ago
AUTOMATIC 433a7525c1 remove shared option for update check (because it is not an argument of webui)
have launch.py examine both COMMANDLINE_ARGS as well as argv for its arguments
3 years ago
yfszzx eb299527b1 Image browser 3 years ago
DepFA 4c605c5174 add shared option for update check 3 years ago
AUTOMATIC d2f459c5cf clarify the comment for the new option from #2959 and move it to UI section. 3 years ago
trufty 8b02662215 Disable auto weights swap with config option 3 years ago
AUTOMATIC1111 f6c758d055
Merge branch 'master' into dark-mode 3 years ago
MalumaDev 1997ccff13
Merge branch 'master' into test_resolve_conflicts 3 years ago
Ryan Voots 1df3ff25e6 Add --nowebui as a means of disabling the webui and run on the other port 3 years ago
AUTOMATIC cf47d13c1e localization support 3 years ago
Michoko 665beebc08 Use of a --theme argument for more flexibility
Added possibility to set the theme (light or dark)
3 years ago
Michoko 8c6a981d5d Added dark mode switch
Launch the UI in dark mode with the --dark-mode switch
3 years ago
arcticfaded 60251c9456 initial prototype by borrowing contracts 3 years ago
yfszzx 2a3e7ed872 Merge branch 'master' of https://github.com/yfszzx/stable-diffusion-webui-plus 3 years ago
yfszzx 5b1394bead speed up images history perfect 3 years ago
MalumaDev 589215df22
Merge branch 'master' into test_resolve_conflicts 3 years ago
SGKoishi c8045c5ad4 The hide_ui_dir_config flag also restrict write attempt to path settings 3 years ago
MalumaDev ae0fdad64a
Merge branch 'master' into test_resolve_conflicts 3 years ago