SuCicada commited on
Commit
801fbc3
·
1 Parent(s): 77dcd16
Files changed (1) hide show
  1. run.sh +14 -10
run.sh CHANGED
@@ -15,14 +15,18 @@ pip install -r requirements.txt
15
  pip install pydub soundfile gtts
16
  pip install gradio==3.27.0
17
 
18
- wget https://huggingface.co/SuCicada/Lain-so-vits-svc-4.0/resolve/main/config.json
19
- wget https://huggingface.co/SuCicada/Lain-so-vits-svc-4.0/resolve/main/G_256800_infer.pth
20
- curl -L https://ibm.ent.box.com/shared/static/z1wgl1stco8ffooyatzdwsqn2psd9lrr -o hubert/checkpoint_best_legacy_500.pt
21
 
22
- model_path=$(realpath G_256800_infer.pth)
23
- config_path=$(realpath config.json)
24
- echo $model_path
25
- echo $config_path
26
- python tools/vits_gradio.py \
27
- --model_path $model_path \
28
- --config_path $config_path
 
 
 
 
 
15
  pip install pydub soundfile gtts
16
  pip install gradio==3.27.0
17
 
18
+ #wget https://huggingface.co/SuCicada/Lain-so-vits-svc-4.0/resolve/main/config.json
19
+ #wget https://huggingface.co/SuCicada/Lain-so-vits-svc-4.0/resolve/main/G_256800_infer.pth
20
+ #curl -L https://ibm.ent.box.com/shared/static/z1wgl1stco8ffooyatzdwsqn2psd9lrr -o hubert/checkpoint_best_legacy_500.pt
21
 
22
+ #model_path=$(realpath G_256800_infer.pth)
23
+ #config_path=$(realpath config.json)
24
+ #echo $model_path
25
+ #echo $config_path
26
+ #python tools/vits_gradio.py \
27
+ # --model_path $model_path \
28
+ # --config_path $config_path
29
+
30
+ pip install sumake
31
+ sumake lain_download
32
+ USE_CONDA=false sumake lain_gradio_run