SuCicada commited on
Commit
dc0fc87
1 Parent(s): 06fb193
Files changed (1) hide show
  1. run.sh +2 -1
run.sh CHANGED
@@ -7,7 +7,7 @@ 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 --recurse-submodules $project
11
  cd $project
12
  fi
13
 
@@ -17,4 +17,5 @@ mkdir monotonic_align
17
  python setup.py build_ext --inplace
18
  cd ..
19
 
 
20
  python VC_inference.py --model_dir ../G_latest.pth --config_dir ../finetune_speaker.json
 
7
  git submodule update --recursive
8
  git submodule sync
9
  else
10
+ git clone https://github.com/Plachtaa/VITS-fast-fine-tuning.git -b 0fe10b44 --recurse-submodules $project
11
  cd $project
12
  fi
13
 
 
17
  python setup.py build_ext --inplace
18
  cd ..
19
 
20
+ cp scripts/VC_inference.py .
21
  python VC_inference.py --model_dir ../G_latest.pth --config_dir ../finetune_speaker.json