Skip to content

Releases: bmaltais/kohya_ss

v23.0.14

19 Mar 19:07
55386bb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v23.0.13...v23.0.14

v23.0.13

19 Mar 16:54
95112e9
Compare
Choose a tag to compare

What's Changed

  • Fix issue with image sample generation

Full Changelog: v23.0.12...v23.0.13

v23.0.12

18 Mar 22:30
726f5b3
Compare
Choose a tag to compare

What's Changed

  • Enhanced Logging and Tracking Capabilities

    • Added support for configuring advanced logging and tracking:
      • wandb_run_name: Set a custom name for your Weights & Biases runs to easily identify and organize your experiments.
      • log_tracker_name and log_tracker_config: Integrate custom logging trackers with your projects. Specify the tracker name and provide its configuration to enable detailed monitoring and logging of your runs.
  • Custom Path Defaults

    • You can now specify custom paths more easily:
      • Simply copy the config example.toml file located in the root directory of the repository to config.toml.
      • Edit the config.toml file to adjust paths and settings according to your preferences.

Software Updates

  • sd-scripts updated to v0.8.5

    • Bug Fixes:
      • Corrected an issue where the value of timestep embedding was incorrect during SDXL training. This fix ensures accurate training progress and results.
      • Addressed a related inference issue with the generation script, improving the reliability of SDXL model outputs.
    • Note: The exact impact of this bug is currently unknown, but it's recommended to update to v0.8.5 for anyone engaged in SDXL training to ensure optimal performance and results.
  • Upgrade of lycoris_lora Python Module

    • Updated the lycoris_lora module to version 2.2.0.post3. This update may include bug fixes, performance improvements, and new features.

Recommendations for Users

  • To benefit from the latest features and improvements, users are encouraged to update their installations and configurations accordingly.

Other updates

Full Changelog: v23.0.11...v23.0.12

v23.0.11

13 Mar 21:10
6162193
Compare
Choose a tag to compare

What's Changed

  • Increase icon size
  • More setup fixes

Full Changelog: v23.0.10...v23.0.11

v23.0.10

13 Mar 15:42
3d79677
Compare
Choose a tag to compare

What's Changed

Full Changelog: v23.0.9...v23.0.10

v23.0.9

13 Mar 11:18
bc5165d
Compare
Choose a tag to compare

What's Changed

  • Reworked how setup can be run to improve Stability Matrix support
  • Add support for huggingface based vea path

Full Changelog: v23.0.8...v23.0.9

v23.0.8

12 Mar 21:24
a2206fe
Compare
Choose a tag to compare

What's Changed

  • Add the ability to create outout and logs folder if it does not exist

Full Changelog: v23.0.7...v23.0.8

v23.0.7

12 Mar 15:34
16336e8
Compare
Choose a tag to compare

What's Changed

  • Fix minor issues related to functions and file path

Full Changelog: v23.0.6...v23.0.7

v23.0.6

12 Mar 11:40
f036950
Compare
Choose a tag to compare

What's Changed

  • Fix issue with PYTHON path that have "spaces" in them

Full Changelog: v23.0.5...v23.0.6

v23.0.5

12 Mar 00:33
5a60d05
Compare
Choose a tag to compare

What's Changed

  • Move cudnn out of requirements by @bmaltais in #2066
  • Update python module verification

Full Changelog: 23.0.4...v23.0.5