Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add vall-e-x #1007

Merged
merged 1 commit into from
Sep 4, 2023
Merged

feat: add vall-e-x #1007

merged 1 commit into from
Sep 4, 2023

Conversation

mudler
Copy link
Owner

@mudler mudler commented Sep 4, 2023

Description

This PR fixes #985

Due to how Vall-e-x is written and not really used as a lib, it is installed by default in the container images.

In order to use it manually, it is required to manually copy the VALL-E-X repository files inside the extra/grpc/vall-e-x directory.

To use it, just specify the vall-e-x backend like with bark:

curl http://localhost:8080/tts -H "Content-Type: application/json" -d '{         
     "backend": "vall-e-x",
     "input":"Hello!"
   }' | aplay

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
@mudler mudler force-pushed the vall_e_x branch 2 times, most recently from ce4fa91 to a238232 Compare September 4, 2023 17:09
@mudler mudler merged commit dc307a1 into master Sep 4, 2023
@mudler mudler deleted the vall_e_x branch September 4, 2023 17:25
@mudler mudler mentioned this pull request Sep 6, 2023
@mudler mudler added the enhancement New feature or request label Sep 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feature: vall-e for tts
1 participant