-
Hi everyone,
I'm considering putting some effort into training StyleTTS in Portuguese. I have a good-quality dataset for this task, however, I was in doubt if it would be better just to fine-tune the…
-
Hi thanks for this awesome project, i just try to follow manual install in fedora and i'm stuck on this issue
ERROR: Cannot install -r Ubuntu_requirements.txt (line 105), -r Ubuntu_requirements.tx…
-
In train_finetune, line 580 :
`
mask = length_to_mask(mel_input_length // (2 ** n_down)).to("cuda")
`
I assume this should be .to(device) in case of specific devices.
…
-
## All Features open to public Contributions ⭐
- [ ] -h -help parameter info in different languages
- [x] Notebooks Folder [Talked about here](https://github.com/DrewThomasson/ebook2audiobookXTTS/is…
-
Hi All, I am training to fine-tune our custom dataset with LibriTTS base model. I am able to fine-tuning with my dataset till initial and diffusion training, but when Joint training starts, I am facin…
-
We need to replace the current fishspeech with better TTS model.
WIP Shortlist of Possible candidates:
- Amphion (https://github.com/open-mmlab/Amphion)
-
**Describe the bug**
I encountered segmentation fault when I tried to run the inference code in [StyleTTS2](https://github.com/yl4579/StyleTTS2). After I checked out the code with pdb tools I found t…
-
I tried to train the first stage using the LJSpeech dataset provided by developer, with the Config file set as default. However, mel loss decreases to 0.5 and becomes NaN after 25 epochs. How does th…
-
Hello,
Thank you for this!
Can u please compile ur project like other cpp ai such as stable diffusion cpp? so we only can download the exe from release and start to use it, i'm a simple user and d…
-
python main.py
Traceback (most recent call last):
File "/home/y3/Desktop/try/p/bin/natural_voice_assistant/main.py", line 13, in
from models_voice_assistant.stt_llm_tts_model import STT_LL…