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: xtts not taking into account device flag #2951

Merged
merged 2 commits into from
Sep 20, 2023

Conversation

loupzeur
Copy link
Contributor

this is to fix issue #2947.

@CLAassistant
Copy link

CLAassistant commented Sep 15, 2023

CLA assistant check
All committers have signed the CLA.

@Edresson
Copy link
Contributor

@loupzeur Thanks for the PR :). @WeberJulian did a style fix and I needed to rebase it to fix a issue. Soon the unit tests are done we will merge this PR.

@WeberJulian WeberJulian merged commit da8b6bb into coqui-ai:dev Sep 20, 2023
45 checks passed
@maxime-fleury
Copy link

I upgraded tts using: pip install -U tts

error:
`C:\Users\Max>tts --model_name "tts_models/multilingual/multi-dataset/xtts_v1" --text "Ceci est un teste de voix." --language_idx "fr" --use_cuda False --device=cpu
C:\Users\Max\AppData\Local\Programs\Python\Python310\lib\site-packages\torchaudio\compliance\kaldi.py:22: UserWarning: Failed to initialize NumPy: module compiled against API version 0x10 but this version of numpy is 0xf . Check the section C-API incompatibility at the Troubleshooting ImportError section at https://numpy.org/devdocs/user/troubleshooting-importerror.html#c-api-incompatibility for indications on how to solve this problem . (Triggered internally at ..\torch\csrc\utils\tensor_numpy.cpp:84.)
EPSILON = torch.tensor(torch.finfo(torch.float).eps)

tts_models/multilingual/multi-dataset/xtts_v1 is already downloaded.
Using model: xtts
Traceback (most recent call last):
File "C:\Users\Max\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Users\Max\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 86, in run_code
exec(code, run_globals)
File "C:\Users\Max\AppData\Local\Programs\Python\Python310\Scripts\tts.exe_main
.py", line 7, in
File "C:\Users\Max\AppData\Local\Programs\Python\Python310\lib\site-packages\TTS\bin\synthesize.py", line 444, in main
).to(device)
File "C:\Users\Max\AppData\Local\Programs\Python\Python310\lib\site-packages\torch\nn\modules\module.py", line 1145, in to
return self._apply(convert)
File "C:\Users\Max\AppData\Local\Programs\Python\Python310\lib\site-packages\torch\nn\modules\module.py", line 797, in _apply
module._apply(fn)
File "C:\Users\Max\AppData\Local\Programs\Python\Python310\lib\site-packages\torch\nn\modules\module.py", line 797, in _apply
module._apply(fn)
File "C:\Users\Max\AppData\Local\Programs\Python\Python310\lib\site-packages\torch\nn\modules\module.py", line 797, in _apply
module._apply(fn)
[Previous line repeated 1 more time]
File "C:\Users\Max\AppData\Local\Programs\Python\Python310\lib\site-packages\torch\nn\modules\module.py", line 820, in apply
param_applied = fn(param)
File "C:\Users\Max\AppData\Local\Programs\Python\Python310\lib\site-packages\torch\nn\modules\module.py", line 1143, in convert
return t.to(device, dtype if t.is_floating_point() or t.is_complex() else None, non_blocking)
File "C:\Users\Max\AppData\Local\Programs\Python\Python310\lib\site-packages\torch\cuda_init
.py", line 239, in _lazy_init
raise AssertionError("Torch not compiled with CUDA enabled")
AssertionError: Torch not compiled with CUDA enabled`

update log:
`C:\Users\Max>pip install -U tts
Collecting tts
Downloading TTS-0.17.6.tar.gz (1.6 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 12.7 MB/s eta 0:00:00
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting cython==0.29.30
Using cached Cython-0.29.30-py2.py3-none-any.whl (985 kB)
Collecting pyyaml==6.*
Using cached PyYAML-6.0.1-cp310-cp310-win_amd64.whl (145 kB)
Collecting aiohttp==3.8.*
Using cached aiohttp-3.8.5-cp310-cp310-win_amd64.whl (323 kB)
Collecting jieba
Using cached jieba-0.42.1.tar.gz (19.2 MB)
Preparing metadata (setup.py) ... done
Collecting flask==2.*
Using cached flask-2.3.3-py3-none-any.whl (96 kB)
Collecting k-diffusion
Using cached k_diffusion-0.1.0-py3-none-any.whl (33 kB)
Collecting soundfile==0.12.*
Using cached soundfile-0.12.1-py2.py3-none-win_amd64.whl (1.0 MB)
Collecting librosa==0.10.*
Using cached librosa-0.10.1-py3-none-any.whl (253 kB)
Collecting transformers==4.33.*
Using cached transformers-4.33.3-py3-none-any.whl (7.6 MB)
Collecting nltk
Using cached nltk-3.8.1-py3-none-any.whl (1.5 MB)
Collecting scikit-learn==1.3.0
Using cached scikit_learn-1.3.0-cp310-cp310-win_amd64.whl (9.2 MB)
Collecting jamo
Using cached jamo-0.4.1-py3-none-any.whl (9.5 kB)
Collecting umap-learn==0.5.*
Using cached umap-learn-0.5.4.tar.gz (90 kB)
Preparing metadata (setup.py) ... done
Collecting anyascii==0.3.*
Using cached anyascii-0.3.2-py3-none-any.whl (289 kB)
Collecting fsspec==2023.6.0
Using cached fsspec-2023.6.0-py3-none-any.whl (163 kB)
Collecting numba==0.57.0
Using cached numba-0.57.0-cp310-cp310-win_amd64.whl (2.6 MB)
Collecting bnunicodenormalizer
Using cached bnunicodenormalizer-0.1.6.tar.gz (39 kB)
Preparing metadata (setup.py) ... done
Collecting torch>=1.7
Using cached torch-2.0.1-cp310-cp310-win_amd64.whl (172.3 MB)
Collecting matplotlib==3.7.*
Using cached matplotlib-3.7.3-cp310-cp310-win_amd64.whl (7.5 MB)
Collecting einops==0.6.*
Using cached einops-0.6.1-py3-none-any.whl (42 kB)
Collecting encodec==0.1.*
Using cached encodec-0.1.1.tar.gz (3.7 MB)
Preparing metadata (setup.py) ... done
Collecting scipy>=1.11.2
Using cached scipy-1.11.3-cp310-cp310-win_amd64.whl (44.1 MB)
Collecting gruut[de,es,fr]==2.2.3
Using cached gruut-2.2.3.tar.gz (73 kB)
Preparing metadata (setup.py) ... done
Collecting unidecode==1.3.*
Using cached Unidecode-1.3.7-py3-none-any.whl (235 kB)
Collecting torchaudio
Using cached torchaudio-2.0.2-cp310-cp310-win_amd64.whl (2.1 MB)
Collecting packaging==23.1
Using cached packaging-23.1-py3-none-any.whl (48 kB)
Collecting inflect==5.6.*
Using cached inflect-5.6.2-py3-none-any.whl (33 kB)
Collecting pypinyin
Using cached pypinyin-0.49.0-py2.py3-none-any.whl (1.4 MB)
Collecting numpy==1.22.0
Using cached numpy-1.22.0-cp310-cp310-win_amd64.whl (14.7 MB)
Collecting coqpit>=0.0.16
Using cached coqpit-0.0.17-py3-none-any.whl (13 kB)
Collecting pysbd==0.3.4
Using cached pysbd-0.3.4-py3-none-any.whl (71 kB)
Collecting g2pkk>=0.1.1
Using cached g2pkk-0.1.2-py3-none-any.whl (25 kB)
Collecting trainer
Using cached trainer-0.0.31-py3-none-any.whl (50 kB)
Collecting pandas<2.0,>=1.4
Downloading pandas-1.5.3-cp310-cp310-win_amd64.whl (10.4 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.4/10.4 MB 28.4 MB/s eta 0:00:00
Collecting bnnumerizer
Using cached bnnumerizer-0.0.2.tar.gz (4.7 kB)
Preparing metadata (setup.py) ... done
Collecting bangla
Using cached bangla-0.0.2-py2.py3-none-any.whl (6.2 kB)
Collecting tqdm==4.64.*
Using cached tqdm-4.64.1-py2.py3-none-any.whl (78 kB)
Collecting multidict<7.0,>=4.5
Using cached multidict-6.0.4-cp310-cp310-win_amd64.whl (28 kB)
Collecting frozenlist>=1.1.1
Using cached frozenlist-1.4.0-cp310-cp310-win_amd64.whl (44 kB)
Collecting async-timeout<5.0,>=4.0.0a3
Using cached async_timeout-4.0.3-py3-none-any.whl (5.7 kB)
Collecting yarl<2.0,>=1.0
Using cached yarl-1.9.2-cp310-cp310-win_amd64.whl (61 kB)
Collecting charset-normalizer<4.0,>=2.0
Downloading charset_normalizer-3.3.0-cp310-cp310-win_amd64.whl (98 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.2/98.2 kB ? eta 0:00:00
Collecting attrs>=17.3.0
Using cached attrs-23.1.0-py3-none-any.whl (61 kB)
Collecting aiosignal>=1.1.2
Using cached aiosignal-1.3.1-py3-none-any.whl (7.6 kB)
Collecting blinker>=1.6.2
Using cached blinker-1.6.2-py3-none-any.whl (13 kB)
Collecting Werkzeug>=2.3.7
Downloading werkzeug-3.0.0-py3-none-any.whl (226 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 226.6/226.6 kB 13.5 MB/s eta 0:00:00
Collecting Jinja2>=3.1.2
Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB)
Collecting click>=8.1.3
Using cached click-8.1.7-py3-none-any.whl (97 kB)
Collecting itsdangerous>=2.1.2
Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB)
Collecting Babel<3.0.0,>=2.8.0
Downloading Babel-2.13.0-py3-none-any.whl (10.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.1/10.1 MB 30.6 MB/s eta 0:00:00
Collecting dateparser~=1.1.0
Using cached dateparser-1.1.8-py2.py3-none-any.whl (293 kB)
Collecting gruut-ipa<1.0,>=0.12.0
Using cached gruut-ipa-0.13.0.tar.gz (101 kB)
Preparing metadata (setup.py) ... done
Collecting gruut_lang_en~=2.0.0
Using cached gruut_lang_en-2.0.0.tar.gz (15.2 MB)
Preparing metadata (setup.py) ... done
Collecting jsonlines~=1.2.0
Using cached jsonlines-1.2.0-py2.py3-none-any.whl (7.6 kB)
Collecting networkx<3.0.0,>=2.5.0
Using cached networkx-2.8.8-py3-none-any.whl (2.0 MB)
Collecting num2words<1.0.0,>=0.5.10
Using cached num2words-0.5.12-py3-none-any.whl (125 kB)
Collecting python-crfsuite~=0.9.7
Using cached python_crfsuite-0.9.9-cp310-cp310-win_amd64.whl (139 kB)
Collecting gruut_lang_de~=2.0.0
Using cached gruut_lang_de-2.0.0.tar.gz (18.1 MB)
Preparing metadata (setup.py) ... done
Collecting gruut_lang_fr~=2.0.0
Using cached gruut_lang_fr-2.0.2.tar.gz (10.9 MB)
Preparing metadata (setup.py) ... done
Collecting gruut_lang_es~=2.0.0
Using cached gruut_lang_es-2.0.0.tar.gz (31.4 MB)
Preparing metadata (setup.py) ... done
Collecting typing-extensions>=4.1.1
Using cached typing_extensions-4.8.0-py3-none-any.whl (31 kB)
Collecting decorator>=4.3.0
Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB)
Collecting joblib>=0.14
Using cached joblib-1.3.2-py3-none-any.whl (302 kB)
Collecting pooch>=1.0
Using cached pooch-1.7.0-py3-none-any.whl (60 kB)
Collecting lazy-loader>=0.1
Using cached lazy_loader-0.3-py3-none-any.whl (9.1 kB)
Collecting librosa==0.10.*
Using cached librosa-0.10.0.post2-py3-none-any.whl (253 kB)
Collecting pooch<1.7,>=1.0
Using cached pooch-1.6.0-py3-none-any.whl (56 kB)
Collecting librosa==0.10.*
Using cached librosa-0.10.0.post1-py3-none-any.whl (252 kB)
Using cached librosa-0.10.0-py3-none-any.whl (252 kB)
Collecting audioread>=2.1.9
Using cached audioread-3.0.1-py3-none-any.whl (23 kB)
Collecting msgpack>=1.0
Using cached msgpack-1.0.7-cp310-cp310-win_amd64.whl (222 kB)
Collecting soxr>=0.3.2
Using cached soxr-0.3.6-cp310-cp310-win_amd64.whl (184 kB)
Collecting cycler>=0.10
Using cached cycler-0.12.0-py3-none-any.whl (8.2 kB)
Collecting pyparsing>=2.3.1
Using cached pyparsing-3.1.1-py3-none-any.whl (103 kB)
Collecting python-dateutil>=2.7
Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
Collecting pillow>=6.2.0
Using cached Pillow-10.0.1-cp310-cp310-win_amd64.whl (2.5 MB)
Collecting kiwisolver>=1.0.1
Using cached kiwisolver-1.4.5-cp310-cp310-win_amd64.whl (56 kB)
Collecting contourpy>=1.0.1
Using cached contourpy-1.1.1-cp310-cp310-win_amd64.whl (477 kB)
Collecting fonttools>=4.22.0
Using cached fonttools-4.43.0-cp310-cp310-win_amd64.whl (2.1 MB)
Collecting llvmlite<0.41,>=0.40.0dev0
Using cached llvmlite-0.40.1-cp310-cp310-win_amd64.whl (27.7 MB)
Collecting threadpoolctl>=2.0.0
Using cached threadpoolctl-3.2.0-py3-none-any.whl (15 kB)
Collecting cffi>=1.0
Using cached cffi-1.16.0-cp310-cp310-win_amd64.whl (181 kB)
Collecting colorama
Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB)
Collecting filelock
Using cached filelock-3.12.4-py3-none-any.whl (11 kB)
Collecting requests
Using cached requests-2.31.0-py3-none-any.whl (62 kB)
Collecting huggingface-hub<1.0,>=0.15.1
Using cached huggingface_hub-0.17.3-py3-none-any.whl (295 kB)
Collecting tokenizers!=0.11.3,<0.14,>=0.11.1
Using cached tokenizers-0.13.3-cp310-cp310-win_amd64.whl (3.5 MB)
Collecting regex!=2019.12.17
Downloading regex-2023.10.3-cp310-cp310-win_amd64.whl (269 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 269.6/269.6 kB ? eta 0:00:00
Collecting safetensors>=0.3.1
Using cached safetensors-0.3.3-cp310-cp310-win_amd64.whl (266 kB)
Collecting pynndescent>=0.5
Using cached pynndescent-0.5.10.tar.gz (1.1 MB)
Preparing metadata (setup.py) ... done
Collecting pytz>=2020.1
Using cached pytz-2023.3.post1-py2.py3-none-any.whl (502 kB)
Collecting sympy
Using cached sympy-1.12-py3-none-any.whl (5.7 MB)
Collecting dctorch
Using cached dctorch-0.1.2-py3-none-any.whl (2.3 kB)
Collecting wandb
Using cached wandb-0.15.11-py3-none-any.whl (2.1 MB)
Collecting kornia
Using cached kornia-0.7.0-py2.py3-none-any.whl (705 kB)
Collecting accelerate
Using cached accelerate-0.23.0-py3-none-any.whl (258 kB)
Collecting jsonmerge
Using cached jsonmerge-1.9.2-py3-none-any.whl (19 kB)
Collecting clip-anytorch
Using cached clip_anytorch-2.5.2-py3-none-any.whl (1.4 MB)
Collecting torchsde
Using cached torchsde-0.2.6-py3-none-any.whl (61 kB)
Collecting rotary-embedding-torch
Downloading rotary_embedding_torch-0.3.2-py3-none-any.whl (5.0 kB)
Collecting torchdiffeq
Using cached torchdiffeq-0.2.3-py3-none-any.whl (31 kB)
Collecting torchvision
Using cached torchvision-0.15.2-cp310-cp310-win_amd64.whl (1.2 MB)
Collecting clean-fid
Using cached clean_fid-0.1.35-py3-none-any.whl (26 kB)
Collecting scikit-image
Using cached scikit_image-0.21.0-cp310-cp310-win_amd64.whl (22.8 MB)
Collecting tensorboard
Using cached tensorboard-2.14.1-py3-none-any.whl (5.5 MB)
Collecting psutil
Using cached psutil-5.9.5-cp36-abi3-win_amd64.whl (255 kB)
Collecting pycparser
Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
Collecting tzlocal
Using cached tzlocal-5.0.1-py3-none-any.whl (20 kB)
Collecting MarkupSafe>=2.0
Using cached MarkupSafe-2.1.3-cp310-cp310-win_amd64.whl (17 kB)
Collecting six
Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting docopt>=0.6.2
Using cached docopt-0.6.2.tar.gz (25 kB)
Preparing metadata (setup.py) ... done
Collecting platformdirs>=2.5.0
Downloading platformdirs-3.11.0-py3-none-any.whl (17 kB)
Collecting urllib3<3,>=1.21.1
Downloading urllib3-2.0.6-py3-none-any.whl (123 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.8/123.8 kB ? eta 0:00:00
Collecting idna<4,>=2.5
Using cached idna-3.4-py3-none-any.whl (61 kB)
Collecting certifi>=2017.4.17
Using cached certifi-2023.7.22-py3-none-any.whl (158 kB)
Collecting ftfy
Using cached ftfy-6.1.1-py3-none-any.whl (53 kB)
Collecting dctorch
Using cached dctorch-0.1.1-py3-none-any.whl (2.3 kB)
Using cached dctorch-0.1.0-py3-none-any.whl (2.3 kB)
INFO: pip is looking at multiple versions of colorama to determine which version is compatible with other requirements. This could take a while.
Collecting colorama
Using cached colorama-0.4.5-py2.py3-none-any.whl (16 kB)
INFO: pip is looking at multiple versions of clip-anytorch to determine which version is compatible with other requirements. This could take a while.
Collecting clip-anytorch
Using cached clip_anytorch-2.5.1-py3-none-any.whl (1.4 MB)
Using cached clip_anytorch-2.5.0-py3-none-any.whl (1.4 MB)
Using cached clip_anytorch-2.4.0-py3-none-any.whl (1.4 MB)
Using cached clip_anytorch-2.3.1-py3-none-any.whl (1.4 MB)
Using cached clip_anytorch-2.3.0-py3-none-any.whl (1.4 MB)
Using cached clip_anytorch-2.2.1-py3-none-any.whl (1.4 MB)
Using cached clip_anytorch-2.2.0-py3-none-any.whl (1.4 MB)
INFO: pip is looking at multiple versions of clip-anytorch to determine which version is compatible with other requirements. This could take a while.
Using cached clip_anytorch-2.1.0-py3-none-any.whl (1.4 MB)
Using cached clip_anytorch-2.0-py3-none-any.whl (1.4 MB)
INFO: pip is looking at multiple versions of clean-fid to determine which version is compatible with other requirements. This could take a while.
Collecting clean-fid
Using cached clean_fid-0.1.34-py3-none-any.whl (26 kB)
Collecting requests
Using cached requests-2.25.1-py2.py3-none-any.whl (61 kB)
Collecting urllib3<3,>=1.21.1
Downloading urllib3-1.26.17-py2.py3-none-any.whl (143 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.4/143.4 kB ? eta 0:00:00
Collecting chardet<5,>=3.0.2
Using cached chardet-4.0.0-py2.py3-none-any.whl (178 kB)
Collecting idna<4,>=2.5
Using cached idna-2.10-py2.py3-none-any.whl (58 kB)
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C.
INFO: pip is looking at multiple versions of requests to determine which version is compatible with other requirements. This could take a while.
Collecting clean-fid
Using cached clean_fid-0.1.33-py3-none-any.whl (25 kB)
Using cached clean_fid-0.1.32-py3-none-any.whl (26 kB)
Using cached clean_fid-0.1.31-py3-none-any.whl (24 kB)
Using cached clean_fid-0.1.30-py3-none-any.whl (24 kB)
Using cached clean_fid-0.1.29-py3-none-any.whl (24 kB)
Using cached clean_fid-0.1.28-py3-none-any.whl (23 kB)
INFO: pip is looking at multiple versions of clean-fid to determine which version is compatible with other requirements. This could take a while.
Using cached clean_fid-0.1.26-py3-none-any.whl (23 kB)
INFO: pip is looking at multiple versions of requests to determine which version is compatible with other requirements. This could take a while.
Using cached clean_fid-0.1.25-py3-none-any.whl (23 kB)
Using cached clean_fid-0.1.24-py3-none-any.whl (23 kB)
Using cached clean_fid-0.1.23-py3-none-any.whl (23 kB)
Using cached clean_fid-0.1.22-py3-none-any.whl (23 kB)
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C.
Using cached clean_fid-0.1.21-py3-none-any.whl (23 kB)
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C.
Using cached clean_fid-0.1.19-py3-none-any.whl (23 kB)
Using cached clean_fid-0.1.18-py3-none-any.whl (23 kB)
Using cached clean_fid-0.1.17-py3-none-any.whl (23 kB)
Using cached clean_fid-0.1.16-py3-none-any.whl (22 kB)
Using cached clean_fid-0.1.15-py3-none-any.whl (22 kB)
Using cached clean_fid-0.1.14-py3-none-any.whl (22 kB)
Using cached clean_fid-0.1.13-py3-none-any.whl (19 kB)
Using cached clean_fid-0.1.12-py3-none-any.whl (19 kB)
Using cached clean_fid-0.1.11-py3-none-any.whl (19 kB)
Using cached clean_fid-0.1.10-py3-none-any.whl (16 kB)
Using cached clean_fid-0.1.9-py3-none-any.whl (15 kB)
Using cached clean_fid-0.1.8-py3-none-any.whl (16 kB)
Using cached clean_fid-0.1.6-py3-none-any.whl (15 kB)
Using cached clean_fid-0.1.5-py3-none-any.whl (15 kB)
INFO: pip is looking at multiple versions of accelerate to determine which version is compatible with other requirements. This could take a while.
Collecting accelerate
Using cached accelerate-0.22.0-py3-none-any.whl (251 kB)
Using cached accelerate-0.21.0-py3-none-any.whl (244 kB)
Using cached accelerate-0.20.3-py3-none-any.whl (227 kB)
Using cached accelerate-0.20.2-py3-none-any.whl (227 kB)
Using cached accelerate-0.20.1-py3-none-any.whl (227 kB)
Using cached accelerate-0.20.0-py3-none-any.whl (227 kB)
Using cached accelerate-0.19.0-py3-none-any.whl (219 kB)
INFO: pip is looking at multiple versions of accelerate to determine which version is compatible with other requirements. This could take a while.
Using cached accelerate-0.18.0-py3-none-any.whl (215 kB)
Using cached accelerate-0.17.1-py3-none-any.whl (212 kB)
Using cached accelerate-0.17.0-py3-none-any.whl (212 kB)
Using cached accelerate-0.16.0-py3-none-any.whl (199 kB)
Using cached accelerate-0.15.0-py3-none-any.whl (191 kB)
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C.
Using cached accelerate-0.14.0-py3-none-any.whl (175 kB)
Using cached accelerate-0.13.2-py3-none-any.whl (148 kB)
Using cached accelerate-0.13.1-py3-none-any.whl (148 kB)
Using cached accelerate-0.13.0-py3-none-any.whl (148 kB)
Using cached accelerate-0.12.0-py3-none-any.whl (143 kB)
Using cached accelerate-0.11.0-py3-none-any.whl (123 kB)
Using cached accelerate-0.10.0-py3-none-any.whl (117 kB)
Using cached accelerate-0.9.0-py3-none-any.whl (106 kB)
Using cached accelerate-0.8.0-py3-none-any.whl (114 kB)
Using cached accelerate-0.7.1-py3-none-any.whl (79 kB)
Using cached accelerate-0.7.0-py3-none-any.whl (79 kB)
Using cached accelerate-0.6.2-py3-none-any.whl (65 kB)
Using cached accelerate-0.6.1-py3-none-any.whl (65 kB)
Using cached accelerate-0.6.0-py3-none-any.whl (65 kB)
Using cached accelerate-0.5.1-py3-none-any.whl (58 kB)
Using cached accelerate-0.5.0-py3-none-any.whl (57 kB)
Using cached accelerate-0.4.0-py3-none-any.whl (55 kB)
Using cached accelerate-0.3.0-py3-none-any.whl (49 kB)
Collecting pyaml>=20.4.0
Using cached pyaml-23.9.7-py3-none-any.whl (23 kB)
Collecting accelerate
Using cached accelerate-0.2.1-py3-none-any.whl (47 kB)
Using cached accelerate-0.2.0-py3-none-any.whl (47 kB)
Using cached accelerate-0.1.0-py3-none-any.whl (34 kB)
Using cached accelerate-0.0.1-py3-none-any.whl (5.7 kB)
INFO: pip is looking at multiple versions of yarl to determine which version is compatible with other requirements. This could take a while.
Collecting yarl<2.0,>=1.0
Using cached yarl-1.9.1-cp310-cp310-win_amd64.whl (60 kB)
INFO: pip is looking at multiple versions of werkzeug to determine which version is compatible with other requirements. This could take a while.
Collecting Werkzeug>=2.3.7
Using cached werkzeug-2.3.7-py3-none-any.whl (242 kB)
INFO: pip is looking at multiple versions of typing-extensions to determine which version is compatible with other requirements. This could take a while.
Collecting typing-extensions>=4.1.1
Using cached typing_extensions-4.7.1-py3-none-any.whl (33 kB)
INFO: pip is looking at multiple versions of tokenizers to determine which version is compatible with other requirements. This could take a while.
Collecting tokenizers!=0.11.3,<0.14,>=0.11.1
Using cached tokenizers-0.13.2-cp310-cp310-win_amd64.whl (3.3 MB)
INFO: pip is looking at multiple versions of threadpoolctl to determine which version is compatible with other requirements. This could take a while.
Collecting threadpoolctl>=2.0.0
Using cached threadpoolctl-3.1.0-py3-none-any.whl (14 kB)
INFO: pip is looking at multiple versions of soxr to determine which version is compatible with other requirements. This could take a while.
Collecting soxr>=0.3.2
Using cached soxr-0.3.5-cp310-cp310-win_amd64.whl (184 kB)
Using cached soxr-0.3.4-cp310-cp310-win_amd64.whl (184 kB)
Using cached soxr-0.3.3-cp310-cp310-win_amd64.whl (176 kB)
Using cached soxr-0.3.2-cp310-cp310-win_amd64.whl (176 kB)
INFO: pip is looking at multiple versions of safetensors to determine which version is compatible with other requirements. This could take a while.
Collecting safetensors>=0.3.1
Using cached safetensors-0.3.2-cp310-cp310-win_amd64.whl (266 kB)
INFO: pip is looking at multiple versions of soxr to determine which version is compatible with other requirements. This could take a while.
Collecting requests
Using cached requests-2.30.0-py3-none-any.whl (62 kB)
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C.
INFO: pip is looking at multiple versions of regex to determine which version is compatible with other requirements. This could take a while.
Collecting regex!=2019.12.17
Using cached regex-2023.8.8-cp310-cp310-win_amd64.whl (268 kB)
INFO: pip is looking at multiple versions of pytz to determine which version is compatible with other requirements. This could take a while.
Collecting pytz>=2020.1
Using cached pytz-2023.3-py2.py3-none-any.whl (502 kB)
INFO: pip is looking at multiple versions of python-dateutil to determine which version is compatible with other requirements. This could take a while.
Collecting python-dateutil>=2.7
Using cached python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB)
INFO: pip is looking at multiple versions of python-crfsuite to determine which version is compatible with other requirements. This could take a while.
Collecting python-crfsuite~=0.9.7
Using cached python_crfsuite-0.9.8-cp310-cp310-win_amd64.whl (158 kB)
INFO: pip is looking at multiple versions of pyparsing to determine which version is compatible with other requirements. This could take a while.
Collecting pyparsing>=2.3.1
Using cached pyparsing-3.1.0-py3-none-any.whl (102 kB)
INFO: pip is looking at multiple versions of pynndescent to determine which version is compatible with other requirements. This could take a while.
Collecting pynndescent>=0.5
Using cached pynndescent-0.5.9.tar.gz (1.1 MB)
Preparing metadata (setup.py) ... done
INFO: pip is looking at multiple versions of pooch to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of pillow to determine which version is compatible with other requirements. This could take a while.
Collecting pillow>=6.2.0
Using cached Pillow-10.0.0-cp310-cp310-win_amd64.whl (2.5 MB)
INFO: pip is looking at multiple versions of num2words to determine which version is compatible with other requirements. This could take a while.
Collecting num2words<1.0.0,>=0.5.10
Using cached num2words-0.5.11-py3-none-any.whl (116 kB)
INFO: pip is looking at multiple versions of networkx to determine which version is compatible with other requirements. This could take a while.
Collecting networkx<3.0.0,>=2.5.0
Using cached networkx-2.8.7-py3-none-any.whl (2.0 MB)
INFO: pip is looking at multiple versions of multidict to determine which version is compatible with other requirements. This could take a while.
Collecting multidict<7.0,>=4.5
Using cached multidict-6.0.3-cp310-cp310-win_amd64.whl (28 kB)
INFO: pip is looking at multiple versions of msgpack to determine which version is compatible with other requirements. This could take a while.
Collecting msgpack>=1.0
Using cached msgpack-1.0.6-cp310-cp310-win_amd64.whl (162 kB)
INFO: pip is looking at multiple versions of llvmlite to determine which version is compatible with other requirements. This could take a while.
Collecting llvmlite<0.41,>=0.40.0dev0
Using cached llvmlite-0.40.1rc1-cp310-cp310-win_amd64.whl (27.7 MB)
INFO: pip is looking at multiple versions of lazy-loader to determine which version is compatible with other requirements. This could take a while.
Collecting lazy-loader>=0.1
Using cached lazy_loader-0.2-py3-none-any.whl (8.6 kB)
INFO: pip is looking at multiple versions of kiwisolver to determine which version is compatible with other requirements. This could take a while.
Collecting kiwisolver>=1.0.1
Using cached kiwisolver-1.4.4-cp310-cp310-win_amd64.whl (55 kB)
INFO: pip is looking at multiple versions of jsonlines to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of joblib to determine which version is compatible with other requirements. This could take a while.
Collecting joblib>=0.14
Using cached joblib-1.3.1-py3-none-any.whl (301 kB)
INFO: pip is looking at multiple versions of jinja2 to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of itsdangerous to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of huggingface-hub to determine which version is compatible with other requirements. This could take a while.
Collecting huggingface-hub<1.0,>=0.15.1
Using cached huggingface_hub-0.17.2-py3-none-any.whl (294 kB)
INFO: pip is looking at multiple versions of gruut-lang-fr to determine which version is compatible with other requirements. This could take a while.
Collecting gruut_lang_fr~=2.0.0
Using cached gruut_lang_fr-2.0.0.tar.gz (11.0 MB)
Preparing metadata (setup.py) ... done
INFO: pip is looking at multiple versions of gruut-lang-es to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of gruut-lang-en to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of gruut-lang-de to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of gruut-ipa to determine which version is compatible with other requirements. This could take a while.
Collecting gruut-ipa<1.0,>=0.12.0
Using cached gruut-ipa-0.12.0.tar.gz (91 kB)
Preparing metadata (setup.py) ... done
INFO: pip is looking at multiple versions of frozenlist to determine which version is compatible with other requirements. This could take a while.
Collecting frozenlist>=1.1.1
Using cached frozenlist-1.3.3-cp310-cp310-win_amd64.whl (33 kB)
INFO: pip is looking at multiple versions of fonttools to determine which version is compatible with other requirements. This could take a while.
Collecting fonttools>=4.22.0
Using cached fonttools-4.42.1-cp310-cp310-win_amd64.whl (2.1 MB)
INFO: pip is looking at multiple versions of decorator to determine which version is compatible with other requirements. This could take a while.
Collecting decorator>=4.3.0
Using cached decorator-5.1.0-py3-none-any.whl (9.1 kB)
INFO: pip is looking at multiple versions of dateparser to determine which version is compatible with other requirements. This could take a while.
Collecting dateparser~=1.1.0
Using cached dateparser-1.1.7-py2.py3-none-any.whl (293 kB)
INFO: pip is looking at multiple versions of cycler to determine which version is compatible with other requirements. This could take a while.
Collecting cycler>=0.10
Using cached cycler-0.11.0-py3-none-any.whl (6.4 kB)
INFO: pip is looking at multiple versions of contourpy to determine which version is compatible with other requirements. This could take a while.
Collecting contourpy>=1.0.1
Using cached contourpy-1.1.0-cp310-cp310-win_amd64.whl (470 kB)
Using cached contourpy-1.0.7-cp310-cp310-win_amd64.whl (162 kB)
Using cached contourpy-1.0.6-cp310-cp310-win_amd64.whl (163 kB)
Using cached contourpy-1.0.5-cp310-cp310-win_amd64.whl (164 kB)
Using cached contourpy-1.0.4-cp310-cp310-win_amd64.whl (162 kB)
Using cached contourpy-1.0.3-cp310-cp310-win_amd64.whl (159 kB)
Using cached contourpy-1.0.2-cp310-cp310-win_amd64.whl (157 kB)
INFO: pip is looking at multiple versions of contourpy to determine which version is compatible with other requirements. This could take a while.
Using cached contourpy-1.0.1-cp310-cp310-win_amd64.whl (157 kB)
INFO: pip is looking at multiple versions of click to determine which version is compatible with other requirements. This could take a while.
Collecting click>=8.1.3
Using cached click-8.1.6-py3-none-any.whl (97 kB)
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C.
INFO: pip is looking at multiple versions of charset-normalizer to determine which version is compatible with other requirements. This could take a while.
Collecting charset-normalizer<4.0,>=2.0
Using cached charset_normalizer-3.2.0-cp310-cp310-win_amd64.whl (96 kB)
INFO: pip is looking at multiple versions of cffi to determine which version is compatible with other requirements. This could take a while.
Collecting cffi>=1.0
Using cached cffi-1.15.1-cp310-cp310-win_amd64.whl (179 kB)
INFO: pip is looking at multiple versions of blinker to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of babel to determine which version is compatible with other requirements. This could take a while.
Collecting Babel<3.0.0,>=2.8.0
Using cached Babel-2.12.1-py3-none-any.whl (10.1 MB)
INFO: pip is looking at multiple versions of audioread to determine which version is compatible with other requirements. This could take a while.
Collecting audioread>=2.1.9
Using cached audioread-3.0.0.tar.gz (377 kB)
Preparing metadata (setup.py) ... done
INFO: pip is looking at multiple versions of attrs to determine which version is compatible with other requirements. This could take a while.
Collecting attrs>=17.3.0
Using cached attrs-22.2.0-py3-none-any.whl (60 kB)
INFO: pip is looking at multiple versions of async-timeout to determine which version is compatible with other requirements. This could take a while.
Collecting async-timeout<5.0,>=4.0.0a3
Using cached async_timeout-4.0.2-py3-none-any.whl (5.8 kB)
INFO: pip is looking at multiple versions of aiosignal to determine which version is compatible with other requirements. This could take a while.
Collecting aiosignal>=1.1.2
Using cached aiosignal-1.2.0-py3-none-any.whl (8.2 kB)
INFO: pip is looking at multiple versions of trainer to determine which version is compatible with other requirements. This could take a while.
Collecting trainer
Using cached trainer-0.0.30-py3-none-any.whl (50 kB)
Using cached trainer-0.0.29-py3-none-any.whl (50 kB)
Using cached trainer-0.0.28-py3-none-any.whl (50 kB)
Using cached trainer-0.0.27-py3-none-any.whl (48 kB)
Using cached trainer-0.0.26-py3-none-any.whl (48 kB)
Collecting protobuf<3.20,>=3.9.2
Using cached protobuf-3.19.6-cp310-cp310-win_amd64.whl (895 kB)
Collecting tensorboardX
Using cached tensorboardX-2.6.2.2-py2.py3-none-any.whl (101 kB)
Collecting trainer
Using cached trainer-0.0.25-py3-none-any.whl (48 kB)
Using cached trainer-0.0.24-py3-none-any.whl (48 kB)
INFO: pip is looking at multiple versions of trainer to determine which version is compatible with other requirements. This could take a while.
Using cached trainer-0.0.23-py3-none-any.whl (47 kB)
Using cached trainer-0.0.22-py3-none-any.whl (47 kB)
Using cached trainer-0.0.21-py3-none-any.whl (47 kB)
Using cached trainer-0.0.20-py3-none-any.whl (45 kB)
Using cached trainer-0.0.19-py3-none-any.whl (45 kB)
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C.
Using cached trainer-0.0.18-py3-none-any.whl (44 kB)
Using cached trainer-0.0.17-py3-none-any.whl (44 kB)
Using cached trainer-0.0.16-py3-none-any.whl (42 kB)
Using cached trainer-0.0.15-py3-none-any.whl (41 kB)
Using cached trainer-0.0.14-py3-none-any.whl (41 kB)
Using cached trainer-0.0.13-py3-none-any.whl (42 kB)
Using cached trainer-0.0.12-py3-none-any.whl (41 kB)
Using cached trainer-0.0.11-py3-none-any.whl (40 kB)
INFO: pip is looking at multiple versions of torchaudio to determine which version is compatible with other requirements. This could take a while.
Collecting torchaudio
Using cached torchaudio-2.0.1-cp310-cp310-win_amd64.whl (2.1 MB)
Collecting torch>=1.7
Using cached torch-2.0.0-cp310-cp310-win_amd64.whl (172.3 MB)
INFO: pip is looking at multiple versions of torch to determine which version is compatible with other requirements. This could take a while.
Collecting torchaudio
Using cached torchaudio-0.13.1-cp310-cp310-win_amd64.whl (2.0 MB)
Using cached torchaudio-0.13.0-cp310-cp310-win_amd64.whl (2.1 MB)
Using cached torchaudio-0.12.1-cp310-cp310-win_amd64.whl (969 kB)
Using cached torchaudio-0.12.0-cp310-cp310-win_amd64.whl (969 kB)
Using cached torchaudio-0.11.0-cp310-cp310-win_amd64.whl (372 kB)
INFO: pip is looking at multiple versions of pypinyin to determine which version is compatible with other requirements. This could take a while.
Collecting pypinyin
Using cached pypinyin-0.48.0-py2.py3-none-any.whl (1.4 MB)
Using cached pypinyin-0.47.1-py2.py3-none-any.whl (1.4 MB)
INFO: pip is looking at multiple versions of nltk to determine which version is compatible with other requirements. This could take a while.
Collecting nltk
Using cached nltk-3.8-py3-none-any.whl (1.5 MB)
Using cached nltk-3.7-py3-none-any.whl (1.5 MB)
INFO: pip is looking at multiple versions of k-diffusion to determine which version is compatible with other requirements. This could take a while.
Collecting k-diffusion
Using cached k_diffusion-0.0.16-py3-none-any.whl (25 kB)
Collecting resize-right
Using cached resize_right-0.0.2-py3-none-any.whl (8.9 kB)
Collecting jsonschema>2.4.0
Using cached jsonschema-4.19.1-py3-none-any.whl (83 kB)
Collecting tifffile>=2022.8.12
Using cached tifffile-2023.9.26-py3-none-any.whl (222 kB)
Collecting imageio>=2.27
Downloading imageio-2.31.5-py3-none-any.whl (313 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 313.2/313.2 kB 4.8 MB/s eta 0:00:00
Collecting PyWavelets>=1.1.1
Using cached PyWavelets-1.4.1-cp310-cp310-win_amd64.whl (4.2 MB)
Collecting mpmath>=0.19
Using cached mpmath-1.3.0-py3-none-any.whl (536 kB)
Collecting grpcio>=1.48.2
Using cached grpcio-1.59.0-cp310-cp310-win_amd64.whl (3.7 MB)
Requirement already satisfied: setuptools>=41.0.0 in c:\users\max\appdata\local\programs\python\python310\lib\site-packages (from tensorboard->trainer->tts) (65.5.0)
Collecting markdown>=2.6.8
Using cached Markdown-3.4.4-py3-none-any.whl (94 kB)
Collecting google-auth<3,>=1.6.3
Using cached google_auth-2.23.2-py2.py3-none-any.whl (181 kB)
Collecting tensorboard-data-server<0.8.0,>=0.7.0
Using cached tensorboard_data_server-0.7.1-py3-none-any.whl (2.4 kB)
Collecting google-auth-oauthlib<1.1,>=0.5
Using cached google_auth_oauthlib-1.0.0-py2.py3-none-any.whl (18 kB)
Collecting absl-py>=0.4
Using cached absl_py-2.0.0-py3-none-any.whl (130 kB)
Collecting protobuf>=3.19.6
Using cached protobuf-4.24.3-cp310-abi3-win_amd64.whl (430 kB)
Collecting trampoline>=0.1.2
Using cached trampoline-0.1.2-py3-none-any.whl (5.2 kB)
Collecting GitPython!=3.1.29,>=1.0.0
Using cached GitPython-3.1.37-py3-none-any.whl (190 kB)
Collecting pathtools
Using cached pathtools-0.1.2.tar.gz (11 kB)
Preparing metadata (setup.py) ... done
Collecting appdirs>=1.4.3
Using cached appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
Collecting sentry-sdk>=1.0.0
Using cached sentry_sdk-1.31.0-py2.py3-none-any.whl (224 kB)
Collecting docker-pycreds>=0.4.0
Using cached docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB)
Collecting setproctitle
Downloading setproctitle-1.3.3-cp310-cp310-win_amd64.whl (11 kB)
Collecting gitdb<5,>=4.0.1
Using cached gitdb-4.0.10-py3-none-any.whl (62 kB)
Collecting rsa<5,>=3.1.4
Using cached rsa-4.9-py3-none-any.whl (34 kB)
Collecting cachetools<6.0,>=2.0.0
Using cached cachetools-5.3.1-py3-none-any.whl (9.3 kB)
Collecting pyasn1-modules>=0.2.1
Using cached pyasn1_modules-0.3.0-py2.py3-none-any.whl (181 kB)
Collecting requests-oauthlib>=0.7.0
Using cached requests_oauthlib-1.3.1-py2.py3-none-any.whl (23 kB)
Collecting rpds-py>=0.7.1
Using cached rpds_py-0.10.3-cp310-none-win_amd64.whl (186 kB)
Collecting jsonschema-specifications>=2023.03.6
Using cached jsonschema_specifications-2023.7.1-py3-none-any.whl (17 kB)
Collecting referencing>=0.28.4
Using cached referencing-0.30.2-py3-none-any.whl (25 kB)
Collecting wcwidth>=0.2.5
Downloading wcwidth-0.2.8-py2.py3-none-any.whl (31 kB)
Collecting tzdata
Using cached tzdata-2023.3-py2.py3-none-any.whl (341 kB)
Collecting smmap<6,>=3.0.1
Using cached smmap-5.0.1-py3-none-any.whl (24 kB)
Collecting pyasn1<0.6.0,>=0.4.6
Using cached pyasn1-0.5.0-py2.py3-none-any.whl (83 kB)
Collecting oauthlib>=3.0.0
Using cached oauthlib-3.2.2-py3-none-any.whl (151 kB)
Building wheels for collected packages: tts
Building wheel for tts (pyproject.toml) ... done
Created wheel for tts: filename=TTS-0.17.6-cp310-cp310-win_amd64.whl size=852890 sha256=2771e8c3a985d92f8735755f4f801d4448110604aa92849fc3843bd92a5a895e
Stored in directory: c:\users\max\appdata\local\pip\cache\wheels\9f\21\a0\ef44d6dc7f3192e3349cd89d3840653a77cf1c4e199e1b6511
Successfully built tts
Installing collected packages: wcwidth, trampoline, tokenizers, safetensors, resize-right, pytz, python-crfsuite, pathtools, mpmath, jieba, jamo, gruut_lang_fr, gruut_lang_es, gruut_lang_en, gruut_lang_de, docopt, bnunicodenormalizer, bnnumerizer, bangla, appdirs, urllib3, unidecode, tzdata, typing-extensions, threadpoolctl, tensorboard-data-server, sympy, smmap, six, setproctitle, rpds-py, regex, pyyaml, pysbd, pypinyin, pyparsing, pycparser, pyasn1, psutil, protobuf, platformdirs, pillow, packaging, oauthlib, numpy, num2words, networkx, multidict, msgpack, MarkupSafe, markdown, llvmlite, lazy-loader, kiwisolver, joblib, itsdangerous, inflect, idna, gruut-ipa, grpcio, ftfy, fsspec, frozenlist, fonttools, filelock, einops, decorator, cython, cycler, coqpit, colorama, charset-normalizer, certifi, cachetools, blinker, Babel, audioread, attrs, async-timeout, anyascii, absl-py, yarl, Werkzeug, tzlocal, tqdm, tifffile, soxr, sentry-sdk, scipy, rsa, requests, referencing, PyWavelets, python-dateutil, pyasn1-modules, numba, jsonlines, Jinja2, imageio, gitdb, docker-pycreds, contourpy, click, cffi, aiosignal, torch, soundfile, scikit-learn, scikit-image, requests-oauthlib, pooch, pandas, nltk, matplotlib, jsonschema-specifications, huggingface-hub, google-auth, GitPython, flask, dateparser, aiohttp, wandb, transformers, torchvision, torchsde, torchdiffeq, torchaudio, pynndescent, librosa, kornia, jsonschema, gruut, google-auth-oauthlib, g2pkk, accelerate, umap-learn, tensorboard, jsonmerge, encodec, clip-anytorch, clean-fid, trainer, k-diffusion, tts
DEPRECATION: pathtools is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at pypa/pip#8559
Running setup.py install for pathtools ... done
DEPRECATION: jieba is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at pypa/pip#8559
Running setup.py install for jieba ... done
DEPRECATION: gruut_lang_fr is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at pypa/pip#8559
Running setup.py install for gruut_lang_fr ... done
DEPRECATION: gruut_lang_es is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at pypa/pip#8559
Running setup.py install for gruut_lang_es ... done
DEPRECATION: gruut_lang_en is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at pypa/pip#8559
Running setup.py install for gruut_lang_en ... done
DEPRECATION: gruut_lang_de is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at pypa/pip#8559
Running setup.py install for gruut_lang_de ... done
DEPRECATION: docopt is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at pypa/pip#8559
Running setup.py install for docopt ... done
DEPRECATION: bnunicodenormalizer is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at pypa/pip#8559
Running setup.py install for bnunicodenormalizer ... done
DEPRECATION: bnnumerizer is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at pypa/pip#8559
Running setup.py install for bnnumerizer ... done
DEPRECATION: gruut-ipa is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at pypa/pip#8559
Running setup.py install for gruut-ipa ... done
DEPRECATION: pynndescent is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at pypa/pip#8559
Running setup.py install for pynndescent ... done
DEPRECATION: gruut is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at pypa/pip#8559
Running setup.py install for gruut ... done
DEPRECATION: umap-learn is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at pypa/pip#8559
Running setup.py install for umap-learn ... done
DEPRECATION: encodec is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at pypa/pip#8559
Running setup.py install for encodec ... done
Successfully installed Babel-2.13.0 GitPython-3.1.37 Jinja2-3.1.2 MarkupSafe-2.1.3 PyWavelets-1.4.1 Werkzeug-3.0.0 absl-py-2.0.0 accelerate-0.23.0 aiohttp-3.8.5 aiosignal-1.3.1 anyascii-0.3.2 appdirs-1.4.4 async-timeout-4.0.3 attrs-23.1.0 audioread-3.0.1 bangla-0.0.2 blinker-1.6.2 bnnumerizer-0.0.2 bnunicodenormalizer-0.1.6 cachetools-5.3.1 certifi-2023.7.22 cffi-1.16.0 charset-normalizer-3.3.0 clean-fid-0.1.35 click-8.1.7 clip-anytorch-2.5.2 colorama-0.4.6 contourpy-1.1.1 coqpit-0.0.17 cycler-0.12.0 cython-0.29.30 dateparser-1.1.8 decorator-5.1.1 docker-pycreds-0.4.0 docopt-0.6.2 einops-0.6.1 encodec-0.1.1 filelock-3.12.4 flask-2.3.3 fonttools-4.43.0 frozenlist-1.4.0 fsspec-2023.6.0 ftfy-6.1.1 g2pkk-0.1.2 gitdb-4.0.10 google-auth-2.23.2 google-auth-oauthlib-1.0.0 grpcio-1.59.0 gruut-2.2.3 gruut-ipa-0.13.0 gruut_lang_de-2.0.0 gruut_lang_en-2.0.0 gruut_lang_es-2.0.0 gruut_lang_fr-2.0.2 huggingface-hub-0.17.3 idna-3.4 imageio-2.31.5 inflect-5.6.2 itsdangerous-2.1.2 jamo-0.4.1 jieba-0.42.1 joblib-1.3.2 jsonlines-1.2.0 jsonmerge-1.9.2 jsonschema-4.19.1 jsonschema-specifications-2023.7.1 k-diffusion-0.0.16 kiwisolver-1.4.5 kornia-0.7.0 lazy-loader-0.3 librosa-0.10.0 llvmlite-0.40.1 markdown-3.4.4 matplotlib-3.7.3 mpmath-1.3.0 msgpack-1.0.7 multidict-6.0.4 networkx-2.8.8 nltk-3.8.1 num2words-0.5.12 numba-0.57.0 numpy-1.22.0 oauthlib-3.2.2 packaging-23.1 pandas-1.5.3 pathtools-0.1.2 pillow-10.0.1 platformdirs-3.11.0 pooch-1.7.0 protobuf-4.24.3 psutil-5.9.5 pyasn1-0.5.0 pyasn1-modules-0.3.0 pycparser-2.21 pynndescent-0.5.10 pyparsing-3.1.1 pypinyin-0.49.0 pysbd-0.3.4 python-crfsuite-0.9.9 python-dateutil-2.8.2 pytz-2023.3.post1 pyyaml-6.0.1 referencing-0.30.2 regex-2023.10.3 requests-2.31.0 requests-oauthlib-1.3.1 resize-right-0.0.2 rpds-py-0.10.3 rsa-4.9 safetensors-0.3.3 scikit-image-0.21.0 scikit-learn-1.3.0 scipy-1.11.3 sentry-sdk-1.31.0 setproctitle-1.3.3 six-1.16.0 smmap-5.0.1 soundfile-0.12.1 soxr-0.3.6 sympy-1.12 tensorboard-2.14.1 tensorboard-data-server-0.7.1 threadpoolctl-3.2.0 tifffile-2023.9.26 tokenizers-0.13.3 torch-2.0.1 torchaudio-2.0.2 torchdiffeq-0.2.3 torchsde-0.2.6 torchvision-0.15.2 tqdm-4.64.1 trainer-0.0.31 trampoline-0.1.2 transformers-4.33.3 tts-0.17.6 typing-extensions-4.8.0 tzdata-2023.3 tzlocal-5.0.1 umap-learn-0.5.4 unidecode-1.3.7 urllib3-2.0.6 wandb-0.15.11 wcwidth-0.2.8 yarl-1.9.2

[notice] A new release of pip is available: 23.0.1 -> 23.2.1
[notice] To update, run: python.exe -m pip install --upgrade pip`

@maxime-fleury
Copy link

Same with: >tts --model_name "tts_models/multilingual/multi-dataset/xtts_v1" --text "Ceci est un teste de voix." --language_idx "fr" --use_cuda False --device cpu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants