diff --git a/README.md b/README.md index c77d66b6..e925b8e7 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,20 @@ The majority of scripts is licensed under ASL 2.0 (including codes from Diffuser ## Change History +### 22 Apr. 2023, 2023/4/22: + +- Added support for logging to wandb. Please refer to [PR #428](https://github.com/kohya-ss/sd-scripts/pull/428). Thank you p1atdev! + - Please let me know if you find any bugs as the test is not complete. +- Improved the behavior of `--debug_dataset` on non-Windows environments. [PR #429](https://github.com/kohya-ss/sd-scripts/pull/429) Thank you tsukimiya! +- Fixed `--face_crop_aug` option not working in Fine tuning method. +- Prepared code to use any upscaler in `gen_img_diffusers.py`. + +- wandbへのロギングをサポートしました。詳細は [PR #428](https://github.com/kohya-ss/sd-scripts/pull/428)をご覧ください。p1atdev氏に感謝します。 + - テスト未了のため不具合等ありましたらご連絡ください。 +- Windows以外の環境での`--debug_dataset` の動作を改善しました。[PR #429](https://github.com/kohya-ss/sd-scripts/pull/429) tsukimiya氏に感謝します。 +- `--face_crop_aug`オプションがFine tuning方式で動作しなかったのを修正しました。 +- `gen_img_diffusers.py`に任意のupscalerを利用するためのコード準備を行いました。 + ### 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`.