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
fix: improve numerical stability by conditionally using float32 in Anima (kohya-ss#2302)
* fix: improve numerical stability by conditionally using float32 in block computations
* doc: update README for improvement stability for fp16 training on Anima in version 0.10.3
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,9 @@ If you find this project helpful, please consider supporting its development via
47
47
48
48
### Change History
49
49
50
+
-**Version 0.10.3 (2026-04-02):**
51
+
- Stability when training with fp16 on Anima has been further improved. See [PR #2302](https://github.com/kohya-ss/sd-scripts/pull/2302) for details. We deeply appreciate those who reported the issue.
52
+
50
53
-**Version 0.10.2 (2026-03-30):**
51
54
- LECO training for SD/SDXL is now supported. Many thanks to umisetokikaze for [PR #2285](https://github.com/kohya-ss/sd-scripts/pull/2285) and [PR #2294](https://github.com/kohya-ss/sd-scripts/pull/2294).
52
55
- Please refer to the [documentation](./docs/train_leco.md) for details.
0 commit comments