Zac Liu
a25dfebeed
Merge pull request #3 from 920232796/master
...
fix device support for mps
update the support for SD2.0
2022-12-06 09:17:57 +08:00
Zac Liu
3ebf977a6e
Merge branch 'AUTOMATIC1111:master' into master
2022-12-06 09:16:15 +08:00
timntorres
7057c72ae3
Add opt. to avoid sending size between interfaces.
2022-12-05 03:41:36 -08:00
AUTOMATIC
b6e5edd746
add built-in extension system
...
add support for adding upscalers in extensions
move LDSR, ScuNET and SwinIR to built-in extensions
2022-12-03 18:06:33 +03:00
Vladimir Repin
cf3e844d1d
add noise strength parameter similar to NAI
2022-12-03 18:05:47 +03:00
AUTOMATIC1111
5cd5a672f7
Merge pull request #4459 from kavorite/color-sketch-inpainting
...
add `--gradio-inpaint-tool` and option to specify `color-sketch`
2022-12-03 10:06:27 +03:00
AUTOMATIC
c7af672186
more simple config option name plus mouseover hint for clip skip
2022-12-03 09:41:39 +03:00
zhaohu xing
9c86fb8cac
fix bug
...
Signed-off-by: zhaohu xing <920232796@qq.com>
2022-12-02 16:08:46 +08:00
space-nuko
be2e6de94a
Fix clip skip of 1 not being restored from prompts
2022-12-01 11:34:16 -08:00
zhaohu xing
0831ab476c
Merge branch 'master' into master
2022-11-30 10:13:17 +08:00
zhaohu xing
75c4511e6b
add AltDiffusion to webui
...
Signed-off-by: zhaohu xing <920232796@qq.com>
2022-11-29 10:28:41 +08:00
AUTOMATIC1111
9e78d2c419
Merge pull request #4416 from Keavon/cors-regex
...
Add CORS-allow policy launch argument using regex
2022-11-27 18:50:12 +03:00
AUTOMATIC1111
eb08550108
Merge pull request #4663 from xucj98/draft
...
fix the model name error of Real-ESRGAN in the opts default value
2022-11-27 14:16:45 +03:00
AUTOMATIC
b48b7999c8
Merge remote-tracking branch 'flamelaw/master'
2022-11-27 12:19:59 +03:00
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
2022-11-27 11:52:53 +03:00
AUTOMATIC
ce6911158b
Add support Stable Diffusion 2.0
2022-11-26 16:10:46 +03:00
xucj98
263b323de1
Merge branch 'AUTOMATIC1111:master' into draft
2022-11-25 17:07:00 +08:00
AUTOMATIC
c81d440d87
moved deepdanbooru to pure pytorch implementation
2022-11-20 16:39:20 +03:00
flamelaw
bd68e35de3
Gradient accumulation, autocast fix, new latent sampling method, etc
2022-11-20 12:35:26 +09:00
Keavon Chambers
2f90496b19
Merge branch 'master' into cors-regex
2022-11-19 10:34:31 -08:00
AUTOMATIC1111
ccd73fc186
Merge pull request #4717 from papuSpartan/security
...
Add --server-name to the list of arguments considered insecure
2022-11-19 15:31:09 +03:00
AUTOMATIC1111
41e242b220
Merge pull request #4733 from MaikoTan/api-authorization
...
feat: add http basic authentication for api
2022-11-19 15:20:03 +03:00
AUTOMATIC
5a6387e189
make it possible to change models etc by editing options using API
2022-11-19 15:15:24 +03:00
Maiko Tan
336c341a7c
Merge branch 'master' into api-authorization
2022-11-19 20:13:07 +08:00
Muhammad Rizqi Nur
f1bdf2b15f
Merge branch 'a1111' into vae-misc
2022-11-19 15:20:07 +07:00
AUTOMATIC
d9fd4525a5
change text for sd_vae_as_default that makes more sense to me
2022-11-19 11:09:44 +03:00
AUTOMATIC1111
3951806058
Merge pull request #4842 from R-N/vae-as-default
...
Option to use selected VAE as default fallback instead of primary option
2022-11-19 10:59:42 +03:00
Muhammad Rizqi Nur
c8f7b5cdd7
Misc
...
Misc
2022-11-19 12:04:12 +07:00
Muhammad Rizqi Nur
0663706d44
Option to use selected VAE as default fallback instead of primary option
2022-11-19 11:49:06 +07:00
Maiko Sinkyaet Tan
8f2ff861d3
feat: add http basic authentication for api
2022-11-15 16:12:34 +08:00
papuSpartan
3405acc6a4
Give --server-name priority over --listen and add check for --server-name in addition to --share and --listen
2022-11-14 14:07:13 -06:00
Xu Cuijie
d20dbe47e0
fix the model name error of Real-ESRGAN in the opts default value
2022-11-13 10:31:03 +08:00
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
2022-11-12 10:56:06 +03:00
AUTOMATIC1111
e5690d0bf2
Merge pull request #4488 from d8ahazard/ExtensionPreload
...
Add option to preload extensions
2022-11-12 10:29:15 +03:00
AUTOMATIC1111
73776907ec
Merge pull request #4117 from TinkTheBoush/master
...
Adding optional tag shuffling for training
2022-11-11 15:46:20 +03:00
KyuSeok Jung
0959907f87
adding tag dropout option
2022-11-11 10:31:14 +09:00
KyuSeok Jung
6f8a807fe4
Update shared.py
2022-11-11 09:22:49 +09:00
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.
2022-11-08 10:03:56 -06:00
kavorite
9ed4a126bd
add gradio-inpaint-tool; color-sketch
2022-11-07 19:58:49 -05:00
Keavon Chambers
a258fd60db
Add CORS-allow policy launch argument using regex
2022-11-07 00:13:58 -08:00
papuSpartan
00ebc26c4e
Merge branch 'AUTOMATIC1111:master' into master
2022-11-06 21:05:28 -06:00
AUTOMATIC
a2a1a2f727
add ability to create extensions that add localizations
2022-11-06 09:02:35 +03:00
KyuSeok Jung
9b7289c349
Merge branch 'master' into master
2022-11-06 03:08:45 +09:00
AUTOMATIC1111
37ba0070ec
Merge branch 'master' into feat/allow-origins
2022-11-05 16:20:40 +03:00
AUTOMATIC1111
e96c434495
Merge pull request #3975 from aria1th/force-push-patch-13
...
Save/loading AdamW optimizer (for hypernetworks)
2022-11-05 16:15:00 +03:00
papuSpartan
e9a5562b9b
add support for tls (gradio tls options)
2022-11-05 04:06:51 -05:00
evshiron
b8435e632f
add --cors-allow-origins cmd opt
2022-11-05 02:36:47 +08:00
AUTOMATIC
f316280ad3
fix the error that prevents from setting some options
2022-11-04 16:49:04 +03:00
TinkTheBoush
821e2b883d
change option position to Training setting
2022-11-04 19:39:03 +09:00
AngelBottomless
7278897982
Update shared.py
2022-11-04 17:12:28 +09:00
AUTOMATIC1111
2913b9f025
Merge pull request #4178 from HeyImKyu/PreviewOnBatchCompletion
...
Added option to preview Created images on batch completion.
2022-11-04 10:59:27 +03:00
AUTOMATIC
ccf1a15412
add an option to enable installing extensions with --listen or --share
2022-11-04 10:16:19 +03:00
AngelBottomless
179702adc4
Merge branch 'AUTOMATIC1111:master' into force-push-patch-13
2022-11-04 15:51:09 +09:00
AUTOMATIC
f2b69709ea
move option access checking to options class out of various places scattered through code
2022-11-04 09:42:25 +03:00
Kyu♥
f1b6ac64e4
Added option to preview Created images on batch completion.
2022-11-02 17:24:42 +01:00
AngelBottomless
7ea5956ad5
now add
2022-11-02 22:18:55 +09:00
AUTOMATIC1111
675b51ebd3
Merge pull request #3986 from R-N/vae-picker
...
VAE Selector
2022-11-02 14:12:27 +03:00
AUTOMATIC
eb5e82c7dd
do not unnecessarily run VAE one more time when saving intermediate image with hires fix
2022-11-02 12:45:03 +03:00
timntorres
9c67408004
Allow saving "before-highres-fix. ( #4150 )
...
* Save image/s before doing highres fix.
2022-11-02 12:18:21 +03:00
AUTOMATIC
4a8cf01f6f
remove duplicate code from #3970
2022-11-02 12:12:32 +03:00
evshiron
51e0a83969
Merge branch 'master' into fix/progress-api
2022-11-02 12:31:33 +08:00
papuSpartan
d0d74e459d
Merge branch 'AUTOMATIC1111:master' into js
2022-11-01 14:05:57 -05:00
Muhammad Rizqi Nur
f8c6468d42
Merge branch 'master' into vae-picker
2022-11-02 00:25:08 +07:00
AUTOMATIC1111
d7622d97f2
Merge pull request #4004 from mamawr/master
...
Added "--clip-models-path" switch
2022-11-01 18:19:12 +03:00
AUTOMATIC1111
f071a1d25a
Merge pull request #4056 from MarkovInequality/TI_optimizations
...
Allow TI training using 6GB VRAM when xformers is available
2022-11-01 18:17:56 +03:00
papuSpartan
25de9df364
Merge branch 'AUTOMATIC1111:master' into master
2022-10-31 15:08:54 -05:00
AUTOMATIC
9e22a35754
fix the error with extension tab not working because of the previous commit
2022-10-31 18:45:50 +03:00
AUTOMATIC
dc7425a56e
disable access to extension stuff for non-local servers
2022-10-31 18:33:44 +03:00
AUTOMATIC
910a097ae2
add initial version of the extensions tab
...
fix broken Restart Gradio button
2022-10-31 17:37:02 +03:00
Fampai
3b0127e698
Merge branch 'master' of https://github.com/AUTOMATIC1111/stable-diffusion-webui into TI_optimizations
2022-10-31 09:54:51 -04:00
Fampai
006756f9cd
Added TI training optimizations
...
option to use xattention optimizations when training
option to unload vae when training
2022-10-31 07:26:08 -04:00
mawr
d587586d3b
Added "--clip-models-path" switch to avoid using default "~/.cache/clip" and enable to run under unprivileged user without homedir
2022-10-31 00:14:07 +03:00
Muhammad Rizqi Nur
cb31abcf58
Settings to select VAE
2022-10-30 21:54:31 +07:00
evshiron
be27fd4690
fix broken progress api by previous rework
2022-10-30 17:01:10 +08:00
AUTOMATIC
149784202c
rework #3722 to not introduce duplicate code
2022-10-30 09:10:22 +03:00
evshiron
88f46a5bec
update progress response model
2022-10-30 05:04:29 +08:00
evshiron
6b719c49b1
Merge branch 'master' into feat/progress-api
2022-10-30 03:45:29 +08:00
AUTOMATIC
beb6fc2979
move send seed option to UI section and make it false by default
2022-10-29 09:57:22 +03:00
AUTOMATIC
af547f63c3
Merge branch 'Inspiron'
2022-10-29 08:48:11 +03:00
AUTOMATIC
a1e5e0d766
skip filenames starting with . for img2img and extras batch modes
2022-10-29 08:11:03 +03:00
random_thoughtss
b68c7c437e
Updated name and hover text.
2022-10-27 11:45:35 -07:00
random_thoughtss
a38496c1de
Moved mask weight config to SD section
2022-10-27 11:31:31 -07:00
random-thoughtss
f3f2ffd448
Merge branch 'AUTOMATIC1111:master' into master
2022-10-27 11:19:12 -07:00
yfszzx
4a4647e0df
create send to buttons in one module
2022-10-27 13:36:11 +08:00
evshiron
fddb4883f4
prototype progress api
2022-10-26 22:39:08 +08:00
AUTOMATIC
1e428238db
add override_settings to API as an alternative to #3629
2022-10-26 11:47:17 +03:00
random_thoughtss
8b4f32779f
Switch to a continous blend for cond. image.
2022-10-25 13:15:08 -07:00
random_thoughtss
f9549d1cbb
Added option to use unmasked conditioning image.
2022-10-25 11:14:12 -07:00
yfszzx
f300d0f2b4
Merge branch 'Inspiron' of https://github.com/yfszzx/stable-diffusion-webui-plus into Inspiron
2022-10-25 18:48:24 +08:00
yfszzx
9ba439b533
need some rights for extensions
2022-10-25 18:48:07 +08:00
不会画画的中医不是好程序员
5bfa2b23ca
Merge branch 'AUTOMATIC1111:master' into Inspiron
2022-10-25 15:38:33 +08:00
yfszzx
ff305acd51
some rights for extensions
2022-10-25 15:33:43 +08:00
brkirch
4c24347e45
Remove BSRGAN from --use-cpu, add SwinIR
2022-10-25 09:42:53 +03:00
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.
2022-10-24 14:03:58 +03:00
w-e-w
3be6b29d81
indent=4 config.json
2022-10-24 10:22:48 +03:00
yfszzx
cef1b89aa2
remove browser to extension
2022-10-24 10:10:33 +08:00
yfszzx
124e44cf1e
remove browser to extension
2022-10-24 09:51:56 +08:00
yfszzx
6a9ea40d7f
Move browser and Inspiration into extension
2022-10-23 16:17:37 +08:00
AUTOMATIC
be748e8b08
add --freeze-settings commandline argument to disable changing settings
2022-10-22 22:05:22 +03:00
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
2022-10-22 20:48:13 +03:00
Unnoen
4fdb53c1e9
Generate grid preview for progress image
2022-10-22 20:36:04 +03:00
AUTOMATIC
d37cfffd53
added callback for creating new settings in extensions
2022-10-22 19:18:56 +03:00
AUTOMATIC1111
1fa53dab2c
Merge branch 'master' into cuda-device-id-selection
2022-10-22 13:57:20 +03:00
AUTOMATIC
2b91251637
removed aesthetic gradients as built-in
...
added support for extensions
2022-10-22 12:23:58 +03:00
Extraltodeus
29bfacd63c
implement CUDA device selection, --device-id arg
2022-10-22 00:12:46 +02:00
papuSpartan
9e40520f00
refactor internal terminology to use 'clear' instead of 'trash' like #2728
2022-10-21 15:13:12 -05:00
papuSpartan
4a9ff0891a
Merge branch 'AUTOMATIC1111:master' into master
2022-10-21 13:53:32 -05:00
yfszzx
bb0f1a2cda
inspiration finished
2022-10-22 01:23:00 +08:00
AUTOMATIC
26d1073745
Merge remote-tracking branch 'historytab/master'
2022-10-21 18:49:56 +03:00
Rcmcpe
02e4d4694d
Change option description of unload_models_when_training
2022-10-21 16:53:06 +03:00
AUTOMATIC
7d6b388d71
Merge branch 'ae'
2022-10-21 13:35:01 +03:00
papuSpartan
a3b047b7c7
add settings option to toggle button visibility
2022-10-20 19:28:58 -05:00
yfszzx
d07cb46f34
inspiration pull request
2022-10-20 23:58:52 +08:00
Melan
29e74d6e71
Add support for Tensorboard for training embeddings
2022-10-20 16:26:16 +02:00
discus0434
42fbda83bb
layer options moves into create hnet ui
2022-10-19 14:30:33 +00:00
MalumaDev
2362d5f00e
Merge branch 'master' into test_resolve_conflicts
2022-10-19 10:22:39 +02:00
discus0434
5d16f59794
Merge branch 'master' into master
2022-10-19 14:56:27 +09:00
AUTOMATIC
5daf9cbb98
Merge remote-tracking branch 'origin/api'
2022-10-19 08:44:51 +03:00
yfszzx
538bc89c26
Image browser improved
2022-10-19 11:27:51 +08:00
discus0434
7f2095c6c8
update
2022-10-19 01:01:22 +09:00
discus0434
6021f7a75f
add options to custom hypernetwork layer structure
2022-10-19 00:51:36 +09:00
MalumaDev
c2765c9bcd
Merge branch 'master' into test_resolve_conflicts
2022-10-18 17:27:30 +02:00
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
2022-10-18 15:18:02 +03:00
yfszzx
eb299527b1
Image browser
2022-10-18 20:14:11 +08:00
DepFA
4c605c5174
add shared option for update check
2022-10-18 15:10:09 +03:00
AUTOMATIC
d2f459c5cf
clarify the comment for the new option from #2959 and move it to UI section.
2022-10-18 14:22:52 +03:00
trufty
8b02662215
Disable auto weights swap with config option
2022-10-18 14:19:06 +03:00
AUTOMATIC1111
f6c758d055
Merge branch 'master' into dark-mode
2022-10-18 14:04:17 +03:00
MalumaDev
1997ccff13
Merge branch 'master' into test_resolve_conflicts
2022-10-18 08:55:08 +02:00
Ryan Voots
1df3ff25e6
Add --nowebui as a means of disabling the webui and run on the other port
2022-10-18 08:44:50 +03:00
AUTOMATIC
cf47d13c1e
localization support
2022-10-17 21:15:32 +03:00
Michoko
665beebc08
Use of a --theme argument for more flexibility
...
Added possibility to set the theme (light or dark)
2022-10-17 18:24:24 +02:00
Michoko
8c6a981d5d
Added dark mode switch
...
Launch the UI in dark mode with the --dark-mode switch
2022-10-17 11:05:05 +02:00
arcticfaded
60251c9456
initial prototype by borrowing contracts
2022-10-17 11:34:22 +03:00
yfszzx
2a3e7ed872
Merge branch 'master' of https://github.com/yfszzx/stable-diffusion-webui-plus
2022-10-17 15:23:32 +08:00
yfszzx
5b1394bead
speed up images history perfect
2022-10-17 15:20:16 +08:00
MalumaDev
589215df22
Merge branch 'master' into test_resolve_conflicts
2022-10-16 21:06:21 +02:00
SGKoishi
c8045c5ad4
The hide_ui_dir_config flag also restrict write attempt to path settings
2022-10-16 20:59:06 +03:00
MalumaDev
ae0fdad64a
Merge branch 'master' into test_resolve_conflicts
2022-10-16 17:55:58 +02:00
MalumaDev
9324cdaa31
ui fix, re organization of the code
2022-10-16 17:53:56 +02:00
MalumaDev
523140d780
ui fix
2022-10-16 10:23:30 +02:00
ddPn08
3395ba493f
Allow specifying the region of ngrok.
2022-10-16 09:56:33 +03:00
MalumaDev
7b7561f6e4
Merge branch 'master' into test_resolve_conflicts
2022-10-15 16:20:17 +02:00
MalumaDev
37d7ffb415
fix to tokens lenght, addend embs generator, add new features to edit the embedding before the generation using text
2022-10-15 15:59:37 +02:00
NO_ob
eef3bc6490
typo
2022-10-15 16:13:13 +03:00
AUTOMATIC
f7ca63937a
bring back scale latent option in settings
2022-10-15 13:23:12 +03:00
AUTOMATIC1111
af144ebdc7
Merge branch 'master' into ckpt-cache
2022-10-15 10:35:18 +03:00
Rae Fu
e21f01f645
add checkpoint cache option to UI for faster model switching
...
switching time reduced from ~1500ms to ~280ms
2022-10-14 14:09:23 -06:00
AUTOMATIC
03d62538ae
remove duplicate code for log loss, add step, make it read from options rather than gradio input
2022-10-14 22:43:55 +03:00
AUTOMATIC
bb295f5478
rework the code for lowram a bit
2022-10-14 20:03:41 +03:00
Ljzd-PRO
a8eeb2b7ad
add --lowram
parameter
...
load models to VRM instead of RAM (for machines which have bigger VRM than RAM such as free Google Colab server)
2022-10-14 19:57:23 +03:00
Gugubo
43f926aad1
Add option to prevent empty spots in grid (1/2)
2022-10-14 19:54:24 +03:00
brkirch
fdef8253a4
Add 'interrogate' and 'all' choices to --use-cpu
...
* Add 'interrogate' and 'all' choices to --use-cpu
* Change type for --use-cpu argument to str.lower, so that choices are case insensitive
2022-10-14 16:31:39 +03:00
MalumaDev
bb57f30c2d
init
2022-10-14 10:56:41 +02:00
AUTOMATIC
354ef0da3b
add hypernetwork multipliers
2022-10-13 20:12:37 +03:00
AUTOMATIC
a10b0e11fc
options to refresh list of models and hypernetworks
2022-10-13 19:22:49 +03:00
AUTOMATIC
bb7baf6b9c
add option to change what's shown in quicksettings bar
2022-10-13 16:22:25 +03:00
AUTOMATIC1111
4f73e057a9
Merge pull request #2324 from HunterVacui/interrogate_include_ranks_in_output
...
Interrogate: add option to include ranks in output
2022-10-13 08:05:41 +03:00
AUTOMATIC
78592d404a
remove interrogate option I accidentally deleted
2022-10-13 07:40:03 +03:00
Greg Fuller
fb3cefb348
Merge remote-tracking branch 'upstream/master' into interrogate_include_ranks_in_output
2022-10-12 12:44:41 -07:00
AUTOMATIC
698d303b04
deepbooru: added option to use spaces or underscores
...
deepbooru: added option to quote (\) in tags
deepbooru/BLIP: write caption to file instead of image filename
deepbooru/BLIP: now possible to use both for captions
deepbooru: process is stopped even if an exception occurs
2022-10-12 21:55:43 +03:00
AUTOMATIC
c3c8eef9fd
train: change filename processing to be more simple and configurable
...
train: make it possible to make text files with prompts
train: rework scheduler so that there's less repeating code in textual inversion and hypernets
train: move epochs setting to options
2022-10-12 20:49:47 +03:00
AUTOMATIC
336bd8703c
just add the deepdanbooru settings unconditionally
2022-10-12 09:00:07 +03:00
AUTOMATIC
ee10c41e2a
Merge remote-tracking branch 'origin/steve3d'
2022-10-12 08:35:52 +03:00
AUTOMATIC1111
2e2d45b281
Merge pull request #2143 from JC-Array/deepdanbooru_pre_process
...
deepbooru tags for textual inversion preproccessing
2022-10-12 08:35:27 +03:00
AUTOMATIC
6ac2ec2b78
create dir for hypernetworks
2022-10-12 07:01:20 +03:00
Greg Fuller
d717eb079c
Interrogate: add option to include ranks in output
...
Since the UI also allows users to specify ranks, it can be useful to show people what ranks are being returned by interrogate
This can also give much better results when feeding the interrogate results back into either img2img or txt2img, especially when trying to generate a specific character or scene for which you have a similar concept image
Testing Steps:
Launch Webui with command line arg: --deepdanbooru
Navigate to img2img tab, use interrogate DeepBooru, verify tags appears as before. Use "Interrogate CLIP", verify prompt appears as before
Navigate to Settings tab, enable new option, click "apply settings"
Navigate to img2img, Interrogate DeepBooru again, verify that weights appear and are properly formatted. Note that "Interrogate CLIP" prompt is still unchanged
In my testing, this change has no effect to "Interrogate CLIP", as it seems to generate a sentence-structured caption, and not a set of tags.
(reproduce changes from 6ed4faac46
)
2022-10-11 18:02:41 -07:00
supersteve3d
65b973ac4e
Update shared.py
...
Correct typo to "Unload VAE and CLIP from VRAM when training" in settings tab.
2022-10-12 08:21:52 +08:00
JC_Array
f53f703aeb
resolved conflicts, moved settings under interrogate section, settings only show if deepbooru flag is enabled
2022-10-11 18:12:12 -05:00
JC-Array
963d986396
Merge branch 'AUTOMATIC1111:master' into deepdanbooru_pre_process
2022-10-11 17:33:15 -05:00
AUTOMATIC
d4ea5f4d86
add an option to unload models during hypernetwork training to save VRAM
2022-10-11 19:03:08 +03:00
brkirch
c0484f1b98
Add cross-attention optimization from InvokeAI
...
* Add cross-attention optimization from InvokeAI (~30% speed improvement on MPS)
* Add command line option for it
* Make it default when CUDA is unavailable
2022-10-11 17:24:00 +03:00
AUTOMATIC
873efeed49
rename hypernetwork dir to hypernetworks to prevent clash with an old filename that people who use zip instead of git clone will have
2022-10-11 15:51:30 +03:00
JamnedZ
5992564448
Cleaned ngrok integration
2022-10-11 15:38:53 +03:00
AUTOMATIC
530103b586
fixes related to merge
2022-10-11 14:53:02 +03:00
hentailord85ez
5e2627a1a6
Comma backtrack padding ( #2192 )
...
Comma backtrack padding
2022-10-11 09:55:28 +03:00
Kenneth
8617396c6d
Added slider for deepbooru score threshold in settings
2022-10-11 09:43:16 +03:00
JC-Array
47f5e216da
Merge branch 'deepdanbooru_pre_process' into master
2022-10-10 18:10:49 -05:00
JC_Array
76ef3d75f6
added deepbooru settings (threshold and sort by alpha or likelyhood)
2022-10-10 18:01:49 -05:00
AUTOMATIC
f98338faa8
add an option to not add watermark to created images
2022-10-10 23:15:48 +03:00
AUTOMATIC1111
b3d3b335cf
Merge pull request #2131 from ssysm/upstream-master
...
Add VAE Path Arguments
2022-10-10 20:45:14 +03:00
AUTOMATIC
39919c40dd
add eta noise seed delta option
2022-10-10 20:32:44 +03:00
AUTOMATIC
7349088d32
--no-half-vae
2022-10-10 16:16:29 +03:00
ssysm
6fdad291bd
Merge branch 'master' of https://github.com/AUTOMATIC1111/stable-diffusion-webui into upstream-master
2022-10-09 23:20:39 -04:00
ssysm
cc92dc1f8d
add vae path args
2022-10-09 23:17:29 -04:00
Fampai
a14f7bf113
Corrected CLIP Layer Ignore description and updated its range to the max possible
2022-10-09 22:31:23 +03:00
AUTOMATIC
6c383d2e82
show model selection setting on top of page
2022-10-09 22:24:07 +03:00
AUTOMATIC
875ddfeecf
added guard for torch.load to prevent loading pickles with unknown content
2022-10-09 17:58:43 +03:00
AUTOMATIC
e6e8cabe0c
change up #2056 to make it work how i want it to plus make xy plot write correct values to images
2022-10-09 14:57:48 +03:00
William Moorehouse
d6d10a37bf
Added extended model details to infotext
2022-10-09 14:49:15 +03:00
Nicolas Noullet
1ffeb42d38
Fix typo
2022-10-09 11:10:13 +03:00
Fampai
122d42687b
Fix VRAM Issue by only loading in hypernetwork when selected in settings
2022-10-09 11:08:11 +03:00
AUTOMATIC1111
e00b4df7c6
Merge pull request #1752 from Greendayle/dev/deepdanbooru
...
Added DeepDanbooru interrogator
2022-10-09 10:52:21 +03:00
Aidan Holland
432782163a
chore: Fix typos
2022-10-08 22:42:30 +03:00
Fampai
1371d7608b
Added ability to ignore last n layers in FrozenCLIPEmbedder
2022-10-08 22:10:37 +03:00
Greendayle
0ec80f0125
Merge branch 'master' into dev/deepdanbooru
2022-10-08 18:28:22 +02:00
AUTOMATIC
3061cdb7b6
add --force-enable-xformers option and also add messages to console regarding cross attention optimizations
2022-10-08 19:22:15 +03:00
Greendayle
01f8cb4447
made deepdanbooru optional, added to readme, automatic download of deepbooru model
2022-10-08 18:02:56 +02:00
AUTOMATIC
dc1117233e
simplify xfrmers options: --xformers to enable and that's it
2022-10-08 17:02:18 +03:00
AUTOMATIC1111
48feae37ff
Merge pull request #1851 from C43H66N12O12S2/flash
...
xformers attention
2022-10-08 16:29:59 +03:00