I found an improved styletts2 base model for those interested in fine tuning. https://huggingface.co/ShoukanLabs/Vokan
@FortermalGreek I finetune the voices by following these guides https://github.com/yl4579/StyleTTS2/discussions/65#discussioncomment-7737796 https://github.com/yl4579/StyleTTS2/discussions/81 I…
You can use the Inference_LibriTTS.ipynb file locally Just install these
pip install notebook jupyter Then open the Inference_LibriTTS.ipynb file jupyter notebook Inference_LibriTTS.ipynb
Thoughts on StyleTTS2? https://github.com/yl4579/StyleTTS2
I figured out the problem. First I activate the python enivroment.
source ./venv/bin/activate
Then I installed torch torchvision torchaudio with command.
`pip3 install torch torchvision…
I created the HDF5 dataset. I still got the "RuntimeError: Could not infer dtype of NoneType" error message. I tried setting to "True" under use_hdf5: in config.yaml and I got this error…
Thank you! That did it! Typing in quit and pressing enter now works too.