Mockingbird-QTTS - Quick & Powerful Voice Synthesis (SPEAKER PACK)

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • 🌟 Introducing Mockingbird-QTTS (formerly Xin-TTS) : The Fast and Powerful Speech Synthesis Solution 🌟
    (Quick Summary: Mimic voices really well and really fast)
    Transform your projects with Mockingbird-QTTS, the speech synthesis tool that's designed for ease-of-use, speed, and flexibility. Whether you need pre-loaded voices, custom samples, or rapid synthesis from video content, Mockingbird-QTTS delivers top-notch performance. Here’s why you’ll love it:
    🔹 No Complicate Install: Get going with a single click
    🔹Incredibly Easy Interface: No confusing instructions. You can't mess this up
    🔹 Lightning-Fast Performance: Our lightweight model loads quickly and generates 8-second clips regardless of input size.
    🔹 Surprisingly Accurate: Experience exceptional voice synthesis accuracy for clear and natural results.
    🔹 Production-Ready: With a robust server backend, integrate XIN-QTTS seamlessly into your applications and workflows.
    🔹 Incredible Speed: Cover entire paragraphs in seconds with fast inference capabilities.
    🔹 Diverse Voice Options: Comes with 252 pre-loaded speaker samples to get you started right away.
    🔹 Continual Updates: As a personal project of this site and Cognibuild.AI, XIN-QTTS will receive regular enhancements and improvements.
    The SPEAKER PACK comes with over 250 high-quality voice sample to explore.
    🚀 Get Started in Minutes!
    Our easy-to-use script installs both the Mockingbird GUI and XTS-API-SERVER from dawser123, so you can hit the ground running.
    / mockingbird-tts-111336929
    ----- Helpful Video Tutorials ----
    Installing Cuda: • NVIDIA CUDA Problems -...
    Installing CuDNN: • EASY NVIDIA cuDNN Inst...
    Fresh AI Setup (Windows): • Walkthrough Fresh AI S...
    Installing Miniconda: • Installing Miniconda o...
    Installing Python: • Installing Python to W...
    Insalling Git: • Installing Git - Impor...
    Installing WSL: • Installing & Troublesh...
    Installing Llama.cpp: • Installing Llama cpp o...

Комментарии • 8

  • @GLDTruth
    @GLDTruth Месяц назад

    Awesome work!

  • @3dn3d49
    @3dn3d49 Месяц назад

    As to the app XIN-QTTS, since you are apparently not going to provide the code for it nor walk us through how we can build this ourselves, meaning via one of your RUclips Tutorials, do you know of any other apps similar to this one where we can get access to the code and try and build it ourselves? I'm already learning a lot from your videos, but I want to learn even more. And like they say, practice makes perfect.

    • @cognibuild
      @cognibuild  Месяц назад

      @@3dn3d49 I forgot to mention in the video that the xtts part is a server! So notice the URL that it is hosting on...... Or in other words the browser address... Something like localhost:8020 .. then go to chat GPT and ask it how do i send text to a TTS server and get the info back to play in a browser with Python. That's how I learn almost everything

    • @cognibuild
      @cognibuild  Месяц назад

      @@3dn3d49 if you download the app, just open up the xin.py file and you can see everything I did in there

    • @3dn3d49
      @3dn3d49 Месяц назад

      @@cognibuild I already have xtts installed and working, and that I can access it in Koboldcpp. Yet, I would also like to have something similar to XIN-QTTS so that I could use it as a standalone like you are with XIN-QTTS in your videos. The way I built xtts per the github page I found it on, when you want to start it up you use launcher.bat to do that,
      which asks you what do you want to do next.
      I think it gives like 5 options, 0ne of them being, do you want to install, do you want to run it? ETC. I always choose 2 since I already have it installed. Then once it loads the model I can then access it in Koboldcpp. Except I would also like to be able to use it like you are using XIN-QTTS for example, except I don't know how to do that since the launcher doesn't appear to have an option like that.
      Anyway, before I found you not too long ago, I had no clue how to do things like this. And now I somewhat do and it is all thanks to you and your videos. You are literally a great teacher, easy to follow. I appreciate you big time. I'm glad I found you.

    • @cognibuild
      @cognibuild  Месяц назад

      I just uploaded a tutorial on how to build a TTS app

  • @vickyrajeev9821
    @vickyrajeev9821 Месяц назад

    Thanks, can I run on CPU because i don't have GPU or on google colab

    • @cognibuild
      @cognibuild  Месяц назад

      @@vickyrajeev9821 you can certainly give it a try. My bet is that it will work fine but it'll just be a bit slower. install the different torch without GPU .. pip install torch torchaudio
      You can come over to the discord side as well and I can help you if you go ahead and get the package