Skip to content

Commit 8170569

Browse files
committed
Update Colab_NoUI
1 parent 1cfd279 commit 8170569

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

assets/Applio_NoUI.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
"formant_shift = False # @param{type:\"boolean\"}\n",
307307
"formant_qfrency = 1.0 # @param {type:\"slider\", min:1.0, max:16.0, step:0.1}\n",
308308
"formant_timbre = 1.0 # @param {type:\"slider\", min:1.0, max:16.0, step:0.1}\n",
309-
"embedder_model = \"contentvec\" # @param [\"contentvec\", \"chinese-hubert-base\", \"japanese-hubert-base\", \"korean-hubert-base\", \"custom\"] {allow-input: false}\n",
309+
"embedder_model = \"contentvec\" # @param [\"contentvec\", \"spin-v2\", \"chinese-hubert-base\", \"japanese-hubert-base\", \"korean-hubert-base\", \"custom\"] {allow-input: false}\n",
310310
"embedder_model_custom = \"\" # @param {type:\"string\"}\n",
311311
"\n",
312312
"!rm -f \"{output_path}\"\n",
@@ -443,7 +443,7 @@
443443
"\n",
444444
"sr = int(sample_rate.rstrip(\"k\")) * 1000\n",
445445
"include_mutes = 2 # @param {type:\"slider\", min:0, max:10, step:1}\n",
446-
"embedder_model = \"contentvec\" # @param [\"contentvec\", \"chinese-hubert-base\", \"japanese-hubert-base\", \"korean-hubert-base\", \"custom\"] {allow-input: false}\n",
446+
"embedder_model = \"contentvec\" # @param [\"contentvec\", \"spin-v2\", \"chinese-hubert-base\", \"japanese-hubert-base\", \"korean-hubert-base\", \"custom\"] {allow-input: false}\n",
447447
"embedder_model_custom = \"\" # @param {type:\"string\"}\n",
448448
"\n",
449449
"%cd /content/Applio\n",
@@ -482,7 +482,7 @@
482482
"pretrained = True # @param{type:\"boolean\"}\n",
483483
"cleanup = False # @param{type:\"boolean\"}\n",
484484
"cache_data_in_gpu = False # @param{type:\"boolean\"}\n",
485-
"vocoder = \"HiFi-GAN\" # @param [\"HiFi-GAN\"]\n",
485+
"vocoder = \"HiFi-GAN\" # @param [\"HiFi-GAN\", \"RefineGAN\"]\n",
486486
"checkpointing = False\n",
487487
"tensorboard = True # @param{type:\"boolean\"}\n",
488488
"# @markdown ### ➡️ Choose how many epochs your model will be stored\n",

0 commit comments

Comments
 (0)