run.sh
Browse files
run.sh
CHANGED
@@ -7,7 +7,8 @@ if [ -d "SuTTS" ]; then
|
|
7 |
git submodule update --recursive
|
8 |
git submodule sync
|
9 |
else
|
10 |
-
git clone https://github.com/Plachtaa/VITS-fast-fine-tuning.git
|
|
|
11 |
cd $project
|
12 |
fi
|
13 |
|
|
|
7 |
git submodule update --recursive
|
8 |
git submodule sync
|
9 |
else
|
10 |
+
git clone https://github.com/Plachtaa/VITS-fast-fine-tuning.git --recurse-submodules $project
|
11 |
+
git checkout 0fe10b449e673cbbd0ddb3b4fe4967e4f7096a09
|
12 |
cd $project
|
13 |
fi
|
14 |
|