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.6.2 #1995

Merged
merged 91 commits into from
Feb 24, 2024
Merged

v22.6.2 #1995

merged 91 commits into from
Feb 24, 2024

Commits on Nov 23, 2023

  1. add gradual latent

    kohya-ss committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    6849546 View commit details
    Browse the repository at this point in the history
  2. Update README.md

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

Commits on Nov 26, 2023

  1. Configuration menu
    Copy the full SHA
    2897a89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    298c6c2 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. apply unsharp mask

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

Commits on Nov 28, 2023

  1. add unsharp mask

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

Commits on Dec 1, 2023

  1. fix strength error

    kohya-ss committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    2952bca View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

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

Commits on Dec 7, 2023

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

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    9278031 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07ef03d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d61ecb2 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

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

Commits on Jan 23, 2024

  1. Log accelerator device

    akx committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    2e4bee6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afc3870 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    478156b View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

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

Commits on Jan 28, 2024

  1. Update IPEX Libs

    Disty0 committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    ccc3a48 View commit details
    Browse the repository at this point in the history
  2. fix broken import in svd_merge_lora script

    remove missing import, and remove unused imports
    mgz-dev committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    d4b9568 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

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

Commits on Jan 31, 2024

  1. Merge pull request #1086 from Disty0/dev

    Update IPEX Libs
    kohya-ss committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    9d7729c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1087 from mgz-dev/fix-imports-on-svd_merge_lora

    fix broken import in svd_merge_lora script
    kohya-ss committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    7f948db View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1054 from akx/mps

    Device support improvements (MPS)
    kohya-ss committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    2ca4d0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a6a2b5a View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Merge pull request #1092 from Disty0/dev_device_support

    Fix IPEX support and add XPU device to device_utils
    kohya-ss committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    9f0f0d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cca1fd View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Enable distributed sample image generation on multi-GPU enviroment (#…

    …1061)
    
    * Update train_util.py
    
    Modifying to attempt enable multi GPU inference
    
    * Update train_util.py
    
    additional VRAM checking, refactor check_vram_usage to return string for use with accelerator.print
    
    * Update train_network.py
    
    * Update train_util.py
    
    * Update train_util.py
    
    * Update train_util.py
    
    * Update train_util.py
    
    * Update train_util.py
    
    * Update train_util.py
    
    * Update train_util.py
    
    * Update train_util.py
    
    * Update train_util.py
    
    * Update train_util.py
    
    * Update train_util.py
    
    * Update train_util.py
    
    * Update train_util.py
    
    * Update train_util.py
    
    * Update train_util.py
    
    * Update train_util.py
    
    remove sample image debug outputs
    
    * Update train_util.py
    
    * Update train_util.py
    
    * Update train_network.py
    
    * Update train_util.py
    
    * Update train_util.py
    
    * Update train_util.py
    
    * Update train_util.py
    
    * Update train_util.py
    
    * Update train_util.py
    
    * Update train_util.py
    
    * Update train_util.py
    
    * Update train_util.py
    
    * Update train_network.py
    
    * Update train_util.py
    
    * Update train_network.py
    
    * Update train_network.py
    
    * Update train_network.py
    
    * Cleanup of debugging outputs
    
    * adopt more elegant coding
    
    Co-authored-by: Aarni Koskela <akx@iki.fi>
    
    * Update train_util.py
    
    Fix leftover debugging code
    attempt to refactor inference into separate function
    
    * refactor in function generate_per_device_prompt_list() generation of distributed prompt list
    
    * Clean up missing variables
    
    * fix syntax error
    
    * Update train_util.py
    
    * Update train_util.py
    
    * Update train_util.py
    
    * Update train_util.py
    
    * Update train_util.py
    
    * Update train_util.py
    
    * Update train_util.py
    
    * Update train_util.py
    
    * true random sample image generation
    
    update code to reinitialize random seed to true random if seed was set
    
    * true random sample image generation
    
    * simplify per process prompt
    
    * Update train_util.py
    
    * Update train_util.py
    
    * Update train_util.py
    
    * Update train_util.py
    
    * Update train_util.py
    
    * Update train_util.py
    
    * Update train_util.py
    
    * Update train_util.py
    
    * Update train_network.py
    
    * Update train_network.py
    
    * Update train_network.py
    
    ---------
    
    Co-authored-by: Aarni Koskela <akx@iki.fi>
    DKnight54 and akx committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    1567ce1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11aced3 View commit details
    Browse the repository at this point in the history
  3. fix typo

    kohya-ss committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    2f9a344 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6269682 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Configuration menu
    Copy the full SHA
    bf2de56 View commit details
    Browse the repository at this point in the history
  2. add --new_conv_rank option

    update script to also take a separate conv rank value
    mgz-dev committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    1492bcb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e793d77 View commit details
    Browse the repository at this point in the history
  4. Replace print with logger if they are logs (#905)

    * Add get_my_logger()
    
    * Use logger instead of print
    
    * Fix log level
    
    * Removed line-breaks for readability
    
    * Use setup_logging()
    
    * Add rich to requirements.txt
    
    * Make simple
    
    * Use logger instead of print
    
    ---------
    
    Co-authored-by: Kohya S <52813779+kohya-ss@users.noreply.github.com>
    shirayu and kohya-ss committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    5f6bf29 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6279b33 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    efd3b58 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    74fe045 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b8ea12 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    055f02e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d9e287 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. log to print tag frequencies

    kohya-ss committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    7202596 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Merge pull request #1113 from kohya-ss/dev_multi_gpu_sample_gen

    Dev multi gpu sample gen
    kohya-ss committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    f897d55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75ecb04 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    e24d960 View commit details
    Browse the repository at this point in the history
  2. fix help for highvram arg

    kohya-ss committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    e579648 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    672851e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    20ae603 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1104 from kohya-ss/dev_improve_log

    replace print with logger
    kohya-ss committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    35c6053 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    98f42d3 View commit details
    Browse the repository at this point in the history
  7. fix indent

    kohya-ss committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    c748719 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    358ca20 View commit details
    Browse the repository at this point in the history
  9. add args for logging

    kohya-ss committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    d3745db View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cbe9c5d View commit details
    Browse the repository at this point in the history
  11. Merge pull request #1117 from kohya-ss/gradual_latent_hires_fix

    Gradual latent hires fix
    kohya-ss committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    41d32c0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    93bed60 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    71ebcc5 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Configuration menu
    Copy the full SHA
    baa0e97 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1116 from kohya-ss/dev_device_support

    Dev device support
    kohya-ss committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    42f3318 View commit details
    Browse the repository at this point in the history
  3. update readme

    kohya-ss committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    75e4a95 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. format by black

    kohya-ss committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    d1fb480 View commit details
    Browse the repository at this point in the history
  2. Fix lora_network_weights

    bmaltais committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    6a9d9be View commit details
    Browse the repository at this point in the history
  3. chore(docker): rewrite Dockerfile

    Signed-off-by: 陳鈞 <jim60105@gmail.com>
    jim60105 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    83bf2e0 View commit details
    Browse the repository at this point in the history
  4. ci(docker): Add docker CI

    Signed-off-by: 陳鈞 <jim60105@gmail.com>
    jim60105 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    dc94512 View commit details
    Browse the repository at this point in the history
  5. Revert "ci(docker): Add docker CI"

    Too big to run on GitHub free runner.
    Error: no space left on device
    
    This reverts commit fc029d7.
    
    Signed-off-by: 陳鈞 <jim60105@gmail.com>
    jim60105 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    5dc9db6 View commit details
    Browse the repository at this point in the history
  6. chore(docker): Add EXPOSE ports and change final base image to python…

    …:3.10-slim
    
    - Change the base image from `python:3.10` to `python:3.10-slim`
    - Expose ports `7860` and `6006` in the Dockerfile
    
    Signed-off-by: 陳鈞 <jim60105@gmail.com>
    jim60105 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    8330597 View commit details
    Browse the repository at this point in the history
  7. chore(docker): fix dependencies for slim image

    - Switch to a slim variant of the Python 3.10 Docker image for the build stage.
    - Introduce a conditional installation of `pillow-simd` replacing `pillow`, specific to x86 architecture.
    - Add required dependencies for `pillow-simd` installation, along with cleanup commands to remove unnecessary package lists after installation.
    - Update runtime dependencies by adding `libtcl8.6` and `libtk8.6` to the final Docker image.
    
    Signed-off-by: 陳鈞 <jim60105@gmail.com>
    jim60105 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    543d12f View commit details
    Browse the repository at this point in the history
  8. chore(docker): Add label

    Signed-off-by: 陳鈞 <jim60105@gmail.com>
    jim60105 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    d7add28 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a6f1ed2 View commit details
    Browse the repository at this point in the history
  10. Update options.md

    Typo fix
    mikeboensel committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    07116dc View commit details
    Browse the repository at this point in the history
  11. Update options.md

    Nicer formatting for options.
    mikeboensel committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    a63c49c View commit details
    Browse the repository at this point in the history
  12. Update options.md

    Fixed unclosed formatting
    mikeboensel committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    5b19748 View commit details
    Browse the repository at this point in the history
  13. Label clarifications

    mikeboensel committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    39e3a4b View commit details
    Browse the repository at this point in the history
  14. Merge pull request #1978 from mikeboensel/patch-1

    Update options.md
    bmaltais committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    f71b3cf View commit details
    Browse the repository at this point in the history
  15. Merge pull request #1979 from mikeboensel/patch-2

    Update options.md
    bmaltais committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    7a49955 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #1980 from mikeboensel/patch-3

    Update options.md
    bmaltais committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    6a6c932 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #1976 from jim60105/master

    Optimize the Dockerfile to reduce the size of the image. (50.76 GB to 19.04 GB)
    bmaltais committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    78e2df1 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #1981 from mikeboensel/patch-4

    Label clarifications
    bmaltais committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    2d0ed8e View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Configuration menu
    Copy the full SHA
    86279c8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1126 from tamlog06/DyLoRA-xl

    Fix dylora create_modules error when training sdxl
    kohya-ss committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    488d187 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f413201 View commit details
    Browse the repository at this point in the history
  4. update einops to 0.7.0 #1122

    kohya-ss committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    24092e6 View commit details
    Browse the repository at this point in the history
  5. format by black

    kohya-ss committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    fb9110b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0e70360 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1102 from mgz-dev/resize_lora-add-rank-for-conv

    Resize lora add new rank for conv
    kohya-ss committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    738c397 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    52b3799 View commit details
    Browse the repository at this point in the history
  9. some log output to print

    kohya-ss committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    8b7c142 View commit details
    Browse the repository at this point in the history
  10. fix ipex init

    kohya-ss committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    81e8af6 View commit details
    Browse the repository at this point in the history
  11. update readme

    kohya-ss committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    a21218b View commit details
    Browse the repository at this point in the history
  12. Merge pull request #1136 from kohya-ss/dev

    v0.8.4
    kohya-ss committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    e69d341 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a20c2bd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    822d94c View commit details
    Browse the repository at this point in the history