v0.9.7 - stable diffusion 3
Stable Diffusion 3
To use, set STABLE_DIFFUSION_3=true
in your sdxl-env.sh
and set your base model to stabilityai/stable-diffusion-3-medium-diffusers
.
What's Changed
- speed-up for training sample prep by @bghira in #434
- validation on multiple gpu needs unwrap on unet by @bghira in #435
- validations: unwrap unet when validating, in case we're using DDP (mgpu)
- model card: estimate the number of files correctly for multigpu training
- model card: add an auto-generated code example
- randomised aspect bucket fix/improvement to bucket list rebuild logic
- bugfix for rare case when removing dataset from config mid-training causes infinite loop upon resume by @bghira in #437
- minor bugfixes for skipping unrelated errors during training by @bghira in #438
- stable diffusion 3 support by @bghira in #436
- sd3 lora training support by @bghira in #439
- stable diffusion 3 & validation fixes for SDXL/others by @bghira in #440
Full Changelog: v0.9.6.3...v0.9.7