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

Main #3117

Closed
wants to merge 68 commits into from
Closed

Main #3117

wants to merge 68 commits into from

Commits on Mar 29, 2022

  1. adding no_cleaners (to avoid lowercasing input) and synhesize_file.py…

    … (to synthesize text from a text file)
    jmaty committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    427c9e1 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. WA: when [!] is not at the end of a sentence, it is used as a glottal…

    … stop in the phonetic input and sentences are NOT delimited by [!]
    Jindrich Matousek committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    aae77da View commit details
    Browse the repository at this point in the history
  2. Better WA for glottal stop: now works also for multiple sentences in …

    …a single input text
    Jindrich Matousek committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    51d7ad1 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. better printing

    jmaty committed May 5, 2022
    Configuration menu
    Copy the full SHA
    458512d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1aa05fe View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Add the option to concatenate audio to a sinfle output wav file

    Jindrich Matousek committed May 18, 2022
    Configuration menu
    Copy the full SHA
    c273295 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2022

  1. Fix concatenate audio files

    jmaty committed May 22, 2022
    Configuration menu
    Copy the full SHA
    2b4dd71 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Ignore .svn

    Jindrich Matousek committed May 23, 2022
    Configuration menu
    Copy the full SHA
    318e32d View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Change rights to executable

    jmaty committed May 25, 2022
    Configuration menu
    Copy the full SHA
    1104c47 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Merge pull request coqui-ai#1537 from coqui-ai/dev

    v0.7.0
    erogol authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    c7cca41 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. v0.7.1 (coqui-ai#1676)

    * Add Thorsten VITS model (coqui-ai#1675)
    
    Co-authored-by: Eren Gölge <[email protected]>
    
    * Remove GL message
    
    Co-authored-by: WeberJulian <[email protected]>
    erogol and WeberJulian authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    829e2c2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev' into main

    erogol committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    c8a1f89 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. Configuration menu
    Copy the full SHA
    2f81e87 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'coqui-ai-main'

    jmaty committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    0972653 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. fix outputs[0] coming as None

    proposed by manmay-nakhashi in coqui-ai#1641
    jmaty committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    d214ac1 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2022

  1. Add artic formatter

    jmaty committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    9758971 View commit details
    Browse the repository at this point in the history
  2. Refactor artic formatter

    jmaty committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    3270dda View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e758ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1896db7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a7d2e9b View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

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

Commits on Aug 9, 2022

  1. Fix train_log name

    jmaty committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    af2aee5 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. v0.8.0 (coqui-ai#1810)

    * Fix checkpointing GAN models (coqui-ai#1641)
    
    * checkpoint sae step crash fix
    
    * checkpoint save step crash fix
    
    * Update gan.py
    
    updated requested changes
    
    * crash fix
    
    * Fix the --model_name and --vocoder_name arguments need a <model_type> element (coqui-ai#1469)
    
    Co-authored-by: Eren Gölge <[email protected]>
    
    * Fix Publish CI (coqui-ai#1597)
    
    * Try out manylinux
    
    * temporary removal of useless pipeline
    
    * remove check and use only manylinux
    
    * Try --plat-name
    
    * Add install requirements
    
    * Add back other actions
    
    * Add PR trigger
    
    * Remove conditions
    
    * Fix sythax
    
    * Roll back some changes
    
    * Add other python versions
    
    * Add test pypi upload
    
    * Add username
    
    * Add back __token__ as username
    
    * Modify name of entry to testpypi
    
    * Set it to release only
    
    * Fix version checking
    
    * Fix tokenizer for punc only (coqui-ai#1717)
    
    * Remove redundant config field
    
    * Fix SSIM loss
    
    * Separate loss tests
    
    * Fix BCELoss adressing  coqui-ai#1192
    
    * Make style
    
    * Add durations as aux input for VITS (coqui-ai#1694)
    
    * Add durations as aux input for VITS
    
    * Make style
    
    * Fix tts_tests
    
    * Fix test_get_aux_input
    
    * Make lint
    
    * feat: updated recipes and lr fix (coqui-ai#1718)
    
    - updated the recipes activating more losses for more stable training
    - re-enabling guided attention loss
    - fixed a bug about not the correct lr fetched for logging
    
    * Implement VitsAudioConfig (coqui-ai#1556)
    
    * Implement VitsAudioConfig
    
    * Update VITS LJSpeech recipe
    
    * Update VITS VCTK recipe
    
    * Make style
    
    * Add missing decorator
    
    * Add missing param
    
    * Make style
    
    * Update recipes
    
    * Fix test
    
    * Bug fix
    
    * Exclude tests folder
    
    * Make linter
    
    * Make style
    
    * Fix device allocation
    
    * Fix SSIM loss correction
    
    * Fix aux tests (coqui-ai#1753)
    
    * Set n_jobs to 1 for resample script
    
    * Delete resample test
    
    * Set n_jobs 1 in vad test
    
    * delete vad test
    
    * Revert "Delete resample test"
    
    This reverts commit bb7c846.
    
    * Remove tests with resample
    
    * Fix for FloorDiv Function Warning (coqui-ai#1760)
    
    * Fix for Floor Function Warning
    
    Fix for Floor Function Warning
    
    * Adding double quotes to fix formatting
    
    Adding double quotes to fix formatting
    
    * Update glow_tts.py
    
    * Update glow_tts.py
    
    * Fix type in download_vctk.sh (coqui-ai#1739)
    
    typo in comment
    
    * Update decoder.py (coqui-ai#1792)
    
    Minor comment correction.
    
    * Update requirements.txt (coqui-ai#1791)
    
    Support for coqui-ai#1775
    
    * Update README.md (coqui-ai#1776)
    
    Fix typo in different and code sample
    
    * Fix & update WaveRNN vocoder model (coqui-ai#1749)
    
    * Fixes KeyError bug. Adding logging to dashboard.
    
    * Make pep8 compliant
    
    * Make style compliant
    
    * Still fixing style
    
    * Fix rand_segment edge case (input_len == seg_len - 1)
    
    * Update requirements.txt; inflect==5.6 (coqui-ai#1809)
    
    New inflect version (6.0) depends on pydantic which has some issues irrelevant to 🐸 TTS. coqui-ai#1808 
    Force inflect==5.6 (pydantic free) install to solve dependency issue.
    
    * Update README.md; download progress bar in CLI. (coqui-ai#1797)
    
    * Update README.md
    
    - minor PR
    - added model_info usage guide based on coqui-ai#1623 in README.md .
    
    * "added tqdm bar for model download"
    
    * Update manage.py
    
    * fixed style
    
    * fixed style
    
    * sort imports
    
    * Update wavenet.py (coqui-ai#1796)
    
    * Update wavenet.py
    
    Current version does not use "in_channels" argument. 
    In glowTTS, we use normalizing flows and so "input dim" == "ouput dim" (channels and length). So, the existing code just uses hidden_channel sized tensor as input to first layer as well as outputs hidden_channel sized tensor. 
    However, since it is a generic implementation, I believe it is better to update it for a more general use.
    
    * "in_channels -> hidden_channels"
    
    * Adjust default to be able to process longer sentences (coqui-ai#1835)
    
    Running `tts --text "$text" --out_path …` with a somewhat longer
    sentences in the text will lead to warnings like “Decoder stopped with
    max_decoder_steps 500” and the sentences just being cut off in the
    resulting WAV file.
    
    This happens quite frequently when feeding longer texts (e.g. a blog
    post) to `tts`. It's particular frustrating since the error is not
    always obvious in the output. You have to notice that there are missing
    parts. This is something other users seem to have run into as well [1].
    
    This patch simply increases the maximum number of steps allowed for the
    tacotron decoder to fix this issue, resulting in a smoother default
    behavior.
    
    [1] mozilla/TTS#734
    
    * Fix language flags generated by espeak-ng phonemizer (coqui-ai#1801)
    
    * fix language flags generated by espeak-ng phonemizer
    
    * Style
    
    * Updated language flag regex to consider all language codes alike
    
    * fix get_random_embeddings --> get_random_embedding (coqui-ai#1726)
    
    * fix get_random_embeddings --> get_random_embedding
    
    function typo leads to training crash, no such function
    
    * fix typo
    
    get_random_embedding
    
    * Introduce numpy and torch transforms (coqui-ai#1705)
    
    * Refactor audio processing functions
    
    * Add tests for numpy transforms
    
    * Fix imports
    
    * Fix imports2
    
    * Implement bucketed weighted sampling for VITS (coqui-ai#1871)
    
    * Update capacitron_layers.py (coqui-ai#1664)
    
    crashing because of dimension miss match   at line no. 57
    [batch, 256] vs [batch , 1, 512]
    enc_out = torch.cat([enc_out, speaker_embedding], dim=-1)
    
    * updates to dataset analysis notebooks for compatibility with latest version of TTS (coqui-ai#1853)
    
    * Fix BCE loss issue (coqui-ai#1872)
    
    * Fix BCE loss issue
    
    * Remove import
    
    * Remove deprecated files (coqui-ai#1873)
    
    - samplers.py is moved
    - distribute.py is replaces by the 👟Trainer
    
    * Handle when no batch sampler (coqui-ai#1882)
    
    * Fix tune wavegrad (coqui-ai#1844)
    
    * fix imports in tune_wavegrad
    
    * load_config returns Coqpit object instead None
    
    * set action (store true) for flag "--use_cuda"; start to tune if module is running as the main program
    
    * fix var order in the result of batch collating
    
    * make style
    
    * make style with black and isort
    
    * Bump up to v0.8.0
    
    * Add new DE Thorsten models (coqui-ai#1898)
    
    - Tacotron2-DDC
    - HifiGAN vocoder
    
    Co-authored-by: manmay nakhashi <[email protected]>
    Co-authored-by: camillem <[email protected]>
    Co-authored-by: WeberJulian <[email protected]>
    Co-authored-by: a-froghyar <[email protected]>
    Co-authored-by: ivan provalov <[email protected]>
    Co-authored-by: Tsai Meng-Ting <[email protected]>
    Co-authored-by: p0p4k <[email protected]>
    Co-authored-by: Yuri Pourre <[email protected]>
    Co-authored-by: vanIvan <[email protected]>
    Co-authored-by: Lars Kiesow <[email protected]>
    Co-authored-by: rbaraglia <[email protected]>
    Co-authored-by: jchai.me <[email protected]>
    Co-authored-by: Stanislav Kachnov <[email protected]>
    14 people authored Aug 22, 2022
    Configuration menu
    Copy the full SHA
    946afa8 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

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

Commits on Aug 26, 2022

  1. Make artic formatter compatible with changes made to other formatters…

    … (root_path is a part of items)
    jmaty committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    ec4501d View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Parse speaker name in artic dataset to extract language and append la…

    …nguage item
    
    Add comments
    jmaty committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    8cfbe23 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

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

Commits on Dec 3, 2022

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

Commits on Dec 28, 2022

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

Commits on Feb 8, 2023

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

Commits on Feb 20, 2023

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

Commits on Feb 23, 2023

  1. Support external durations and input text (sentence) based lenght sca…

    …le in VITS
    
    Add aux_input to propagate user parameters to inference
    jmaty committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    abca117 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

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

Commits on Mar 3, 2023

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

Commits on Mar 9, 2023

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

Commits on Mar 13, 2023

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

Commits on Mar 14, 2023

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

Commits on Mar 16, 2023

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

Commits on Apr 5, 2023

  1. Merge pull request coqui-ai#2485 from coqui-ai/dev

    🐬 v0.13.0
    erogol authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    a01ca65 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Merge pull request coqui-ai#2499 from coqui-ai/dev

    ✨ v0.13.1
    erogol authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    bb8d080 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

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

Commits on Apr 14, 2023

  1. Merge pull request coqui-ai#2519 from coqui-ai/dev

    🌈 v0.13.2
    erogol authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    b3b4034 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e11392a View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Merge pull request coqui-ai#2533 from coqui-ai/dev

    🐶 v0.13.3
    erogol authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    851ffb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26212b2 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Merge pull request coqui-ai#2617 from coqui-ai/dev

    🐦 v0.14.0
    erogol authored May 16, 2023
    Configuration menu
    Copy the full SHA
    d3b2b08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1476c52 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

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

Commits on Aug 5, 2023

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

Commits on Aug 6, 2023

  1. Add support for phone (char) based length scale

    Remove length_scale from default aux_input
    jmaty committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    874143b View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

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

Commits on Aug 23, 2023

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

Commits on Aug 26, 2023

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

Commits on Sep 4, 2023

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

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    a0db2ee View commit details
    Browse the repository at this point in the history
  2. Language of each item (sample/utterance) is set to dataset language o…

    …nly when not defined at the sample/utterance level
    
    Speaker name is prepended by dataset name in case of multispeaker datasets
    Refactor "artic" formatter
    jmaty committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    c312343 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Fix adding dataset name to speaker name

    Print speaker name notification
    jmaty committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    d391eea View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

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

Commits on Sep 21, 2023

  1. Merge branch 'main' into dev

    Merge changes by JMa into dev
    jmaty committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    0a89a43 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

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

Commits on Sep 30, 2023

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

Commits on Oct 5, 2023

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

Commits on Oct 6, 2023

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

Commits on Oct 8, 2023

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

Commits on Oct 18, 2023

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

Commits on Oct 19, 2023

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

Commits on Oct 23, 2023

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

Commits on Oct 28, 2023

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