Having hardtime making Whispercpp and Whisperx work (COLAB) #195
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#195
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?
I had created an issue a few days back on this topic, that time i was getting "No module named whispercpp or whisperx".
Now i have installed Whisper x and whispercpp. Using the following methods respectively.
Upto this step , everything was good ,until i tried using them. And these are the errors im getting respectively.
When i try to use whispercpp.i can see the models get downloaded and loaded but after that the instance hangs and i get "connection errored out" message.
Upon reloading, i get 504 Gateway Time-out error on gradio link and gradio instance stops and i have to restart the start.sh script all over again.
While using whisperx, Im getting this error on the webui
This is the output in colab:
What am i doing wrong?
I wouldn't clone them in a subdirectory of ai-voice-cloning just in case the different venv's conflict.
so, how would you install? right in the main ai-voice-cloning directory?
I think the venv is not getting activated when executing setup_cuda.sh or start.sh.
"./venv/bin/activate: No such file or directory"
I can check in the ./venv/bin/ directory and there is not activate script to open.
And This is the error i get everytime, although colab notebook is running fine, i was able to generate voice clips and train models. but i think because this virtualenvironment is not activating at first,thats why im getting all the errors when playing with different whispers.
I do
pip install git+https://github.com/m-bain/whisperx.git
in my home directory, but keep in mind I've never used COLAB so I don't know if that's something you can do there.I did install like that too,but didnt workout. Now as far as i understood, google colab doesnt activate the venv virtual environment using the "!source ./venv/bin/activate"..so everything gets installed outside the virtual environment and conflicts of dependencies happening and ultimately the whisperx/whispercpp not working.