AUTOMATIC1111 and GitHub
887bcfdf65
Merge pull request #12447 from AUTOMATIC1111/extra-networks-metadata-indent-
...
save extra networks metadata with indent
2023-08-10 16:46:08 +03:00
AUTOMATIC1111 and GitHub
40ccd26b19
Merge pull request #12450 from catboxanon/cache-file
...
Add env var for cache file
2023-08-10 16:45:44 +03:00
AUTOMATIC1111 and GitHub
942d7a118a
Merge pull request #12452 from AUTOMATIC1111/use-new-style-constructor
...
use new style constructor
2023-08-10 16:43:27 +03:00
AUTOMATIC1111
070b034cd5
put infotext label for setting into OptionInfo definition rather than in a separate list
2023-08-10 16:42:26 +03:00
AUTOMATIC1111
9d78d317ae
add VAE to infotext
2023-08-10 16:22:10 +03:00
AUTOMATIC1111
b13806c150
fix a bug preventing normal operation if a string is added to a gr.Number component via ui-config.json
2023-08-10 16:15:34 +03:00
AUTOMATIC1111
4f6582cb66
add precision=0 to gr.Number seed
2023-08-10 16:10:42 +03:00
AUTOMATIC1111
1b3093fe3a
fix --use-textbox-seed
2023-08-10 15:58:53 +03:00
AUTOMATIC1111
4d93f48f09
fix for multiple input accordions
2023-08-10 15:32:54 +03:00
AUTOMATIC1111
0883810592
comment for InputAccordion
2023-08-10 13:02:50 +03:00
AUTOMATIC1111
faca86620d
linter fixes
2023-08-10 12:58:00 +03:00
AUTOMATIC1111
6c23061a7d
avoid importing gradio in tests because it spams warnings
2023-08-10 12:50:03 +03:00
AUTOMATIC1111
33446acf47
face restoration and tiling moved to settings - use "Options in main UI" setting if you want them back
2023-08-10 12:41:41 +03:00
AUTOMATIC1111
9199b6b7eb
add a custom UI element that combines accordion and checkbox
...
rework hires fix UI to use accordion
prevent bogus progress output in console when calculating hires fix dimensions
2023-08-10 11:20:46 +03:00
AUTOMATIC1111
2c5106ed06
additional work on gradio styles;
...
make the accordion change affect all accordions, not just inside scripts div
2023-08-10 07:57:52 +03:00
AUTOMATIC1111 and GitHub
6ed1541ef5
Merge pull request #12312 from catboxanon/script-accordion-style
...
Add styling for script components
2023-08-10 07:05:44 +03:00
AUTOMATIC1111 and GitHub
736aaf348b
Merge pull request #12440 from catboxanon/dev
...
Use better symbol for extra networks sort
2023-08-10 06:39:38 +03:00
AUTOMATIC1111 and GitHub
f0edd26998
Merge pull request #12439 from catboxanon/fix/slerp-import
...
Add slerp import for extension backwards compat
2023-08-10 06:37:44 +03:00
AUTOMATIC1111
66c32e40e8
fix gradio themes not applying
2023-08-09 21:19:33 +03:00
AUTOMATIC1111
edfae9e78a
add --loglevel commandline argument for logging
...
remove the progressbar for extension installation in favor of logging output
2023-08-09 20:49:33 +03:00
AUTOMATIC1111 and GitHub
c7b9394daf
Merge pull request #12435 from daswer123/auto-expand
...
Zoom and pan: fix auto-expand
2023-08-09 20:04:44 +03:00
AUTOMATIC1111 and GitHub
ab42f81c75
Merge pull request #12436 from catboxanon/fix/tqdm
...
Only import `tqdm` when needed in `launch_utils`
2023-08-09 20:03:55 +03:00
AUTOMATIC1111
95821f0132
split webui.py's initialization and utility functions into separate files
2023-08-09 18:11:13 +03:00
AUTOMATIC1111
a2a97e57f0
simplify
2023-08-09 17:08:36 +03:00
AUTOMATIC1111 and GitHub
f2ebcee7c4
Merge pull request #11925 from wfjsw/ext-inst-pbar
...
Progressbar for extension installers
2023-08-09 17:03:24 +03:00
AUTOMATIC1111
eed963e972
Lora cache in memory
2023-08-09 16:54:49 +03:00
AUTOMATIC1111
7ba8f11688
fix missing restricted_opts from shared
2023-08-09 15:06:03 +03:00
AUTOMATIC1111
aa10faa591
fix checkpoint name jumping around in the list of checkpoints for no good reason
2023-08-09 14:47:44 +03:00
AUTOMATIC1111 and GitHub
358f55db6a
Merge pull request #12424 from AUTOMATIC1111/extra-network-metadata-inherit-old-description
...
extra network metadata inherit old description
2023-08-09 14:41:30 +03:00
AUTOMATIC1111 and GitHub
c8c48640e6
Merge pull request #12426 from AUTOMATIC1111/split_shared
...
Split shared.py into multiple files
2023-08-09 14:40:06 +03:00
AUTOMATIC1111 and GitHub
2617598b7a
Merge pull request #12392 from olivierlacan/fix/fastapi
...
Pin fastapi to > 0.90.1 to fix crash
2023-08-09 14:25:50 +03:00
AUTOMATIC1111 and GitHub
8eea891718
Merge pull request #12396 from Uminosachi/fix-mismatch-shared
...
Fix mismatch between shared.sd_model & shared.opts
2023-08-09 14:20:12 +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
8cf8fc6794
Split history: merge
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
a6f840b4dc
Split history: mv modules/shared.py modules/shared_options.py
2023-08-09 08:47:52 +03:00
AUTOMATIC1111
0d5dc9a6e7
rework RNG to use generators instead of generating noises beforehand
2023-08-09 08:43:31 +03:00
AUTOMATIC1111
d81d3fa8cd
fix styles missing from the prompt in infotext when making a grid of batch of multiplie images
2023-08-09 07:45:06 +03:00
AUTOMATIC1111 and GitHub
7f9dbc45b1
Merge pull request #12413 from daswer123/auto-expand
...
Zoom and pan: option to auto-expand a wide image
2023-08-09 07:03:30 +03:00
AUTOMATIC1111 and GitHub
08e538e2e6
Merge pull request #12422 from catboxanon/fix/hr-same-sampler
...
Fix HR `Use same sampler` option
2023-08-09 07:00:48 +03:00
AUTOMATIC1111 and GitHub
a2360de3f3
Merge pull request #12412 from dhwz/dev
...
fix typo
2023-08-08 23:30:57 +03:00
AUTOMATIC1111
0e83c67525
by request: fix tiled vae extension
2023-08-08 22:27:32 +03:00
AUTOMATIC1111
70c63c1208
pass samplers from UI by name, make it possible to use a sampler from infotext even if it's hidden in the dropdown
2023-08-08 21:28:34 +03:00
AUTOMATIC1111
ae1bde1aa1
put commonly used samplers on top, make DPM++ 2M Karras the default choice
2023-08-08 21:10:12 +03:00
AUTOMATIC1111
a8a256f9b5
REMOVE
2023-08-08 21:08:50 +03:00
AUTOMATIC1111
8285a149d8
add CFG denoiser implementation for DDIM, PLMS and UniPC (this is the commit when you can run both old and new implementations to compare them)
2023-08-08 21:04:44 +03:00
AUTOMATIC1111
2d8e4a6544
split sd_samplers_kdiffusion into two
2023-08-08 18:35:31 +03:00
AUTOMATIC1111
c721884cf5
Split history: mv temp modules/sd_samplers_kdiffusion.py
2023-08-08 18:32:18 +03:00
AUTOMATIC1111
ee2b8f2e1b
Split history: merge
2023-08-08 18:32:18 +03:00
AUTOMATIC1111
a3e27019e4
Split history: mv modules/sd_samplers_kdiffusion.py temp
2023-08-08 18:32:17 +03:00
AUTOMATIC1111
7e88f57aaa
Split history: mv modules/sd_samplers_kdiffusion.py modules/sd_samplers_cfg_denoiser.py
2023-08-08 18:32:17 +03:00
AUTOMATIC1111 and GitHub
902f8cf292
Merge pull request #12254 from AUTOMATIC1111/auro-autolaunch
...
Automatically open webui in browser when running "locally"
2023-08-08 06:44:49 +03:00
AUTOMATIC1111
01997f45ba
fix extra_options_section misbehaving when there's just one extra_options element
2023-08-07 18:49:23 +03:00
AUTOMATIC1111 and GitHub
251140fc88
Merge pull request #12379 from diegocr/dev
...
Allow to open images in new browser tab by MMB.
2023-08-07 17:48:13 +03:00
AUTOMATIC1111 and GitHub
912356133a
Merge pull request #12387 from huaizong/feature/whz/fix-api-only-mode-lora-nowork
...
Feature/whz/fix api only mode lora nowork
2023-08-07 13:36:26 +03:00
AUTOMATIC1111 and GitHub
fd67eafc65
Merge pull request #12385 from catboxanon/dev
...
Remove deprecated style method
2023-08-07 09:43:59 +03: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
0ea20a0d52
rework #12230 to not have duplicate code
2023-08-07 08:38:18 +03:00
AUTOMATIC1111 and GitHub
5cf37ca89f
Merge pull request #12230 from wfjsw/git-clone-autofix
...
Git autofix
2023-08-07 08:27:27 +03:00
AUTOMATIC1111 and GitHub
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
6e7828e1d2
apply unet overrides after switching model
2023-08-07 08:16:20 +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
AUTOMATIC1111 and GitHub
5a38a9c0ee
Merge pull request #12369 from diegocr/dev
...
add explicit content-type header for image/webp
2023-08-06 17:52:28 +03: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
aa42c0ff8e
repair broken live previews if using VAE with half
2023-08-06 07:41:24 +03:00
AUTOMATIC1111 and GitHub
06da34d47a
Merge pull request #12358 from catboxanon/sigma-infotext
...
Add missing k-diffusion sigma params to infotext
2023-08-06 06:56:07 +03:00
AUTOMATIC1111
5cae08f2c3
fix rework saving incomplete images
2023-08-06 06:55:19 +03:00
AUTOMATIC1111 and GitHub
2e8b40004e
Merge pull request #12355 from AUTOMATIC1111/gradio-theme-cache
...
Gradio theme cache
2023-08-06 06:37:48 +03:00
AUTOMATIC1111
ee96a6a588
do the same for s_tmax #12345
2023-08-06 06:32:41 +03:00
AUTOMATIC1111 and GitHub
92b99f3273
Merge pull request #12354 from catboxanon/fix/s-noise
...
Allow `s_noise` override to actually be used
2023-08-06 06:26:57 +03:00
AUTOMATIC1111 and GitHub
ee75416e3e
Merge branch 'dev' into fix/s-noise
2023-08-06 06:25:35 +03:00
AUTOMATIC1111
d86d12e911
rework saving incomplete images
2023-08-06 06:21:36 +03:00
AUTOMATIC1111 and GitHub
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 and GitHub
dd1e2726f3
Merge pull request #12352 from bannsec/bannsec-patch-1
...
Update README.md
2023-08-06 06:05:28 +03:00
AUTOMATIC1111 and GitHub
9cbde6c9fd
Merge pull request #12356 from catboxanon/fix/s-churn-max
...
Increase `s_churn` max value
2023-08-06 05:56:05 +03:00
AUTOMATIC1111 and GitHub
f4e4992a4a
Merge pull request #12357 from catboxanon/s-tmax
...
Add option for `s_tmax`
2023-08-06 05:55:20 +03:00
AUTOMATIC1111
c6278c15a8
add explanation for gradio themes
2023-08-05 17:11:37 +03:00
AUTOMATIC1111 and GitHub
0a0a6b2a4d
Merge pull request #12346 from dhwz/dev
...
add new gradio themes
2023-08-05 17:08:38 +03: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
3f451f3042
do not add VAE Encoder/Decoder to infotext if it's the default
2023-08-05 10:36:26 +03:00
AUTOMATIC1111 and GitHub
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
AUTOMATIC1111 and GitHub
f879cac1e7
Merge pull request #12311 from AUTOMATIC1111/efficient-vae-methods
...
Add TAESD(or more) options for all the VAE encode/decode operation
2023-08-05 09:24:26 +03:00
AUTOMATIC1111
ad510b2cd3
fix refresh button for styles
2023-08-05 09:17:36 +03:00
AUTOMATIC1111
c74c708ed8
add checkbox to show/hide dirs for extra networks
2023-08-05 09:15:18 +03:00
AUTOMATIC1111
e053e21af6
put localStorage stuff into its own file
2023-08-05 08:48:03 +03:00
AUTOMATIC1111 and GitHub
a32f270a47
Merge pull request #11808 from AUTOMATIC1111/extra-networks-always-visible
...
Always show extra networks tabs in the UI
2023-08-05 08:07:26 +03:00
AUTOMATIC1111
8197f24dbc
remove the extra networks button
2023-08-05 08:07:13 +03:00
AUTOMATIC1111
ef1698fd6d
Merge branch 'dev' into extra-networks-always-visible
2023-08-05 08:01:38 +03:00
AUTOMATIC1111 and GitHub
c613416af3
Merge pull request #12227 from AUTOMATIC1111/multiple_loaded_models
...
option to keep multiple models in memory
2023-08-05 07:52:50 +03:00
AUTOMATIC1111
22ecb78b51
Merge branch 'dev' into multiple_loaded_models
2023-08-05 07:52:29 +03:00
AUTOMATIC1111 and GitHub
0ae2767ae6
Merge pull request #12181 from AUTOMATIC1111/hires_checkpoint
...
Hires fix change checkpoint
2023-08-05 07:47:34 +03:00
AUTOMATIC1111 and GitHub
e64263653a
Merge pull request #12327 from catboxanon/fix/filename-invalid-chars
...
Add tab and carriage return to invalid filename chars
2023-08-05 07:47:07 +03:00
AUTOMATIC1111
d2b842ce07
move img2img settings to their own section
2023-08-05 07:46:22 +03:00
AUTOMATIC1111
e7140a36c0
change default color to white
2023-08-05 07:36:25 +03:00
AUTOMATIC1111 and GitHub
63cac3c3cc
Merge pull request #12326 from AUTOMATIC1111/configurable-masks-color-and-default-brush-color-
...
configurable masks color and default brush color
2023-08-05 07:34:22 +03:00
AUTOMATIC1111
4560176640
added VAE selection to checkpoint user metadata
2023-08-04 22:05:50 +03:00
AUTOMATIC1111 and GitHub
31a9966b9d
Merge pull request #12319 from catboxanon/fix/alternating-words-empty
...
Prompt parser: Account for empty field in alternating words syntax
2023-08-04 20:35:25 +03:00