514 Commits (8c801362b43013a628c58f0c1276e076ee48227d)

Author SHA1 Message Date
brkirch d782a95967 Add Birch-san's sub-quadratic attention implementation 3 years ago
AUTOMATIC1111 88e01b237e
Merge pull request #6372 from timntorres/save-ti-hypernet-settings-to-txt-revised
Save hypernet and textual inversion settings to text file, revised.
3 years ago
timntorres b85c2b5cf4 Clean up ti, add same behavior to hypernetwork. 3 years ago
cat 19a81ac287 hires-fix: add "nearest-exact" latent upscale mode. 3 years ago
timntorres eea8fc40e1 Add option to save ti settings to file. 3 years ago
AUTOMATIC1111 c53852e257
Merge pull request #6044 from hentailord85ez/discard-penultimate-sigma
Allow always discarding of penultimate sigma and fix doing 1 less step than specified
3 years ago
AUTOMATIC bc43293c64 fix incorrect display/calculation for number of steps for hires fix in progress bars 3 years ago
AUTOMATIC 1cfd8aec4a make it possible to work with opts.show_progress_every_n_steps = -1 with medvram 3 years ago
AUTOMATIC1111 c923de0e05
Merge pull request #5969 from philpax/include-job-timestamp-in-progress-api
feat(api): include job_timestamp in progress
3 years ago
AUTOMATIC1111 7bbd984dda
Merge pull request #6253 from Shondoit/ti-optim
Save Optimizer next to TI embedding
3 years ago
AUTOMATIC1111 a8ad8666cd
Merge pull request #6261 from vladmandic/api-logging
add api logging
3 years ago
MMaker b2151b934f
Rename bicubic antialiased option
Comma was causing the the value in PNG info to be quoted, which causes the upscaler dropdown option to be blank when sending to UI
3 years ago
MMaker 96cf15bede
Add new latent upscale modes 3 years ago
AUTOMATIC 02d7abf514 helpful error message when trying to load 2.0 without config
failing to load model weights from settings won't break generation for currently loaded model anymore
3 years ago
Vladimir Mandic aaa4c2aacb
add api logging 3 years ago
Shondoit bddebe09ed Save Optimizer next to TI embedding
Also add check to load only .PT and .BIN files as embeddings. (since we add .optim files in the same directory)
3 years ago
AUTOMATIC a1cf55a9d1 add option to reorder items in main UI 3 years ago
AUTOMATIC ef27a18b6b Hires fix rework 3 years ago
AUTOMATIC 16b9661d27 change karras scheduler sigmas to values recommended by SD from old 0.1 to 10 with an option to revert to old 3 years ago
AUTOMATIC 29a3a7eb13 show sampler selection in dropdown, add option selection to revert to old radio group 3 years ago
AUTOMATIC f34c734172 alt-diffusion integration 3 years ago
AUTOMATIC 3f401cdb64 Merge remote-tracking branch 'baai-open-internal/master' into alt-diffusion 3 years ago
AUTOMATIC1111 3d8256e40c
Merge pull request #6017 from hitomi/master
Add memory cache for VAE weights
3 years ago
Vladimir Mandic 463048344f
fix shared state dictionary 3 years ago
hentailord85ez 03f486a239
Update shared.py 3 years ago
hitomi 893933e05a Add memory cache for VAE weights 3 years ago
AUTOMATIC c5bdba2089 change wording a bit 3 years ago
AUTOMATIC 56e557c6ff added cheap NN approximation for VAE 3 years ago
AUTOMATIC1111 a6a54a7529
Merge pull request #5976 from AbstractQbit/fast_preview
Add an option for faster low quality previews
3 years ago
AUTOMATIC 03d7b39453 added an option to filter out deepbooru tags 3 years ago
AbstractQbit 11dd79e346 Add an option for faster low quality previews 3 years ago
Philpax f23a822f1c feat(api): include job_timestamp in progress 3 years ago
AUTOMATIC1111 34bc3616ec
Merge pull request #5838 from aliencaocao/fix_gradio_pil
Dirty fix for missing PIL supported file extensions
3 years ago
AUTOMATIC 9441c28c94 add an option for img2img background color 3 years ago
AUTOMATIC1111 55f3ef876b
Merge pull request #5814 from timntorres/5802-save-upscaler-to-filename
Add option to save upscaler to filename suffix in extras tab.
3 years ago
Billy Cao c02ef0f428 Fix PIL being imported before its installed (for new users only) 3 years ago
timntorres 6fd91c9179 Update OptionInfo to match preexisting option. 3 years ago
timntorres a7a039d53a Add option to include upscaler name in filename. 3 years ago
AUTOMATIC 991e2dcee9 remove NSFW filter and its dependency; if you still want it, find it in the extensions section 3 years ago
AUTOMATIC d06592267c use less javascript for this non-js-only implementation of the clear prompt button. 3 years ago
AUTOMATIC1111 2028aa06c0
Merge pull request #3198 from papuSpartan/master
Add Clear Prompt button to roll_col
3 years ago
AUTOMATIC1111 cce306cb67
Merge pull request #5441 from timntorres/add-5433-avoid-sending-size-option
Add option to avoid sending size between interfaces.
3 years ago
papuSpartan 6387043fd2
Merge branch 'AUTOMATIC1111:master' into master 3 years ago
AUTOMATIC bab91b1279 add Noise multiplier option to infotext 3 years ago
AUTOMATIC1111 8ee1acc1e4
Merge pull request #5373 from mezotaken/master
add noise strength parameter similar to NAI
3 years ago
zhaohu xing 965fc5ac5a delete a file
Signed-off-by: zhaohu xing <920232796@qq.com>
3 years ago
Zac Liu a25dfebeed
Merge pull request #3 from 920232796/master
fix device support for mps
update the support for SD2.0
3 years ago
Zac Liu 3ebf977a6e
Merge branch 'AUTOMATIC1111:master' into master 3 years ago
timntorres 7057c72ae3 Add opt. to avoid sending size between interfaces. 3 years ago
AUTOMATIC b6e5edd746 add built-in extension system
add support for adding upscalers in extensions
move LDSR, ScuNET and SwinIR to built-in extensions
3 years ago
Vladimir Repin cf3e844d1d add noise strength parameter similar to NAI 3 years ago
AUTOMATIC1111 5cd5a672f7
Merge pull request #4459 from kavorite/color-sketch-inpainting
add `--gradio-inpaint-tool` and option to specify `color-sketch`
3 years ago
AUTOMATIC c7af672186 more simple config option name plus mouseover hint for clip skip 3 years ago
zhaohu xing 9c86fb8cac fix bug
Signed-off-by: zhaohu xing <920232796@qq.com>
3 years ago
space-nuko be2e6de94a Fix clip skip of 1 not being restored from prompts 3 years ago
zhaohu xing 0831ab476c
Merge branch 'master' into master 3 years ago
zhaohu xing 75c4511e6b add AltDiffusion to webui
Signed-off-by: zhaohu xing <920232796@qq.com>
3 years ago
AUTOMATIC1111 9e78d2c419
Merge pull request #4416 from Keavon/cors-regex
Add CORS-allow policy launch argument using regex
3 years ago
AUTOMATIC1111 eb08550108
Merge pull request #4663 from xucj98/draft
fix the model name error of Real-ESRGAN in the opts default value
3 years ago
AUTOMATIC b48b7999c8 Merge remote-tracking branch 'flamelaw/master' 3 years ago
AUTOMATIC b006382784 serve images from where they are saved instead of a temporary directory
add an option to choose a different temporary directory in the UI
add an option to cleanup the selected temporary directory at startup
3 years ago
AUTOMATIC ce6911158b Add support Stable Diffusion 2.0 3 years ago
xucj98 263b323de1
Merge branch 'AUTOMATIC1111:master' into draft 3 years ago
AUTOMATIC c81d440d87 moved deepdanbooru to pure pytorch implementation 3 years ago
flamelaw bd68e35de3 Gradient accumulation, autocast fix, new latent sampling method, etc 3 years ago
Keavon Chambers 2f90496b19
Merge branch 'master' into cors-regex 3 years ago
AUTOMATIC1111 ccd73fc186
Merge pull request #4717 from papuSpartan/security
Add --server-name to the list of arguments considered insecure
3 years ago
AUTOMATIC1111 41e242b220
Merge pull request #4733 from MaikoTan/api-authorization
feat: add http basic authentication for api
3 years ago
AUTOMATIC 5a6387e189 make it possible to change models etc by editing options using API 3 years ago
Maiko Tan 336c341a7c
Merge branch 'master' into api-authorization 3 years ago
Muhammad Rizqi Nur f1bdf2b15f Merge branch 'a1111' into vae-misc 3 years ago
AUTOMATIC d9fd4525a5 change text for sd_vae_as_default that makes more sense to me 3 years ago
AUTOMATIC1111 3951806058
Merge pull request #4842 from R-N/vae-as-default
Option to use selected VAE as default fallback instead of primary option
3 years ago
Muhammad Rizqi Nur c8f7b5cdd7 Misc
Misc
3 years ago
Muhammad Rizqi Nur 0663706d44 Option to use selected VAE as default fallback instead of primary option 3 years ago
Maiko Sinkyaet Tan 8f2ff861d3
feat: add http basic authentication for api 3 years ago
papuSpartan 3405acc6a4 Give --server-name priority over --listen and add check for --server-name in addition to --share and --listen 3 years ago
Xu Cuijie d20dbe47e0 fix the model name error of Real-ESRGAN in the opts default value 3 years ago
AUTOMATIC a1a376331c make existing script loading and new preload code use same code for loading modules
limit extension preload scripts to just one file named preload.py
3 years ago
AUTOMATIC1111 e5690d0bf2
Merge pull request #4488 from d8ahazard/ExtensionPreload
Add option to preload extensions
3 years ago
AUTOMATIC1111 73776907ec
Merge pull request #4117 from TinkTheBoush/master
Adding optional tag shuffling for training
3 years ago
KyuSeok Jung 0959907f87
adding tag dropout option 3 years ago
KyuSeok Jung 6f8a807fe4
Update shared.py 3 years ago
d8ahazard cfcadeae9a Add option to preload extensions
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.
3 years ago
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