From 8088c04a71534ececd129b10312e451b42ade2b2 Mon Sep 17 00:00:00 2001 From: Kohya S Date: Thu, 8 Jun 2023 22:06:34 +0900 Subject: [PATCH] update readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index cb3803f0..8234a89e 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,11 @@ The majority of scripts is licensed under ASL 2.0 (including codes from Diffuser ## Change History +### 8 Jun. 2023, 2023/06/08 + +- Fixed a bug where clip skip did not work when training with weighted captions (`--weighted_captions` specified) and when generating sample images during training. +- 重みづけキャプションでの学習時(`--weighted_captions`指定時)および学習中のサンプル画像生成時にclip skipが機能しない不具合を修正しました。 + ### 6 Jun. 2023, 2023/06/06 - Fix `train_network.py` to probably work with older versions of LyCORIS.