Skip to content
Snippets Groups Projects
Commit 05a178de authored by Sanyam Bhutani's avatar Sanyam Bhutani
Browse files

Update README.md

parent 8795999e
Branches
No related tags found
No related merge requests found
...@@ -28,6 +28,8 @@ xTTS-v2 by coquai is cool, however-need to check the license-I think an example ...@@ -28,6 +28,8 @@ xTTS-v2 by coquai is cool, however-need to check the license-I think an example
Torotoise is blocking because it needs HF version that doesnt work with llama-3.2 models so I will probably need to make a seperate env-need to eval if its worth it Torotoise is blocking because it needs HF version that doesnt work with llama-3.2 models so I will probably need to make a seperate env-need to eval if its worth it
Side note: The TTS library is a really cool effort!
Bark-Tests: Best results for speaker/v6 are at ```speech_output = model.generate(**inputs, temperature = 0.9, semantic_temperature = 0.8) Bark-Tests: Best results for speaker/v6 are at ```speech_output = model.generate(**inputs, temperature = 0.9, semantic_temperature = 0.8)
Audio(speech_output[0].cpu().numpy(), rate=sampling_rate)``` Audio(speech_output[0].cpu().numpy(), rate=sampling_rate)```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment