Skip to content

v23.0.12

Compare
Choose a tag to compare
@bmaltais bmaltais released this 18 Mar 22:30
· 272 commits to master since this release
726f5b3

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