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.5
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.6
Choose a head ref
  • 18 commits
  • 19 files changed
  • 5 contributors

Commits on Nov 16, 2023

  1. Remove duplicate AudioProcessor code and fix ExtractTTSpectrogram.ipy…

    …nb (#3230)
    
    * chore: remove unused argument
    
    * refactor(audio.processor): remove duplicate stft+griffin_lim
    
    * chore(audio.processor): remove unused compute_stft_paddings
    
    Same function available in numpy_transforms
    
    * refactor(audio.processor): remove duplicate db_to_amp
    
    * refactor(audio.processor): remove duplicate amp_to_db
    
    * refactor(audio.processor): remove duplicate linear_to_mel
    
    * refactor(audio.processor): remove duplicate mel_to_linear
    
    * refactor(audio.processor): remove duplicate build_mel_basis
    
    * refactor(audio.processor): remove duplicate stft_parameters
    
    * refactor(audio.processor): use pre-/deemphasis from numpy_transforms
    
    * refactor(audio.processor): use rms_volume_norm from numpy_transforms
    
    * chore(audio.processor): remove duplicate assert
    
    Already checked in numpy_transforms.compute_f0
    
    * refactor(audio.processor): use find_endpoint from numpy_transforms
    
    * refactor(audio.processor): use trim_silence from numpy_transforms
    
    * refactor(audio.processor): use volume_norm from numpy_transforms
    
    * refactor(audio.processor): use load_wav from numpy_transforms
    
    * fix(bin.extract_tts_spectrograms): set quantization bits
    
    * fix(ExtractTTSpectrogram.ipynb): adapt to current TTS code
    
    Fixes #2447, #2574
    
    * refactor(audio.processor): remove duplicate quantization methods
    eginhard authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    3c2d5a9 View commit details
    Browse the repository at this point in the history
  2. Add sentence splitting (#3227)

    * Add sentence spliting
    
    * update requirements
    
    * update default args v2
    
    * Add spanish
    
    * Fix return gpt_latents
    
    * Update requirements
    
    * Fix requirements
    WeberJulian authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    675f983 View commit details
    Browse the repository at this point in the history
  3. Fix zh bug (#3238)

    WeberJulian authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    fbc18b8 View commit details
    Browse the repository at this point in the history
  4. Update to v0.20.6

    erogol authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    7e4375d View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Update versions

    erogol committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    63d7145 View commit details
    Browse the repository at this point in the history
  2. Update CI version

    erogol committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    08d11e9 View commit details
    Browse the repository at this point in the history
  3. Make k_diffusion optional

    erogol committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    26efdf6 View commit details
    Browse the repository at this point in the history
  4. Make style

    erogol committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    44880f0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3248 from coqui-ai/slacker_deps

    Update versions
    erogol authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    14579a4 View commit details
    Browse the repository at this point in the history
  6. Ensures that only GPT model is in training mode during XTTS GPT train…

    …ing (#3241)
    
    * Ensures that only GPT model is in training mode during training
    
    * Fix parallel wavegan unit test
    Edresson authored Nov 17, 2023
    1 Configuration menu
    Copy the full SHA
    11283fc View commit details
    Browse the repository at this point in the history
  7. Update versions

    erogol committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    c864acf View commit details
    Browse the repository at this point in the history
  8. Update CI version

    erogol committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    44494da View commit details
    Browse the repository at this point in the history
  9. Make k_diffusion optional

    erogol committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    f21067a View commit details
    Browse the repository at this point in the history
  10. Make style

    erogol committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    a3279f9 View commit details
    Browse the repository at this point in the history
  11. Ensures that only GPT model is in training mode during XTTS GPT train…

    …ing (#3241)
    
    * Ensures that only GPT model is in training mode during training
    
    * Fix parallel wavegan unit test
    Edresson authored and erogol committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    6075fa2 View commit details
    Browse the repository at this point in the history
  12. Update model hash for v2.0.2

    erogol committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    52cb1e2 View commit details
    Browse the repository at this point in the history
  13. Update to v0.20.6

    erogol committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    c011ab7 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #3249 from coqui-ai/run_ci_for_v0.20.6

    Run CI for v0.20.6
    erogol authored Nov 17, 2023
    1 Configuration menu
    Copy the full SHA
    29dede2 View commit details
    Browse the repository at this point in the history
Loading