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
First, I want to say that I greatly appreciate you creating a Pinokio app for this.
I was able to get zero shot inference to work but when I attempt to train, the 1st step is to "Transcribe and Process" but after a few seconds it errors with quite a bit of logging but ends with:
File "E:\AI\Pinokio\bin\miniconda\lib\urllib\request.py", line 643, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 301: Moved Permanently
Any ideas why it would error with this?
The text was updated successfully, but these errors were encountered:
For anyone reading this, it is due to an outdated whisperx version. You can open a cmd prompt in the venv\Scripts folder and run activate.bat to start the venv, then run pip install --upgrade whisperx to fix the 301 error. For a default pinokio install the venv folder is in C:\pinokio\api\rvc.pinokio.git\app
I can confirm that this does fix the issue.
Side note, the path provided above is for the RVC pinokio app and not StyleTTS-WebUI, so the correct path would be for a default install is: C:\pinokio\api\StyleTTS-WebUI.pinokio.git\app
As logicalafternoon mentioned, go to this directory then to \venv\Scripts from a command prompt and type: activate.bat to initialize the python virtual environment; then run the command he posted.
First, I want to say that I greatly appreciate you creating a Pinokio app for this.
I was able to get zero shot inference to work but when I attempt to train, the 1st step is to "Transcribe and Process" but after a few seconds it errors with quite a bit of logging but ends with:
File "E:\AI\Pinokio\bin\miniconda\lib\urllib\request.py", line 643, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 301: Moved Permanently
Any ideas why it would error with this?
The text was updated successfully, but these errors were encountered: