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

Silero not loading #168

Open
Nephanor-of-Fraal opened this issue Sep 26, 2023 · 0 comments
Open

Silero not loading #168

Nephanor-of-Fraal opened this issue Sep 26, 2023 · 0 comments

Comments

@Nephanor-of-Fraal
Copy link

Not sure what is going on with this, I did the install of requirements complete, and the lib it's looking for is there, so not sure which dependancy it is looking for... This is the rrror

Initializing Silero TTS server
Traceback (most recent call last):
File "C:\Users\nepha\SillyTavern-dev\TavernAI-extras\server.py", line 268, in
from silero_api_server import tts
File "C:\Users\nepha\AppData\Roaming\Python\Python311\site-packages\silero_api_server\tts.py", line 6, in
import torchaudio
File "C:\Users\nepha\AppData\Roaming\Python\Python311\site-packages\torchaudio_init_.py", line 1, in
from torchaudio import ( # noqa: F401
File "C:\Users\nepha\AppData\Roaming\Python\Python311\site-packages\torchaudio_extension_init_.py", line 43, in
_load_lib("libtorchaudio")
File "C:\Users\nepha\AppData\Roaming\Python\Python311\site-packages\torchaudio_extension\utils.py", line 61, in load_lib
torch.ops.load_library(path)
File "C:\Users\nepha\AppData\Roaming\Python\Python311\site-packages\torch_ops.py", line 643, in load_library
ctypes.CDLL(path)
File "C:\ProgramData\miniconda3\envs\extras\Lib\ctypes_init
.py", line 376, in init
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\nepha\AppData\Roaming\Python\Python311\site-packages\torchaudio\lib\libtorchaudio.pyd' (or one of its dependencies). Try using the full path with constructor syntax.

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

No branches or pull requests

2 participants
@Nephanor-of-Fraal and others