-
Hi,
I'm using agx xavier, L4T: 35.4.1, JP:5.1.2, started: riva_quickstart_arm64_v2.12.0. (IP: 192.168.0.40)
and I have one orin agx, JP 6. running docker: dustynv/local_llm:r36.2.0 (IP: 192.168.…
-
### Have you searched for similar requests?
Yes
### Is your feature request related to a problem? If so, please describe.
_No response_
### Describe the solution you'd like
It would be nice to ha…
-
### Describe the bug
Error when model.load_state_dict(checkpoint['model']):
```
RuntimeError: Error(s) in loading state_dict for Xtts:
Unexpected key(s) in state_dict: "gpt.gpt_inference.transf…
-
### Describe the bug
```
% TTS --model_name tts_models/multilingual/multi-dataset/xtts_v1.1 --text "こんにちは私の良き友人!" --language_idx ja --out_path "foo.wav" --speaker_wav "/Users/josh/Downloads/female-h…
-
Hello,
After performing the adjustments mentioned here
https://github.com/DrewThomasson/VoxNovel/issues/4
I still experience some issues (see code at the end).
Any idea about what the problem …
-
### Describe the bug
When using the xtts-1 model on windows (python 3.11.6), every time I run the `tts_to_file` function, it gives the error `TypeError: Invalid file: None`
### To Reproduce
On wind…
-
### Describe the bug
I got the "ValueError: Model is not multi-lingual but `language` is provided." when i used XTTSv2
### To Reproduce
import torch
from TTS.api import TTS
# Get device
devic…
-
I tried now
Example usage: epub2tts my-book.epub --start 4 --end 20 --xtts shadow-1.wav,shadow-2.wav,shadow-3.wav
to supply 3 example files
It seems it loads first the model which fills almost u…
-
Some post-processing of of the audio would be nice, experiment with https://github.com/spotify/pedalboard.
Also try inference_stream https://discord.com/channels/1037326658807533628/106288720935258…
-
### Describe the bug
I see in XTTS config that length_penalty can be set but I'm getting this:
UserWarning: `num_beams` is set to 1. However, `length_penalty` is set to `0.6` -- this flag is only …