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
AUTOMATIC1111 and GitHub
c57cb6e89c
Merge pull request #12318 from catboxanon/sysinfo-new-page
...
Open raw sysinfo link in new page
2023-08-04 20:31:10 +03:00
AUTOMATIC1111
682ff8936d
glorious, glorious wonderful clear milky white butter smooth color for inpainting
...
you are the best, gradio
how I yearned for this day
i always believed in you
i knew you had it in you
this day marks a new beginning
thank you, everyone
thank you
2023-08-04 18:51:25 +03:00
AUTOMATIC1111 and GitHub
f08a69e629
Merge pull request #12310 from catboxanon/fix/gradio-3-39-0-textbox-overflow
...
Fix Gradio 3.39.0 textbox overflow
2023-08-04 15:55:25 +03:00
AUTOMATIC1111
fadbab3781
Curse you, gradio!!! fixes broken refresh button #12309
2023-08-04 14:56:39 +03:00
AUTOMATIC1111 and GitHub
a0e74c4db4
Merge pull request #12308 from catboxanon/fix/gradio-3-39-0-inpaint-mask
...
Fix inpaint mask for Gradio 3.39.0
2023-08-04 13:16:50 +03:00
AUTOMATIC1111 and GitHub
2e613a6ffc
Merge pull request #12304 from catboxanon/fix/extras-infotext-paste
...
Correctly toggle extras checkbox for infotext paste
2023-08-04 12:04:11 +03:00
AUTOMATIC1111 and GitHub
c93857922a
Merge pull request #12201 from AnyISalIn/dev
...
fix: sdxl model invalid configuration after the hijack
2023-08-04 11:53:19 +03:00
AUTOMATIC1111 and GitHub
6391128b41
Merge pull request #12306 from catboxanon/fix/hires-infotext-paste
...
Only enable hires fix if hires scale or upscaler found in params for infotext paste
2023-08-04 11:52:17 +03:00
AUTOMATIC1111 and GitHub
e81b431701
Merge pull request #12307 from daxijiu/dev
...
fix some content are ignore by localization
2023-08-04 11:33:34 +03:00
AUTOMATIC1111
f0c1063a70
resolve some of circular import issues for kohaku
2023-08-04 09:13:46 +03:00
AUTOMATIC1111 and GitHub
09165916fa
Merge pull request #12297 from AUTOMATIC1111/sort-VAE
...
sort VAE
2023-08-04 08:53:47 +03:00
AUTOMATIC1111 and GitHub
3f9e09a615
Merge pull request #11831 from wzgrx/dev
...
Dev The requirements.txt installation version is required to be updated. I have tested the latest version and SD can be used normally
2023-08-04 08:12:33 +03:00
AUTOMATIC1111 and GitHub
01486f6896
Merge pull request #12300 from catboxanon/dev
...
Add exponential scheduler variant to sampler selection for DPM-Solver++(2M) SDE sampler
2023-08-04 08:11:13 +03:00
AUTOMATIC1111 and GitHub
56c3f94ba3
Merge branch 'dev' into dev
2023-08-04 08:05:21 +03:00
AUTOMATIC1111
073c0ebba3
add gradio version warning
2023-08-04 08:04:23 +03:00
AUTOMATIC1111
362789a379
gradio 3.39
2023-08-04 08:04:23 +03:00
AUTOMATIC1111 and GitHub
71efc5bda8
Merge pull request #12298 from catboxanon/xyz-sampler
...
XYZ: Support hires sampler
2023-08-04 07:47:35 +03:00
AUTOMATIC1111 and GitHub
220e298417
Merge pull request #12294 from AUTOMATIC1111/cmd_arg-disable-extensions
...
add cmd_arg --disable-extensions all extra
2023-08-04 07:26:34 +03:00
AUTOMATIC1111
09c1be9674
put some of the shared functionality into toprow
...
write a comment for the toprow
2023-08-03 23:31:14 +03:00
AUTOMATIC1111
af528552d6
fix linter issues
2023-08-03 23:31:14 +03:00
AUTOMATIC1111
20549a50cb
add style editor dialog
...
rework toprow for img2img and txt2img to use a class with fields
fix the console error when editing checkpoint user metadata
2023-08-03 23:31:13 +03:00
AUTOMATIC1111 and GitHub
8e840e1519
Merge pull request #12269 from AUTOMATIC1111/TI-Hash-fix
...
fix missing TI hash
2023-08-03 12:56:19 +03:00
AUTOMATIC1111
0904df84e2
minor performance improvements for philox
2023-08-03 07:53:03 +03:00
AUTOMATIC1111
fca42949a3
rework torchsde._brownian.brownian_interval replacement to use device.randn_local and respect the NV setting.
2023-08-03 07:18:55 +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
ccb9233934
add yet another torch_gc to reclaim some of VRAM after the initial stage of img2img
2023-08-02 18:53:09 +03:00
AUTOMATIC1111
10ff071e33
update doggettx cross attention optimization to not use an unreasonable amount of memory in some edge cases -- suggestion by MorkTheOrk
2023-08-02 18:37:16 +03:00
AUTOMATIC1111
390bffa81b
repair merge error
2023-08-01 17:13:15 +03:00
AUTOMATIC1111
0c9b1e7969
Merge branch 'dev' into multiple_loaded_models
2023-08-01 16:55:55 +03:00
AUTOMATIC1111
6a0d498c8e
support tooltip kwarg for gradio elements
2023-08-01 12:50:23 +03:00
AUTOMATIC1111
401ba1b879
XYZ plot do not fail if an exception occurs
2023-08-01 09:22:53 +03:00
AUTOMATIC1111
07be13caa3
add metadata to checkpoint merger
2023-08-01 08:27:54 +03:00
AUTOMATIC1111
6d3a0c9506
move checkpoint merger UI to its own file
2023-08-01 07:43:43 +03:00
AUTOMATIC1111
0042954490
Split history: mv temp modules/ui.py
2023-08-01 07:15:16 +03:00
AUTOMATIC1111
8a4149accc
Split history: merge
2023-08-01 07:15:16 +03:00
AUTOMATIC1111
b98fa1c397
Split history: mv modules/ui.py temp
2023-08-01 07:15:15 +03:00
AUTOMATIC1111
c6b826d796
Split history: mv modules/ui.py modules/ui_checkpoint_merger.py
2023-08-01 07:15:15 +03:00
AUTOMATIC1111
2860c3be3e
add filename to to the table in user metadata editor
2023-08-01 07:10:42 +03:00
AUTOMATIC1111
4b43480fe8
show metadata for SD checkpoints in the extra networks UI
2023-08-01 07:08:11 +03:00
AUTOMATIC1111
151b8ed3a6
repair PLMS
2023-08-01 00:38:34 +03:00
AUTOMATIC1111
b235022c61
option to keep multiple models in memory
2023-08-01 00:24:48 +03:00
AUTOMATIC1111
c10633f93a
fix memory leak when generation fails
2023-07-31 22:03:05 +03:00
AUTOMATIC1111 and GitHub
0d577aba26
Merge pull request #12207 from akx/local-storage-guard
...
Don't crash if out of local storage quota
2023-07-31 14:00:49 +03:00
AUTOMATIC1111
c09bc2c608
fix "clamp_scalar_cpu" not implemented for 'Half'
2023-07-31 13:20:26 +03:00
AUTOMATIC1111
4d9b096663
additional memory improvements when switching between models of different types
2023-07-31 10:43:31 +03:00
AUTOMATIC1111
29d7e31d89
repair AttributeError: 'NoneType' object has no attribute 'conditioning_key'
2023-07-31 10:43:26 +03:00
AUTOMATIC1111
dca121e903
set the field to None instead
2023-07-31 09:13:07 +03:00
AUTOMATIC1111
0af4127fd1
delete the field that is preventing the model from being unloaded and is causing increased RAM usage
2023-07-30 19:36:24 +03:00
AUTOMATIC1111 and GitHub
a1eb49627a
Merge pull request #12177 from rubberbaron/prompt-parse-whitespace-around-numbers
...
add support for whitespace after the number in constructions like [fo…
2023-07-30 17:23:19 +03:00
AUTOMATIC1111
02038036ff
make it so that VAE NaNs autodetection also works during first pass of hires fix
2023-07-30 16:16:31 +03:00
AUTOMATIC1111 and GitHub
f60d9fbe29
Merge pull request #12178 from rubberbaron/xyz-grid-remove-dir
...
xyz_grid: in the axis labels, remove pathnames from model filenames
2023-07-30 15:32:34 +03:00
AUTOMATIC1111
cc53db6652
this time for sure
2023-07-30 15:30:33 +03:00