Spaces:
Runtime error
Runtime error
Cleaned binary files and ignored sample_dataset
Browse files- .gitignore +4 -0
.gitignore
CHANGED
|
@@ -5,6 +5,10 @@
|
|
| 5 |
*finetuned_weights.safetensors
|
| 6 |
*maskfree_finetuned_weights.safetensors
|
| 7 |
# *viton-hd-dataset.zip
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
viton-hd-dataset/
|
| 9 |
checkpoints/
|
| 10 |
|
|
|
|
| 5 |
*finetuned_weights.safetensors
|
| 6 |
*maskfree_finetuned_weights.safetensors
|
| 7 |
# *viton-hd-dataset.zip
|
| 8 |
+
|
| 9 |
+
sample_dataset/
|
| 10 |
+
image.png
|
| 11 |
+
|
| 12 |
viton-hd-dataset/
|
| 13 |
checkpoints/
|
| 14 |
|