gitmylo / audio-webui

A webui for different audio related Neural Networks
MIT License
973 stars 90 forks source link

[BUG REPORT] infinite tts install #151

Closed J3inx closed 9 months ago

J3inx commented 9 months ago

i keep getting an infinite loop on mac when running the install script. in order, it will find there is no venv, create a venv, find the packages it needs, and start installing the tts but never get past that, i left it running last night and there was no sign of progress after 8 hours of download, it doesn't seem like it is doing any sorts of downloading either

To Reproduce: be on mac air with an m2 chip on mac os somona 14.0 and run the python install script

Expected behavior: to run the install script and install all dependancis

Screenshot:

Screenshot 2023-10-03 at 9 19 41 AM

Additional context: i've tried running it a couple days ago and had success but ran into a roadblock with some other pieces because i had the wrong python installed, so i tried restarting the process to fix some things and got stuck in this problem

gitmylo commented 9 months ago

Possibly a duplicate of #147, can you check?

J3inx commented 9 months ago

Possibly a duplicate of #147, can you check?

tring it now and so far it seems to be working, ill keep you updated on the progress but so far sorry about the duplicate, still kind of new to this stuff

J3inx commented 9 months ago

Possibly a duplicate of #147, can you check?

tring it now and so far it seems to be working, ill keep you updated on the progress but so far sorry about the duplicate, still kind of new to this stuff

just tried using #147 and im still having the same problem, the tts installed correctly when doing it manually but when i try to run the install script to get all the other dependencies it still has the same problem

gitmylo commented 9 months ago

Does it get stuck on another dependency now then? Or is it still getting stuck on "installing TTS"

J3inx commented 9 months ago

it's still getting stuck on installing tts

gitmylo commented 9 months ago

That's odd, are you sure it's installed? And on the latest version? It shouldn't try to reinstall when it's already installed.

J3inx commented 9 months ago

That's odd, are you sure it's installed? And on the latest version? It shouldn't try to reinstall when it's already installed.

i'll run the manual tts install link again and attatch a screenshot of the output, but im pretty sure it's installed

J3inx commented 9 months ago

everything is too big to put here but it's basically saying all the dependencies are already satisfied and that it is already installed

gitmylo commented 9 months ago

And that was inside of the venv? If it's installed in the venv it shouldn't try to reinstall?

J3inx commented 9 months ago

And that was inside of the venv? If it's installed in the venv it shouldn't try to reinstall?

i tried installing it into the venv but it gave me permission errors, so I consulted chatgpt and it told me to use chmod to give the shell script the necessary permissions, then I ran the script and ran the install, and I'm pretty sure it worked, I may have accidentally installed it outside the venv so ill try uninstalling it and resintalling it while the venv is active and I don't already have a version installed

J3inx commented 9 months ago

just uninstalled tts, activated the venv and installed it again, running the install.py again so will update you if it still doesnt install

J3inx commented 9 months ago

so far nothing has changed, im on the same wifi I was the first time I installed tts even though it's real slow but there has been no change after running install.py

gitmylo commented 9 months ago

Are you running install.py or run.sh?

J3inx commented 9 months ago

i'll try run.sh because i've only been running install.py

J3inx commented 9 months ago

Are you running install.py or run.sh?

yeah im still getting the same problem, it's still going through the infinite tts install with no changes between run.sh and install.py

gitmylo commented 9 months ago

Can you activate the venv like in the issue mentioned in my first reply, and then running pip freeze, and tell me what version of TTS is installed there, or if it's missing.

J3inx commented 9 months ago

just did it, it says TTS==0.17.6

gitmylo commented 9 months ago

That is the latest version. I don't understand why it would try to reinstall it, as the package is installed, and doesn't care about which version is installed. It runs pip freeze to check versions and installs, and it should have found TTS already in there, but as you're saying, it still tries to install it?

J3inx commented 9 months ago

yeah, it will go into the venv, check for dependencies, then try and install TTS

gitmylo commented 9 months ago

Odd, i'm not sure why that would happen and why you're the first person who this happened to. You could try deleting the venv folder, and then running the run.sh again. It's worth a shot, I've had it fix problems before that I wasn't sure about. The classic "have you tried turning it off and on again?" trick.

J3inx commented 9 months ago

Odd, i'm not sure why that would happen and why you're the first person who this happened to. You could try deleting the venv folder, and then running the run.sh again. It's worth a shot, I've had it fix problems before that I wasn't sure about. The classic "have you tried turning it off and on again?" trick.

deleted the venv folder and am running run.sh, i'll give you an update in 10-20 mins if it doesn't work.

J3inx commented 9 months ago

yeah run.sh is still not working, same thing as install.py it could be a problem with the terminal download thing, do you know if the terminal is the app that sends out the packets or if it is something else, because i can go into the activity manager on my mac and check the packet output to see if it is even downloading TTS at all, i did recently but it said 0 packets in and out.

gitmylo commented 9 months ago

It's running the install commands through subprocess.run(), which launches it as a child process of the python process.

J3inx commented 9 months ago

found a possibility of what it could be, when looking at the activity monitory i found a python proccess but it doesnt seem to have any changes in packets sent/lost or size in total

Screenshot 2023-10-03 at 4 34 03 PM
gitmylo commented 9 months ago

I'll probably add a verbose flag tomorrow which will print the logs from running the commands for example. That should help with tracking down the issue.

J3inx commented 9 months ago

I'll probably add a verbose flag tomorrow which will print the logs from running the commands for example. That should help with tracking down the issue.

that would be nice, it ran the whole night and is still stuck on the tts

(update it just failed the install and gave me a longwinded error code if you want me to paste that)

gitmylo commented 9 months ago

Yes, that error message could contain the info I need.

J3inx commented 9 months ago

here is the code (this was after i deleted the venv to try the "turn off and turn back on" technique) also a part of it said there was no venv found but there was one earlier in the terminal history that i didnt copy down, so i either forgot i deleted it or something else

brodywagner@Brodys-MacBook-Air audio-webui % sh /Users/brodywagner/Desktop/audio-webui/run.sh Checking installs and venv + autodebug checks Python version: 3.10.0 (v3.10.0:b494f5935c, Oct 4 2021, 14:59:19) [Clang 12.0.5 (clang-1205.0.22.11)] Webui version: 0ad6bddb58d731eb0058572e1387911689fb485b - Mon Oct 2 18:14:57 2023 +0200 Found extensions: activating venv no venv found, creating venv Checking installs and venv + autodebug checks Python version: 3.10.0 (v3.10.0:b494f5935c, Oct 4 2021, 14:59:19) [Clang 12.0.5 (clang-1205.0.22.11)] Webui version: 0ad6bddb58d731eb0058572e1387911689fb485b - Mon Oct 2 18:14:57 2023 +0200 Found extensions: Installed packaging! Failed to install TTS. Check AutoDebug output. ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ █░▄▄▀██░██░█▄▄░▄▄██░▄▄▄░██░▄▄▀██░▄▄▄██░▄▄▀██░██░██░▄▄░██ █░▀▀░██░██░███░████░███░██░██░██░▄▄▄██░▄▄▀██░██░██░█▀▀██ █░██░██▄▀▀▄███░████░▀▀▀░██░▀▀░██░▀▀▀██░▀▀░██▄▀▀▄██░▀▀▄██ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ Install failed! STDOUT: Collecting tts[ja] Using cached TTS-0.17.6-cp310-cp310-macosx_10_9_universal2.whl Collecting fsspec==2023.6.0 Using cached fsspec-2023.6.0-py3-none-any.whl (163 kB) Collecting encodec==0.1.* Using cached encodec-0.1.1.tar.gz (3.7 MB) Collecting scikit-learn==1.3.0 Using cached scikit_learn-1.3.0-cp310-cp310-macosx_12_0_arm64.whl (9.5 MB) Collecting anyascii==0.3.* Using cached anyascii-0.3.2-py3-none-any.whl (289 kB) Collecting torch>=1.7 Using cached torch-2.0.1-cp310-none-macosx_11_0_arm64.whl (55.8 MB) Collecting numpy==1.22.0 Using cached numpy-1.22.0-cp310-cp310-macosx_11_0_arm64.whl (12.8 MB) Collecting unidecode==1.3.* Using cached Unidecode-1.3.7-py3-none-any.whl (235 kB) Collecting flask==2.* Using cached flask-2.3.3-py3-none-any.whl (96 kB) Collecting packaging==23.1 Using cached packaging-23.1-py3-none-any.whl (48 kB) Collecting pysbd==0.3.4 Using cached pysbd-0.3.4-py3-none-any.whl (71 kB) Collecting pypinyin Using cached pypinyin-0.49.0-py2.py3-none-any.whl (1.4 MB) Collecting tqdm==4.64.* Using cached tqdm-4.64.1-py2.py3-none-any.whl (78 kB) Collecting gruut[de,es,fr]==2.2.3 Using cached gruut-2.2.3-py3-none-any.whl Collecting inflect==5.6.* Using cached inflect-5.6.2-py3-none-any.whl (33 kB) Collecting librosa==0.10.* Using cached librosa-0.10.1-py3-none-any.whl (253 kB) Collecting bnnumerizer Using cached bnnumerizer-0.0.2-py3-none-any.whl Collecting scipy>=1.11.2 Using cached scipy-1.11.3-cp310-cp310-macosx_12_0_arm64.whl (29.8 MB) Collecting aiohttp==3.8.* Using cached aiohttp-3.8.5-cp310-cp310-macosx_11_0_arm64.whl (343 kB) Collecting coqpit>=0.0.16 Using cached coqpit-0.0.17-py3-none-any.whl (13 kB) Collecting k-diffusion Using cached k_diffusion-0.1.0-py3-none-any.whl (33 kB) Collecting bangla Using cached bangla-0.0.2-py2.py3-none-any.whl (6.2 kB) Collecting soundfile==0.12.* Using cached soundfile-0.12.1-py2.py3-none-macosx_11_0_arm64.whl (1.1 MB) Collecting numba==0.57.0 Using cached numba-0.57.0-cp310-cp310-macosx_11_0_arm64.whl (2.5 MB) Collecting torchaudio Using cached torchaudio-2.0.2-cp310-cp310-macosx_11_0_arm64.whl (3.6 MB) Collecting jieba Using cached jieba-0.42.1-py3-none-any.whl Collecting pandas<2.0,>=1.4 Using cached pandas-1.5.3-cp310-cp310-macosx_11_0_arm64.whl (10.9 MB) Collecting trainer Using cached trainer-0.0.31-py3-none-any.whl (50 kB) Collecting bnunicodenormalizer Using cached bnunicodenormalizer-0.1.6-py3-none-any.whl Collecting jamo Using cached jamo-0.4.1-py3-none-any.whl (9.5 kB) Collecting g2pkk>=0.1.1 Using cached g2pkk-0.1.2-py3-none-any.whl (25 kB) Collecting umap-learn==0.5.* Using cached umap_learn-0.5.4-py3-none-any.whl Collecting nltk Using cached nltk-3.8.1-py3-none-any.whl (1.5 MB) Collecting cython==0.29.30 Using cached Cython-0.29.30-py2.py3-none-any.whl (985 kB) Collecting einops==0.6.* Using cached einops-0.6.1-py3-none-any.whl (42 kB) Collecting pyyaml==6.* Using cached PyYAML-6.0.1-cp310-cp310-macosx_11_0_arm64.whl (169 kB) Collecting transformers==4.33.* Using cached transformers-4.33.3-py3-none-any.whl (7.6 MB) Collecting matplotlib==3.7.* Using cached matplotlib-3.7.3-cp310-cp310-macosx_11_0_arm64.whl (7.3 MB) Collecting unidic-lite==1.0.8 Using cached unidic-lite-1.0.8.tar.gz (47.4 MB) Collecting mecab-python3==1.0.6 Using cached mecab-python3-1.0.6.tar.gz (77 kB) Collecting yarl<2.0,>=1.0 Using cached yarl-1.9.2-cp310-cp310-macosx_11_0_arm64.whl (62 kB) Collecting multidict<7.0,>=4.5 Using cached multidict-6.0.4-cp310-cp310-macosx_11_0_arm64.whl (29 kB) Collecting async-timeout<5.0,>=4.0.0a3 Using cached async_timeout-4.0.3-py3-none-any.whl (5.7 kB) Collecting aiosignal>=1.1.2 Using cached aiosignal-1.3.1-py3-none-any.whl (7.6 kB) Collecting frozenlist>=1.1.1 Using cached frozenlist-1.4.0-cp310-cp310-macosx_11_0_arm64.whl (46 kB) Collecting charset-normalizer<4.0,>=2.0 Using cached charset_normalizer-3.3.0-cp310-cp310-macosx_11_0_arm64.whl (117 kB) Collecting attrs>=17.3.0 Using cached attrs-23.1.0-py3-none-any.whl (61 kB) Collecting blinker>=1.6.2 Using cached blinker-1.6.2-py3-none-any.whl (13 kB) Collecting Werkzeug>=2.3.7 Using cached werkzeug-3.0.0-py3-none-any.whl (226 kB) Collecting Jinja2>=3.1.2 Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB) Collecting itsdangerous>=2.1.2 Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB) Collecting click>=8.1.3 Using cached click-8.1.7-py3-none-any.whl (97 kB) Collecting networkx<3.0.0,>=2.5.0 Using cached networkx-2.8.8-py3-none-any.whl (2.0 MB) Collecting dateparser~=1.1.0 Using cached dateparser-1.1.8-py2.py3-none-any.whl (293 kB) 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-macosx_10_9_universal2.whl Collecting Babel<3.0.0,>=2.8.0 Using cached Babel-2.13.0-py3-none-any.whl (10.1 MB) Collecting jsonlines~=1.2.0 Using cached jsonlines-1.2.0-py2.py3-none-any.whl (7.6 kB) Collecting gruut-lang-en~=2.0.0 Using cached gruut_lang_en-2.0.0-py3-none-any.whl Collecting gruut-ipa<1.0,>=0.12.0 Using cached gruut_ipa-0.13.0-py3-none-any.whl Collecting gruut-lang-de~=2.0.0 Using cached gruut_lang_de-2.0.0-py3-none-any.whl Collecting gruut-lang-es~=2.0.0 Using cached gruut_lang_es-2.0.0-py3-none-any.whl Collecting gruut-lang-fr~=2.0.0 Using cached gruut_lang_fr-2.0.2-py3-none-any.whl Collecting pooch>=1.0 Using cached pooch-1.7.0-py3-none-any.whl (60 kB) Collecting audioread>=2.1.9 Using cached audioread-3.0.1-py3-none-any.whl (23 kB) Collecting soxr>=0.3.2 Using cached soxr-0.3.6-cp310-cp310-macosx_11_0_arm64.whl (385 kB) Collecting typing-extensions>=4.1.1 Using cached typing_extensions-4.8.0-py3-none-any.whl (31 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 decorator>=4.3.0 Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB) Collecting msgpack>=1.0 Using cached msgpack-1.0.7-cp310-cp310-macosx_11_0_arm64.whl (231 kB) Collecting lazy-loader>=0.1 Using cached lazy_loader-0.3-py3-none-any.whl (9.1 kB) Collecting joblib>=0.14 Using cached joblib-1.3.2-py3-none-any.whl (302 kB) Collecting contourpy>=1.0.1 Using cached contourpy-1.1.1-cp310-cp310-macosx_11_0_arm64.whl (232 kB) Collecting fonttools>=4.22.0 Using cached fonttools-4.43.0-cp310-cp310-macosx_10_9_universal2.whl (2.7 MB) Collecting kiwisolver>=1.0.1 Using cached kiwisolver-1.4.5-cp310-cp310-macosx_11_0_arm64.whl (66 kB) Collecting python-dateutil>=2.7 Using cached python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) Collecting pyparsing>=2.3.1 Using cached pyparsing-3.1.1-py3-none-any.whl (103 kB) Collecting pillow>=6.2.0 Using cached Pillow-10.0.1-cp310-cp310-macosx_11_0_arm64.whl (3.3 MB) Collecting cycler>=0.10 Using cached cycler-0.12.0-py3-none-any.whl (8.2 kB) Collecting llvmlite<0.41,>=0.40.0dev0 Using cached llvmlite-0.40.1-cp310-cp310-macosx_11_0_arm64.whl (28.1 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-macosx_11_0_arm64.whl (176 kB) Collecting filelock Using cached filelock-3.12.4-py3-none-any.whl (11 kB) Collecting safetensors>=0.3.1 Using cached safetensors-0.3.3-cp310-cp310-macosx_13_0_arm64.whl (406 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-macosx_12_0_arm64.whl (3.9 MB) Collecting requests Using cached requests-2.31.0-py3-none-any.whl (62 kB) Collecting regex!=2019.12.17 Using cached regex-2023.10.3-cp310-cp310-macosx_11_0_arm64.whl (291 kB) Collecting pynndescent>=0.5 Using cached pynndescent-0.5.10-py3-none-any.whl Collecting pycparser Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB) Collecting pytz Using cached pytz-2023.3.post1-py2.py3-none-any.whl (502 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-macosx_10_9_universal2.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) Collecting platformdirs>=2.5.0 Using cached platformdirs-3.11.0-py3-none-any.whl (17 kB) Collecting urllib3<3,>=1.21.1 Using cached urllib3-2.0.6-py3-none-any.whl (123 kB) Collecting certifi>=2017.4.17 Using cached certifi-2023.7.22-py3-none-any.whl (158 kB) Collecting idna<4,>=2.5 Using cached idna-3.4-py3-none-any.whl (61 kB) Collecting sympy Using cached sympy-1.12-py3-none-any.whl (5.7 MB) Collecting torchvision Using cached torchvision-0.15.2-cp310-cp310-macosx_11_0_arm64.whl (1.4 MB) Collecting dctorch Using cached dctorch-0.1.2-py3-none-any.whl (2.3 kB) Collecting clip-anytorch Using cached clip_anytorch-2.5.2-py3-none-any.whl (1.4 MB) Collecting torchdiffeq Using cached torchdiffeq-0.2.3-py3-none-any.whl (31 kB) 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 torchsde Using cached torchsde-0.2.6-py3-none-any.whl (61 kB) Collecting clean-fid Using cached clean_fid-0.1.35-py3-none-any.whl (26 kB) Collecting wandb Using cached wandb-0.15.11-py3-none-any.whl (2.1 MB) Collecting rotary-embedding-torch Using cached rotary_embedding_torch-0.3.2-py3-none-any.whl (5.0 kB) Collecting scikit-image Using cached scikit_image-0.21.0-cp310-cp310-macosx_12_0_arm64.whl (12.4 MB) Collecting jsonmerge Using cached jsonmerge-1.9.2-py3-none-any.whl (19 kB) Collecting psutil Using cached psutil-5.9.5-cp38-abi3-macosx_11_0_arm64.whl (246 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 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 Using cached urllib3-1.26.17-py2.py3-none-any.whl (143 kB) Collecting idna<4,>=2.5 Using cached idna-2.10-py2.py3-none-any.whl (58 kB) Collecting chardet<5,>=3.0.2 Using cached chardet-4.0.0-py2.py3-none-any.whl (178 kB) INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. If you want to abort this run, you can press Ctrl + C to do so. To improve how pip performs, tell us what happened here: https://pip.pypa.io/surveys/backtracking INFO: pip is looking at multiple versions of urllib3 to determine which version is compatible with other requirements. This could take a while. Collecting urllib3<3,>=1.21.1 Using cached urllib3-1.26.16-py2.py3-none-any.whl (143 kB) Using cached urllib3-1.26.15-py2.py3-none-any.whl (140 kB) Using cached urllib3-1.26.14-py2.py3-none-any.whl (140 kB) Using cached urllib3-1.26.13-py2.py3-none-any.whl (140 kB) Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) Using cached urllib3-1.26.11-py2.py3-none-any.whl (139 kB) Using cached urllib3-1.26.10-py2.py3-none-any.whl (139 kB) INFO: pip is looking at multiple versions of urllib3 to determine which version is compatible with other requirements. This could take a while. Using cached urllib3-1.26.9-py2.py3-none-any.whl (138 kB) Using cached urllib3-1.26.8-py2.py3-none-any.whl (138 kB) Using cached urllib3-1.26.7-py2.py3-none-any.whl (138 kB) Using cached urllib3-1.26.6-py2.py3-none-any.whl (138 kB) Using cached urllib3-1.26.5-py2.py3-none-any.whl (138 kB) INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. If you want to abort this run, you can press Ctrl + C to do so. To improve how pip performs, tell us what happened here: https://pip.pypa.io/surveys/backtracking Using cached urllib3-1.26.4-py2.py3-none-any.whl (153 kB) Using cached urllib3-1.26.3-py2.py3-none-any.whl (137 kB) Using cached urllib3-1.26.2-py2.py3-none-any.whl (136 kB) Using cached urllib3-1.26.1-py2.py3-none-any.whl (136 kB) Using cached urllib3-1.26.0-py2.py3-none-any.whl (136 kB) Using cached urllib3-1.25.11-py2.py3-none-any.whl (127 kB) Using cached urllib3-1.25.10-py2.py3-none-any.whl (127 kB) Using cached urllib3-1.25.9-py2.py3-none-any.whl (126 kB) Using cached urllib3-1.25.8-py2.py3-none-any.whl (125 kB) Using cached urllib3-1.25.7-py2.py3-none-any.whl (125 kB) Using cached urllib3-1.25.6-py2.py3-none-any.whl (125 kB) Using cached urllib3-1.25.5-py2.py3-none-any.whl (125 kB) Using cached urllib3-1.25.4-py2.py3-none-any.whl (125 kB) Using cached urllib3-1.25.3-py2.py3-none-any.whl (150 kB) Using cached urllib3-1.25.2-py2.py3-none-any.whl (150 kB) Using cached urllib3-1.24.3-py2.py3-none-any.whl (118 kB) Using cached urllib3-1.24.2-py2.py3-none-any.whl (131 kB) Using cached urllib3-1.24.1-py2.py3-none-any.whl (118 kB) Using cached urllib3-1.24-py2.py3-none-any.whl (117 kB) Using cached urllib3-1.23-py2.py3-none-any.whl (133 kB) Using cached urllib3-1.22-py2.py3-none-any.whl (132 kB) Using cached urllib3-1.21.1-py2.py3-none-any.whl (131 kB) INFO: pip is looking at multiple versions of idna to determine which version is compatible with other requirements. This could take a while. Collecting idna<4,>=2.5 Using cached idna-2.9-py2.py3-none-any.whl (58 kB) Using cached idna-2.8-py2.py3-none-any.whl (58 kB) Using cached idna-2.7-py2.py3-none-any.whl (58 kB) Using cached idna-2.6-py2.py3-none-any.whl (56 kB) Using cached idna-2.5-py2.py3-none-any.whl (55 kB) INFO: pip is looking at multiple versions of chardet to determine which version is compatible with other requirements. This could take a while. Collecting chardet<5,>=3.0.2 Using cached chardet-3.0.4-py2.py3-none-any.whl (133 kB) INFO: pip is looking at multiple versions of idna to determine which version is compatible with other requirements. This could take a while. Using cached chardet-3.0.3-py2.py3-none-any.whl (133 kB) INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. If you want to abort this run, you can press Ctrl + C to do so. To improve how pip performs, tell us what happened here: https://pip.pypa.io/surveys/backtracking Using cached chardet-3.0.2-py2.py3-none-any.whl (133 kB) 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) INFO: pip is looking at multiple versions of chardet to determine which version is compatible with other requirements. This could take a while. 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) INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. If you want to abort this run, you can press Ctrl + C to do so. To improve how pip performs, tell us what happened here: https://pip.pypa.io/surveys/backtracking 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. If you want to abort this run, you can press Ctrl + C to do so. To improve how pip performs, tell us what happened here: https://pip.pypa.io/surveys/backtracking 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. If you want to abort this run, you can press Ctrl + C to do so. To improve how pip performs, tell us what happened here: https://pip.pypa.io/surveys/backtracking 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) INFO: pip is looking at multiple versions of torchvision to determine which version is compatible with other requirements. This could take a while. Collecting torchvision Using cached torchvision-0.15.1-cp310-cp310-macosx_11_0_arm64.whl (1.4 MB) Collecting torch>=1.7 Downloading torch-2.0.0-cp310-none-macosx_11_0_arm64.whl (55.8 MB) STDERR: WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. (read timeout=15)")': /simple/docopt/ ERROR: Exception: Traceback (most recent call last): File "/Users/brodywagner/Desktop/audio-webui/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/response.py", line 438, in _error_catcher yield File "/Users/brodywagner/Desktop/audio-webui/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/response.py", line 519, in read data = self._fp.read(amt) if not fp_closed else b"" File "/Users/brodywagner/Desktop/audio-webui/venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/filewrapper.py", line 62, in read data = self.__fp.read(amt) File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/http/client.py", line 464, in read s = self.fp.read(amt) File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/socket.py", line 705, in readinto return self._sock.recv_into(b) File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/ssl.py", line 1273, in recv_into return self.read(nbytes, buffer) File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/ssl.py", line 1129, in read return self._sslobj.read(len, buffer) TimeoutError: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/brodywagner/Desktop/audio-webui/venv/lib/python3.10/site-packages/pip/_internal/cli/base_command.py", line 173, in _main status = self.run(options, args) File "/Users/brodywagner/Desktop/audio-webui/venv/lib/python3.10/site-packages/pip/_internal/cli/req_command.py", line 203, in wrapper return func(self, options, args) File "/Users/brodywagner/Desktop/audio-webui/venv/lib/python3.10/site-packages/pip/_internal/commands/install.py", line 315, in run requirement_set = resolver.resolve( File "/Users/brodywagner/Desktop/audio-webui/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 94, in resolve result = self._result = resolver.resolve( File "/Users/brodywagner/Desktop/audio-webui/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/resolvers.py", line 472, in resolve state = resolution.resolve(requirements, max_rounds=max_rounds) File "/Users/brodywagner/Desktop/audio-webui/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/resolvers.py", line 366, in resolve failure_causes = self._attempt_to_pin_criterion(name) File "/Users/brodywagner/Desktop/audio-webui/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/resolvers.py", line 212, in _attempt_to_pin_criterion criteria = self._get_updated_criteria(candidate) File "/Users/brodywagner/Desktop/audio-webui/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/resolvers.py", line 203, in _get_updated_criteria self._add_to_criteria(criteria, requirement, parent=candidate) File "/Users/brodywagner/Desktop/audio-webui/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/resolvers.py", line 172, in _add_to_criteria if not criterion.candidates: File "/Users/brodywagner/Desktop/audio-webui/venv/lib/python3.10/site-packages/pip/_vendor/resolvelib/structs.py", line 151, in __bool__ return bool(self._sequence) File "/Users/brodywagner/Desktop/audio-webui/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 140, in __bool__ return any(self) File "/Users/brodywagner/Desktop/audio-webui/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 128, in return (c for c in iterator if id(c) not in self._incompatible_ids) File "/Users/brodywagner/Desktop/audio-webui/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 32, in _iter_built candidate = func() File "/Users/brodywagner/Desktop/audio-webui/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/factory.py", line 204, in _make_candidate_from_link self._link_candidate_cache[link] = LinkCandidate( File "/Users/brodywagner/Desktop/audio-webui/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 295, in __init__ super().__init__( File "/Users/brodywagner/Desktop/audio-webui/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 156, in __init__ self.dist = self._prepare() File "/Users/brodywagner/Desktop/audio-webui/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 227, in _prepare dist = self._prepare_distribution() File "/Users/brodywagner/Desktop/audio-webui/venv/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 305, in _prepare_distribution return self._factory.preparer.prepare_linked_requirement( File "/Users/brodywagner/Desktop/audio-webui/venv/lib/python3.10/site-packages/pip/_internal/operations/prepare.py", line 508, in prepare_linked_requirement return self._prepare_linked_requirement(req, parallel_builds) File "/Users/brodywagner/Desktop/audio-webui/venv/lib/python3.10/site-packages/pip/_internal/operations/prepare.py", line 550, in _prepare_linked_requirement local_file = unpack_url( File "/Users/brodywagner/Desktop/audio-webui/venv/lib/python3.10/site-packages/pip/_internal/operations/prepare.py", line 239, in unpack_url file = get_http_url( File "/Users/brodywagner/Desktop/audio-webui/venv/lib/python3.10/site-packages/pip/_internal/operations/prepare.py", line 102, in get_http_url from_path, content_type = download(link, temp_dir.path) File "/Users/brodywagner/Desktop/audio-webui/venv/lib/python3.10/site-packages/pip/_internal/network/download.py", line 145, in __call__ for chunk in chunks: File "/Users/brodywagner/Desktop/audio-webui/venv/lib/python3.10/site-packages/pip/_internal/cli/progress_bars.py", line 144, in iter for x in it: File "/Users/brodywagner/Desktop/audio-webui/venv/lib/python3.10/site-packages/pip/_internal/network/utils.py", line 63, in response_chunks for chunk in response.raw.stream( File "/Users/brodywagner/Desktop/audio-webui/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/response.py", line 576, in stream data = self.read(amt=amt, decode_content=decode_content) File "/Users/brodywagner/Desktop/audio-webui/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/response.py", line 512, in read with self._error_catcher(): File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/contextlib.py", line 153, in __exit__ self.gen.throw(typ, value, traceback) File "/Users/brodywagner/Desktop/audio-webui/venv/lib/python3.10/site-packages/pip/_vendor/urllib3/response.py", line 443, in _error_catcher raise ReadTimeoutError(self._pool, None, "Read timed out.") pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out. WARNING: You are using pip version 21.2.3; however, version 23.2.1 is available. You should consider upgrading via the '/Users/brodywagner/Desktop/audio-webui/venv/bin/python -m pip install --upgrade pip' command. Please read the error above carefully. If you are unsure, please create an issue at https://github.com/gitmylo/audio-webui/issues. When creating an issue, please include your full autodebug message. Exit code: 2
gitmylo commented 9 months ago

It appears that your internet timed out somewhere during the install. Or you were not able to reach pypi.org for another reason.

I do have plans to move TTS into an extension, as that would allow you to disable it, and it wouldn't need to install. That's not the best fix, but it would probably work.

J3inx commented 9 months ago

It appears that your internet timed out somewhere during the install. Or you were not able to reach pypi.org for another reason.

I do have plans to move TTS into an extension, as that would allow you to disable it, and it wouldn't need to install. That's not the best fix, but it would probably work.

ok, so until then there isn't much i can do is there. ⎝◔╭╮◔⎠

gitmylo commented 9 months ago

Not that i know of, no

J3inx commented 9 months ago

image

gitmylo commented 9 months ago

On the other hand, I'm starting work on moving it today, work will be done on this branch until it's ready to be merged.

gitmylo commented 9 months ago

The branch now has the TTS features removed, they've been moved to the extension's repository: https://github.com/gitmylo/audio-webui-TTS-extension

You can attempt switching to the TTS free branch and try to launch then. You'll be able to use audio-webui minus the Coqui TTS features.

J3inx commented 9 months ago

smilingbucktooth

J3inx commented 9 months ago

just downloaded the branch, running the sh.run now, so far it has skipped the tts and is working on downloading the numpy segment, ill update you if it works (it just finished downloading nump and moved onto pytorch so im hoping this is the end of this problem)

J3inx commented 9 months ago

seems to be working, it's gone through numpy and torch so far and checking the activity monitor i see that it is constantly sending and receiving packets albeit at a slow rate due to my wifi. so for now im going to close the issue, thank you so much for your help! (╭☞◔◡◔)╭☞

J3inx commented 9 months ago

running the run.sh file and now once it gets to downloading pyworld it immediately fails, it's had a couple failed installs so far but i keep restarting it and it keeps moving on, but i cant get past the pyworld extension now,

here is the debug code brodywagner@Brodys-MacBook-Air desktop % cd audio-webui brodywagner@Brodys-MacBook-Air audio-webui % sh /Users/brodywagner/Desktop/audio-webui/run.sh Checking installs and venv + autodebug checks Python version: 3.10.0 (v3.10.0:b494f5935c, Oct 4 2021, 14:59:19) [Clang 12.0.5 (clang-1205.0.22.11)] Webui version: Unable to check version, not installed with git. Found extensions: activating venv Checking installs and venv + autodebug checks Python version: 3.10.0 (v3.10.0:b494f5935c, Oct 4 2021, 14:59:19) [Clang 12.0.5 (clang-1205.0.22.11)] Webui version: Unable to check version, not installed with git. Found extensions: Failed to install pyworld. Check AutoDebug output. ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ █░▄▄▀██░██░█▄▄░▄▄██░▄▄▄░██░▄▄▀██░▄▄▄██░▄▄▀██░██░██░▄▄░██ █░▀▀░██░██░███░████░███░██░██░██░▄▄▄██░▄▄▀██░██░██░█▀▀██ █░██░██▄▀▀▄███░████░▀▀▀░██░▀▀░██░▀▀▀██░▀▀░██▄▀▀▄██░▀▀▄██ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ Install failed! STDOUT: Collecting pyworld>=0.3.2 Using cached pyworld-0.3.4.tar.gz (251 kB) Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'error' STDERR: error: subprocess-exited-with-error × Preparing metadata (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [14 lines of output] running dist_info creating /private/var/folders/nq/h02r2b6167z7rk_w_87b07cm0000gn/T/pip-modern-metadata-z5d6l971/pyworld.egg-info writing /private/var/folders/nq/h02r2b6167z7rk_w_87b07cm0000gn/T/pip-modern-metadata-z5d6l971/pyworld.egg-info/PKG-INFO writing dependency_links to /private/var/folders/nq/h02r2b6167z7rk_w_87b07cm0000gn/T/pip-modern-metadata-z5d6l971/pyworld.egg-info/dependency_links.txt writing requirements to /private/var/folders/nq/h02r2b6167z7rk_w_87b07cm0000gn/T/pip-modern-metadata-z5d6l971/pyworld.egg-info/requires.txt writing top-level names to /private/var/folders/nq/h02r2b6167z7rk_w_87b07cm0000gn/T/pip-modern-metadata-z5d6l971/pyworld.egg-info/top_level.txt writing manifest file '/private/var/folders/nq/h02r2b6167z7rk_w_87b07cm0000gn/T/pip-modern-metadata-z5d6l971/pyworld.egg-info/SOURCES.txt' reading manifest file '/private/var/folders/nq/h02r2b6167z7rk_w_87b07cm0000gn/T/pip-modern-metadata-z5d6l971/pyworld.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.pxd' under directory 'pyworld' adding license file 'LICENSE' writing manifest file '/private/var/folders/nq/h02r2b6167z7rk_w_87b07cm0000gn/T/pip-modern-metadata-z5d6l971/pyworld.egg-info/SOURCES.txt' creating '/private/var/folders/nq/h02r2b6167z7rk_w_87b07cm0000gn/T/pip-modern-metadata-z5d6l971/pyworld.dist-info' error: invalid command 'bdist_wheel' [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed × Encountered error while generating package metadata. ╰─> See above for output. note: This is an issue with the package mentioned above, not pip. hint: See above for details. Please read the error above carefully. If you are unsure, please create an issue at https://github.com/gitmylo/audio-webui/issues. When creating an issue, please include your full autodebug message. Exit code: 1
additionally here is the debug code for the install.py script brodywagner@Brodys-MacBook-Air audio-webui % python3 install.py Found extensions: activating venv Found extensions: Failed to install pyworld. Check AutoDebug output. Traceback (most recent call last): File "/Users/brodywagner/Desktop/audio-webui/install.py", line 18, in ensure_installed() File "/Users/brodywagner/Desktop/audio-webui/install.py", line 14, in ensure_installed install_requirements() File "/Users/brodywagner/Desktop/audio-webui/setup_tools/magicinstaller/magicinstaller.py", line 5, in install_requirements requirement.install_or_upgrade_if_needed() File "/Users/brodywagner/Desktop/audio-webui/setup_tools/magicinstaller/requirement.py", line 29, in install_or_upgrade_if_needed self.post_install(self.install()) File "/Users/brodywagner/Desktop/audio-webui/setup_tools/magicinstaller/requirement.py", line 34, in post_install raise InstallFailException(exit_code, stdout, stderr) autodebug.autodebug.InstallFailException: Install failed! brodywagner@Brodys-MacBook-Air audio-webui %
gitmylo commented 9 months ago

Try running pip install wheel in the venv, and also recommended in your global python install, as wheel is kind of important for a lot of packages.

J3inx commented 9 months ago

Try running pip install wheel in the venv, and also recommended in your global python install, as wheel is kind of important for a lot of packages.

that worked, but it was kind of funky, i tried runing activateonly.sh and used a script to check if im inside the venv, but i wasnt so i had to manually activate the venv and some other things using this

additionally im getting this error code when all of the dependancies are installed, mayber seeming to stem from a missing dependencie called trition? brodywagner@Brodys-MacBook-Air audio-webui % sh /Users/brodywagner/Desktop/audio-webui/run.sh Checking installs and venv + autodebug checks Python version: 3.10.0 (v3.10.0:b494f5935c, Oct 4 2021, 14:59:19) [Clang 12.0.5 (clang-1205.0.22.11)] Webui version: Unable to check version, not installed with git. Found extensions: activating venv Checking installs and venv + autodebug checks Python version: 3.10.0 (v3.10.0:b494f5935c, Oct 4 2021, 14:59:19) [Clang 12.0.5 (clang-1205.0.22.11)] Webui version: Unable to check version, not installed with git. Found extensions: Done installing/checking installs. Activating extensions Preparing Triton is not available, some optimizations will not be enabled. This is just a warning: No module named 'triton' 2023-10-05 12:53:16 | INFO | fairseq.tasks.text_to_speech | Please install tensorboardX: pip install tensorboardX 没有发现支持的N卡, 使用MPS进行推理 exception in config_file_change_fp32: [Errno 2] No such file or directory: 'configs/32k.json' Monkeypatching bark Monkeypatching gradio Traceback (most recent call last): File "/Users/brodywagner/Desktop/audio-webui/main.py", line 44, in autodebug.catcher(e) File "/Users/brodywagner/Desktop/audio-webui/autodebug/autodebug.py", line 79, in catcher raise e File "/Users/brodywagner/Desktop/audio-webui/main.py", line 32, in from webui.modules.implementations.huggingface_hub_monkeypatching import patch as patch3 File "/Users/brodywagner/Desktop/audio-webui/webui/modules/implementations/huggingface_hub_monkeypatching.py", line 4, in original_check_disk_space = fd._check_disk_space AttributeError: module 'huggingface_hub.file_download' has no attribute '_check_disk_space' Press any key to exit...
gitmylo commented 9 months ago

Ah yeah, I realize now that activate_only.sh was using ./ instead of source, it wasn't written very well, the windows side just creates a new cmd window with the environment active.

The other error might be related to some recent changes to huggingface_hub, as i had to patch some parts of it as the _check_disk_space method was not working on windows.

gitmylo commented 9 months ago

Actually, it might be because i removed the huggingface-hub requirement's specific version from the requirements, i'll add it back and see if that fixes it.

gitmylo commented 9 months ago

I've added the version-fixed huggingface-hub requirement back, and merged it into the TTS branch as well.

J3inx commented 9 months ago

i'll try it out rq

also tried out the new activate_only.sh and then ran the venv checker script and i dont think it's working still but i could easily be wrong

J3inx commented 9 months ago

still didnt work

here is the new code brodywagner@Brodys-MacBook-Air ~ % cd desktop brodywagner@Brodys-MacBook-Air desktop % cd audio-webui brodywagner@Brodys-MacBook-Air audio-webui % sh /Users/brodywagner/Desktop/audio-webui/run.sh Checking installs and venv + autodebug checks Python version: 3.10.0 (v3.10.0:b494f5935c, Oct 4 2021, 14:59:19) [Clang 12.0.5 (clang-1205.0.22.11)] Webui version: Unable to check version, not installed with git. Found extensions: activating venv no venv found, creating venv Checking installs and venv + autodebug checks Python version: 3.10.0 (v3.10.0:b494f5935c, Oct 4 2021, 14:59:19) [Clang 12.0.5 (clang-1205.0.22.11)] Webui version: Unable to check version, not installed with git. Found extensions: Installed packaging! Installed numpy! Installed PyTorch! Installed transformers! Installed diffusers! Installed gradio! Installed huggingface-hub! Installed audio2numpy! Installed bark! Installed sox! Installed audiolm! Installed praat-parselmouth! Installed pyworld! Installed faiss! Installed torchcrepe! Installed ffmpeg-python! Installed noisereduce! Installed demucs! Installed pytube! Installed openai-whisper! Installed audiocraft! Installed beartype! Done installing/checking installs. Activating extensions Preparing Triton is not available, some optimizations will not be enabled. This is just a warning: No module named 'triton' 2023-10-05 13:43:58 | INFO | fairseq.tasks.text_to_speech | Please install tensorboardX: pip install tensorboardX 没有发现支持的N卡, 使用MPS进行推理 exception in config_file_change_fp32: [Errno 2] No such file or directory: 'configs/32k.json' Monkeypatching bark Monkeypatching gradio Traceback (most recent call last): File "/Users/brodywagner/Desktop/audio-webui/main.py", line 44, in autodebug.catcher(e) File "/Users/brodywagner/Desktop/audio-webui/autodebug/autodebug.py", line 79, in catcher raise e File "/Users/brodywagner/Desktop/audio-webui/main.py", line 32, in from webui.modules.implementations.huggingface_hub_monkeypatching import patch as patch3 File "/Users/brodywagner/Desktop/audio-webui/webui/modules/implementations/huggingface_hub_monkeypatching.py", line 4, in original_check_disk_space = fd._check_disk_space AttributeError: module 'huggingface_hub.file_download' has no attribute '_check_disk_space' Press any key to exit...
gitmylo commented 9 months ago

Try removing the venv folder and running the program again

J3inx commented 9 months ago

Try removing the venv folder and running the program again

just started the process again after deleting the folder, i'll update you when it finishes or when anything happens

J3inx commented 9 months ago

i did the wrong things earlier, i just ran it and it opened up to the webpage, so far seems to be working perfectly! i'll tell you if anything else happens