v0.9.8.2
版本发布时间: 2024-08-15 14:00:15
bghira/SimpleTuner最新发布版本:v1.1.1(2024-10-05 08:37:33)
Main issues solved:
- Updated quickstart/flux documentation to have newer recommendations.
- New
pixel_area
mode forresolution_type
reduces guesswork. - bfloat16 error
- comfyUI not reading the LoRAs created this week. that is my fault, it is now back to the way of intiialising adapters we used in the prev release.
- stick with the latest release tag via
git checkout v0.9.8.2
to avoid issues with the main branch creeping up on you in the future, if necessary
- stick with the latest release tag via
- batch sizes no longer need to be perfectly aligned with the dataset
Thank you for testing the changes and helping make it better.
What's Changed
- fix sentencepiece dep, hub username missing in model card by @bghira in https://github.com/bghira/SimpleTuner/pull/727
- Make tokeniser 2 load failure permanent by @bghira in https://github.com/bghira/SimpleTuner/pull/729
- Make Docker foolproof by @komninoschatzipapas in https://github.com/bghira/SimpleTuner/pull/732
- minor fixes follow-up by @bghira in https://github.com/bghira/SimpleTuner/pull/744
- refactor train.py to reduce LoCs. by @sayakpaul in https://github.com/bghira/SimpleTuner/pull/739
- add pixel_area resolution type by @bghira in https://github.com/bghira/SimpleTuner/pull/756
- for #757 - refactor file discovery, update provider req by @bghira in https://github.com/bghira/SimpleTuner/pull/758
- Add input perturbation by @mhirki in https://github.com/bghira/SimpleTuner/pull/723
- merge follow-ups and other fixes to release branch by @bghira in https://github.com/bghira/SimpleTuner/pull/764
- Follow up from #739 by @sayakpaul in https://github.com/bghira/SimpleTuner/pull/762
- update defaults + docs by @bghira in https://github.com/bghira/SimpleTuner/pull/767
- follow-up residuals by @bghira in https://github.com/bghira/SimpleTuner/pull/768
- residuals by @bghira in https://github.com/bghira/SimpleTuner/pull/769
- fix double divide by @bghira in https://github.com/bghira/SimpleTuner/pull/770
- revert from get_peft_model to add_adapter by @bghira in https://github.com/bghira/SimpleTuner/pull/771
Full Changelog: https://github.com/bghira/SimpleTuner/compare/v0.9.8.1...v0.9.8.2