mirror of https://github.com/bmaltais/kohya_ss
Merge branch 'dev2' of https://github.com/bmaltais/kohya_ss into dev2
commit
b9d5db8a42
|
|
@ -68,6 +68,10 @@ First SDXL Tutorial: [First Ever SDXL Training With Kohya LoRA - Stable Diffusio
|
||||||
|
|
||||||
[](https://youtu.be/AY6DMBCIZ3A)
|
[](https://youtu.be/AY6DMBCIZ3A)
|
||||||
|
|
||||||
|
[**Become A Master Of SDXL Training With Kohya SS LoRAs - Combine Power Of Automatic1111 & SDXL LoRAs**](https://youtu.be/sBFGitIvD2A)
|
||||||
|
|
||||||
|
[](https://youtu.be/sBFGitIvD2A)
|
||||||
|
|
||||||
### About SDXL training
|
### About SDXL training
|
||||||
|
|
||||||
The feature of SDXL training is now available in sdxl branch as an experimental feature.
|
The feature of SDXL training is now available in sdxl branch as an experimental feature.
|
||||||
|
|
@ -506,4 +510,7 @@ If you come across a `FileNotFoundError`, it is likely due to an installation is
|
||||||
## Change History
|
## Change History
|
||||||
|
|
||||||
* 2023/08/05 (v21.8.8)
|
* 2023/08/05 (v21.8.8)
|
||||||
- Fix issue with aiofiles: https://github.com/bmaltais/kohya_ss/issues/1359
|
- Fix issue with aiofiles: https://github.com/bmaltais/kohya_ss/issues/1359
|
||||||
|
* 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
|
||||||
|
|
|
||||||
|
|
@ -155,8 +155,8 @@ def install_bitsandbytes_0_35_0():
|
||||||
sync_bits_and_bytes_files()
|
sync_bits_and_bytes_files()
|
||||||
|
|
||||||
def install_bitsandbytes_0_40_1():
|
def install_bitsandbytes_0_40_1():
|
||||||
log.info('Installing bitsandbytes 0.41.1...')
|
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-py3-none-win_amd64.whl', 'bitsandbytes 0.40.1', reinstall=True)
|
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():
|
def install_bitsandbytes_0_41_1():
|
||||||
log.info('Installing bitsandbytes 0.41.1...')
|
log.info('Installing bitsandbytes 0.41.1...')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue