Skip to main content

RADTTS library

Project description

RADTTS library

This RADTTS library was changed to be used with vait library.

Original code, README.md and additional information:

https://github.com/NVIDIA/radtts

Instalation

1) Install RADTTS library

pip install radtts==22.12.28

2) Install CUDA 11.3 or 11.6

pip install -r requirements-cuda-11.3.txt
# or
pip install -r requirements-cuda-11.6.txt

3) Install maracas

git clone https://github.com/jfsantos/maracas /home/${USER}/maracas
cd /home/${USER}/maracas
pip install .
cd -

Usage: Training

radtts-train -c config_ljs_radtts.json -p train_config.output_directory=outdir
radtts-train -c config_ljs_radtts.json -p train_config.output_directory=outdir_dir train_config.warmstart_checkpoint_path=model_path.pt model_config.include_modules="decatndur"

Usage: Inferencing

radtts-inference -c CONFIG_PATH -r RADTTS_PATH -v HG_PATH -k HG_CONFIG_PATH -t TEXT_PATH -s ljs --speaker_attributes ljs --speaker_text ljs -o results/
radtts-inference_voice_conversion --radtts_path RADTTS_PATH --radtts_config_path RADTTS_CONFIG_PATH --vocoder_path HG_PATH --vocoder_config_path HG_CONFIG_PATH --f0_mean=211.413 --f0_std=46.6595 --energy_mean=0.724884 --energy_std=0.0564605 --output_dir=results/ -p data_config.validation_files="{'Dummy': {'basedir': 'data/', 'audiodir':'22khz', 'filelist': 'vc_audiopath_txt_speaker_emotion_duration_filelist.txt'}}"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

radtts-22.12.29.tar.gz (966.3 kB view hashes)

Uploaded Source

Built Distribution

radtts-22.12.29-py3-none-any.whl (991.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page