You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+25-5
Original file line number
Diff line number
Diff line change
@@ -12,18 +12,38 @@ You can find the dreambooth solution spercific [Dreambooth README](README_dreamb
12
12
13
13
You can find the finetune solution spercific [Finetune README](README_finetune.md)
14
14
15
+
## LoRA
16
+
17
+
You can create LoRA network by running the dedicated GUI with:
18
+
19
+
```
20
+
python lora_gui.py
21
+
```
22
+
23
+
or via the all in one GUI:
24
+
25
+
```
26
+
python kahya_gui.py
27
+
```
28
+
29
+
Once you have created the LoRA network you can generate images via auto1111 by installing the extension found here: https://github.com/kohya-ss/sd-webui-additional-networks
30
+
15
31
## Change history
16
32
17
-
* 12/30 (v19) update:
33
+
* 2023/01/01 (v19.1) update:
34
+
- merge kohys_ss upstream code updates
35
+
- rework Dreambooth LoRA GUI
36
+
- fix bug where LoRA network weights were not loaded to properly resume training
37
+
* 2022/12/30 (v19) update:
18
38
- support for LoRA network training in kohya_gui.py.
19
-
* 12/23 (v18.8) update:
39
+
*2022/12/23 (v18.8) update:
20
40
- Fix for conversion tool issue when the source was an sd1.x diffuser model
21
41
- Other minor code and GUI fix
22
-
* 12/22 (v18.7) update:
42
+
*2022/12/22 (v18.7) update:
23
43
- Merge dreambooth and finetune is a common GUI
24
44
- General bug fixes and code improvements
25
-
* 12/21 (v18.6.1) update:
45
+
*2022/12/21 (v18.6.1) update:
26
46
- fix issue with dataset balancing when the number of detected images in the folder is 0
0 commit comments