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

Commits on Dec 24, 2023

  1. Configuration menu
    Copy the full SHA
    5cae6db View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. Configuration menu
    Copy the full SHA
    20296b4 View commit details
    Browse the repository at this point in the history
  2. feat: support torch.compile

    p1atdev committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    62e7516 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. Bump crate-ci/typos from 1.16.15 to 1.16.26

    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]>
    dependabot[bot] authored Jan 1, 2024
    Configuration menu
    Copy the full SHA
    fd7f27f View commit details
    Browse the repository at this point in the history
  2. Update IPEX Libs

    Disty0 committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    15d5e78 View commit details
    Browse the repository at this point in the history
  3. Fix typo

    Disty0 committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    479bac4 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    49148eb View commit details
    Browse the repository at this point in the history
  2. Cleanup

    Disty0 committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    b9d2181 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    2ed5339 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab71630 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ab6493 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    663b481 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1835 from aplio/bugfix/stop-using-sdxl-params-whe…

    …n-not-sdxl
    
    bugfix. check is_sdxl before adding sdxl params.
    bmaltais authored Jan 3, 2024
    Configuration menu
    Copy the full SHA
    cb1d43a View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Merge pull request #1029 from kohya-ss/dependabot/github_actions/crat…

    …e-ci/typos-1.16.26
    
    Bump crate-ci/typos from 1.16.15 to 1.16.26
    kohya-ss authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    1db5d79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76aee71 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1030 from Disty0/dev

    Update IPEX Libs
    kohya-ss authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    8ac2d2a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1024 from p1atdev/main

    Add support for `torch.compile`
    kohya-ss authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    07bf2a2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1032 from hopl1t/wandb_session_name_support

    Added cli argument for wandb session name
    kohya-ss authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    4f93bf1 View commit details
    Browse the repository at this point in the history
  6. Update dependencies ref #1024

    kohya-ss committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    716bad1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aab265e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d3f41f7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a259081 View commit details
    Browse the repository at this point in the history
  10. Update readme

    bmaltais committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    1992e19 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Configuration menu
    Copy the full SHA
    f579563 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    74d0b52 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    4cf587e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1858 from Disty0/dev

    IPEX add DISABLE_VENV_LIBS env variable and use TCMalloc
    bmaltais authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    1c8a9f9 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. Merge branch 'main' into dev

    kohya-ss committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    09ef3ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32b759a View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    4e4f373 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b7a6fd View commit details
    Browse the repository at this point in the history
  3. update readme

    kohya-ss committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    dcf0eeb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1052 from kohya-ss/dev

    merge dev
    kohya-ss authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    26d3579 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0449c5d View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Update readme

    bmaltais committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    7dd2a27 View commit details
    Browse the repository at this point in the history