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.20.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.20.2
Choose a head ref
  • 10 commits
  • 15 files changed
  • 5 contributors

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    5ae369d View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Add char limit warn (#3130)

    * Add char limit warning
    
    * Adding v2 langs
    
    * cached_property for cutlet
    
    * Fix import
    WeberJulian authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    ce1a39a View commit details
    Browse the repository at this point in the history
  2. Fix coqui api (#3168)

    erogol authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    a24ebcd View commit details
    Browse the repository at this point in the history
  3. Fix #3153 (#3169)

    erogol authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    cc6e9fc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3126 from akx/freevc-config-module

    Move FreeVCConfig to TTS.vc.configs (like all other config classes)
    erogol authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    77b1812 View commit details
    Browse the repository at this point in the history
  5. Fix ModelManager.list_models() (#3128)

    * fix(utils.manage): remove hard-coded model_type variable
    
    * refactor(utils.manage): address lint issues, fix typos
    
    Addressed the following:
    TTS/utils/manage.py:307:12: R1705: Unnecessary "else" after "return" (no-else-return)
    TTS/utils/manage.py:308:21: W1514: Using open without explicitly specifying an encoding (unspecified-encoding)
    TTS/utils/manage.py:299:4: R1710: Either all return statements in a function should return an expression, or none of them should. (inconsistent-return-statements)
    TTS/utils/manage.py:299:4: R0201: Method could be a function (no-self-use)
    TTS/utils/manage.py:314:4: R0201: Method could be a function (no-self-use)
    eginhard authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    99edd6d View commit details
    Browse the repository at this point in the history
  6. 1 Configuration menu
    Copy the full SHA
    78a5966 View commit details
    Browse the repository at this point in the history
  7. Add lang code in XTTS doc (#3158)

    * Add lang code in XTTS doc
    
    * Remove ununsed config and args
    
    * update docs
    
    * woops
    WeberJulian authored Nov 8, 2023
    1 Configuration menu
    Copy the full SHA
    03ad901 View commit details
    Browse the repository at this point in the history
  8. Remove v1 doc and tests (#3172)

    * remove v1 in inference.md
    
    * remove v1 in README.md
    
    * Update test_models.py
    WeberJulian authored Nov 8, 2023
    1 Configuration menu
    Copy the full SHA
    58cb0d8 View commit details
    Browse the repository at this point in the history
  9. Update to v0.20.2

    erogol authored Nov 8, 2023
    1 Configuration menu
    Copy the full SHA
    46d9c27 View commit details
    Browse the repository at this point in the history
Loading