-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Commits on Nov 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6849546 - Browse repository at this point
Copy the full SHA 6849546View commit details -
Configuration menu - View commit details
-
Copy full SHA for 610566f - Browse repository at this point
Copy the full SHA 610566fView commit details
Commits on Nov 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2897a89 - Browse repository at this point
Copy the full SHA 2897a89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 298c6c2 - Browse repository at this point
Copy the full SHA 298c6c2View commit details
Commits on Nov 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2c50ea0 - Browse repository at this point
Copy the full SHA 2c50ea0View commit details
Commits on Nov 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 29b6fa6 - Browse repository at this point
Copy the full SHA 29b6fa6View commit details
Commits on Dec 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2952bca - Browse repository at this point
Copy the full SHA 2952bcaView commit details
Commits on Dec 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7a4e507 - Browse repository at this point
Copy the full SHA 7a4e507View commit details
Commits on Dec 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e8c3a02 - Browse repository at this point
Copy the full SHA e8c3a02View commit details
Commits on Dec 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9278031 - Browse repository at this point
Copy the full SHA 9278031View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07ef03d - Browse repository at this point
Copy the full SHA 07ef03dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d61ecb2 - Browse repository at this point
Copy the full SHA d61ecb2View commit details
Commits on Jan 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for da9b34f - Browse repository at this point
Copy the full SHA da9b34fView commit details
Commits on Jan 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2e4bee6 - Browse repository at this point
Copy the full SHA 2e4bee6View commit details -
Configuration menu - View commit details
-
Copy full SHA for afc3870 - Browse repository at this point
Copy the full SHA afc3870View commit details -
Configuration menu - View commit details
-
Copy full SHA for 478156b - Browse repository at this point
Copy the full SHA 478156bView commit details
Commits on Jan 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8f6f734 - Browse repository at this point
Copy the full SHA 8f6f734View commit details
Commits on Jan 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ccc3a48 - Browse repository at this point
Copy the full SHA ccc3a48View commit details -
fix broken import in svd_merge_lora script
remove missing import, and remove unused imports
Configuration menu - View commit details
-
Copy full SHA for d4b9568 - Browse repository at this point
Copy the full SHA d4b9568View commit details
Commits on Jan 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 988dee0 - Browse repository at this point
Copy the full SHA 988dee0View commit details
Commits on Jan 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9d7729c - Browse repository at this point
Copy the full SHA 9d7729cView commit details -
Merge pull request #1087 from mgz-dev/fix-imports-on-svd_merge_lora
fix broken import in svd_merge_lora script
Configuration menu - View commit details
-
Copy full SHA for 7f948db - Browse repository at this point
Copy the full SHA 7f948dbView commit details -
Merge pull request #1054 from akx/mps
Device support improvements (MPS)
Configuration menu - View commit details
-
Copy full SHA for 2ca4d0c - Browse repository at this point
Copy the full SHA 2ca4d0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6a2b5a - Browse repository at this point
Copy the full SHA a6a2b5aView commit details
Commits on Feb 1, 2024
-
Merge pull request #1092 from Disty0/dev_device_support
Fix IPEX support and add XPU device to device_utils
Configuration menu - View commit details
-
Copy full SHA for 9f0f0d5 - Browse repository at this point
Copy the full SHA 9f0f0d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cca1fd - Browse repository at this point
Copy the full SHA 5cca1fdView commit details
Commits on Feb 3, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 1567ce1 - Browse repository at this point
Copy the full SHA 1567ce1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11aced3 - Browse repository at this point
Copy the full SHA 11aced3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f9a344 - Browse repository at this point
Copy the full SHA 2f9a344View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6269682 - Browse repository at this point
Copy the full SHA 6269682View commit details
Commits on Feb 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bf2de56 - Browse repository at this point
Copy the full SHA bf2de56View commit details -
update script to also take a separate conv rank value
Configuration menu - View commit details
-
Copy full SHA for 1492bcb - Browse repository at this point
Copy the full SHA 1492bcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e793d77 - Browse repository at this point
Copy the full SHA e793d77View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 5f6bf29 - Browse repository at this point
Copy the full SHA 5f6bf29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6279b33 - Browse repository at this point
Copy the full SHA 6279b33View commit details -
Configuration menu - View commit details
-
Copy full SHA for efd3b58 - Browse repository at this point
Copy the full SHA efd3b58View commit details
Commits on Feb 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 74fe045 - Browse repository at this point
Copy the full SHA 74fe045View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b8ea12 - Browse repository at this point
Copy the full SHA 9b8ea12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 055f02e - Browse repository at this point
Copy the full SHA 055f02eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d9e287 - Browse repository at this point
Copy the full SHA 5d9e287View commit details
Commits on Feb 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7202596 - Browse repository at this point
Copy the full SHA 7202596View commit details
Commits on Feb 11, 2024
-
Merge pull request #1113 from kohya-ss/dev_multi_gpu_sample_gen
Dev multi gpu sample gen
Configuration menu - View commit details
-
Copy full SHA for f897d55 - Browse repository at this point
Copy the full SHA f897d55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75ecb04 - Browse repository at this point
Copy the full SHA 75ecb04View commit details
Commits on Feb 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e24d960 - Browse repository at this point
Copy the full SHA e24d960View commit details -
Configuration menu - View commit details
-
Copy full SHA for e579648 - Browse repository at this point
Copy the full SHA e579648View commit details -
Configuration menu - View commit details
-
Copy full SHA for 672851e - Browse repository at this point
Copy the full SHA 672851eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20ae603 - Browse repository at this point
Copy the full SHA 20ae603View commit details -
Merge pull request #1104 from kohya-ss/dev_improve_log
replace print with logger
Configuration menu - View commit details
-
Copy full SHA for 35c6053 - Browse repository at this point
Copy the full SHA 35c6053View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98f42d3 - Browse repository at this point
Copy the full SHA 98f42d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c748719 - Browse repository at this point
Copy the full SHA c748719View commit details -
Configuration menu - View commit details
-
Copy full SHA for 358ca20 - Browse repository at this point
Copy the full SHA 358ca20View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3745db - Browse repository at this point
Copy the full SHA d3745dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for cbe9c5d - Browse repository at this point
Copy the full SHA cbe9c5dView commit details -
Merge pull request #1117 from kohya-ss/gradual_latent_hires_fix
Gradual latent hires fix
Configuration menu - View commit details
-
Copy full SHA for 41d32c0 - Browse repository at this point
Copy the full SHA 41d32c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93bed60 - Browse repository at this point
Copy the full SHA 93bed60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71ebcc5 - Browse repository at this point
Copy the full SHA 71ebcc5View commit details
Commits on Feb 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for baa0e97 - Browse repository at this point
Copy the full SHA baa0e97View commit details -
Merge pull request #1116 from kohya-ss/dev_device_support
Dev device support
Configuration menu - View commit details
-
Copy full SHA for 42f3318 - Browse repository at this point
Copy the full SHA 42f3318View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75e4a95 - Browse repository at this point
Copy the full SHA 75e4a95View commit details
Commits on Feb 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d1fb480 - Browse repository at this point
Copy the full SHA d1fb480View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a9d9be - Browse repository at this point
Copy the full SHA 6a9d9beView commit details -
chore(docker): rewrite Dockerfile
Signed-off-by: 陳鈞 <jim60105@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 83bf2e0 - Browse repository at this point
Copy the full SHA 83bf2e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc94512 - Browse repository at this point
Copy the full SHA dc94512View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 5dc9db6 - Browse repository at this point
Copy the full SHA 5dc9db6View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 8330597 - Browse repository at this point
Copy the full SHA 8330597View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 543d12f - Browse repository at this point
Copy the full SHA 543d12fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7add28 - Browse repository at this point
Copy the full SHA d7add28View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6f1ed2 - Browse repository at this point
Copy the full SHA a6f1ed2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07116dc - Browse repository at this point
Copy the full SHA 07116dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a63c49c - Browse repository at this point
Copy the full SHA a63c49cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b19748 - Browse repository at this point
Copy the full SHA 5b19748View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39e3a4b - Browse repository at this point
Copy the full SHA 39e3a4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f71b3cf - Browse repository at this point
Copy the full SHA f71b3cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a49955 - Browse repository at this point
Copy the full SHA 7a49955View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a6c932 - Browse repository at this point
Copy the full SHA 6a6c932View commit details -
Merge pull request #1976 from jim60105/master
Optimize the Dockerfile to reduce the size of the image. (50.76 GB to 19.04 GB)
Configuration menu - View commit details
-
Copy full SHA for 78e2df1 - Browse repository at this point
Copy the full SHA 78e2df1View commit details -
Merge pull request #1981 from mikeboensel/patch-4
Label clarifications
Configuration menu - View commit details
-
Copy full SHA for 2d0ed8e - Browse repository at this point
Copy the full SHA 2d0ed8eView commit details
Commits on Feb 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 86279c8 - Browse repository at this point
Copy the full SHA 86279c8View commit details -
Merge pull request #1126 from tamlog06/DyLoRA-xl
Fix dylora create_modules error when training sdxl
Configuration menu - View commit details
-
Copy full SHA for 488d187 - Browse repository at this point
Copy the full SHA 488d187View commit details -
Configuration menu - View commit details
-
Copy full SHA for f413201 - Browse repository at this point
Copy the full SHA f413201View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24092e6 - Browse repository at this point
Copy the full SHA 24092e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb9110b - Browse repository at this point
Copy the full SHA fb9110bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e70360 - Browse repository at this point
Copy the full SHA 0e70360View commit details -
Merge pull request #1102 from mgz-dev/resize_lora-add-rank-for-conv
Resize lora add new rank for conv
Configuration menu - View commit details
-
Copy full SHA for 738c397 - Browse repository at this point
Copy the full SHA 738c397View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52b3799 - Browse repository at this point
Copy the full SHA 52b3799View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b7c142 - Browse repository at this point
Copy the full SHA 8b7c142View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81e8af6 - Browse repository at this point
Copy the full SHA 81e8af6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a21218b - Browse repository at this point
Copy the full SHA a21218bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e69d341 - Browse repository at this point
Copy the full SHA e69d341View commit details -
Configuration menu - View commit details
-
Copy full SHA for a20c2bd - Browse repository at this point
Copy the full SHA a20c2bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 822d94c - Browse repository at this point
Copy the full SHA 822d94cView commit details