v23.0.12
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
andlog_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.
- Added support for configuring advanced logging and tracking:
-
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 toconfig.toml
. - Edit the
config.toml
file to adjust paths and settings according to your preferences.
- Simply copy the
- You can now specify custom paths more easily:
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.
- Bug Fixes:
-
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.
- Updated the
Recommendations for Users
- To benefit from the latest features and improvements, users are encouraged to update their installations and configurations accordingly.
Other updates
- chore(docker): adjust Dockerfile layers to improve build cache design by @jim60105 in #2102
- Code improvements by @bmaltais in #2107
- Revert tensorboard and tensorflow versions for RunPod since the new versions don't work correctly on RunPod by @ashleykleynhans in #2111
- Update zh-TW locale to 23.0.11. by @hinablue in #2113
- v23.0.12 by @bmaltais in #2119
Full Changelog: v23.0.11...v23.0.12