Skip to content

Releases: bmaltais/kohya_ss

v21.8.3

18 Jul 13:18
e32a29a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v21.8.2...v21.8.3

v21.8.2

11 Jul 23:55
5c44ba3
Compare
Choose a tag to compare
  • 2023/07/11 (v21.8.2)
    • Let Tensorboard works in docker #1137
    • Fix for accelerate issue
    • Add SDXL TI training support
    • Rework gui for common layout
    • More LoRA tools to class
    • Add no_half_vae option to TI

What's Changed

New Contributors

Full Changelog: v21.8.0...v21.8.2

v21.8.0

09 Jul 17:30
383eba1
Compare
Choose a tag to compare
  • 2023/06/267 (v21.8.0)
    • Add support for training SDXL models
    • Update version of LyCORIS to 1.8.0
    • Merge sd-scripts code update for SDXL and various other fixes.
    • Improve how Source model preset work
    • New min/max timesteps parameters
    • Transformed a lot of the Gradio GUI code into class for easier updates/maintenance
    • Make save button visible in headless mode. #1125

v21.7.16

27 Jun 01:14
df1a9ac
Compare
Choose a tag to compare
  • 2023/06/26 (v21.7.16)
    • Improve runpod installation
    • Add release info to GUI
    • Sunc with sd-script repo
    • Backrev bitsandbytes 0.39.1 on Linux to 0.35.0 because it was giving bad results

What's Changed

Full Changelog: v21.7.15...v21.7.16

v21.7.15

26 Jun 00:18
a666657
Compare
Choose a tag to compare
  • Improve runpod installation

v21.7.14

24 Jun 20:16
65cc35d
Compare
Choose a tag to compare

To address training errors caused by the global revert of bitsandbytes-windows for Windows users, I recommend the following steps:

Delete the venv folder.
Execute the setup.bat file by running .\setup.bat

By following these instructions, Windows users can effectively undo the problematic bitsandbytes module and resolve the training errors.

v21.7.13

24 Jun 12:56
Compare
Choose a tag to compare

Emergency fix for accelerate version that was bumped for other platforms than windows torch 2

Full Changelog: v21.7.12...v21.7.13

v21.7.12

24 Jun 10:53
Compare
Choose a tag to compare
  • Significantly improved the setup process on all platforms
  • Better support for runpod

v21.7.11

23 Jun 17:24
4275c12
Compare
Choose a tag to compare
  • This is a significant update to how setup work across different platform. It might be causing issues... especially for linux env like runpod. If you encounter problems please report them in the issues so I can try to address them. You can revert to the previous release with git checkout v21.7.10

The setup solution is now much more modulat and will simplify requirements support across different environments... hoping this will make it easier to run on different OS.

What's Changed

Full Changelog: v21.7.10...v21.7.11

v21.7.10

19 Jun 23:33
4f0e1f5
Compare
Choose a tag to compare
  • Quick fix for linux GUI startup where it would try to install darwin requirements on top of linux. Ugly fix but work. Hopefulle some linux user will improve via a PR.

What's Changed

Full Changelog: v21.7.9...v21.7.10