From cea949ee15ec0f3a5619ab62ae72ca3b4ea6f4ea Mon Sep 17 00:00:00 2001 From: Blaise <133521603+blaise-tk@users.noreply.github.com> Date: Sat, 20 Jan 2024 01:04:41 +0100 Subject: [PATCH] google colab --- README.md | 2 - assets/Applio.ipynb | 186 +++++++++++++++++++++++++------------------- 2 files changed, 107 insertions(+), 81 deletions(-) diff --git a/README.md b/README.md index ab59e3679..2ffc88bfb 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,7 @@ Welcome to **Applio**, the ultimate voice cloning tool meticulously optimized fo [![Support Discord](https://img.shields.io/discord/1096877223765606521?style=flat-square)](https://discord.gg/iahispano) [![Downloads](https://img.shields.io/github/downloads/iahispano/applio-rvc-fork/total?style=flat-square)](https://github.com/IAHispano/Applio-RVC-Fork/releases) [![Issues](https://img.shields.io/github/issues/iahispano/applio-rvc-fork?style=flat-square)](https://github.com/IAHispano/Applio-RVC-Fork/issues) - ## Content Table - [**Installation**](#installation) diff --git a/assets/Applio.ipynb b/assets/Applio.ipynb index 36215e745..1413b6462 100644 --- a/assets/Applio.ipynb +++ b/assets/Applio.ipynb @@ -1,81 +1,109 @@ { - "cells": [ - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "cellView": "form", - "id": "vtON700qokuQ" - }, - "outputs": [], - "source": [ - "# @title **Install Applio**\n", - "\n", - "import codecs\n", - "import time\n", - "\n", - "orig_name_of_program = codecs.decode(\"Nccyvb\", \"rot_13\")\n", - "new_name_of_program = codecs.decode(\"cebtenz\", \"rot_13\")\n", - "uioawhd = codecs.decode(\"uggcf://tvguho.pbz/VNUvfcnab/Nccyvb.tvg\", \"rot_13\")\n", - "uyadwa = codecs.decode(\"ncc.cl\", \"rot_13\")\n", - "\n", - "from IPython.display import clear_output, Javascript\n", - "\n", - "!git clone --depth 1 $uioawhd\n", - "!mv $orig_name_of_program $new_name_of_program\n", - "%cd $new_name_of_program/\n", - "\n", - "clear_output()\n", - "file_path = \"requirements.txt\"\n", - "!pip install -r \"requirements.txt\" --quiet\n", - "\n", - "clear_output()\n", - "print(\"Finished installing requirements!\")" - ] + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "metadata": { + "cellView": "form", + "id": "vtON700qokuQ", + "outputId": "f2e96749-d738-4089-b966-14ee5cd1856f", + "colab": { + "base_uri": "https://localhost:8080/" + } + }, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Finished installing requirements!\n" + ] + } + ], + "source": [ + "# @title **Install Applio**\n", + "\n", + "import codecs\n", + "import time\n", + "\n", + "orig_name_of_program = codecs.decode(\"Nccyvb\", \"rot_13\")\n", + "new_name_of_program = codecs.decode(\"cebtenz\", \"rot_13\")\n", + "uioawhd = codecs.decode(\"uggcf://tvguho.pbz/VNUvfcnab/Nccyvb.tvg\", \"rot_13\")\n", + "uyadwa = codecs.decode(\"ncc.cl\", \"rot_13\")\n", + "\n", + "from IPython.display import clear_output, Javascript\n", + "\n", + "!git clone --depth 1 $uioawhd\n", + "!mv $orig_name_of_program $new_name_of_program\n", + "%cd $new_name_of_program/\n", + "\n", + "clear_output()\n", + "file_path = \"requirements.txt\"\n", + "!pip install -r \"requirements.txt\" --quiet\n", + "\n", + "clear_output()\n", + "print(\"Finished installing requirements!\")" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": { + "cellView": "form", + "id": "-7cQtXouqpQi", + "outputId": "242be0b2-15bc-4b90-e9c4-d9ab42ec7e29", + "colab": { + "base_uri": "https://localhost:8080/" + } + }, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Keyboard interruption in main thread... closing server.\n", + "Killing tunnel 127.0.0.1:6969 <> https://caf1f69e5f1d9cc72e.gradio.live\n" + ] + } + ], + "source": [ + "# @title **Start Applio**\n", + "import codecs\n", + "uyadwa = codecs.decode(\"ncc.cl\", \"rot_13\")\n", + "\n", + "%load_ext tensorboard\n", + "%reload_ext tensorboard\n", + "%tensorboard --logdir logs --bind_all\n", + "\n", + "!python $uyadwa --share" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "id": "ymhGfgFSR17k" + }, + "source": [ + "## **Credits**\n", + "- Special thanks to [Hina](https://github.com/hinabl) 💗\n", + "- [Blaise](https://github.com/blaise-tk) and [Applio Team](https://github.com/IAHispano)" + ] + } + ], + "metadata": { + "accelerator": "GPU", + "colab": { + "gpuType": "T4", + "provenance": [] + }, + "kernelspec": { + "display_name": "Python 3", + "name": "python3" + }, + "language_info": { + "name": "python" + } }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "cellView": "form", - "id": "-7cQtXouqpQi" - }, - "outputs": [], - "source": [ - "# @title **Start Applio**\n", - "%load_ext tensorboard\n", - "%reload_ext tensorboard\n", - "%tensorboard --logdir logs --bind_all\n", - "\n", - "!python $uyadwa --share" - ] - }, - { - "cell_type": "markdown", - "metadata": { - "id": "ymhGfgFSR17k" - }, - "source": [ - "## **Credits**\n", - "- Special thanks to [Hina](https://github.com/hinabl) 💗\n", - "- [Blaise](https://github.com/blaise-tk) and [Applio Team](https://github.com/IAHispano)" - ] - } - ], - "metadata": { - "accelerator": "GPU", - "colab": { - "gpuType": "T4", - "provenance": [] - }, - "kernelspec": { - "display_name": "Python 3", - "name": "python3" - }, - "language_info": { - "name": "python" - } - }, - "nbformat": 4, - "nbformat_minor": 0 -} + "nbformat": 4, + "nbformat_minor": 0 +} \ No newline at end of file