-
Hi, I downloaded your code and followed the instructions to setup the project.
Everything compiles but at runtime I get an exception from the api.
Please could you tell how to get it working?
Thanks …
-
Hey @meganetaaan !
Although I googled my fingers off, I did not manage to connect the stack-chan to my WiFi. I looked also at the code (searched for SSID) but you created a really complex project …
-
`python run.py --config_file=example_configs/text2speech/tacotron_gst.py --mode=infer --infer_output_file=unused`
```
*** Building graph on GPU:0
Traceback (most recent call last):
File "run.p…
-
python app_sadtalker.py
/home/xmg/anaconda3/envs/sadtalker/lib/python3.10/site-packages/torchvision/io/image.py:13: UserWarning: Failed to load image Python extension: libtorch_cuda_cu.so: cannot ope…
-
Em chào anh ạ. Hiện tại em đang dùng `Vinorm` để chuẩn hóa text dữ liệu đầu vào cho bài toán TTS. Tuy nhiên khi kết hợp `Vinorm` với `XPhoneBert_VITS` thì em đang gặp vấn đề lỗi sau khi chạy lại nhiều…
-
| Trac | Data |
| --: | :-- |
| Ticket | 812 |
| Reported by | @bb30994 |
| Status | accepted |
| Component | FAHControl |
| Priority | 6 |
The the text2speech engine doesn't work where the text has …
-
hi, I initial text2speech using my own am_model and vocoder and export onnx model, but sound quality drops significantly, I just modify hifigan inference code in [https://github.com/Masao-Someki/espne…
-
### Describe the bug
I used 2 options to download model:
1. tts = TTS(
model_path="/XTTS",
config_path="/XTTS/config.json",
progress_bar=True,
).to('cuda')
2. tts = TTS("tts_mod…
-
使用 gtp-4o 可以正常对话, 但是 RAG 对话时只会进行检索知识库, 没有生成回答, 控制台报错 APIConnectionError: Caught exception: Connection error.
```shell
2024-07-25 11:47:19,033 openai._base_client 31260 INFO Retrying request to /…
-
Hi, Thanks to this repository. I have a trained Text2Speech model(with custom data) on tacotron2 but when I try to convert my pytorch model to onnx, the outputted audio results are not as good as the …