Spaces:
Runtime error
Runtime error
File size: 2,502 Bytes
1a942eb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 |
{
"cells": [
{
"cell_type": "markdown",
"metadata": {
"id": "kmyCzJVyCymN"
},
"source": [
"Colab for [Ultimate RVC](https://github.com/JackismyShephard/ultimate-rvc)\n",
"\n",
"This Colab notebook will **help** you if you don’t have a GPU or if your PC isn’t very powerful.\n",
"\n",
"Simply click `Runtime` in the top navigation bar and `Run all`. Wait for the output of the final cell to show the public gradio url and click on it.\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# @title 0: Initialize notebook\n",
"%pip install ipython-autotime\n",
"%load_ext autotime\n",
"\n",
"import codecs\n",
"import os\n",
"\n",
"from IPython.display import clear_output\n",
"\n",
"clear_output()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"cellView": "form",
"id": "aaokDv1VzpAX"
},
"outputs": [],
"source": [
"# @title 1: Clone repository\n",
"cloneing = codecs.decode(\n",
" \"uggcf://tvguho.pbz/WnpxvfzlFurcuneq/hygvzngr-eip.tvg\",\n",
" \"rot_13\",\n",
")\n",
"\n",
"!git clone $cloneing HRVC\n",
"%cd /content/HRVC\n",
"clear_output()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"cellView": "form",
"id": "lVGNygIa0F_1"
},
"outputs": [],
"source": [
"# @title 2: Install dependencies\n",
"\n",
"light = codecs.decode(\"uggcf://nfgeny.fu/hi/0.5.0/vafgnyy.fu\", \"rot_13\")\n",
"inits = codecs.decode(\"./fep/hygvzngr_eip/pber/znva.cl\", \"rot_13\")\n",
"\n",
"!apt install -y python3-dev unzip\n",
"!curl -LsSf $light | sh\n",
"\n",
"os.environ[\"URVC_CONSOLE_LOG_LEVEL\"] = \"WARNING\"\n",
"!uv run -q $inits\n",
"clear_output()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"cellView": "form",
"id": "lVGNygIa0F_2"
},
"outputs": [],
"source": [
"# @title 3: Run Ultimate RVC\n",
"\n",
"runpice = codecs.decode(\"./fep/hygvzngr_eip/jro/znva.cl\", \"rot_13\")\n",
"\n",
"!uv run $runpice --share"
]
}
],
"metadata": {
"accelerator": "GPU",
"colab": {
"gpuType": "T4",
"provenance": []
},
"kernelspec": {
"display_name": "Python 3",
"name": "python3"
},
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 0
}
|