You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to run tortoise-tts-fast, I recieve this error
(venv) E:\X\Voice Training\tortoise-tts-fast>python "E:\X\Voice Training\tortoise-tts-fast\scripts\tortoise_tts.py" --preset high_quality --ar_checkpoint "E:\X\Voice Training\DL-Art-School\experiments\Matthew_VC\models\875_gpt.pth" "Hello. Can you hear me? Is this thing on?."
Traceback (most recent call last):
File "E:\X\Voice Training\tortoise-tts-fast\scripts\tortoise_tts.py", line 240, in
from tortoise.inference import (
File "E:\X\Voice Training\tortoise-tts-fast\tortoise\inference.py", line 167, in
vfixer = VoiceFixer()
File "E:\X\Voice Training\tortoise-tts-fast\venv\lib\site-packages\voicefixer\base.py", line 13, in init
self._model = voicefixer_fe(channels=2, sample_rate=44100)
File "E:\X\Voice Training\tortoise-tts-fast\venv\lib\site-packages\voicefixer\restorer\model.py", line 180, in init
self.vocoder = Vocoder(sample_rate=44100)
File "E:\X\Voice Training\tortoise-tts-fast\venv\lib\site-packages\voicefixer\vocoder\base.py", line 19, in init
self._load_pretrain(Config.ckpt)
File "E:\X\Voice Training\tortoise-tts-fast\venv\lib\site-packages\voicefixer\vocoder\base.py", line 25, in _load_pretrain
self.model = Generator(Config.cin_channels)
File "E:\X\Voice Training\tortoise-tts-fast\venv\lib\site-packages\voicefixer\vocoder\model\generator.py", line 34, in init
nn.utils.parametrizations.weight_norm(
AttributeError: module 'torch.nn.utils.parametrizations' has no attribute 'weight_norm'"
The text was updated successfully, but these errors were encountered:
Hello. Tortoise is very sensitive to setup. You have space in your folder name. So do a fresh install in a new folder
Moreover coqui is much better for voice clone and inference. many times faster
I am preparing a tutorial hopefully but not ready yet. I can share my scripts and knowledge for 150$ private lecture
I have exactly the same problem and can't figure out how to fix it. I am very sure that it doesn't have anything to do with spaces in folder names, because in my case, there were no spaces at all. Furthermore, I tried to reproduce this error on another system and I received the very same erro, so it seems to be some global problem.
When trying to run tortoise-tts-fast, I recieve this error
(venv) E:\X\Voice Training\tortoise-tts-fast>python "E:\X\Voice Training\tortoise-tts-fast\scripts\tortoise_tts.py" --preset high_quality --ar_checkpoint "E:\X\Voice Training\DL-Art-School\experiments\Matthew_VC\models\875_gpt.pth" "Hello. Can you hear me? Is this thing on?."
Traceback (most recent call last):
File "E:\X\Voice Training\tortoise-tts-fast\scripts\tortoise_tts.py", line 240, in
from tortoise.inference import (
File "E:\X\Voice Training\tortoise-tts-fast\tortoise\inference.py", line 167, in
vfixer = VoiceFixer()
File "E:\X\Voice Training\tortoise-tts-fast\venv\lib\site-packages\voicefixer\base.py", line 13, in init
self._model = voicefixer_fe(channels=2, sample_rate=44100)
File "E:\X\Voice Training\tortoise-tts-fast\venv\lib\site-packages\voicefixer\restorer\model.py", line 180, in init
self.vocoder = Vocoder(sample_rate=44100)
File "E:\X\Voice Training\tortoise-tts-fast\venv\lib\site-packages\voicefixer\vocoder\base.py", line 19, in init
self._load_pretrain(Config.ckpt)
File "E:\X\Voice Training\tortoise-tts-fast\venv\lib\site-packages\voicefixer\vocoder\base.py", line 25, in _load_pretrain
self.model = Generator(Config.cin_channels)
File "E:\X\Voice Training\tortoise-tts-fast\venv\lib\site-packages\voicefixer\vocoder\model\generator.py", line 34, in init
nn.utils.parametrizations.weight_norm(
AttributeError: module 'torch.nn.utils.parametrizations' has no attribute 'weight_norm'"
The text was updated successfully, but these errors were encountered: