-
### Describe the bug
There is a serious difference between the token limit of 400 that the model can process and the length of the sentence that the model can actually handle, for example, here is …
nto4 updated
2 months ago
-
### Checklist
- [X] I've searched for similar issues and couldn't find anything matching
- [X] I've included steps to reproduce the behavior
### Affected Components
- [X] K8sGPT (CLI)
- [X] K8sGPT …
-
### Describe the bug
If I run tts.speakers after loading xtts_v2, it throws an error: 'TTS' object has no attribute 'speakers'.
### To Reproduce
import torch
from TTS.api import TTS
device = "cud…
-
### Describe the bug
https://github.com/huggingface/transformers/pull/30624 broke the XTTS streaming code (https://github.com/idiap/coqui-ai-TTS/blob/df088e99dfda8976c47235626d3afb7d7d70fea2/TTS/tts/…
-
I am trying to add the Persian language with my own voice to AllTalk TTS, but I have no idea where to begin. Any help would be highly appreciated.
-
Hi I have tested a reference file in English (provide by me) and choose the output in Italian.
The result is good but often the speed don't match the reference wav file .
I have used another ref…
-
Hi, I just compiled Leon from the source code via the command npm install ... It's working in command line but when I try to launch t through the docker-compose.yml, it never reach to connect to the T…
-
Let’s face it. KenLM has served us well…
…but it has its limitations. It didn’t aged well as a language model architecture.
First order of business is to compute a bi directional vector representa…
-
**为了防止被滥用,目前仅仅支持一次同步一个镜像**
**Issues 必须带 `porter` label,** 简单来说就是通过模板创建就没问题,别抖机灵自己瞎弄。
**标题必须为 `[PORTER]镜像名:tag` 的格式,** 例如
- `[PORTER]k8s.gcr.io/federation-controller-manager-arm64:v1.3.1-beta.1`…
-
Can you make the same module support more than one language at the same time?
For example: (GTTS engine) I can only pass language not a list of languages
```
def __init__(self,
…