You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@ This repository contains training, generation and utility scripts for Stable Dif
3
3
[__Change History__](#change-history) is moved to the bottom of the page.
4
4
更新履歴は[ページ末尾](#change-history)に移しました。
5
5
6
+
Latest update: 2025-03-21 (Version 0.9.1)
7
+
6
8
[日本語版READMEはこちら](./README-ja.md)
7
9
8
10
The development version is in the `dev` branch. Please check the dev branch for the latest changes.
@@ -146,6 +148,11 @@ The majority of scripts is licensed under ASL 2.0 (including codes from Diffuser
146
148
147
149
## Change History
148
150
151
+
### Mar 21, 2025 / 2025-03-21 Version 0.9.1
152
+
153
+
- Fixed a bug where some of LoRA modules for CLIP Text Encoder were not trained. Thank you Nekotekina for PR [#1964](https://github.com/kohya-ss/sd-scripts/pull/1964)
154
+
- The LoRA modules for CLIP Text Encoder are now 264 modules, which is the same as before. Only 88 modules were trained in the previous version.
155
+
149
156
### Jan 17, 2025 / 2025-01-17 Version 0.9.0
150
157
151
158
-__important__ The dependent libraries are updated. Please see [Upgrade](#upgrade) and update the libraries.
0 commit comments