won't start, unexpected argument vocoder_model #93
Labels
No Label
bug
duplicate
enhancement
help wanted
insufficient info
invalid
news
not a bug
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: mrq/ai-voice-cloning#93
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Just in case you hadn't seen it. Just did a git pull
===================================BUG REPORT===================================
Running on local URL: http://127.0.0.1:7861
To create a public link, set
share=True
inlaunch()
.Loading TorToiSe... (AR: /home/mouse/ai-voice-cloning/models/tortoise/autoregressive.pth, vocoder: bigvgan_24khz_100band)
Hardware acceleration found: cuda
Removing weight norm...
Traceback (most recent call last):
File "/home/mouse/ai-voice-cloning/src/utils.py", line 1886, in load_tts
tts = TextToSpeech(minor_optimizations=not args.low_vram, autoregressive_model_path=autoregressive_model, vocoder_model=args.vocoder_model)
TypeError: TextToSpeech.init() got an unexpected keyword argument 'vocoder_model'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/mouse/ai-voice-cloning/./src/main.py", line 22, in
tts = setup_tortoise()
File "/home/mouse/ai-voice-cloning/src/utils.py", line 1889, in load_tts
load_autoregressive_model(autoregressive_model)
NameError: name 'load_autoregressive_model' is not defined. Did you mean: 'autoregressive_model'?
Either update through the update script, or run
as you also need to update tortoise-tts.