Skip to content

Commit 7937294

Browse files
authored
Merge pull request svc-develop-team#268 from burtbai/4.1-Stable
fix(colab): Fix filename of inference output
2 parents 33181ae + 0c19a64 commit 7937294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sovits4_for_colab.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@
629629
"key = \"auto\" if auto_predict_f0 else f\"{trans}key\"\n",
630630
"cluster_name = \"\" if cluster_infer_ratio == \"0\" else f\"_{cluster_infer_ratio}\"\n",
631631
"isdiffusion = \"sovits\"\n",
632-
"wav_output = f\"/content/so-vits-svc/results/{wav_filename}_{key}_{speaker}{cluster_name}_{isdiffusion}.{wav_format}\"\n",
632+
"wav_output = f\"/content/so-vits-svc/results/{wav_filename}_{key}_{speaker}{cluster_name}_{isdiffusion}_{f0_predictor}.{wav_format}\"\n",
633633
"\n",
634634
"%cd /content/so-vits-svc\n",
635635
"!python inference_main.py -n {wav_filename} -m {model_path} -s {speaker} -t {trans} -cr {cluster_infer_ratio} -c {config_path} -cm {kmeans_path} -sd {slice_db} -wf {wav_format} {apf} --f0_predictor={f0_predictor} {ehc}\n",

0 commit comments

Comments
 (0)