-
### Describe the bug
Just doesn't load pt files anymore. Really frustrating as it's been broken for a long time now. I keep posting about it, so now I'll just open a issue / bug instead of messaging …
-
Hi,
My model uses encoder(CodeBERT)-decoder(GPT2) architecture, to summarize a code snippet. The inference code is as following:
```model = EncoderDecoderModel.from_pretrained(load_path, output…
-
```
voice='6666.pt'
当前使用音色 seed_path='/app/speaker/6666.pt'
prompt='[break_6]'
te=['你好,我是兔子 [uv_break] ']
WARNING:ChatTTS.core:vocos not initialized.
WARNING:ChatTTS.core:gpt not initialized.
W…
-
I've exported a mobile net model using the export_encoder script using mobilenet weights for mobilenet model. Now how do I export decoder for this?
I cannot see a mobile type in export_decoder script…
-
Hi,I am encountering an issue when trying to load a pre-trained OFAModel. The error message I receive is as follows:
![image](https://github.com/user-attachments/assets/488cc59d-562b-403f-9f4c-7f1f42…
-
What kind of hardware can reproduce the results? For example, 1*3090?
-
Output:
```
no modules named: example.funcs example.ex
```
Fix: edit lines 13 and 14 in webui.py:
from:
```py
from example.funcs import *
from example.ex import ex
```
to:
```py
from fun…
-
-
```py
ChatTTS.Chat.infer(
self,
text,
stream=False,
lang=None,
skip_refine_text=False,
refine_text_only=False,
use_decoder=True,
do_text_normalization=True,
…
-
Hello, I download the pretrained weight(demo.pt), and run the below command:
```
python scripts\super_res_sample.py
--data_dir /dataset/crowed_assets/images --log_dir results --model_path checkpoi…