diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-07-27 06:03:44 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2023-07-27 06:03:44 +0000 |
commit | 25004d4eeef015d8f886c537d3a5a9f54d07898e (patch) | |
tree | 86202cb718f2210a297cb3d3e32522f249dd98c2 | |
parent | 91a131aa6ca26d35f7879d8240e4f6e321130160 (diff) | |
parent | 68f336bd994bed5442ad95bad6b6ad5564a5409a (diff) | |
download | stable-diffusion-webui-gfx803-25004d4eeef015d8f886c537d3a5a9f54d07898e.tar.gz stable-diffusion-webui-gfx803-25004d4eeef015d8f886c537d3a5a9f54d07898e.tar.bz2 stable-diffusion-webui-gfx803-25004d4eeef015d8f886c537d3a5a9f54d07898e.zip |
Merge branch 'master' into dev
-rw-r--r-- | CHANGELOG.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 63a2c7d3..b18c6867 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +## 1.5.1
+
+### Minor:
+ * support parsing text encoder blocks in some new LoRAs
+ * delete scale checker script due to user demand
+
+### Extensions and API:
+ * add postprocess_batch_list script callback
+
+### Bug Fixes:
+ * fix TI training for SD1
+ * fix reload altclip model error
+ * prepend the pythonpath instead of overriding it
+ * fix typo in SD_WEBUI_RESTARTING
+ * if txt2img/img2img raises an exception, finally call state.end()
+ * fix composable diffusion weight parsing
+ * restyle Startup profile for black users
+ * fix webui not launching with --nowebui
+ * catch exception for non git extensions
+ * fix some options missing from /sdapi/v1/options
+ * fix for extension update status always saying "unknown"
+ * fix display of extra network cards that have `<>` in the name
+ * update lora extension to work with python 3.8
+
+
## 1.5.0
### Features:
|