From 1d588d6cb6134130e1cd60381d78201b90041c12 Mon Sep 17 00:00:00 2001 From: Kohya S <52813779+kohya-ss@users.noreply.github.com> Date: Tue, 7 Apr 2026 08:44:31 +0900 Subject: [PATCH] README: Add planned changes for next release and improve Intel GPU compatibility --- README-ja.md | 3 +++ README.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/README-ja.md b/README-ja.md index f4f912a2..2b27d7fe 100644 --- a/README-ja.md +++ b/README-ja.md @@ -50,6 +50,9 @@ Stable Diffusion等の画像生成モデルの学習、モデルによる画像 ### 更新履歴 +- 次のリリースに含まれる予定の主な変更点は以下の通りです。リリース前の変更点は予告なく変更される可能性があります。 + - Intel GPUの互換性を向上しました。[PR #2307](https://github.com/kohya-ss/sd-scripts/pull/2307) WhitePr氏に感謝します。 + - **Version 0.10.2 (2026-03-30):** - SD/SDXLのLECO学習に対応しました。[PR #2285](https://github.com/kohya-ss/sd-scripts/pull/2285) および [PR #2294](https://github.com/kohya-ss/sd-scripts/pull/2294) umisetokikaze氏に深く感謝します。 - 詳細は[ドキュメント](./docs/train_leco.md)をご覧ください。 diff --git a/README.md b/README.md index fc041db3..e4967748 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,9 @@ If you find this project helpful, please consider supporting its development via ### Change History +- The following are the main changes planned for the next release. Please note that these changes may be subject to change without notice before the release. + - Improved compatibility with Intel GPUs. Thanks to WhitePr for [PR #2307](https://github.com/kohya-ss/sd-scripts/pull/2307). + - **Version 0.10.2 (2026-03-30):** - 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). - Please refer to the [documentation](./docs/train_leco.md) for details.