xtts-webui icon indicating copy to clipboard operation
xtts-webui copied to clipboard

can't run the webui

Open paul-ferragut opened this issue 1 year ago • 1 comments

Installation went without error but when I try to run the webui:

Traceback (most recent call last): File "C:\Users\Paul\Documents\Coding\xtts\xtts-webui\app.py", line 67, in from xtts_webui import demo File "C:\Users\Paul\Documents\Coding\xtts\xtts-webui\xtts_webui.py", line 3, in from scripts.tts_funcs import TTSWrapper File "C:\Users\Paul\Documents\Coding\xtts\xtts-webui\scripts\tts_funcs.py", line 3, in import torch File "C:\Users\Paul\Documents\Coding\xtts\xtts-webui\venv\Lib\site-packages\torch_init_.py", line 139, in raise err OSError: [WinError 126] The specified module could not be found. Error loading "C:\Users\Paul\Documents\Coding\xtts\xtts-webui\venv\Lib\site-packages\torch\lib\torch_python.dll" or one of its dependencies

paul-ferragut avatar Jan 22 '24 20:01 paul-ferragut

there is an issue with transformers at the moment: https://github.com/huggingface/transformers/issues/28649 the solution I have found is NOT to install 4.37.0 pip install transformers==4.36.2

kevinpawsey avatar Jan 22 '24 23:01 kevinpawsey