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.3.0 #1745

Merged
merged 20 commits into from
Dec 6, 2023
Merged

v22.3.0 #1745

merged 20 commits into from
Dec 6, 2023

Commits on Oct 30, 2023

  1. Add custom seperator

    KohakuBlueleaf committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    5dc2a0d View commit details
    Browse the repository at this point in the history
  2. Fix typo

    KohakuBlueleaf committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    583e2b2 View commit details
    Browse the repository at this point in the history
  3. Fix typo again

    KohakuBlueleaf committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    489b728 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Fix min-snr-gamma for v-prediction and ZSNR.

    This fixes min-snr for vpred+zsnr by dividing directly by SNR+1.
    The old implementation did it in two steps: (min-snr/snr) * (snr/(snr+1)), which causes division by zero when combined with --zero_terminal_snr
    feffy380 committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    6b3148f View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. use **kwargs and change svd() calling convention to make svd() reusable

     * add required attributes to model_org, model_tuned, save_to
     * set "*_alpha" using str(float(foo))
    wkpark committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    e20e9f6 View commit details
    Browse the repository at this point in the history
  2. add min_diff, clamp_quantile args

    based on #1332 a9ec90c
    wkpark committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    2c1e669 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. Merge pull request #913 from KohakuBlueleaf/custom-seperator

    Add custom seperator for shuffle caption
    kohya-ss committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    f312522 View commit details
    Browse the repository at this point in the history
  2. add caption_separator option

    kohya-ss committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    d0923d6 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. add Deep Shrink

    kohya-ss committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    6d6d862 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. Merge pull request #936 from wkpark/model_util-update

    use **kwargs and change svd() calling convention to make svd() reusable
    kohya-ss committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    9795840 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fb9ecf View commit details
    Browse the repository at this point in the history
  3. Merge pull request #934 from feffy380/fix-minsnr-vpred-zsnr

    Fix min-snr-gamma for v-prediction and ZSNR.
    kohya-ss committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    fc8649d View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. Configuration menu
    Copy the full SHA
    c61e3bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    764e333 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. fix to work with cfg scale=1

    kohya-ss committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    39bb319 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. update readme

    kohya-ss committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    ee46134 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #978 from kohya-ss/dev

    Dev
    kohya-ss committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    0908c54 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    c74f929 View commit details
    Browse the repository at this point in the history
  2. Cleanup old torch1 code

    bmaltais committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    638ec29 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Add GLoRA support

    bmaltais committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    06eed69 View commit details
    Browse the repository at this point in the history