BillK
commited on
Commit
·
f22840b
1
Parent(s):
938e76b
Update README, change example filenames to avoid confusion
Browse files
README.md
CHANGED
|
@@ -85,7 +85,19 @@ Installation is simple, but should be done in a clean anaconda environment.
|
|
| 85 |
# conda create -n beltout python=3.12
|
| 86 |
# conda activate beltout
|
| 87 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 88 |
git clone https://github.com/Bill13579/beltout.git
|
|
|
|
|
|
|
|
|
|
|
|
|
| 89 |
cd beltout
|
| 90 |
pip install -e .
|
| 91 |
```
|
|
|
|
| 85 |
# conda create -n beltout python=3.12
|
| 86 |
# conda activate beltout
|
| 87 |
|
| 88 |
+
# IMPORTANT: Tell Git to not download any checkpoints by setting GIT_LFS_SKIP_SMUDGE to 1! The commands for that are down below and different on each platform.
|
| 89 |
+
|
| 90 |
+
# PowerShell (Windows)
|
| 91 |
+
$Env:GIT_LFS_SKIP_SMUDGE="1"
|
| 92 |
+
git clone https://github.com/Bill13579/beltout.git
|
| 93 |
+
|
| 94 |
+
# CMD (Windows)
|
| 95 |
+
set GIT_LFS_SKIP_SMUDGE=1
|
| 96 |
git clone https://github.com/Bill13579/beltout.git
|
| 97 |
+
|
| 98 |
+
# Unix
|
| 99 |
+
GIT_LFS_SKIP_SMUDGE=1 git clone https://github.com/Bill13579/beltout.git
|
| 100 |
+
|
| 101 |
cd beltout
|
| 102 |
pip install -e .
|
| 103 |
```
|
examples/{johnny-1-src.mp4 → johnny-1-old-src.mp4}
RENAMED
|
File without changes
|
examples/{johnny-1-src.wav → johnny-1-old-src.wav}
RENAMED
|
File without changes
|
examples/{johnny-1.mp4 → johnny-1-old.mp4}
RENAMED
|
File without changes
|
examples/{johnny-1.wav → johnny-1-old.wav}
RENAMED
|
File without changes
|