Tg Develop's W Okada Fork Cloud

Last update: March 24, 2026


Introduction


Virtual Audio Cable

A Virtual Audio Cable (VAC) is required to use the realtime voice changer on Discord & Games.

  • A VAC makes a virtual audio device, used to re-route audio between programs.

  • In this context, it allows you to set the AI Converted Voice Output as your input device in programs like Discord.


Choose your Cloud Service

Set up the program using your preferred cloud service guide. Once configured, use the Public Tunnel URL to open the interface and continue with the next steps




Google Colab

  • 1. Access: Go to the Tg-Develop Colab.

  • 2. Install: Start from the top and run the first cell. Colab Install

  • 3. Second Cell: When it finishes (it will output Done! Proceed with the next steps), run the second cell. Colab Second Cell

  • 4. Ngrok: Scroll to the last cell, place your Ngrok token in the TOKEN_HERE field. Ngrok Token

  • 5. Launch: Run the cell. (Optional) Under the token field, you can change the region selection for lower latency. Once it finishes downloading, click the generated Ngrok link to start the Web UI.


Kaggle

Account Setup

  • Start by making an account here.
Kaggle Sign In
  • Verify your account with a phone number. This is required to enable the "Internet" option in your notebooks, which is necessary for downloading models and dependencies.
Kaggle Phone Verification

Notebook Creation & Setup

  • Create: Go to Kaggle and click Create then New Notebook at the top left. New Notebook

  • Import: Under your session's name click File then Import Notebook. Import Notebook

  • Link: In the new window, click the Link tab and paste the following URL: https://github.com/tg-develop/voice-changer/blob/master-custom/Kaggle_RealtimeVoiceChanger.ipynb. Click Import. Link Tab

  • Settings: In the sidebar on the right, turn on the Internet switch. Make sure persistence is set to Files and variables.

Internet
  • GPU: Turn on T4 x2 GPUs in the Accelerator settings. GPU

  • Save: (Optional) Turn on "Save version" to save your progress. Persistence

Installation & Tunnels

  • Install: Starting from the top, run the first installation cell. When it outputs Done! Proceed with the next steps, run the third cell. Install 1 Install 2

  • Ngrok: Put your token in the last cell. Token


Lightning.AI

Create an Account

LightningAI Signup
  • Make sure you verify yourself with a phone number. Once you've done that you will get an email that looks like this:
LightningAI Verification
Clone
  • GPU: Switch to a GPU environment (Studio Environment -> Switch To GPU).
GPU Settings
  • Install: Run the first cell to install, run the second cell to configure.

  • Tunnels: In the third cell, choose your tunnel (Port Viewer recommended) and run it. Use the provided file drive to upload models and TensorBoard to monitor training.

  • File Management: Use the Teamspace Drive button on the right sidebar to upload files. LightningAI Teamspace Drive

  • Maintenance: If you need to update the Program or start fresh, you can run the final cell in the notebook, "Delete everything". This will remove all downloaded files and configurations from your persistent storage, allowing for a clean installation by re-following the notebook with perhaps a changed branch variable.


Usage

Now that you have the Web UI running, the rest of the process is identical to using a local installation.

Continue with the Local Guide


You have reached the end.

Report Issues