Skip to content

v22.5.0

Compare
Choose a tag to compare
@bmaltais bmaltais released this 16 Jan 00:21
· 545 commits to master since this release
bfe8b06
  • 2024/01/15 (v22.5.0)
  • Merged sd-scripts v0.8.0 updates
    • Diffusers, Accelerate, Transformers and other related libraries have been updated. Please update the libraries with Upgrade.
      • Some model files (Text Encoder without position_id) based on the latest Transformers can be loaded.
    • torch.compile is supported (experimental). PR #1024 Thanks to p1atdev!
      • This feature works only on Linux or WSL.
      • Please specify --torch_compile option in each training script.
      • You can select the backend with --dynamo_backend option. The default is "inductor". inductor or eager seems to work.
      • Please use --spda option instead of --xformers option.
      • PyTorch 2.1 or later is recommended.
      • Please see PR for details.
    • The session name for wandb can be specified with --wandb_run_name option. PR #1032 Thanks to hopl1t!
    • IPEX library is updated. PR #1030 Thanks to Disty0!
    • Fixed a bug that Diffusers format model cannot be saved.
  • Fix LoRA config display after load that would sometime hide some of the feilds

What's Changed

New Contributors

Full Changelog: v22.4.1...v22.5.0