diff --git a/VITS_vc_ft.ipynb b/VITS_vc_ft.ipynb index 713deb2..3417ef0 100644 --- a/VITS_vc_ft.ipynb +++ b/VITS_vc_ft.ipynb @@ -3,10 +3,61 @@ { "cell_type": "code", "execution_count": null, - "id": "2c6bd36c", + "id": "e6058067", "metadata": {}, "outputs": [], - "source": [] + "source": [ + "# download models & files\n", + "!mkdir pretrained_models\n", + "%cd pretrained_models\n", + "# download pretrained discriminator checkpoint\n", + "!wget https://huggingface.co/spaces/Plachta/VITS-Umamusume-voice-synthesizer/resolve/main/pretrained_models/D_trilingual.pth\n", + "!wget https://huggingface.co/spaces/Plachta/VITS-Umamusume-voice-synthesizer/resolve/main/pretrained_models/G_trilingual.pth" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "id": "f7e44cf5", + "metadata": { + "scrolled": true + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Running on local URL: http://127.0.0.1:7860\n", + "\n", + "To create a public link, set `share=True` in `launch()`.\n" + ] + }, + { + "data": { + "text/html": [ + "
" + ], + "text/plain": [ + "