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

Fix Stream Generator on MacOS #3792

Closed
wants to merge 187 commits into from

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    b3d58db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81160b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    859283a View commit details
    Browse the repository at this point in the history
  4. Get rid of some star imports

    akx committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    72ac2bf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e95c3e View commit details
    Browse the repository at this point in the history
  6. Document ruff

    akx committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    4f85982 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    90991e8 View commit details
    Browse the repository at this point in the history
  8. Ruff autofix E71*

    akx committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    449820e View commit details
    Browse the repository at this point in the history
  9. Ruff autofix C41

    akx committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    64bb41f View commit details
    Browse the repository at this point in the history
  10. Ruff autofix PLW3301

    akx committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    bc2cf29 View commit details
    Browse the repository at this point in the history
  11. Ruff autofix unnecessary passes

    akx committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    00f8f48 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    33b69c6 View commit details
    Browse the repository at this point in the history
  13. CI: re-enable make lint

    akx committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    027a797 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    08fa5d4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4584ef6 View commit details
    Browse the repository at this point in the history
  16. Fix trailing whitespace

    akx committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    aa549e9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    32abb1a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    bd172da View commit details
    Browse the repository at this point in the history
  19. Run make style

    akx committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    d6ea806 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Fix bark model

    ipeevski committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    08e00e4 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

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

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    04d8d4b View commit details
    Browse the repository at this point in the history
  2. build: remove isort

    Import sorting now handled by ruff.
    eginhard committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    39149ef View commit details
    Browse the repository at this point in the history
  3. build: update to ruff 0.3.0

    eginhard committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    1961687 View commit details
    Browse the repository at this point in the history
  4. CI: remove unused check_skip steps

    There is nothing in the repo that would refer to them
    
    [ci skip]
    akx authored and eginhard committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    d7633e4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request coqui-ai#2 from eginhard/remove-check-skip

    CI: remove unused check_skip steps
    eginhard committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    f055a8a View commit details
    Browse the repository at this point in the history
  6. Merge pull request coqui-ai#1 from eginhard/lint-overhaul

    Lint overhaul (pylint to ruff)
    eginhard committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    24298da View commit details
    Browse the repository at this point in the history
  7. chore: remove obsolete numba requirement for python<3.9

    The repository requires Python>=3.9, so this is obsolete.
    eginhard committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    4eec706 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e05243c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e4b1b0f View commit details
    Browse the repository at this point in the history
  10. Merge pull request coqui-ai#3 from eginhard/remove-pandas

    Remove pandas
    eginhard committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    f24f7c1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4e183c6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    017c84d View commit details
    Browse the repository at this point in the history
  13. Fix TTS().list_models()

    greerviau authored and eginhard committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    02d88b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Merge pull request coqui-ai#4 from eginhard/fix-is-multilingual

    fix(api): handle missing attribute in is_multi_lingual
    eginhard committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    7f83dea View commit details
    Browse the repository at this point in the history
  2. Merge pull request coqui-ai#5 from eginhard/fix-list-models

    Fix TTS().list_models()
    eginhard committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    f6464d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c86cf9b View commit details
    Browse the repository at this point in the history
  4. style: run black

    eginhard committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    efdafd5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request coqui-ai#6 from eginhard/fix-bark-url

    Fix bark model url
    eginhard committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    ed8740a View commit details
    Browse the repository at this point in the history
  6. Merge pull request coqui-ai#7 from eginhard/pin-black

    Pin black for consistent outputs
    eginhard committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    1aef5ff View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. fix(xtts_manager): name_to_id() should return dict

    This is how the other embedding managers work
    eginhard committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    309f39a View commit details
    Browse the repository at this point in the history
  2. Merge pull request coqui-ai#8 from eginhard/fix-xtts-manager

    fix(xtts_manager): name_to_id() should return dict
    eginhard committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    f782a65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dca564a View commit details
    Browse the repository at this point in the history
  4. Merge pull request coqui-ai#9 from eginhard/disable-wavegrad-test

    test(vocoder): disable wavegrad training test in CI
    eginhard committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    ec23460 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Merge pull request coqui-ai#10 from eginhard/fix-pinyin

    fix chinese pinyin phonemes
    eginhard committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    2e8f47a View commit details
    Browse the repository at this point in the history
  2. Fix fairseq (coqui-ai#11)

    * fix fairseq mode
    
    * Added line to fix fairseq model issue and made code cleaner.
    
    ---------
    
    Co-authored-by: akgupta1337 <[email protected]>
    eginhard and akgupta1337 committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    d80f7f4 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Configuration menu
    Copy the full SHA
    26ef320 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24cf471 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #12 from eginhard/remove-deps

    build: remove unused dependencies
    eginhard committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    8200986 View commit details
    Browse the repository at this point in the history
  4. ci: switch from pip to uv

    eginhard committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    c59f0ca View commit details
    Browse the repository at this point in the history
  5. Merge pull request coqui-ai#13 from eginhard/pip-to-uv

    ci: switch from pip to uv
    eginhard committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    ab14f3c View commit details
    Browse the repository at this point in the history
  6. build: update dependencies

    eginhard committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    392b205 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #14 from eginhard/update-deps

    build: update numpy and librosa
    eginhard committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    68680ef View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7673f28 View commit details
    Browse the repository at this point in the history
  9. Merge pull request coqui-ai#15 from eginhard/server-extra

    build: make dependencies for server optional
    eginhard committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    b4fded6 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    31a9201 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3453bd9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request coqui-ai#16 from eginhard/coverage

    ci: combine coverage reports and merge test workflows
    eginhard committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    aab08a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34e5c7d View commit details
    Browse the repository at this point in the history
  5. docs(README): update badges, links

    [ci skip]
    eginhard committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    cb88391 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #17 from eginhard/update-readme

    Update readme
    eginhard committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    87f699e View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    bdbfc23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a775370 View commit details
    Browse the repository at this point in the history
  3. Merge pull request coqui-ai#18 from eginhard/deduplicate

    Remove duplicate code
    eginhard committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    0c6c20f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    89a061f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #19 from eginhard/fix-vits-comments

    docs(tts.models.vits): clarify use of discriminator/generator
    eginhard committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    eaa7283 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. fix: torch.stft will soon require return_complex=True

    Refactor that removes the deprecation warning:
    torch.view_as_real(torch.stft(*, return_complex=True)) is equal to
    torch.stft(*, return_complex=False)
    
    https://pytorch.org/docs/stable/generated/torch.stft.html
    eginhard committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    e95f895 View commit details
    Browse the repository at this point in the history
  2. Merge pull request coqui-ai#20 from eginhard/return-complex

    fix: torch.stft will soon require return_complex=True
    eginhard committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    e5c6da1 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. refactor(dataset): get audio length with torchaudio

    Removes a (GPL) dependency
    eginhard committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    adbcba0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request coqui-ai#21 from eginhard/audio-length

    refactor(dataset): get audio length with torchaudio
    eginhard committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    571f065 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Configuration menu
    Copy the full SHA
    7630abb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d76d0ef View commit details
    Browse the repository at this point in the history
  3. Merge pull request #22 from eginhard/unique-chars

    refactor(bin.find_unique_chars): use existing function
    eginhard committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    018daa0 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    d772724 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fe6a01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd3768d View commit details
    Browse the repository at this point in the history
  4. ci: switch back from uv to pip

    Reverts c59f0ca (coqui-ai#13)
    
    Too many CI test timeouts from installing torch/nvidia packages with uv:
    astral-sh/uv#1912
    eginhard committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    00f8d47 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #24 from idiap/coqui-refs

    Update repository links, package names, release script
    eginhard committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    a4ca02b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b6ab85a View commit details
    Browse the repository at this point in the history
  7. refactor: remove verbose arguments

    Can be handled by adjusting logging levels instead.
    eginhard committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    b711e19 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9b2d48f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ab64844 View commit details
    Browse the repository at this point in the history
  10. fix: logging in executables

    eginhard committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    7dc5d1e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e689fd1 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. docs: update links

    eginhard committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    aa40fd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    107e22c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31f1c8b View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Merge pull request coqui-ai#1 from idiap/update-docs

    Update links and Github actions
    eginhard committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    e626a29 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. feat(xtts): support hindi for sentence-splitting and fine-tuning

    The XTTS model itself already supports Hindi, it was just in these components.
    eginhard committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    d416865 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Merge pull request coqui-ai#3 from idiap/logging

    Use Python logging instead of print()
    eginhard committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    dfbe016 View commit details
    Browse the repository at this point in the history
  2. Merge pull request coqui-ai#4 from idiap/hindi

    feat(xtts): support Hindi for sentence-splitting and fine-tuning
    eginhard committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    2ad790d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3c9685 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    794eecb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f7d69cc View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Merge pull request coqui-ai#5 from idiap/tokenizer-logging

    Add tokenizer logging, update version for release 0.23.0
    eginhard committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    5527f70 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. fix(LanguageManager): allow initialisation from config with language …

    …ids file
    
    Previously, running `LanguageManager.init_from_config(config)` would never use
    the `language_ids_file` if that field is present because it was overwritten in
    the next line with a new manager that manually parses languages from the
    datasets in the config. Now that is only used as a fallback.
    eginhard committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    52a52b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    8b1ed02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f636fab View commit details
    Browse the repository at this point in the history
  3. Revert "ci: switch back from uv to pip"

    This reverts commit 00f8d47.
    
    uv has fixed astral-sh/uv#1921, which should resolve
    timeout issues with pytorch/nvidia packages.
    eginhard committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    697d4ef View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. chore: update version to 0.23.1

    [ci skip]
    eginhard committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    2675e74 View commit details
    Browse the repository at this point in the history
  2. Merge pull request coqui-ai#9 from idiap/fix-language-manager

    fix(LanguageManager): allow initialisation from config with language ids file
    eginhard committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    d65ba4a View commit details
    Browse the repository at this point in the history
  3. Merge pull request coqui-ai#11 from idiap/py312

    build: add python 3.12 support
    eginhard committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    0630450 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. fix(espeak_wrapper): capture stderr separately

    Fixes coqui-ai#2728
    
    Previously, error messages from espeak were treated as normal output and also
    converted to phonemes. This captures and logs them separately.
    eginhard committed May 1, 2024
    Configuration menu
    Copy the full SHA
    7b2289a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    962f9bb View commit details
    Browse the repository at this point in the history
  3. test(losses): change assertEqual to assertAlmostEqual

    Failed in CI with:
    AssertionError: 1.401298464324817e-45 != 0.0
    eginhard committed May 1, 2024
    Configuration menu
    Copy the full SHA
    98e21d0 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Merge pull request #17 from idiap/espeak-stderr

    fix(espeak_wrapper): capture stderr separately
    eginhard committed May 7, 2024
    Configuration menu
    Copy the full SHA
    63bfb9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4cacd7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    259d8fc View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    fb92e13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d2a562 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5cf1d41 View commit details
    Browse the repository at this point in the history
  4. style: run pre-commit

    Automatic changes from: pre-commit run --all-files
    eginhard committed May 8, 2024
    Configuration menu
    Copy the full SHA
    ec50006 View commit details
    Browse the repository at this point in the history
  5. ci: add script to automatically generate requirements.dev.txt

    Having this file is still useful to allow installing *only* dev requirements
    (e.g. in CI) with:
      pip install -r requirements.dev.txt
    
    Generate that file automatically from the pyproject.toml based on:
    https://github.com/numpy/numpydoc/blob/e7c6baf00f5f73a4a8f8318d0cb4e04949c9a5d1/tools/generate_requirements.py
    eginhard committed May 8, 2024
    Configuration menu
    Copy the full SHA
    0504ae3 View commit details
    Browse the repository at this point in the history
  6. build: update pip and setuptools in dockerfile

    Otherwise a form of this issue occurs due to older setuptools not supporting
    pyproject.toml:
    pypa/setuptools#3269
    
    Might be resolved on Ubuntu 24.04 images.
    eginhard committed May 8, 2024
    Configuration menu
    Copy the full SHA
    129b488 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e3fed5c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    20e82bc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4f2eff4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ea893c3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    55ed162 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    865a481 View commit details
    Browse the repository at this point in the history
  13. chore: remove obsolete code for torch<2

    Minimum torch version is 2.1 now.
    eginhard committed May 8, 2024
    Configuration menu
    Copy the full SHA
    6d563af View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    59a6c9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    018f1e6 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Merge pull request #22 from idiap/bark

    fix(bark): add missing argument for load_voice()
    eginhard committed May 16, 2024
    Configuration menu
    Copy the full SHA
    d73c9cc View commit details
    Browse the repository at this point in the history
  2. ci: update release workflow

    [ci skip]
    eginhard committed May 16, 2024
    Configuration menu
    Copy the full SHA
    924f42e View commit details
    Browse the repository at this point in the history
  3. chore: update version to 0.24.0

    [ci skip]
    eginhard committed May 16, 2024
    Configuration menu
    Copy the full SHA
    6023250 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    70bd848 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8503500 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

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

Commits on May 25, 2024

  1. chore: update repo info

    [ci skip]
    eginhard committed May 25, 2024
    Configuration menu
    Copy the full SHA
    7bf9033 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Merge pull request #26 from idiap/server-output

    fix(server): ensure logging output gets actually shown
    eginhard committed May 26, 2024
    Configuration menu
    Copy the full SHA
    642cbd4 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Merge pull request #19 from idiap/toml

    Move from setup.py to pyproject.toml, simplify requirements
    eginhard committed May 27, 2024
    Configuration menu
    Copy the full SHA
    df088e9 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. fix: restore TTS.__version__ attribute

    This is used by the TTS/bin/collect_env_info.py script with which users print
    version information for bug reports. We restore the TTS.__version__ attribute so
    that old versions of the script still work.
    eginhard committed May 28, 2024
    Configuration menu
    Copy the full SHA
    7df4c2f View commit details
    Browse the repository at this point in the history
  2. build: set upper version limit for transformers

    transformers>=4.41 break XTTS streaming, see #31
    eginhard committed May 28, 2024
    Configuration menu
    Copy the full SHA
    dc629f8 View commit details
    Browse the repository at this point in the history
  3. docs: update readme

    [ci skip]
    eginhard committed May 28, 2024
    Configuration menu
    Copy the full SHA
    df4a1f5 View commit details
    Browse the repository at this point in the history
  4. refactor(espeak_wrapper): remove sync argument

    _espeak_exe is always called with sync=True, so remove code for sync==False
    eginhard committed May 28, 2024
    Configuration menu
    Copy the full SHA
    203f60f View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    49fcbd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03430de View commit details
    Browse the repository at this point in the history
  3. fix(espeak_wrapper): read phonemize() input from file

    Avoids utf8 encoding issues on Windows when passing the text directly.
    Fixes coqui-ai#3761
    eginhard committed May 29, 2024
    Configuration menu
    Copy the full SHA
    07cbcf8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #34 from idiap/espeak

    Fix Espeak issues on Windows
    eginhard committed May 29, 2024
    Configuration menu
    Copy the full SHA
    c5f3d63 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #33 from idiap/versions

    Fix XTTS streaming
    eginhard committed May 29, 2024
    Configuration menu
    Copy the full SHA
    a682fa8 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. fix(bin.synthesize): correctly handle boolean arguments

    Previously, e.g. `--use_cuda false` would actually set use_cuda=True:
    coqui-ai#3762
    eginhard committed May 31, 2024
    Configuration menu
    Copy the full SHA
    77722cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29e91f2 View commit details
    Browse the repository at this point in the history
  3. docs: update readme

    eginhard committed May 31, 2024
    Configuration menu
    Copy the full SHA
    bdd44cf View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. docs: fix readthedocs links

    [ci skip]
    eginhard committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    03de4b8 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Merge pull request #38 from idiap/cli

    Improve CLI handling of boolean arguments
    eginhard committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    063e9e9 View commit details
    Browse the repository at this point in the history
  2. feat(cleaners): add multilingual phoneme cleaner

    This doesn't convert numbers into English words.
    eginhard committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    e5c208d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1495d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9cfcc0a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f5b81c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Make it work on mps

    gravityrail committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    bd2f992 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6696abf View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Configuration menu
    Copy the full SHA
    3a20f47 View commit details
    Browse the repository at this point in the history
  2. build: add numpy2 support

    Identified necessary code changes with the NPY201 ruff rule. Gruut is the only
    dependency that doesn't support numpy2 yet.
    
    NB: At build time numpy>=2.0.0 should be required to be able to build wheels
    compatible with both numpy1+2:
    https://numpy.org/devdocs/dev/depending_on_numpy.html#numpy-2-abi-handling
    eginhard committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    4bc0e75 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Merge pull request #44 from idiap/phoneme-cleaners

    Add multilingual phoneme cleaner
    eginhard committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    bd9b21d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #47 from idiap/numpy2

    build: add numpy2 support
    eginhard committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    81ac7ab View commit details
    Browse the repository at this point in the history
  3. refactor(stream_generator): update special tokens for transformers>=4…

    ….41.1
    
    Fixes #31. The handling of special tokens in `transformers` was changed in
    huggingface/transformers#30624 and
    huggingface/transformers#30746. This updates the XTTS
    streaming code accordingly.
    eginhard committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    4b6da4e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a28123 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d9e18e View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Merge pull request #46 from idiap/fix-xtts-streaming

    Fix XTTS streaming for transformers update
    eginhard committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    98c0f86 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

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

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    857cd55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f80e04 View commit details
    Browse the repository at this point in the history
  3. chore(freevc): remove duplicate DDSConv and ElementwiseAffine

    Already exist as:
    TTS.tts.layers.vits.stochastic_duration_predictor.DilatedDepthSeparableConv
    TTS.tts.layers.vits.stochastic_duration_predictor.ElementwiseAffine
    eginhard committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    d65bcf6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd7b6da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f8df19a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a755328 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c5241d7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c30fb0f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4bd3df2 View commit details
    Browse the repository at this point in the history
  10. Merge pull request coqui-ai#49 from idiap/vc-refactors

    VC-related refactors and fixes
    eginhard committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    ff2cd5c View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Configuration menu
    Copy the full SHA
    c693b08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28296c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fb26f9 View commit details
    Browse the repository at this point in the history
  4. refactor: use load_fsspec from trainer

    Made automatically with:
    rg "from TTS.utils.io import load_fsspec" --files-with-matches | xargs sed -i 's/from TTS.utils.io import load_fsspec/from trainer.io import load_fsspec/g'
    eginhard committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    da82d55 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e869b9b View commit details
    Browse the repository at this point in the history
  6. chore: remove unused TTS.utils.io module

    All uses of these methods were replaced with the equivalents from coqui-tts-trainer
    eginhard committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    2d06aeb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    808a938 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8cab2e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Merge pull request coqui-ai#51 from idiap/update-trainer

    Update to coqui-tts-trainer 0.1.4
    eginhard committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    c1a929b View commit details
    Browse the repository at this point in the history
  2. Update xtts.py (coqui-ai#53)

    docs(xtts): fix typo in example
    abrahammathews2000 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    6ea3b75 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Fix for latest TF

    gravityrail committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    bf9a38f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61ec432 View commit details
    Browse the repository at this point in the history
  3. Comment out hack for now

    gravityrail committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    e8663dd View commit details
    Browse the repository at this point in the history
  4. Remove unused code

    gravityrail committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    2d146bb View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    e639829 View commit details
    Browse the repository at this point in the history
  2. style: fix

    eginhard committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    6ecdf7f View commit details
    Browse the repository at this point in the history