SillyTavern / SillyTavern-Extras

Extensions API for SillyTavern.
GNU Affero General Public License v3.0
549 stars 124 forks source link

Silero not loading #168

Open Nephanor-of-Fraal opened 1 year ago

Nephanor-of-Fraal commented 1 year ago

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.