Skip to content

Commit

Permalink
Fix Gdown and Other Things
Browse files Browse the repository at this point in the history
  • Loading branch information
Vidalnt committed Feb 15, 2024
1 parent edc7166 commit d1a2f4d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 406 deletions.
5 changes: 3 additions & 2 deletions RVC_CLI.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,14 @@
"\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\"] {allow-input: false}\n",
"f0method = \"rmvpe\" #@param [\"pm\", \"dio\", \"crepe\", \"crepe-tiny\", \"harvest\", \"rmvpe\", \"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 = 1 # @param {type:\"slider\", min:1, max:512, step:0}\n",
"split_audio = False #@param{type:\"boolean\"}\n",
"!python main.py infer {f0up_key} {filter_radius} {index_rate} {hop_length} {f0method} \"{input_path}\" \"{output_path}\" \"{pth_file}\" \"{index_file}\" {split_audio}\n",
"autotune = False #@param{type:\"boolean\"}\n",
"!python main.py infer {f0up_key} {filter_radius} {index_rate} {hop_length} {f0method} \"{input_path}\" \"{output_path}\" \"{pth_file}\" \"{index_file}\" {split_audio} {autotune}\n",
"\n",
"from IPython.display import Audio, display, clear_output\n",
"clear_output()\n",
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ tensorboard
# Miscellaneous
ffmpy==0.3.1
git+https://github.com/lanpa/tensorboardX
git+https://github.com/IAHispano/gdown
edge-tts==6.1.9
flask
Loading

0 comments on commit d1a2f4d

Please sign in to comment.