Looking for valid config.json file for checkpoint

#1
by Hoomzan - opened

Hi, this is my first post, so this might be a foolish question...

I am configuring my YourTTS engine, but I can't seem to find or generate a valid config file for the checkpoint. I tried with co-pilot, but no luck... Can someone point me in the right direction?

I am a total beginner, hence the beginners issue...

Hi @Hoomzan !

No worries at all. You just need to restore path and it will generate one like this: python train_yourtts.py --gpu 0 --restore_path best_model_YourTTS_VCTK.pth. The config file will appear in the training folder which should be something like: YourTTS-EN-VCTK-June-23-2025_08+32AM-0000000/

Hope this helps :-)

Sign up or log in to comment