We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65b6f8d commit 99ef3b6Copy full SHA for 99ef3b6
1 file changed
CHANGELOG.md
@@ -1,3 +1,22 @@
1
+## 1.5.1
2
+
3
+### Minor:
4
+ * support parsing text encoder blocks in some new LoRAs
5
6
+### Extensions and API:
7
+ * add postprocess_batch_list script callback
8
9
+### Bug Fixes:
10
+ * fix reload altclip model error
11
+ * prepend the pythonpath instead of overriding it
12
+ * fix typo in SD_WEBUI_RESTARTING
13
+ * if txt2img/img2img raises an exception, finally call state.end()
14
+ * fix composable diffusion weight parsing
15
+ * restyle Startup profile for black users
16
+ * fix webui not launching with --nowebui
17
+ * catch exception for non git extensions
18
19
20
## 1.5.0
21
22
### Features:
0 commit comments