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.6.0 #888

Merged
merged 27 commits into from
Jun 2, 2023
Merged

v21.6.0 #888

merged 27 commits into from
Jun 2, 2023

Commits on Apr 29, 2023

  1. update logging

    bmaltais committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    536260d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85f882e View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Update train_util.py

    Added feature to add "." if missing in caption_extension
    Added warning on training without captions
    TingTingin authored May 23, 2023
    Configuration menu
    Copy the full SHA
    5a1a14f View commit details
    Browse the repository at this point in the history
  2. Update train_util.py

    fix mistake
    TingTingin authored May 23, 2023
    Configuration menu
    Copy the full SHA
    d859a3a View commit details
    Browse the repository at this point in the history
  3. Update train_util.py

    TingTingin authored May 23, 2023
    Configuration menu
    Copy the full SHA
    061e157 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Update train_util.py

    I removed the sleep since it triggers per subset and if someone had a lot of subsets it would trigger multiple times
    TingTingin authored May 26, 2023
    Configuration menu
    Copy the full SHA
    db756e9 View commit details
    Browse the repository at this point in the history
  2. 差分学習機能追加

    u-haru committed May 26, 2023
    Configuration menu
    Copy the full SHA
    dd8e17c View commit details
    Browse the repository at this point in the history

Commits on May 28, 2023

  1. Merge pull request #533 from TingTingin/main

    Added warning on training without captions
    kohya-ss authored May 28, 2023
    Configuration menu
    Copy the full SHA
    2429ac7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #542 from u-haru/feature/differential_learning

    差分学習機能追加
    kohya-ss authored May 28, 2023
    Configuration menu
    Copy the full SHA
    226db64 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    990cedd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc00691 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c437dce View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Configuration menu
    Copy the full SHA
    6fbd526 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a06968 View commit details
    Browse the repository at this point in the history
  3. update readme

    kohya-ss committed May 31, 2023
    Configuration menu
    Copy the full SHA
    a002d10 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into dev

    kohya-ss committed May 31, 2023
    Configuration menu
    Copy the full SHA
    d679dc4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #553 from kohya-ss/dev

    no caption warning, network merging before training
    kohya-ss authored May 31, 2023
    Configuration menu
    Copy the full SHA
    8a5e390 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    23cee1f View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Adjusted English grammar in logs to be more clear (#554)

    * Update train_network.py
    
    * Update train_network.py
    
    * Update train_network.py
    
    * Update train_network.py
    
    * Update train_network.py
    
    * Update train_network.py
    TingTingin authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    5931948 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Configuration menu
    Copy the full SHA
    5ebc697 View commit details
    Browse the repository at this point in the history
  2. Downgrade bitsandbytes for Linux/Mac too

    Otherwise training ends up with loss going up and becoming NaN (see #724)
    rkfg authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    1cad17d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ef00f5 View commit details
    Browse the repository at this point in the history
  4. Update requirements

    bmaltais committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    36d643c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bdca146 View commit details
    Browse the repository at this point in the history
  6. Improving logging

    bmaltais committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    2c84acb View commit details
    Browse the repository at this point in the history
  7. Update README

    bmaltais committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    34b65df View commit details
    Browse the repository at this point in the history
  8. Merge pull request #885 from rkfg/patch-1

    Downgrade bitsandbytes for Linux/Mac too
    bmaltais authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    8a1dc38 View commit details
    Browse the repository at this point in the history