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

v0.16.3 #2870

Merged
merged 41 commits into from
Aug 13, 2023
Merged

v0.16.3 #2870

merged 41 commits into from
Aug 13, 2023

Commits on Jul 2, 2023

  1. Update docs and credits

    erogol committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    9b041f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Merge pull request #2733 from coqui-ai/update_docs

    Update docs and credits
    erogol committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    453d048 View commit details
    Browse the repository at this point in the history
  2. Bump up to v0.15.5

    erogol committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    505ac1a View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    8957799 View commit details
    Browse the repository at this point in the history
  2. Update compute_embeddings.py (#2668)

    * [Typo] Fix variable name. More readable description.
    
    Update train_yourtts.py
    
    Reformat.
    
    Reformat using black again.
    
    * Add `old_append`. Fix bool argparse.
    
    * Reformat.
    46319943 committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    630327c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5f16d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d611067 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    erogol committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    229cfbd View commit details
    Browse the repository at this point in the history
  6. Fix typo

    erogol committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    e42a72e View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Squashed commit of the following:

    commit dd612fd
    Author: JiangCheng <[email protected]>
    Date:   Mon Jun 5 16:04:54 2023 +0800
    
        Failed to download the file and need to delete the created file path
    JiangCheng authored and erogol committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    53938e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Merge pull request #2741 from coqui-ai/merge_2651

    Resolve conflicts
    erogol committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    08bc758 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b5c842 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Fix #2745 (#2748)

    erogol committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    a2984fb View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. Bump up to v0.15.6

    erogol committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    b5cd644 View commit details
    Browse the repository at this point in the history
  2. Fix #2749 (#2750)

    erogol committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    672ec3b View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

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

Commits on Jul 24, 2023

  1. Make Japanese-specific dependencies optional (#2776)

    * Don't install MeCab by default
    
    * Add optional [ja] deps, like [dev] etc
    
    * Add JA requirements file
    
    * Add JA requirements to requirements_all
    
    This should help the tests run.
    polm committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    c0aabb8 View commit details
    Browse the repository at this point in the history
  2. API tests (#2790)

    * Separate API tests and only run when uplifted
    
    * Make style
    erogol committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    0de12ec View commit details
    Browse the repository at this point in the history
  3. Test synthesize api separately

    erogol committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    1652598 View commit details
    Browse the repository at this point in the history
  4. Update README

    erogol committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    f24c5e0 View commit details
    Browse the repository at this point in the history
  5. Add Delightful-TTS implementation (#2095)

    * add configs
    
    * Update config file
    
    * Add model configs
    
    * Add model layers
    
    * Add layer files
    
    * Add layer modules
    
    * change config names
    
    * Add emotion manager
    
    * fIX missing ap bug
    
    * Fix missing ap bug
    
    * Add base TTS e2e class
    
    * Fix wrong variable name in load_tts_samples
    
    * Add training script
    
    * Remove range predictor and gaussian upsampling
    
    * Add helper function
    
    * Add vctk recipe
    
    * Add conformer docs
    
    * Fix linting in conformer.py
    
    * Add Docs
    
    * remove duplicate import
    
    * refactor args
    
    * Fix bugs
    
    * Removew emotion embedding
    
    * remove unused arg
    
    * Remove emotion embedding arg
    
    * Remove emotion embedding arg
    
    * fix style issues
    
    * Fix bugs
    
    * Fix bugs
    
    * Add unittests
    
    * make style
    
    * fix formatter bug
    
    * fix test
    
    * Add pyworld compute pitch func
    
    * Update requirments.txt
    
    * Fix dataset Bug
    
    * Chnge layer norm to instance norm
    
    * Add missing import
    
    * Remove emotions.py
    
    * remove ssim loss
    
    * Add init layers func to aligner
    
    * refactor model layers
    
    * remove audio_config arg
    
    * Rename loss func
    
    * Rename to delightful-tts
    
    * Rename loss func
    
    * Remove unused modules
    
    * refactor imports
    
    * replace audio config with audio processor
    
    * Add change sample rate option
    
    * remove broken resample func
    
    * update recipe
    
    * fix style, add config docs
    
    * fix tests and multispeaker embd dim
    
    * remove pyworld
    
    * Make style and fix inference
    
    * Split tts tests
    
    * Fixup
    
    * Fixup
    
    * Fixup
    
    * Add argument names
    
    * Set "random" speaker in the model Tortoise/Bark
    
    * Use a diff f0_cache path for delightfull tts
    
    * Fix delightful speaker handling
    
    * Fix lint
    
    * Make style
    
    ---------
    
    Co-authored-by: loganhart420 <[email protected]>
    Co-authored-by: Eren Gölge <[email protected]>
    3 people committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    6fdb88f View commit details
    Browse the repository at this point in the history
  6. Update README.md

    erogol committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    b3472a7 View commit details
    Browse the repository at this point in the history
  7. Fix Tortoise load (#2791)

    * Remove key prunning in tortoise
    
    * Make lint
    erogol committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    8aacb81 View commit details
    Browse the repository at this point in the history
  8. Bump up to v0.16.0

    erogol committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    b739326 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Adds multi-language support for VITS onnx, fixes onnx inference error…

    … when speaker_id is None or not passed, fixes onnx exporting for models with init_discriminator=false (#2816)
    SystemPanic committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    c140df5 View commit details
    Browse the repository at this point in the history
  2. Recipe for Belarusian TTS (#2756)

    * Changes from jhlfrfufyfn <[email protected]>
    
    * Recipe for Belarusian TTS
    
    ---------
    
    Co-authored-by: jhlfrfufyfn <[email protected]>
    alex73 and jhlfrfufyfn committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    d124f78 View commit details
    Browse the repository at this point in the history
  3. Delightful TTS VCTK recipe fixes (#2808)

    * fix: wrong import class
    
    * fix: formatter name missing
    
    * feat: get rid of clearml
    AWAS666 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    9e74b51 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    483888b View commit details
    Browse the repository at this point in the history
  5. Fix DelightfulTTS (#2823)

    * Fix tests
    
    * Make style
    erogol committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    69f080e View commit details
    Browse the repository at this point in the history
  6. Please p3.11

    erogol committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    17ddd65 View commit details
    Browse the repository at this point in the history
  7. Bump up to v0.16.1

    erogol committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    dc04baa View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    52a528c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e7f8cd View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Fix imports (#2845)

    erogol committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    48f8133 View commit details
    Browse the repository at this point in the history
  2. Handle missing JA phonemizer (#2843)

    * Handle missing JA phonemizer
    
    * Make style
    erogol committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    4186f42 View commit details
    Browse the repository at this point in the history
  3. Bump up to v0.16.2

    erogol committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    c87377b View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Fix import error with Bark

    erogol committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    9a8352b View commit details
    Browse the repository at this point in the history
  2. Make style

    erogol committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    37b558c View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Update Studio API for XTTS (#2861)

    * Update Studio API for XTTS
    
    * Update the docs
    
    * Update README.md
    
    * Update README.md
    
    Update README
    erogol committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    3a104d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f9d600 View commit details
    Browse the repository at this point in the history
  3. Bump up to v0.16.3

    erogol committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    c4e5eff View commit details
    Browse the repository at this point in the history