AUTOMATIC
ee9fdf7f62
Add --skip-version-check to disable messages asking users to upgrade torch.
2023-01-30 14:56:28 +03:00
AUTOMATIC
f91068f426
change disable_weights_auto_swap to true by default
2023-01-30 00:37:26 +03:00
AUTOMATIC
938578e8a9
make it so that setting options in pasted infotext (like Clip Skip and ENSD) do not get applied directly and instead are added as temporary overrides
2023-01-30 00:25:30 +03:00
AUTOMATIC
b7d2af8c7f
add dropdowns in settings for hypernets and loras
2023-01-28 17:18:47 +03:00
Max Audron
5eee2ac398
add data-dir flag and set all user data directories based on it
2023-01-27 14:44:30 +01:00
AUTOMATIC
d2ac95fa7b
remove the need to place configs near models
2023-01-27 11:28:12 +03:00
AUTOMATIC
7a14c8ab45
add an option to enable sections from extras tab in txt2img/img2img
...
fix some style inconsistenices
2023-01-26 23:31:32 +03:00
brkirch
e3b53fd295
Add UI setting for upcasting attention to float32
...
Adds "Upcast cross attention layer to float32" option in Stable Diffusion settings. This allows for generating images using SD 2.1 models without --no-half or xFormers.
In order to make upcasting cross attention layer optimizations possible it is necessary to indent several sections of code in sd_hijack_optimizations.py so that a context manager can be used to disable autocast. Also, even though Stable Diffusion (and Diffusers) only upcast q and k, unfortunately my findings were that most of the cross attention layer optimizations could not function unless v is upcast also.
2023-01-25 01:13:04 -05:00
brkirch
84d9ce30cb
Add option for float32 sampling with float16 UNet
...
This also handles type casting so that ROCm and MPS torch devices work correctly without --no-half. One cast is required for deepbooru in deepbooru_model.py, some explicit casting is required for img2img and inpainting. depth_model can't be converted to float16 or it won't work correctly on some systems (it's known to have issues on MPS) so in sd_models.py model.depth_model is removed for model.half().
2023-01-25 01:13:02 -05:00
Vladimir Mandic
04a561c11c
add option to skip interrogate categories
2023-01-23 12:29:23 -05:00
Vladimir Mandic
efa7287be0
Merge branch 'AUTOMATIC1111:master' into interrogate
2023-01-23 12:25:07 -05:00
AUTOMATIC1111
171a5b3bb9
Merge pull request #7032 from gmq/extra-network-styles
...
Extra network view style
2023-01-23 18:46:37 +03:00
Vladimir Mandic
925dd09c91
improve interrogate
2023-01-23 09:03:17 -05:00
AUTOMATIC
3fa482076a
Merge remote-tracking branch 'takuma104/xformers-flash-attention'
2023-01-23 16:01:53 +03:00
AUTOMATIC
b5230197a6
rework extras tab to use script system
2023-01-23 09:24:43 +03:00
Guillermo Moreno
66eef11ce7
feat(extra-networks): add default view setting
2023-01-22 12:18:21 -03:00
AUTOMATIC
35419b2746
add an option to reorder tabs for extra networks
2023-01-22 11:00:05 +03:00
AUTOMATIC
2621566153
attention ctrl+up/down enhancements
2023-01-22 08:07:18 +03:00
AUTOMATIC
fe7a623e6b
add a slider for default value of added extra networks
2023-01-22 00:02:52 +03:00
AUTOMATIC
63b824376c
add --gradio-queue option to enable gradio queue
2023-01-21 18:47:54 +03:00
Takuma Mori
3262e825cc
add --xformers-flash-attention option & impl
2023-01-21 17:42:04 +09:00
AUTOMATIC
6d805b669e
make CLIP interrogator download original text files if the directory does not exist
...
remove random artist built-in extension (to re-added as a normal extension on demand)
remove artists.csv (but what does it mean????????????????????)
make interrogate buttons show Loading... when you click them
2023-01-21 09:14:27 +03:00
AUTOMATIC
40ff6db532
extra networks UI
...
rework of hypernets: rather than via settings, hypernets are added directly to prompt as <hypernet:name:weight>
2023-01-21 08:36:07 +03:00
vt-idiot
b271e22f7a
Update shared.py
...
`Witdth/Height` was driving me insane. -> `Width/Height`
2023-01-19 06:12:19 -05:00
AUTOMATIC
0f5dbfffd0
allow baking in VAE in checkpoint merger tab
...
do not save config if it's the default for checkpoint merger tab
change file naming scheme for checkpoint merger tab
allow just saving A without any merging for checkpoint merger tab
some stylistic changes for UI in checkpoint merger tab
2023-01-19 10:39:51 +03:00
AUTOMATIC1111
43fd6eaab8
Merge pull request #6851 from ddPn08/master
...
Add `--vae-dir` argument
2023-01-18 23:23:09 +03:00
AUTOMATIC
924e222004
add option to show/hide warnings
...
removed hiding warnings from LDSR
fixed/reworked few places that produced warnings
2023-01-18 23:04:24 +03:00
ddPn08
d906f87043
fix typo
2023-01-18 07:52:10 +09:00
ddPn08
6e08da2c31
Add --vae-dir
argument
2023-01-17 23:50:41 +09:00
AUTOMATIC
c361b89026
disable the new NaN check for the CI
2023-01-17 11:05:01 +03:00
AUTOMATIC
064983c0ad
return an option to hide progressbar
2023-01-16 12:56:30 +03:00
AUTOMATIC
3f887f7f61
support old configs that say "auto" for ssd_vae
...
change sd_vae_as_default to True by default as it's a more sensible setting
2023-01-16 00:44:52 +03:00
AUTOMATIC
3db22e6ee4
rename masking to inpaint in UI
...
make inpaint go to the right place for users who don't have it in config string
2023-01-15 23:32:38 +03:00
AUTOMATIC1111
30cfe4ed9b
Merge pull request #6758 from Poktay/allow_reorder_masking_controls
...
allow reordering of inpaint masking controls (like the other sections can be reordered)
2023-01-15 23:24:09 +03:00
AUTOMATIC1111
4385449933
Merge pull request #6778 from pangbo13/master
...
Fix unexpected behavior when show_progress_every_n_steps is set to -1
2023-01-15 22:54:14 +03:00
AUTOMATIC
a534bdfc80
add setting for progressbar update period
2023-01-15 20:29:55 +03:00
pangbo13
388708f7b1
fix when show_progress_every_n_steps == -1
2023-01-16 00:56:24 +08:00
AUTOMATIC
d8b90ac121
big rework of progressbar/preview system to allow multiple users to prompts at the same time and do not get previews of each other
2023-01-15 18:51:04 +03:00
Josh R
9ef41df6f9
add inpaint masking controls to orderable section that the settings can order
2023-01-14 15:26:45 -08:00
Vladimir Mandic
ce9827a7c5
Merge pull request #6731 from vladmandic/state_server_start
...
Add server start time to state info
2023-01-14 16:03:29 -05:00
AUTOMATIC
a5bbcd2153
fix bug with "Ignore selected VAE for..." option completely disabling VAE election
...
rework VAE resolving code to be more simple
2023-01-14 19:56:09 +03:00
Vladimir Mandic
fad850fc3d
add server_start to shared.state
2023-01-14 11:18:05 -05:00
AUTOMATIC
f94a215abe
add an option to choose what you want to see in live preview (Live preview subject) and moves live preview settings to its own tab
2023-01-14 16:29:23 +03:00
AUTOMATIC
08c6f009a5
load hashes from cache for checkpoints that have them
...
add checkpoint hash to footer
2023-01-14 15:55:40 +03:00
AUTOMATIC
f9ac3352cb
change hypernets to use sha256 hashes
2023-01-14 10:25:37 +03:00
AUTOMATIC
a95f135308
change hash to sha256
2023-01-14 09:56:59 +03:00
AUTOMATIC1111
9cd7716753
Merge branch 'master' into tensorboard
2023-01-13 14:57:38 +03:00
AUTOMATIC
0b8911d883
img2img UI rework: obsolete --gradio-img2img-tool --gradio-inpaint-tool and always show all tools each in own tab
2023-01-11 20:33:24 +03:00
AUTOMATIC
29fb532764
change color selector in settings to be part of form
2023-01-10 23:47:07 +03:00
AUTOMATIC
1fbb6f9ebe
make a dropdown for prompt template selection
2023-01-09 23:35:40 +03:00