Skip to content

Commit

Permalink
fix some params colab + rm models folder
Browse files Browse the repository at this point in the history
  • Loading branch information
blaisewf committed Feb 18, 2024
1 parent 552dede commit e9c5768
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions RVC_CLI.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"source": [
"# RVC_CLI\n",
"Created by [Blaise](https://github.com/blaise-tk) and based on [RVC_CLI](https://github.com/blaise-tk/RVC_CLI).\n",
"Created by [Blaise](https://github.com/blaise-tk) with [Vidal](https://github.com/Vidalnt) and based on [RVC_CLI](https://github.com/blaise-tk/RVC_CLI).\n",
"\n",
"- Colab inspired on [RVC v2 Disconnected](https://colab.research.google.com/drive/1XIPCP9ken63S7M6b5ui1b36Cs17sP-NS).\n",
"\n"
Expand Down Expand Up @@ -134,11 +134,11 @@
"\n",
"input_path = \"/content/drive/MyDrive/vocals.wav\" #@param {type:\"string\"}\n",
"output_path = \"/content/output.wav\"\n",
"f0method = \"rmvpe\" #@param [\"pm\", \"dio\", \"crepe\", \"crepe-tiny\", \"harvest\", \"rmvpe\", \"hybrid[rmvpe+fcpe]\"] {allow-input: false}\n",
"f0method = \"rmvpe\" #@param [\"pm\", \"dio\", \"crepe\", \"crepe-tiny\", \"harvest\", \"rmvpe\", \"fcpe\", \"hybrid[rmvpe+fcpe]\"] {allow-input: false}\n",
"f0up_key = 0 #@param {type:\"slider\", min:-24, max:24, step:0}\n",
"filter_radius = 0 #@param {type:\"slider\", min:0, max:10, step:0}\n",
"index_rate = 0.0 #@param {type:\"slider\", min:0.0, max:1.0, step:0.1}\n",
"hop_length = 64 #@param {type:\"integer\"}\n",
"filter_radius = 3 #@param {type:\"slider\", min:0, max:10, step:0}\n",
"index_rate = 0.75 #@param {type:\"slider\", min:0.0, max:1.0, step:0.1}\n",
"hop_length = 128 #@param {type:\"integer\"}\n",
"split_audio = False #@param{type:\"boolean\"}\n",
"autotune = False #@param{type:\"boolean\"}\n",
"\n",
Expand Down
Empty file removed models/.gitignore
Empty file.

0 comments on commit e9c5768

Please sign in to comment.