Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coqui-ai/TTS
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.21.1
Choose a base ref
...
head repository: coqui-ai/TTS
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.21.2
Choose a head ref
  • 10 commits
  • 10 files changed
  • 4 contributors

Commits on Nov 24, 2023

  1. Add hi in config defaults

    erogol committed Nov 24, 2023
    1

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    11ec9f7 View commit details

Commits on Nov 27, 2023

  1. Copy the full SHA
    2fd8cf3 View commit details
  2. Make style

    erogol committed Nov 27, 2023
    Copy the full SHA
    3b8894a View commit details
  3. Make text splitting optional

    erogol committed Nov 27, 2023
    Copy the full SHA
    b75e90b View commit details
  4. Updating XTTS docs

    erogol committed Nov 27, 2023
    Copy the full SHA
    18b7d74 View commit details

Commits on Nov 28, 2023

  1. Fixup

    erogol committed Nov 28, 2023
    Copy the full SHA
    bfbaffc View commit details

Commits on Nov 30, 2023

  1. Merge pull request #3318 from coqui-ai/calling_hf_models

    Run XTTS models by direct name with versions
    erogol authored Nov 30, 2023
    1
    Copy the full SHA
    9328338 View commit details
  2. fix: correctly strip/restore initial punctuation (#3336)

    * refactor(punctuation): remove orphan code for handling lone punctuation
    
    The case of lone punctuation is already handled at the top of restore(). The
    removed if statement would never be called and would in fact raise an
    AttributeError because the _punc_index named tuple doesn't have the attribute
    `mark`.
    
    * refactor(punctuation): remove unused argument
    
    * fix(punctuation): correctly handle initial punctuation
    
    Stripping and restoring initial punctuation didn't work correctly because the
    string-splitting caused an additional empty string to be inserted in the text
    list (because `".A".split(".")` => `["", "A"]`). Now, an initial empty string is
    skipped and relevant test cases are added.
    
    Fixes #3333
    eginhard authored Nov 30, 2023
    1
    Copy the full SHA
    39321d0 View commit details
  3. 1
    Copy the full SHA
    e40527b View commit details
  4. Update to v0.21.2

    erogol authored Nov 30, 2023
    1
    Copy the full SHA
    6d1905c View commit details
Loading