Welcome to Coqui-AI TTS Discussions! #8
Replies: 24 comments 14 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.
-
I am trying to install coqui TTS into Python "venv", but when installing "pip install TTS", got an error message: "ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (TTS)". Please help. Thank you! PS, I am using Windows 10, Python v3.11.1, and VS Code (updated version). |
Beta Was this translation helpful? Give feedback.
-
Thanks for your reply! I will try it. Best. PS, Happy New Year!
Yahoo Mail: Search, Organize, Conquer
On Mon, Dec 30, 2024 at 2:49 PM, Enno ***@***.***> wrote:
Use our fork (via pip install coqui-tts), it should install fine. This repo is not maintained anymore.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I want to use TTS for English and Arabic text. But I don't find any suitable resource for these two. I am also looking for the free resources. I need help. |
Beta Was this translation helpful? Give feedback.
-
Hi! Glad to be here. I’ve been testing different ways to improve TTS quality lately using AudioModify to smooth out harsh or robotic tones. Works great alongside Coqui. Looking forward to sharing more! |
Beta Was this translation helpful? Give feedback.
-
Hello! I'm trying to retrain a model, but it won't accept the one I specified unless it's a checkpoint. Is there a place where I can download the model I need before it's been cleaned and optimized after training? I want to fine-tune: "tts_models/bg/cv/vits", but he ignores it and tries to do training from scratch. Thank you! |
Beta Was this translation helpful? Give feedback.
-
I have a similar problem, but with a model trained in Russian with Bulgarian data because xtts it doesn't support my language. There is also a problem with some things being repeated twice and some pronouncing periods in a strange way. I deal with the periods by replacing them with an exclamation mark. |
Beta Was this translation helpful? Give feedback.
-
Hi there everyone ive trained my xtts v2 finetuned model also tested it in the colab environment now ive hosted it in Huggingaface and tried ti use it in my local application i get errors like model warm up failed but the model is loading ,and failing due to warm up error C:\Users\admin\OneDrive\Desktop\Voice-model\intuitionX-voice-assistant\TTS\TTS\TTS
Make sure to help me through this and this is my hf hosted model https://huggingface.co/kaushikaiml/Gus-finegrained |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🐸 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