From e48bfbf5aa1c8fa2b2cf6e91f08d37c9f10f87b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enes=20Sad=C4=B1k=20=C3=96zbek?= Date: Wed, 9 Aug 2023 22:43:50 +0300 Subject: [PATCH 1/2] Fix bitsandbytes 0.40.1 download link for Windows --- setup/setup_windows.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/setup_windows.py b/setup/setup_windows.py index 33ee908..411e83c 100644 --- a/setup/setup_windows.py +++ b/setup/setup_windows.py @@ -155,8 +155,8 @@ def install_bitsandbytes_0_35_0(): sync_bits_and_bytes_files() def install_bitsandbytes_0_40_1(): - log.info('Installing bitsandbytes 0.41.1...') - setup_common.install('--upgrade https://github.com/jllllll/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.40.1-py3-none-win_amd64.whl', 'bitsandbytes 0.40.1', reinstall=True) + log.info('Installing bitsandbytes 0.40.1...') + setup_common.install('--upgrade https://github.com/jllllll/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.40.1.post1-py3-none-win_amd64.whl', 'bitsandbytes 0.40.1', reinstall=True) def install_bitsandbytes_0_41_1(): log.info('Installing bitsandbytes 0.41.1...') From 3b9a80bb91524f3fffd8a1efbb097983a9b43309 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Furkan=20G=C3=B6z=C3=BCkara?= Date: Thu, 10 Aug 2023 04:29:13 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f26d78..1690543 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,10 @@ First SDXL Tutorial: [First Ever SDXL Training With Kohya LoRA - Stable Diffusio [![First Ever SDXL Training With Kohya LoRA - Stable Diffusion XL Training Will Replace Older Models](https://cdn-uploads.huggingface.co/production/uploads/6345bd89fe134dfd7a0dba40/mG0CvKAzb8o29nr5ye0Br.png)](https://youtu.be/AY6DMBCIZ3A) +[**Become A Master Of SDXL Training With Kohya SS LoRAs - Combine Power Of Automatic1111 & SDXL LoRAs**](https://youtu.be/sBFGitIvD2A) + +[![image](https://cdn-uploads.huggingface.co/production/uploads/6345bd89fe134dfd7a0dba40/rXbRquLxFaDGaGlkl-SUp.png)](https://youtu.be/sBFGitIvD2A) + ### About SDXL training The feature of SDXL training is now available in sdxl branch as an experimental feature. @@ -507,4 +511,4 @@ If you come across a `FileNotFoundError`, it is likely due to an installation is * 2023/08/05 (v21.8.7) - Add manual captioning option. Thanks to https://github.com/channelcat for this great contribution. (https://github.com/bmaltais/kohya_ss/pull/1352) - - Added support for `v_pred_like_loss` to the advanced training tab \ No newline at end of file + - Added support for `v_pred_like_loss` to the advanced training tab