diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-07-25 13:31:01 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2023-07-25 13:31:01 +0000 |
commit | 99ef3b6c5218c3b6b6ecd24be53e6e8c8b7b8384 (patch) | |
tree | 5a722f2b8cd3a908e0991cda0f6ca95b28311034 /CHANGELOG.md | |
parent | 65b6f8d3d58ff4122162b68b6f126d63c98723ea (diff) | |
download | stable-diffusion-webui-gfx803-99ef3b6c5218c3b6b6ecd24be53e6e8c8b7b8384.tar.gz stable-diffusion-webui-gfx803-99ef3b6c5218c3b6b6ecd24be53e6e8c8b7b8384.tar.bz2 stable-diffusion-webui-gfx803-99ef3b6c5218c3b6b6ecd24be53e6e8c8b7b8384.zip |
update readme
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 63a2c7d3..511a1583 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## 1.5.1
+
+### Minor:
+ * support parsing text encoder blocks in some new LoRAs
+
+### Extensions and API:
+ * add postprocess_batch_list script callback
+
+### Bug Fixes:
+ * 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
+
+
## 1.5.0
### Features:
|