k4d3 commited on
Commit
b9d8dbc
1 Parent(s): 2170352

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -19
README.md CHANGED
@@ -1,19 +1,34 @@
1
- ---
2
- license: wtfpl
3
- datasets:
4
- - k4d3/furry
5
- language:
6
- - en
7
- tags:
8
- - not-for-all-audiences
9
- ---
10
-
11
- <!--markdownlint-disable MD033 MD038 -->
12
-
13
- # Yiff Toolkit
14
-
15
- ---
16
-
17
- ## Moved
18
-
19
- This README has moved to [https://cringe.live/docs/yiff_toolkit/](https://cringe.live/docs/yiff_toolkit/)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: wtfpl
3
+ datasets:
4
+ - k4d3/furry
5
+ language:
6
+ - en
7
+ tags:
8
+ - not-for-all-audiences
9
+ ---
10
+
11
+ <!--markdownlint-disable MD033 MD038 -->
12
+
13
+ # Yiff Toolkit
14
+
15
+ ---
16
+
17
+ ## Moved
18
+
19
+ This README has moved to [https://cringe.live/docs/yiff_toolkit/](https://cringe.live/docs/yiff_toolkit/)
20
+
21
+ ## Spare checkout
22
+
23
+ For your own sanity, you should consider doing a sparse checkout.
24
+
25
+ ```bash
26
+ mkdir yiff_toolkit
27
+ git init
28
+ git config core.sparseCheckout true
29
+ git remote add -f origin https://huggingface.co/k4d3/yiff_toolkit
30
+ echo "ponyxl_loras_shrunk_2/*" > .git/info/sparse-checkout
31
+ git checkout main
32
+ ```
33
+
34
+ Add whatever folder you want before you run the checkout command. Save some space.