no module named "tortoise" #294
Labels
No Label
bug
duplicate
enhancement
help wanted
insufficient info
invalid
news
not a bug
question
wontfix
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: mrq/ai-voice-cloning#294
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?
PS C:\Users\A\Desktop\T TTS\ai-voice-cloning> .\start.bat
C:\Users\A\Desktop\T TTS\ai-voice-cloning>call .\venv\Scripts\activate.bat
Traceback (most recent call last):
File "C:\Users\A\Desktop\T TTS\ai-voice-cloning\src\main.py", line 11, in
from utils import *
File "C:\Users\A\Desktop\T TTS\ai-voice-cloning\src\utils.py", line 40, in
from tortoise.api import TextToSpeech as TorToise_TTS, MODELS, get_model_path, pad_or_truncate
ModuleNotFoundError: No module named 'tortoise'
Press any key to continue . . .
I have the same problem
Did you run the appropriate setup script for your platform?
yeah i think i have
ill try and run the setup again
i ran setup-cuda.bat
looks like everything went well
now ill run start.bat
i have a new error but it is continuing
C:\Users\A\Desktop\T TTS\ai-voice-cloning>call .\venv\Scripts\activate.bat
Whisper detected
Error: No module named 'vall_e'
Error: No module named 'bark'
Downloading autoregressive.pth from https://huggingface.co/jbetker/tortoise-tts-v2/resolve/main/.models/autoregressive.pth...
37% |########################## |
ill see what it does
Downloading bigvgan_24khz_100band.json from https://huggingface.co/ecker/tortoise-tts-models/resolve/main/models/bigvgan_24khz_100band.json...
100% |########################################################################|
Done.
Loading vocoder model: bigvgan_24khz_100band.pth
Downloading bigvgan_24khz_100band.pth from https://huggingface.co/ecker/tortoise-tts-models/resolve/main/models/bigvgan_24khz_100band.pth...
100% |########################################################################|
Done.
Removing weight norm...
Loaded vocoder model
Loaded TTS, ready for generation.
i think it worked?
You can ignore the stuff about valle and bark, they're optional.