From 4e24733f1c51573e5a423d78e821f65ee509f480 Mon Sep 17 00:00:00 2001 From: Kohya S Date: Tue, 6 Jun 2023 22:03:21 +0900 Subject: [PATCH] update readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3b320acc..cb3803f0 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 +### 6 Jun. 2023, 2023/06/06 + +- Fix `train_network.py` to probably work with older versions of LyCORIS. +- `gen_img_diffusers.py` now supports `BREAK` syntax. +- `train_network.py`がLyCORISの以前のバージョンでも恐らく動作するよう修正しました。 +- `gen_img_diffusers.py` で `BREAK` 構文をサポートしました。 + ### 3 Jun. 2023, 2023/06/03 - Max Norm Regularization is now available in `train_network.py`. [PR #545](https://github.com/kohya-ss/sd-scripts/pull/545) Thanks to AI-Casanova!