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

merge #1165

Merged
merged 17 commits into from
Nov 16, 2024
Merged

merge #1165

merged 17 commits into from
Nov 16, 2024

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    ca023b5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1152 from bghira/feature/model-card-parameters

    metadata: add more ddpm related schedule info to the model card
    bghira authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    23ec487 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. local data backend should have file locking for writes and reads, so …

    …that we do not read partial writes or corrupt multiprocess writes
    bghira committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    78d2d07 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. Configuration menu
    Copy the full SHA
    7063db3 View commit details
    Browse the repository at this point in the history
  2. update lycoris doc

    bghira committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    502afe4 View commit details
    Browse the repository at this point in the history
  3. add more information to model card

    bghira committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    9caf5dc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1160 from bghira/bugfix/file-locking-multigpu

    local data backend should have file locking for writes and reads
    bghira authored Nov 16, 2024
    Configuration menu
    Copy the full SHA
    13799b6 View commit details
    Browse the repository at this point in the history
  5. chore: ignore rmtree errors

    bghira committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    12f1c16 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1162 from bghira/bugfix/rmtree-errors

    chore: ignore rmtree errors
    bghira authored Nov 16, 2024
    Configuration menu
    Copy the full SHA
    ea620b2 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'main' of ssh://github.com/bghira/simpletuner into featu…

    …re/validation-lycoris-strength
    bghira committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    624410f View commit details
    Browse the repository at this point in the history
  8. fix applying multiplier to lycoris

    bghira committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    c4f30d1 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1161 from bghira/feature/validation-lycoris-strength

    validation: allow setting a non-default strength for validation with lycoris
    bghira authored Nov 16, 2024
    Configuration menu
    Copy the full SHA
    d223171 View commit details
    Browse the repository at this point in the history
  10. add more info to model card, refine contents

    bghira committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    d33ecad View commit details
    Browse the repository at this point in the history
  11. Merge pull request #1163 from bghira/feature/validation-lycoris-strength

    add more info to model card, refine contents
    bghira authored Nov 16, 2024
    Configuration menu
    Copy the full SHA
    b815fb4 View commit details
    Browse the repository at this point in the history
  12. error out when cache dir path is not found

    bghira committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    2bebe29 View commit details
    Browse the repository at this point in the history
  13. reduce error to local backends only

    bghira committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    c6ce738 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #1164 from bghira/bugfix/cache-dir-location-err

    error out when cache dir path is not found
    bghira authored Nov 16, 2024
    Configuration menu
    Copy the full SHA
    1e0b8d5 View commit details
    Browse the repository at this point in the history