From 5b54086663c52c8696f9b114c14d4a70d49f31ed Mon Sep 17 00:00:00 2001 From: Kohya S Date: Tue, 16 May 2023 07:09:21 +0900 Subject: [PATCH] update readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 86ca9a4f..846d23fb 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,13 @@ The majority of scripts is licensed under ASL 2.0 (including codes from Diffuser ## Change History +### 16 May 2023, 2023/05/16 + +- Fixed an issue where an error would occur if the encoding of the prompt file was different from the default. [PR #510](https://github.com/kohya-ss/sd-scripts/pull/510) Thanks to sdbds! + - Please save the prompt file in UTF-8. +- プロンプトファイルのエンコーディングがデフォルトと異なる場合にエラーが発生する問題を修正しました。 [PR #510](https://github.com/kohya-ss/sd-scripts/pull/510) sdbds氏に感謝します。 + - プロンプトファイルはUTF-8で保存してください。 + ### 15 May 2023, 2023/05/15 - Added [English translation of documents](https://github.com/darkstorm2150/sd-scripts#links-to-usage-documentation) by darkstorm2150. Thank you very much!