-
![image](https://user-images.githubusercontent.com/37131177/233535214-49716d7e-e231-4f4c-8620-c5571b28cb40.png)
如上图,按照说明放置了相关文件,但是执行时报错如下:
```python
(lora-svc) PS G:\AI\lora-svc> python svc_val_nsf…
-
Thank you for sharing this project!
I am trying to run inference on a pre-trained model (DiffSinger), following the directions in the README. I have downloaded your dataset preview and trained models…
-
;33;muse_spk_id: False, ;33;muse_split_spk_id: False, ;33;muse_uv: False, ;33;muse_var_enc: False, ;33;muse_vec: False,
;33;mval_check_interval: 1000, ;33;mvalid_num: 0, ;33;mvalid_set_name: valid, …
-
hello,how can i change mel channels from 80 to 100 to use your model?
-
I wrote a simple extension which is sending the chat output my TTS endpoint and plays the wav file.
Is this the proper way of importing modules when writing extensions?
```python
import requests
…
-
We have tried to use HiFi-GAN in steam like TTS application: the acoustic model generate mel-spec chunk by chunk, and HiFi-GAN synthesis the audio from the chunked mel-spec.
Our chunk is …
-
I've posted this on the oatsu-gh/ENUNU repository too (https://github.com/oatsu-gh/ENUNU/issues/11).
Just as the title says, I'm wondering if the code can be modified to use other vocoders, like th…
-
### News
- Conference
- COLING 2022: Notification (8. 16) - 경주에서 열려요 (10.12 ~ 17)
- AAAI 2023: 제출 기한 (8. 16) - 모두들 파이팅!
- [저커버그도 저격한 메타 ‘챗봇’의 도발…대략난감 AI](https://n.news.naver.com/mnews/article…
-
### Describe the bug
tts/vctk/fastpitch cannot be paired with other vocoders, but there's no documentation specifying which vocoder is the default vocoder.
### To Reproduce
N/A
### Expected behavi…
-
Hi,
Supported vocoders include HiFiGAN in https://github.com/espnet/espnet_onnx/blob/master/docs/TTSSupported.md, but in the code HiFiGAN seems to be not supported in the vocoder loader function be…