From 5f08a21d123380c72a7acf8bde4d61f9fcfe16bc Mon Sep 17 00:00:00 2001 From: Kohya S Date: Sun, 3 Sep 2023 12:48:35 +0900 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 524e63aa..0d932f1d 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,9 @@ The feature of SDXL training is now available in sdxl branch as an experimental Sep 3, 2023: The feature will be merged into the main branch soon. Following are the changes from the previous version. - ControlNet-LLLite is added. See [documenation](./docs/train_lllite_README.md) for details. -- JPEG XL is supported. [#786](./pull/786) -- Peak memory usage is reduced. [#791](./pull/791) -- Input perturbation noise is added. See [#798](./pull/798) for details. +- JPEG XL is supported. [#786](https://github.com/kohya-ss/sd-scripts/pull/786) +- Peak memory usage is reduced. [#791](https://github.com/kohya-ss/sd-scripts/pull/791) +- Input perturbation noise is added. See [#798](https://github.com/kohya-ss/sd-scripts/pull/798) for details. - Dataset subset now has `caption_prefix` and `caption_suffix` options. The strings are added to the beginning and the end of the captions before shuffling. You can specify the options in `.toml`. - Other minor changes. - Thanks for contributions from Isotr0py, vvern999, lansing and others!