parler-tts icon indicating copy to clipboard operation
parler-tts copied to clipboard

Inference and training library for high-quality TTS models.

Results 83 parler-tts issues
Sort by recently updated
recently updated
newest added

Splitting out some of the functionality from `run_parler_tts_train.py` into separate files to improve navigability and clarity.

Would it be possible to combine words with timestamps and perhaps return optionally dict with audio tensor and transcription mapping?

I tried to output the same voice for consistency, so I set the do_sample=False. However, the output is basically noise. Here is my code: prompt = "It took me quite...

Hi, I got this issue: Traceback (most recent call last): File "/home/neta_glazer_aiola_com/PycharmProjects/TTS/parler-tts/./training/run_parler_tts_training.py", line 1827, in main() File "/home/neta_glazer_aiola_com/PycharmProjects/TTS/parler-tts/./training/run_parler_tts_training.py", line 1648, in main for batch in train_dataloader: File "/opt/conda/envs/parlenv/lib/python3.9/site-packages/accelerate/data_loader.py", line 454,...

Hello, I tried the Parler-TTS Mini model and it exceeded my expectations with very good results. However, I have some questions and possible suggestions for improvement: 1. Will there be...

Hi, I'm trying to retrain the model, and I got this message when the process of Encode the audio samples "strongly recommended to pass the `sampling_rate` argument to this function."...

how to use common voice mozilla dataset train for Parler-TTS ?can you help me ?

Hello, I'm trying to run the exact fine-tuning script in the colab notebook. But there's an error on the cell below with the following output. ``` !python main.py "ylacombe/jenny-tts-6h" \...

Hello! This is a really interesting looking project. Currently there doesn't seem any way that users can help the model correctly pronounce custom words - for instance **JPEG** is something...

ROPE: * Applied to the q/k/v states in the self-attention * Applied to the q states only in the cross-attention (not the k/v states) * The rationale is that the...