Upload lora-scripts/.gitmodules with huggingface_hub
Browse files- lora-scripts/.gitmodules +9 -0
lora-scripts/.gitmodules
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[submodule "sd-scripts"]
|
| 2 |
+
path = sd-scripts
|
| 3 |
+
url = https://github.com/kohya-ss/sd-scripts.git
|
| 4 |
+
[submodule "frontend"]
|
| 5 |
+
path = frontend
|
| 6 |
+
url = https://github.com/hanamizuki-ai/lora-gui-dist
|
| 7 |
+
[submodule "mikazuki/dataset-tag-editor"]
|
| 8 |
+
path = mikazuki/dataset-tag-editor
|
| 9 |
+
url = https://github.com/Akegarasu/dataset-tag-editor
|