Commit
·
e84a5c9
1
Parent(s):
d4aa7b5
Update README.md
Browse files
README.md
CHANGED
@@ -6,14 +6,15 @@ Models are created using the exact settings in the spreadsheet.
|
|
6 |
Sample outputs are generate using `--no-half` without optimizations or vae.
|
7 |
|
8 |
## Contributing
|
9 |
-
**Note**: If you plan to clone
|
10 |
-
|
11 |
-
Windows:
|
12 |
```
|
13 |
git lfs install --skip-smudge
|
14 |
```
|
15 |
-
This will replace the
|
16 |
```
|
17 |
git lfs pull --include=<paths> --exclude=<paths>
|
18 |
```
|
19 |
-
which performs a pull that replaces pointers.
|
|
|
|
|
|
|
|
6 |
Sample outputs are generate using `--no-half` without optimizations or vae.
|
7 |
|
8 |
## Contributing
|
9 |
+
**Note**: This repo is **very** big. If you plan to clone it, and you do not need every `.ckpt` file, use the following command:
|
|
|
|
|
10 |
```
|
11 |
git lfs install --skip-smudge
|
12 |
```
|
13 |
+
This will replace the .ckpt with 1KB pointer files. You can then manually download the checkpoints using the HF website or with
|
14 |
```
|
15 |
git lfs pull --include=<paths> --exclude=<paths>
|
16 |
```
|
17 |
+
which performs a pull that replaces pointers. So you can grab a single ckpt using something like
|
18 |
+
```
|
19 |
+
git lfs pull --include="models/c5cb583_001/2000_steps/c5cb583_001_gta_2000.ckpt"
|
20 |
+
```
|