From ff2c0c192e2a7dd677d7ebdb4f19408ccc00d06d Mon Sep 17 00:00:00 2001 From: Kohya S Date: Wed, 13 Dec 2023 23:13:22 +0900 Subject: [PATCH] update readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c4b91ea1..2f451597 100644 --- a/README.md +++ b/README.md @@ -249,6 +249,10 @@ ControlNet-LLLite, a novel method for ControlNet with SDXL, is added. See [docum ## Change History +### Work in progress + +- `--ddp_gradient_as_bucket_view` and `--ddp_bucket_view`options are added to `sdxl_train.py`. With these options, the issues in multi-GPU training will be fixed. + ### Dec 3, 2023 / 2023/12/3 - `finetune\tag_images_by_wd14_tagger.py` now supports the separator other than `,` with `--caption_separator` option. Thanks to KohakuBlueleaf! PR [#913](https://github.com/kohya-ss/sd-scripts/pull/913)