{ "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 }