-
Notifications
You must be signed in to change notification settings - Fork 66
Description
I'm installing on runpod with this sequence "apt update -y
apt install -y git libsndfile1 ffmpeg curl
cd /workspace
git clone https://github.com/devnen/dia-tts-server.git
python3 -m venv venv && source venv/bin/activate
pip install -U pip
pip install -r dia-tts-server/requirements.txt
pip install --upgrade dia
cd dia-tts-server
python server.py --host 0.0.0.0 --port 8003" everything ok, I'm abble to make the request, using "/v1/audio/speech" endpoint, but the result still cutting a piece of the audio, no matter how long the text input are. For example I just send it "In the quiet expanse where the village lay nestled beneath the vast sky, the gentle giant stood tall, his form blending subtly with the distant hills that framed the horizon. His presence, though immense, was as unobtrusive as the soft whisper of the evening breeze that rustled through the leaves of the ancient trees surrounding the hamlet. It was in these moments, when the sun dipped low and painted the clouds with hues of amber and rose, that the giant’s watchful gaze settled upon the village below, a gaze filled with a calm so profound it seemed to seep into the very foundations of the homes scattered across the landscape. The giant, whose stature was such that he could easily peer over the tallest rooftops," everythings perfect but the end its cut, in the audio I get "...easily peer over the tallest roof" with a hardcut.