From 5c80117fbdcbb3f6470a95c9602323f9e28dd5e2 Mon Sep 17 00:00:00 2001 From: Kohya S Date: Sun, 9 Jul 2023 21:37:46 +0900 Subject: [PATCH] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8a47ee3b..bf1d61c6 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ learning_rate = 4e-7 # SDXL original learning rate ### TODO - [ ] Support Textual Inversion training. +- [ ] Support conversion of Diffusers SDXL models. - [ ] Support `--weighted_captions` option. - [ ] Change `--output_config` option to continue the training. - [ ] Extend `--full_bf16` for all the scripts.