Upload lora-scripts/.gitignore with huggingface_hub
Browse files- lora-scripts/.gitignore +26 -0
lora-scripts/.gitignore
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
.vscode
|
| 2 |
+
.idea
|
| 3 |
+
|
| 4 |
+
venv
|
| 5 |
+
__pycache__
|
| 6 |
+
|
| 7 |
+
output/*
|
| 8 |
+
!output/.keep
|
| 9 |
+
|
| 10 |
+
py310
|
| 11 |
+
python
|
| 12 |
+
git
|
| 13 |
+
wd14_tagger_model
|
| 14 |
+
|
| 15 |
+
train/*
|
| 16 |
+
logs/*
|
| 17 |
+
sd-models/*
|
| 18 |
+
toml/autosave/*
|
| 19 |
+
config/autosave/*
|
| 20 |
+
!sd-models/put stable diffusion model here.txt
|
| 21 |
+
!logs/.keep
|
| 22 |
+
|
| 23 |
+
tests/
|
| 24 |
+
|
| 25 |
+
huggingface/hub/models*
|
| 26 |
+
huggingface/hub/version_diffusers_cache.txt
|