diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-27 06:44:13 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-27 06:44:13 +0000 |
commit | 897312de46352c39d03b6811844c128426fbae80 (patch) | |
tree | 6a9c760f924eda8da1e6995bd943e487d73b51c4 /CHANGELOG.md | |
parent | 23c6b5f1242f89c37a094d7a9237491c1ca1da34 (diff) | |
download | stable-diffusion-webui-gfx803-897312de46352c39d03b6811844c128426fbae80.tar.gz stable-diffusion-webui-gfx803-897312de46352c39d03b6811844c128426fbae80.tar.bz2 stable-diffusion-webui-gfx803-897312de46352c39d03b6811844c128426fbae80.zip |
update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bbde234..07798b5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -131,6 +131,10 @@ * fix defaults settings page breaking when any of main UI tabs are hidden
* fix incorrect save/display of new values in Defaults page in settings
* fix for Reload UI function: if you reload UI on one tab, other opened tabs will no longer stop working
+ * fix an error that prevents VAE being reloaded after an option change if a VAE near the checkpoint exists ([#12797](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12737))
+ * hide broken image crop tool ([#12792](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12737))
+ * don't show hidden samplers in dropdown for XYZ script ([#12780](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12737))
+ * fix style editing dialog breaking if it's opened in both img2img and txt2img tabs
## 1.5.2
|