Skip to content

Commit ce49ced

Browse files
committedSep 26, 2024·
update readme
1 parent a94bc84 commit ce49ced

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,12 @@ The majority of scripts is licensed under ASL 2.0 (including codes from Diffuser
140140
### Working in progress
141141

142142
- __important__ The dependent libraries are updated. Please see [Upgrade](#upgrade) and update the libraries.
143-
- transformers, accelerate and huggingface_hub are updated.
143+
- bitsandbytes, transformers, accelerate and huggingface_hub are updated.
144144
- If you encounter any issues, please report them.
145145

146+
- `bitsandbytes` is updated to 0.44.0. Now you can use `AdEMAMix8bit` and `PagedAdEMAMix8bit` in the training script. PR [#1640](https://github.com/kohya-ss/sd-scripts/pull/1640) Thanks to sdbds!
147+
- There is no abbreviation, so please specify the full path like `--optimizer_type bitsandbytes.optim.AdEMAMix8bit` (not bnb but bitsandbytes).
148+
146149
- Fixed a bug in the cache of latents. When `flip_aug`, `alpha_mask`, and `random_crop` are different in multiple subsets in the dataset configuration file (.toml), the last subset is used instead of reflecting them correctly.
147150

148151
- Fixed an issue where the timesteps in the batch were the same when using Huber loss. PR [#1628](https://github.com/kohya-ss/sd-scripts/pull/1628) Thanks to recris!

0 commit comments

Comments
 (0)
Please sign in to comment.