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

v21.5.1 #588

Merged
merged 55 commits into from
Apr 9, 2023
Merged

v21.5.1 #588

merged 55 commits into from
Apr 9, 2023

Commits on Mar 30, 2023

  1. Configuration menu
    Copy the full SHA
    b1dffe8 View commit details
    Browse the repository at this point in the history
  2. implement stratified_lr

    u-haru committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    4dacc52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    313f3e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dade23a View commit details
    Browse the repository at this point in the history
  5. 引数名に_lrを追加

    u-haru committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    1b75dbd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3032a47 View commit details
    Browse the repository at this point in the history
  7. fix typo

    Riyaaaaa authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    ccb0ef5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    94441fa View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Configuration menu
    Copy the full SHA
    41ecccb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e164b6 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. Configuration menu
    Copy the full SHA
    786971d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9577a9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    058e442 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. Configuration menu
    Copy the full SHA
    19340d8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #355 from u-haru/feature/stratified_lr

    LoRA レイヤー別学習率の実装、state_dict読み込みの際のdevice指定削除、typo修正
    kohya-ss authored Apr 2, 2023
    Configuration menu
    Copy the full SHA
    36c8a4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97e65bf View commit details
    Browse the repository at this point in the history
  4. support older type hint

    kohya-ss committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    c639cb7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d42431d View commit details
    Browse the repository at this point in the history
  6. use access token

    ddPn08 committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    054fb33 View commit details
    Browse the repository at this point in the history
  7. small fix

    ddPn08 committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    45381b1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a7d302e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b5ff4e8 View commit details
    Browse the repository at this point in the history
  10. don't run when not needed

    ddPn08 committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    b5c7937 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3cc4939 View commit details
    Browse the repository at this point in the history
  12. fix help

    ddPn08 committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    c4a11e5 View commit details
    Browse the repository at this point in the history
  13. small fix

    ddPn08 committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    8bfa50e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    16ba1ce View commit details
    Browse the repository at this point in the history
  15. small fix

    ddPn08 committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    3f339cd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3beddf3 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    817a926 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Add block dim(rank) feature

    kohya-ss committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    6134619 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #352 from rockerBOO/dataset-config

    Open dataset_config json file before load
    kohya-ss authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    f407f5a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #364 from shirayu/check_needless_num_warmup_steps

    Check needless num_warmup_steps
    kohya-ss authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    6f6f9b5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #353 from Riyaaaaa/patch-1

    fix typo
    kohya-ss authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    82c2553 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    53cc358 View commit details
    Browse the repository at this point in the history
  6. update readme

    kohya-ss committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    7209eb7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9595614 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    83c7e03 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    626d4b4 View commit details
    Browse the repository at this point in the history
  10. improve compatibility

    kohya-ss committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    e4eb3e6 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #373 from rockerBOO/meta-min_snr_gamma

    Add min_snr_gamma to metadata
    kohya-ss authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    0fcdda7 View commit details
    Browse the repository at this point in the history
  12. add backward compatiblity

    kohya-ss committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    76bac2c View commit details
    Browse the repository at this point in the history
  13. update readme

    kohya-ss committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    4b47e8e View commit details
    Browse the repository at this point in the history
  14. Merge pull request #374 from kohya-ss/dev

    block learning rate, block dim(rank) etc.
    kohya-ss authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    8eb60ba View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Merge pull request #348 from ddPn08/dev

    Added a function to upload to Huggingface and resume from Huggingface.
    kohya-ss authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    74220bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    541539a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c775ec1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c020be View commit details
    Browse the repository at this point in the history
  5. update readme

    kohya-ss committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    27834df View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    defefd7 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #381 from kohya-ss/dev

    feature to upload to huggingface etc.
    kohya-ss authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    b5c60d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Configuration menu
    Copy the full SHA
    5eb3488 View commit details
    Browse the repository at this point in the history
  2. Update readme

    bmaltais committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    955ff5a View commit details
    Browse the repository at this point in the history
  3. Fix bug 554

    bmaltais committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    1f15362 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9d4789 View commit details
    Browse the repository at this point in the history