Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v22.5.0 #1880

Merged
merged 35 commits into from
Jan 16, 2024
Merged

v22.5.0 #1880

merged 35 commits into from
Jan 16, 2024

Conversation

bmaltais
Copy link
Owner

  • 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

kohya-ss and others added 30 commits December 24, 2023 22:05
Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.16.15 to 1.16.26.
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](crate-ci/typos@v1.16.15...v1.16.26)

---
updated-dependencies:
- dependency-name: crate-ci/typos
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…n-not-sdxl

bugfix. check is_sdxl before adding sdxl params.
…e-ci/typos-1.16.26

Bump crate-ci/typos from 1.16.15 to 1.16.26
Add support for `torch.compile`
Added cli argument for wandb session name
IPEX add DISABLE_VENV_LIBS env variable and use TCMalloc
@bmaltais bmaltais merged commit bfe8b06 into master Jan 16, 2024
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants