From 589a90bfbc59d9e49e671552c5e67fb1671fb0b0 Mon Sep 17 00:00:00 2001 From: Kohya S Date: Wed, 19 Apr 2023 21:54:55 +0900 Subject: [PATCH] update readme --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 66bfb87d..c77d66b6 100644 --- a/README.md +++ b/README.md @@ -127,10 +127,11 @@ The majority of scripts is licensed under ASL 2.0 (including codes from Diffuser ## Change History -### 17 Apr. 2023, 2023/4/17: - -- Added the `--recursive` option to each script in the `finetune` folder to process folders recursively. Please refer to [PR #400](https://github.com/kohya-ss/sd-scripts/pull/400/) for details. Thanks to Linaqruf! -- `finetune`フォルダ内の各スクリプトに再起的にフォルダを処理するオプション`--recursive`を追加しました。詳細は [PR #400](https://github.com/kohya-ss/sd-scripts/pull/400/) を参照してください。Linaqruf 氏に感謝します。 +### 19 Apr. 2023, 2023/4/19: +- Fixed `lora_interrogator.py` not working. Please refer to [PR #392](https://github.com/kohya-ss/sd-scripts/pull/392) for details. Thank you A2va and heyalexchoi! +- Fixed the handling of tags containing `_` in `tag_images_by_wd14_tagger.py`. +- `lora_interrogator.py`が動作しなくなっていたのを修正しました。詳細は [PR #392](https://github.com/kohya-ss/sd-scripts/pull/392) をご参照ください。A2va氏およびheyalexchoi氏に感謝します。 +- `tag_images_by_wd14_tagger.py`で`_`を含むタグの取り扱いを修正しました。 ### Naming of LoRA @@ -164,6 +165,11 @@ LoRA-LierLa は[Web UI向け拡張](https://github.com/kohya-ss/sd-webui-additio LoRA-C3Liarを使いWeb UIで生成するには拡張を使用してください。 +### 17 Apr. 2023, 2023/4/17: + +- Added the `--recursive` option to each script in the `finetune` folder to process folders recursively. Please refer to [PR #400](https://github.com/kohya-ss/sd-scripts/pull/400/) for details. Thanks to Linaqruf! +- `finetune`フォルダ内の各スクリプトに再起的にフォルダを処理するオプション`--recursive`を追加しました。詳細は [PR #400](https://github.com/kohya-ss/sd-scripts/pull/400/) を参照してください。Linaqruf 氏に感謝します。 + ### 14 Apr. 2023, 2023/4/14: - Fixed a bug that caused an error when loading DyLoRA with the `--network_weight` option in `train_network.py`. - `train_network.py`で、DyLoRAを`--network_weight`オプションで読み込むとエラーになる不具合を修正しました。