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

[BUG] TTS Server starting for OuteTTS not possible #346

Open
mindreframer opened this issue Jan 7, 2025 · 3 comments
Open

[BUG] TTS Server starting for OuteTTS not possible #346

mindreframer opened this issue Jan 7, 2025 · 3 comments
Labels
🐞 bug Something isn't working

Comments

@mindreframer
Copy link

Issue Description

I do not understand, how I should start OuteTTS model server in TTS mode. If I just provide the OuteTTS-0.2-500M:q8_0 name, CLI ignores the model_type argument. If I provide model_path + local_path (with no value, to indicate, that we deal with a local path), it fails with Model /Users/roman/.cache/nexa/hub/official/OuteTTS-0.2-500M/q8_0.gguf not found in Model Hub error.

Steps to Reproduce

$ nexa server --model_type TTS  --model_path OuteTTS-0.2-500M:q8_0
INFO:     Started server process [5006]
INFO:     Waiting for application startup.
Model OuteTTS-0.2-500M:q8_0 already exists at /Users/roman/.cache/nexa/hub/official/OuteTTS-0.2-500M/q8_0.gguf
model_type: NLP
INFO:     Application startup complete.
INFO:     Uvicorn running on http://localhost:8000 (Press CTRL+C to quit)
^CINFO:     Shutting down

Now with model_path + local_path + model_type

nexa server  --model_path /Users/roman/.cache/nexa/hub/official/OuteTTS-0.2-500M/q8_0.gguf --model_type TTS -lp
INFO:     Started server process [5653]
INFO:     Waiting for application startup.
model_type: TTS
ERROR:    Traceback (most recent call last):
  File "starlette/routing.py", line 693, in lifespan
  File "starlette/routing.py", line 569, in __aenter__
  File "starlette/routing.py", line 670, in startup
  File "nexa/gguf/server/nexa_service.py", line 704, in startup_event
  File "nexa/gguf/server/nexa_service.py", line 467, in load_model
ValueError: Model /Users/roman/.cache/nexa/hub/official/OuteTTS-0.2-500M/q8_0.gguf not found in Model Hub. If you are using local path, be sure to add --local_path and --model_type flags.

OS

Mac Os Sonoma (14.7 (23H124))

Python Version

3.12.2

Nexa SDK Version

nexa -V 0.0.9.7

GPU (if using one)

Apple M1 Air

@mindreframer mindreframer added the 🐞 bug Something isn't working label Jan 7, 2025
@Davidqian123
Copy link
Collaborator

Now we have already supported TTS server

@keithem
Copy link

keithem commented Feb 5, 2025 via email

@keithem
Copy link

keithem commented Feb 5, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants