Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import spaCy languages dynamically in XTTS Tokenizer.py #3615

Closed
wants to merge 18 commits into from

Commits on Jan 18, 2024

  1. add json support to the TTS server api. This allows you to send a jso…

    …n request body with your text and will allow for longer texts that otherwise exceed the maximum http url length
    kikkia committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    659629b View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Add MatchaTTS backbone

    Subuday committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    8c4d014 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Implement model forward

    Subuday committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    7314b1c View commit details
    Browse the repository at this point in the history
  2. Add UNet backbone

    Subuday committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    b5467b8 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Add conv block to UNet

    Subuday committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    0f7a7ed View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Add ResNetBlock1D to UNet

    Subuday committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    fd6c0af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8676ab3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5fd7ea9 View commit details
    Browse the repository at this point in the history
  4. Add transformer block to UNet

    Subuday committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    f15230b View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    8aeced1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30a2d8d View commit details
    Browse the repository at this point in the history
  3. Add 2 functions to verify any spacy language can be instantiated. By …

    …now, the only one that needs special packages is Korean. So, all languages works well but Korean
    defaultdeveloperuser committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    3db0dec View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Update .models.json

    Fix bark model
    davidmartinrius committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    ea3ae40 View commit details
    Browse the repository at this point in the history
  2. Update manage.py

    fix: fairseq model
    davidmartinrius committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    64fdd0e View commit details
    Browse the repository at this point in the history
  3. Update synthesizer.py

    Configurable verbose output
    davidmartinrius committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    275229a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6a23c1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    89b5322 View commit details
    Browse the repository at this point in the history
  6. Revert "Merge remote-tracking branch 'subuday/matcha_tts' into dev"

    This reverts commit f6a23c1, reversing
    changes made to 275229a.
    davidmartinrius committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    29a0e18 View commit details
    Browse the repository at this point in the history