You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Environment, CPU architecture, OS, and Version:
AMD64, 3070 RTX, Docker (nvidia container)
Describe the bug
Running the example clone voice api call from the docs just returns the html page, and no audio file
curl --location --request GET 'http://192.168.178.144:8080/tts'
--header 'Content-Type: application/json'
--data '{
"model": "cloned-voice",
"input": "Hello World!"
}'
cloned-voice.yaml from example is located in the models/ folder, together with the audio file
To Reproduce
Follow the clone voice docs
Expected behavior
A wav file is returned with the generated result
LocalAI version:
latest-aio-gpu-nvidia-cuda-12
Environment, CPU architecture, OS, and Version:
AMD64, 3070 RTX, Docker (nvidia container)
Describe the bug
Running the example clone voice api call from the docs just returns the html page, and no audio file
curl --location --request GET 'http://192.168.178.144:8080/tts'
--header 'Content-Type: application/json'
--data '{
"model": "cloned-voice",
"input": "Hello World!"
}'
cloned-voice.yaml from example is located in the models/ folder, together with the audio file
To Reproduce
Follow the clone voice docs
Expected behavior
A wav file is returned with the generated result
Logs
10:24AM INF Success ip=192.168.178.136 latency="460.195µs" method=GET status=200 url=/tts
Additional context
The text was updated successfully, but these errors were encountered: