Uberduck Written Tutorial
  • ‼️BEFORE YOU ASK ANYTHING, READ THIS FIRST!
  • 😊Introduction
  • 🗒️Plans and Updates
  • Discord Server Usage
    • Uberduck's Discord server walkthrough 100%
  • Requirements
    • 🤔Which Sources Should I Start?
    • 🛠️Requirements
  • Gathering Dialogs
    • Intro
      • Audacity Tutorial (WIN/MAC/Linux Users)
      • RX7/8 Tutorial (WIN/MAC Users)
      • FL Studio Tutorial (WIN/MAC Users) (WIP)
      • Vegas Pro Tutorial (Windows Only)
      • FFmpeg/FFBatch Tutorial (WIN/MAC/Linux Only)
      • Web version (Any platform)
  • Transcribing and fixing audios
    • Transcribing Dialogues
    • Transcribing Dialogues (Web Version)
    • Templates
    • Vocal Remover Colab Page Guide
  • Dataset sharing
    • Compressing Dataset
  • 🌮Installing Tacotron 2 Locally
    • 🐍Python Clean Install
    • 💻Miniconda Setup
  • Training time
    • Easy or Hard?
    • Training Audio With Tacotron 2 Colab Page
      • Simplified Training Page
      • Advanced Training Page
    • Setting Up for Local Training (WIP)
  • Testing Audio model
    • Testing Voice Model
    • Testing Voice Model (CPU)
  • Troubleshoot and bugs
    • Troubleshooting
  • Extra Stuff
    • Talknet usage
  • Wrapping up
    • The end
Powered by GitBook
On this page
  • Usage synthesis page
  • What are these?
  • Loading your model
  • Synthesis fun time
  • Sharing your model into Uberduck
  • Finish

Was this helpful?

  1. Testing Audio model

Testing Voice Model

PreviousSetting Up for Local Training (WIP)NextTesting Voice Model (CPU)

Last updated 3 years ago

Was this helpful?

This is synthesis page for GPU version, but if you want to use CPU version please go here:

Be sure to copy to drive.

Usage synthesis page

Scroll down till we'll find this section:

What are these?

Okay, first things first, let's start of one by one section:

  • character - Basically just a list of characters that have fine-tuned with HIFI Gan.

  • tacotron_override - This is the one that you should be doing on your own model, which we will be covering in this guide

  • pronounciation_dictionary - Your model might go gibberish, so I recommend do uncheck that. It reads through arpabets of that.

  • show_graphs - Keep checked. It shows your mel and graphs.

  • max_duration - Determines how many seconds it'll be played audio. I recommend pulling 10 but you can put more, but not recommended.

  • stop_threshold - I recommend not to touch that since I never touched this before

  • superres_strength - I also recommend not to touch that.

So now that we've covered everything let's get things started with tacotron_override.

Loading your model

So what you want is to go to your google drive and then do this. colab --> outdir folder:

You should have these models that doesn't go .zip, if you haven't trained your models then what are you doing? go back to the training section!

Once you are in there, go ahead and right click model and select "Get link":

You should be then greeted by this pop-up:

Yours might be different but select restricted into anyone with the link.

Once you have done, here's what you should copy for:

https://drive.google.com/file/d/*google drive id*/view?usp=sharing

Google drive id, is the one you should be copying for. Go ahead copy then go back to colab page and paste it on tacotron_override:

Now once that's done, run this cell and wait until it downloads some parts.

Synthesis fun time

Now once it has done things, go ahead and type everything you need and you should see this:

If everything has done correctly, then congratulations. Your model is now ready for Uberduck!

Sharing your model into Uberduck

Now that you've tested your model, you can now go ahead share your model with the public via website or discord server.

Then you gonna have to wait until mods approve your model.

If your model gets approved you should see it on #announcements so that if your model got added to Uberduck.

If not, then wait for it. Patience is the key.

Finish

Congratulations, you have now made your own voice model for your favorite character or your own voice. Enjoy your trained model and be sure to share it with Uberduck if you want your model to be public.

Training time
CPU Version
Colab page
Read all this stuff if you want.