Aside from reading thru other issues, does anyone have a guide to fine-tuning? One poster on here generated very good english with a Korean accent. It seemed like he had a low number of samples.…
For anyone else running into this issue, the following commands worked: python -m pip install -r .\modules\dlas\requirements.txt python -m pip install -e .\modules\dlas
I don't understand…
Running into similar issue - did you ever get through it? I followed your commands to install dlas as well.
Very easy fix.
pip uninstall whisper pip install openai-whisper
I feel like I may have complicated things by using the tortoise-tts virtual environment that was working previously, so…
This appears to be a whisper error.
Will comment with a solution once I work through this.
Seems like you don't have the virtual environment enabled? You may have to use the Scripts\Activate.ps1 if you are using Powershell.
Maybe?
Or you need to specify the directory explicitally?
Nope. For some reason I just tried to train again... and I did leave it at the defaults. I got the same error.
When I am in the "Training Tab" and hit "Prepare Dataset"
File "D:\applicati…
This is not true. I am running through a Powershell prompt with the venv. It is true I am using the same environment that I generated when I installed tortoise-tts. Were there a few errors and…