Welcome to Coqui-AI TTS Discussions! #8
Replies: 17 comments 12 replies
-
ignore (move the thread up again) |
Beta Was this translation helpful? Give feedback.
-
Can i have hindi accent voice cloning here? |
Beta Was this translation helpful? Give feedback.
-
@erogol |
Beta Was this translation helpful? Give feedback.
-
Good morning,
For now I just want to run google colab. You see, I'm interested because I
saw a voice cloning project that a guy did his college thesis on. I was
very interested to see how amazing it was to clone the voice and be able to
make scripts to create content or big projects from a few seconds of my
voice supplied.
The problem with that cloning project is that it didn't work very well and
the guy can't maintain it because he is always working. What the guy did
was to recommend your clone project, which is better structured and better
maintained.
The thing is that I was very surprised with what artificial intelligence
can do and I decided to learn about it.
Now I'm learning English and looking for articles about artificial
intelligence, while I study other interesting projects.
I want to know how to run this colab to see what it is capable of and maybe
be able to do things I couldn't do with the other github project.
That's why I ask you to please make a tutorial to test the colab and study
it deeper. I only ask that until I can handle English much better and learn
how to solve the problems I will encounter when I try to run another colab.
El El sáb, abr. 16, 2022 a la(s) 7:29 a.m., Thorsten Müller <
***@***.***> escribió:
… What would you expect from a video about this notebook? Just executing it,
the way it is or modifying it in some way (other dataset, other
model/vocoder, ...).
—
Reply to this email directly, view it on GitHub
<#8 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APILD2NONCFBQEIAYLCV2R3VFKP7ZANCNFSM4YTIW5MQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I can't install almost anything on my laptop because it is old and I can
only run the colab.
|
Beta Was this translation helpful? Give feedback.
-
What would be appropriate for the loss of loss_align and total loss about the fast_pitch model trained on vctk dataset |
Beta Was this translation helpful? Give feedback.
-
What is the fastest way to train my own TTS model? |
Beta Was this translation helpful? Give feedback.
-
I've been trying to download TTS on my M1 Mac for three days and finally succeeded. However, I keep getting an error message saying '[!] Model file not found in the output path.' Could someone please help me? Thank you very much. from TTS.api import TTS List available 🐸TTS models and choose the first onemodel_name = TTS.list_models()[0] Init TTStts = TTS(model_name) Run TTS❗ Since this model is multi-speaker and multi-lingual, we must set the target speaker and the languageText to speech with a numpy outputwav = tts.tts("This is a test! This is also a test!!", speaker=tts.speakers[0], language=tts.languages[0]) Text to speech to a filetts.tts_to_file(text="Hello world!", speaker=tts.speakers[0], language=tts.languages[0], file_path="output.wav") raise ValueError(" [!] Model file not found in the output path")
|
Beta Was this translation helpful? Give feedback.
-
Hi, I am trying to use coqui to speak german texts. There is a problem with numbers. Suppose the phrase is "findet am 28. August statt". tts will split the input into what it thinks are sentences, and detect a break sentence break at 28. Is there a way to mask the period? Replacing t with 28ten or something like that is not an option, because I would need to understand the entire phrase in order to know the right genus |
Beta Was this translation helpful? Give feedback.
-
Hi, thanks for pointing at the segmenting stuff. It turns out that the script is hardcoded for english; I justhadto change it to german. |
Beta Was this translation helpful? Give feedback.
-
@thorstenMueller |
Beta Was this translation helpful? Give feedback.
-
I want to train my tts on new language( urdu ) can you plese help how can i do it with couqi tts ... |
Beta Was this translation helpful? Give feedback.
-
Hi I am little bit confused about the train.py file( https://docs.coqui.ai/en/latest/tutorial_for_nervous_beginners.html ) while training, it is also generating audio file i can check in the wandb, so my question is it is not neccesary to train the vocoder.py, or it is must to train both glow-tss and vocoder for inference. |
Beta Was this translation helpful? Give feedback.
-
Can it generate speech with accent? I am trying to generate text in SRK voice (Indian film star). It is picking up the voice but not the accent. Can anybody help me in this? |
Beta Was this translation helpful? Give feedback.
-
Traceback (most recent call last): The above exception was the direct cause of the following exception: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
-
Hello, I would like to run a project on Windows. Could you provide me with specific training instructions? Also, I have a GPU and I hope to run the project on the GPU on Windows. |
Beta Was this translation helpful? Give feedback.
-
D:\AAAAA\myenv\Scripts\python.exe D:/AAAAA/coqui-ai-TTS/recipes/ljspeech/glow_tts/train_glowtts.py
During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
-
🐸 COQUI Discussions
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you ask questions you’re wondering about.
build together 💪.
Feel free to comment below with an introduction of yourself and tell us about what you do with this community.
Beta Was this translation helpful? Give feedback.
All reactions