There's an example for Japanese in ai-voice-cloning/models/tokenizers/japanese.json
and I think there are tokenizer tutorials up on huggingface.
The latents are generated from the wav files in the subdirectory for that voice, the more you have in there the longer it will take to generate. You can adjust the Sample Batch Size
in Settings…
Are you using whisper or whisperx? How long are the files it's skipping?
I feel like this was not really tested on none cuda hardware.
IIRC it's been tested extensively on AMD graphics cards but ROCm (Linux), not DirectML (Windows), [as noted on the Wiki](https://g…
That's a new one for me. Does it happen if you revert to a previous commit?
I've never run into that error but I use GeForce+CUDA so I can't be much help from here. All I can suggest is to try on Linux (even WSL through Windows), [according to the Wiki](https://git.ecker.t…
Have you also tried with the web UI? The discussion from #242 seems to imply that CLI generation isn't fully implemented.
There was either a problem with copy/paste or you're missing a quotation mark:
python .\modules\tortoise-tts\tortoise\do_tts.py --text "Esto es una pruebita no me jodas please"…
Did you run setup-directml.bat
?
Does it require the prompt to be romanized or is cyrillic input supported? If so, did you have to create your own tokenizer?
I dont know what venv is.
It's the Virtual ENVironment. It's what you activate when you run .\venv\Scripts\activate
. You can tell because it appends (venv)
to the beginning of your…
Hmm, that should have worked. Try running setup-cuda.bat
again (inside the venv) then update-force.bat
, then start.bat
, if that doesn't work delete the directory and re-clone.
You're launching PS and then running cmd.exe in it? Why? Also you forgot the cd
in front of the directory name.
You did git clone https://git.ecker.tech/mrq/ai-voice-cloning
right? Go into the directory "ai-voice-cloning" (unless you named it something else), and run .\venv\scripts\Activate
. Then `git…
You'd need to do it in the directory where you cloned the repo, preferably after activating the venv.