Skip to content

Commit a93685a

Browse files
committed
Update README
1 parent 3e02395 commit a93685a

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,5 @@ requirements_tmp_for_setup.txt
4646

4747
*.npz
4848
presets/*/user_presets/*
49+
inputs
50+
outputs

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The GUI allows you to set the training parameters and generate and run the requi
3737
- [No module called tkinter](#no-module-called-tkinter)
3838
- [SDXL training](#sdxl-training)
3939
- [Change History](#change-history)
40-
- [2024/03/02 (v22.7.0)](#20240302-v2270)
40+
- [2024/03/02 (v23.0.0)](#20240302-v2300)
4141

4242
## 🦒 Colab
4343

@@ -363,6 +363,8 @@ The documentation in this section will be moved to a separate document later.
363363

364364
## Change History
365365

366-
### 2024/03/02 (v22.7.0)
366+
### 2024/03/02 (v23.0.0)
367367

368-
- Major code refactoring thanks to @wkpark , This will make updating sd-script cleaner by keeping sd-scripts files separate from the GUI files.
368+
- Use sd-scripts release [0.8.4](https://github.com/kohya-ss/sd-scripts/releases/tag/v0.8.4) post commit [fccbee27277d65a8dcbdeeb81787ed4116b92e0b](https://github.com/kohya-ss/sd-scripts/commit/fccbee27277d65a8dcbdeeb81787ed4116b92e0b)
369+
- Major code refactoring thanks to @wkpark , This will make updating sd-script cleaner by keeping sd-scripts files separate from the GUI files. This will also make configuration more streamlined with fewer tabs and more accordion elements. Hope you like the new style.
370+
- This new release is implementing a significant structure change, moving all of the sd-scripts written by kohya under a folder called sd-scripts in the root of this project. This folder is a submodule that will be populated during setup or gui execution.

0 commit comments

Comments
 (0)