Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

v9

Compare
Choose a tag to compare
@Linaqruf Linaqruf released this 20 Dec 00:16
· 453 commits to main since this release
2c61188

v9 (17/12):

  • Added the save_model_as option to fine_tune.py, which allows you to save the model in any format.
  • Added the keep_tokens option to fine_tune.py, which allows you to fix the first n tokens of the caption and not shuffle them.
  • Added support for left-right flipping augmentation in prepare_buckets_latents.py and fine_tune.py with the flip_aug option.