StarGANv2-VC VS tortoise-tts

Compare StarGANv2-VC vs tortoise-tts and see what are their differences.

StarGANv2-VC

StarGANv2-VC: A Diverse, Unsupervised, Non-parallel Framework for Natural-Sounding Voice Conversion (by yl4579)

tortoise-tts

A multi-voice TTS system trained with an emphasis on quality (by neonbjb)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
StarGANv2-VC tortoise-tts
3 145
460 11,819
- -
1.3 8.0
12 months ago 4 days ago
Python Jupyter Notebook
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

StarGANv2-VC

Posts with mentions or reviews of StarGANv2-VC. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-24.
  • [D] What's the best speech to speech deep fake voice project?
    1 project | /r/MachineLearning | 6 Nov 2022
    So far I've only been able to find StarGANv2. Which one redditor used to create this. Is this the best there is or are there better alternatives?
  • [R] State-of-the-art voice cloning
    2 projects | /r/MachineLearning | 24 Sep 2022
    I used this to make this
  • Use deep fake tech to say stuff with your favorite characters
    6 projects | news.ycombinator.com | 25 Dec 2021
    This looks like it was previously known as Vocodes, made by echelon who is here on HN:

    https://news.ycombinator.com/item?id=23965787

    The code repos used are listed in their credits section, and it looks like a mixture of (customised?) Tacotron2, Glow-TTS, HifGan, and others. Videos are generated using Wav2Lip.

    Text-To-Speech (TTS) has improved greatly over the past several years, but there's still a lot of metallic sounds in "pure" TTS implementations. I've started exploring voice style conversion, otherwise known as "voice cloning", and there are some interesting repos out there with decent results. These work differently from TTS, in that you don't type out the text to be spoken, but rather pass in an audio file of what you want the cloned speaker to say, and the system outputs an audio file with the same sounds (words, intonation) but with a different speaker identity.

    This may be easier to get the right cadence and emotion in the generated audio, as text doesn't capture proper emotion and intonation. I suspect game character audio will use more of voice-style conversion instead of pure TTS simply to get the right emotional cadence of the lines being delivered.

    Some interesting voice style conversion repos (in no order, just a random selection if anyone is interested in exploring):

    https://github.com/yl4579/StarGANv2-VC

tortoise-tts

Posts with mentions or reviews of tortoise-tts. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-01.
  • ESpeak-ng: speech synthesizer with more than one hundred languages and accents
    21 projects | news.ycombinator.com | 1 May 2024
    The quality also depends on the type of model. I'm not really sure what ESpeak-ng actually uses? The classical TTS approaches often use some statistical model (e.g. HMM) + some vocoder. You can get to intelligible speech pretty easily but the quality is bad (w.r.t. how natural it sounds).

    There are better open source TTS models. E.g. check https://github.com/neonbjb/tortoise-tts or https://github.com/NVIDIA/tacotron2. Or here for more: https://www.reddit.com/r/MachineLearning/comments/12kjof5/d_...

  • FLaNK Stack Weekly 12 February 2024
    52 projects | dev.to | 12 Feb 2024
  • OpenVoice: Versatile Instant Voice Cloning
    10 projects | news.ycombinator.com | 1 Jan 2024
    I use Tortoise TTS. It's slow, a little clunky, and sometimes the output gets downright weird. But it's the best quality-oriented TTS I've found that I can run locally.

    https://github.com/neonbjb/tortoise-tts

  • [discussion] text to voice generation for textbooks
    3 projects | /r/MachineLearning | 5 Dec 2023
  • DALL-E 3: Improving image generation with better captions [pdf]
    1 project | news.ycombinator.com | 20 Oct 2023
  • Open Source Libraries
    25 projects | /r/AudioAI | 2 Oct 2023
    neonbjb/tortoise-tts
  • Running Tortoise-TTS - IndexError: List out of range
    1 project | /r/learnpython | 17 Sep 2023
    EDIT: It appears to be the exact same issue as this
  • My Deep Learning Rig
    1 project | news.ycombinator.com | 16 Aug 2023
    It was primarily being used to train TTS models (see https://github.com/neonbjb/tortoise-tts), which largely fit into a single GPUs memory. So, for data parallelism, x8 PCIe isn't that much of a concern.
  • PlayHT2.0: State-of-the-Art Generative Voice AI Model for Conversational Speech
    1 project | news.ycombinator.com | 11 Aug 2023
    Previously TortoiseTTS was associated with PlayHT in some way, although the exact connection is a bit vague [0].

    From the descriptions here it sounds a lot like AudioLM / SPEAR TTS / some of Meta's recent multilingual TTS approaches, although those models are not open source, sounds like PlayHT's approach is in a similar spirit. The discussion of "mel tokens" is closer to what I would call the classic TTS pipeline in many ways... PlayHT has generally been kind of closed about what they used, would be interesting to know more.

    I assume the key factor here is high quality, emotive audio with good data cleaning processes. Probably not even a lot of data, at least in the scale of "a lot" in speech, e.g. ASR (millions of hours) or TTS (hundreds to thousands). As opposed to some radically new architectural piece never before seen in the literature, there are lots of really nice tools for emotive and expressive TTS buried in recent years of publications.

    Tacotron 2 is perfectly capable of this type of stuff as well, as shown by Dessa [1] a few years ago (this writeup is a nice intro to TTS concepts). With the limit largely being, at some point you haven't heard certain phonetic sounds before in a voice, and need to do something to get plausible outcomes for new voices.

    [0] Discussion here https://github.com/neonbjb/tortoise-tts/issues/182#issuecomm...

    [1] https://medium.com/dessa-news/realtalk-how-it-works-94c1afda...

  • Comparing Tortoise and Bark for Voice Synthesis
    2 projects | dev.to | 9 Aug 2023
    Tortoise GitHub repo - Source code, documentation, and usage guide

What are some alternatives?

When comparing StarGANv2-VC and tortoise-tts you can also consider the following projects:

YourTTS - YourTTS: Towards Zero-Shot Multi-Speaker TTS and Zero-Shot Voice Conversion for everyone

TTS - πŸΈπŸ’¬ - a deep learning toolkit for Text-to-Speech, battle-tested in research and production