AUTOMATIC1111
7ba8f11688
fix missing restricted_opts from shared
2023-08-09 15:06:03 +03:00
AUTOMATIC1111
386245a264
split shared.py into multiple files; should resolve all circular reference import errors related to shared.py
2023-08-09 10:25:35 +03:00
AUTOMATIC1111
7d81ecbea6
Split history: mv temp modules/shared.py
2023-08-09 08:47:53 +03:00
AUTOMATIC1111
da0712ee7d
Split history: mv modules/shared.py temp
2023-08-09 08:47:53 +03:00
AUTOMATIC1111
0d5dc9a6e7
rework RNG to use generators instead of generating noises beforehand
2023-08-09 08:43:31 +03:00
dhwz
2a72d76d6f
fix typo
2023-08-08 19:08:37 +02:00
w-e-w
f17c8c2eff
Merge branch 'dev' into auro-autolaunch
2023-08-08 11:39:34 +09:00
w-e-w
c75bda867b
setting: Automatically open webui in browser on startup
2023-08-08 11:29:33 +09:00
AUTOMATIC1111
4c72377bbf
Options in main UI update
...
- correctly read values from pasted infotext
- setting for column count
- infotext paste: do not add a field to override settings if some other component is already handling it
2023-08-07 09:42:13 +03:00
AUTOMATIC1111
3453710d10
Merge pull request #12375 from catboxanon/k-diffusion-sigma
...
Clean up k-diffusion sigma params
2023-08-07 08:20:05 +03:00
AUTOMATIC1111
c96e4750d8
SD VAE rework 2
...
- the setting for preferring opts.sd_vae has been inverted and reworded
- resolve_vae function made easier to read and now returns an object rather than a tuple
- if the checkbox for overriding per-model preferences is checked, opts.sd_vae overrides checkpoint user metadata
- changing VAE in user metadata for currently loaded model immediately applies the selection
2023-08-07 08:07:20 +03:00
catboxanon
7bcfb4654f
Add info to k-diffusion sigma params
2023-08-06 12:41:21 -04:00
catboxanon
976963ab6d
Clean up k-diffusion sigma params
2023-08-06 12:30:23 -04:00
AUTOMATIC1111
57e8a11d17
enable cond cache by default
2023-08-06 13:25:51 +03:00
AUTOMATIC1111
f9950da3e3
create dir for gradio themes cache if it's missing
2023-08-06 12:39:28 +03:00
AUTOMATIC1111
2e8b40004e
Merge pull request #12355 from AUTOMATIC1111/gradio-theme-cache
...
Gradio theme cache
2023-08-06 06:37:48 +03:00
w-e-w
e9c591b101
Gradio theme cache
2023-08-06 12:33:20 +09:00
AUTOMATIC1111
d86d12e911
rework saving incomplete images
2023-08-06 06:21:36 +03:00
AUTOMATIC1111
2844d9597b
Merge pull request #12338 from AUTOMATIC1111/dont-save-incomplete-images
...
don't save incomplete images
2023-08-06 06:05:47 +03:00
AUTOMATIC1111
9cbde6c9fd
Merge pull request #12356 from catboxanon/fix/s-churn-max
...
Increase `s_churn` max value
2023-08-06 05:56:05 +03:00
catboxanon
c11104fed5
Add s_tmax
2023-08-05 21:42:03 -04:00
catboxanon
dfc01c68cd
Increase s_churn max value
2023-08-05 21:23:58 -04:00
AUTOMATIC1111
c6278c15a8
add explanation for gradio themes
2023-08-05 17:11:37 +03:00
dhwz
1f7fc4d7a3
fix whitespace
2023-08-05 16:07:57 +02:00
dhwz
8ece321df3
add new gradio themes
2023-08-05 16:03:06 +02:00
w-e-w
1d7dcdb6c3
Option to not save incomplete images
2023-08-05 19:07:53 +09:00
AUTOMATIC1111
60183eebc3
add description to VAE setting page
2023-08-05 11:18:13 +03:00
AUTOMATIC1111
36ca80d004
put VAE into a separate settings page
2023-08-05 10:43:06 +03:00
AUTOMATIC1111
c980dca234
Merge pull request #12331 from AUTOMATIC1111/need_Reload-UI_not_Restart
...
only need Reload UI not Restart
2023-08-05 09:37:18 +03:00
w-e-w
7a64601428
need Reload UI not Restart
2023-08-05 14:21:28 +09:00
Kohaku-Blueleaf
d56a9cfe6a
Merge branch 'dev' into efficient-vae-methods
2023-08-05 13:12:37 +08:00
AUTOMATIC1111
22ecb78b51
Merge branch 'dev' into multiple_loaded_models
2023-08-05 07:52:29 +03:00
Kohaku-Blueleaf
a6b245e46f
dix
2023-08-05 12:49:35 +08:00
AUTOMATIC1111
0ae2767ae6
Merge pull request #12181 from AUTOMATIC1111/hires_checkpoint
...
Hires fix change checkpoint
2023-08-05 07:47:34 +03:00
AUTOMATIC1111
d2b842ce07
move img2img settings to their own section
2023-08-05 07:46:22 +03:00
Kohaku-Blueleaf
d8371d0b3c
update info
2023-08-05 12:37:46 +08:00
AUTOMATIC1111
e7140a36c0
change default color to white
2023-08-05 07:36:25 +03:00
w-e-w
1d60a609a9
configurable masks color and default brush color
2023-08-05 09:34:26 +09:00
Kohaku-Blueleaf
75336dfc84
add TAESD for i2i and t2i
2023-08-04 13:38:52 +08:00
AUTOMATIC1111
362789a379
gradio 3.39
2023-08-04 08:04:23 +03:00
AUTOMATIC1111
84b6fcd02c
add NV option for Random number generator source setting, which allows to generate same pictures on CPU/AMD/Mac as on NVidia videocards.
2023-08-03 00:00:23 +03:00
AUTOMATIC1111
b235022c61
option to keep multiple models in memory
2023-08-01 00:24:48 +03:00
AUTOMATIC1111
3bca90b249
hires fix checkpoint selection
2023-07-30 13:48:27 +03:00
AUTOMATIC1111
23c947ab03
automatically switch to 32-bit float VAE if the generated picture has NaNs.
2023-07-19 20:23:30 +03:00
AUTOMATIC1111
136c8859a4
add backwards compatibility --lyco-dir-backcompat option, use that for LyCORIS directory instead of hardcoded value
...
prevent running preload.py for disabled extensions
2023-07-18 20:11:30 +03:00
AUTOMATIC1111
66c5f1bb15
return sd_model_checkpoint to None
2023-07-18 17:41:37 +03:00
Leon Feng
a3730bd9be
Merge branch 'dev' into fix-11805
2023-07-18 04:24:14 -04:00
AUTOMATIC1111
0198eaec45
Merge pull request #11757 from AUTOMATIC1111/sdxl
...
SD XL support
2023-07-16 12:04:53 +03:00
AUTOMATIC1111
690d56f3c1
nuke thumbs extra networks view mode (use settings tab to change width/height/scale to get thumbs)
2023-07-16 10:25:34 +03:00
Leon Feng
d380f939b5
Update shared.py
2023-07-15 23:31:59 -04:00