Skip to content

Respaired/StyleTTS-ZS_Scripts_AT

 
 

Repository files navigation

StyleTTS ZS: Acoustic Synth scripts

Done and to be Done

  • Turned the acoustic synthesizer's notebook into scripts in the format of classic STTS repos
  • Saving, Logging and Loading the checkpoints so far seem to be working good
  • added the config to the training script
  • Only DP so far, may add Accelerate later
  • pyannote's SV didn't work, replaced it with another instance of WavLM SV with a modified SVLoss.

Pre-requisites

  1. Python >= 3.7
  2. Clone this repository:
git clone https://github.com/SoshyHayami/StyleTTS-ZS.git
cd StyleTTS2
  1. Install python requirements:
pip install -r requirements.txt

Training

acousting synth training:

python train_.py --config_path ./Configs/config.yml

About

StyleTTS-ZS: Acoustic_Synth_training

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 81.3%
  • Jupyter Notebook 18.7%