From 449e70b4cf075059223d2732951fbb416f0edba6 Mon Sep 17 00:00:00 2001 From: Kohya S <52813779+kohya-ss@users.noreply.github.com> Date: Fri, 13 Feb 2026 08:31:22 +0900 Subject: [PATCH] README: Update change history for version 0.10.1 with Anima model support --- README-ja.md | 5 +++++ README.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/README-ja.md b/README-ja.md index 68bb7af8..51935728 100644 --- a/README-ja.md +++ b/README-ja.md @@ -50,6 +50,11 @@ Stable Diffusion等の画像生成モデルの学習、モデルによる画像 ### 更新履歴 +- **Version 0.10.1 (2026-02-13):** + - [Anima Preview](https://huggingface.co/circlestone-labs/Anima)モデルのLoRA学習およびfine-tuningをサポートしました。[PR #2260](https://github.com/kohya-ss/sd-scripts/pull/2260) および[PR #2261](https://github.com/kohya-ss/sd-scripts/pull/2261) + - 素晴らしいモデルを公開された CircleStone Labs、および PR #2260を提出していただいたduongve13112002氏に深く感謝します。 + - 詳細は[ドキュメント](./docs/anima_train_network.md)をご覧ください。 + - **Version 0.10.0 (2026-01-19):** - `sd3`ブランチを`main`ブランチにマージしました。このバージョンからFLUX.1およびSD3/SD3.5等のモデルが`main`ブランチでサポートされます。 - ドキュメントにはまだ不備があるため、お気づきの点はIssue等でお知らせください。 diff --git a/README.md b/README.md index 312b7904..88b58359 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,11 @@ If you find this project helpful, please consider supporting its development via ### Change History +- **Version 0.10.1 (2026-02-13):** + - [Anima Preview](https://huggingface.co/circlestone-labs/Anima) model LoRA training and fine-tuning are now supported. See [PR #2260](https://github.com/kohya-ss/sd-scripts/pull/2260) and [PR #2261](https://github.com/kohya-ss/sd-scripts/pull/2261). + - Many thanks to CircleStone Labs for releasing this amazing model, and to duongve13112002 for submitting great PR #2260. + - For details, please refer to the [documentation](./docs/anima_train_network.md). + - **Version 0.10.0 (2026-01-19):** - `sd3` branch is merged to `main` branch. From this version, FLUX.1 and SD3/SD3.5 etc. are supported in the `main` branch. - There are still some missing parts in the documentation, so please let us know if you find any issues via Issues etc.