Create .gitignore
Browse files- .gitignore +4 -0
.gitignore
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
__pycache__/
|
2 |
+
/examples
|
3 |
+
/outputs_gradio
|
4 |
+
svd-xt-1-1_tdd_lora_weights.safetensors
|