Fix issue 71
This commit is contained in:
parent
c6f87f1c01
commit
bf371b49bf
@ -131,6 +131,8 @@ Then redo the installation instruction within the kohya_ss venv.
|
|||||||
|
|
||||||
## Change history
|
## Change history
|
||||||
|
|
||||||
|
* 2023/01/27 (v20.5.1):
|
||||||
|
- Fix issue https://github.com/bmaltais/kohya_ss/issues/71
|
||||||
* 2023/01/26 (v20.5.0):
|
* 2023/01/26 (v20.5.0):
|
||||||
- Add new `Dreambooth TI` tab for training of Textual Inversion embeddings
|
- Add new `Dreambooth TI` tab for training of Textual Inversion embeddings
|
||||||
- Add Textual Inversion training. Documentation is [here](./train_ti_README-ja.md) (in Japanese.)
|
- Add Textual Inversion training. Documentation is [here](./train_ti_README-ja.md) (in Japanese.)
|
||||||
|
@ -159,7 +159,7 @@ def open_configuration(
|
|||||||
stop_text_encoder_training,
|
stop_text_encoder_training,
|
||||||
use_8bit_adam,
|
use_8bit_adam,
|
||||||
xformers,
|
xformers,
|
||||||
save_model_as_dropdown,
|
save_model_as,
|
||||||
shuffle_caption,
|
shuffle_caption,
|
||||||
save_state,
|
save_state,
|
||||||
resume,
|
resume,
|
||||||
|
Loading…
Reference in New Issue
Block a user