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

Incomplete setup (using pop_os) #86

Open
MR0kernel opened this issue Sep 3, 2024 · 0 comments
Open

Incomplete setup (using pop_os) #86

MR0kernel opened this issue Sep 3, 2024 · 0 comments

Comments

@MR0kernel
Copy link

MR0kernel commented Sep 3, 2024

(venv) ➜ ~ python3 -m xtts_api_server
/home/tchorniy/venv/lib/python3.10/site-packages/pydub/utils.py:170: RuntimeWarning: Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work
warn("Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work", RuntimeWarning)
2024-09-03 17:43:30.895 | INFO | xtts_api_server.tts_funcs:create_directories:283 - Folder in the path /home/tchorniy/output has been created
2024-09-03 17:43:30.895 | INFO | xtts_api_server.tts_funcs:create_directories:283 - Folder in the path /home/tchorniy/speakers has been created
2024-09-03 17:43:30.895 | INFO | xtts_api_server.tts_funcs:create_directories:283 - Folder in the path /home/tchorniy/xtts_models has been created
TTS is not installed.
2024-09-03 17:43:30.895 | INFO | xtts_api_server.server::73 - Model: 'v2.0.2' starts to load,wait until it loads
[XTTS] Downloading config.json...
100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 4.36k/4.36k [00:00<00:00, 20.1MiB/s]
[XTTS] Downloading model.pth...
100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1.86G/1.86G [00:30<00:00, 61.0MiB/s]
[XTTS] Downloading vocab.json...
100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 335k/335k [00:00<00:00, 1.39MiB/s]
[XTTS] Downloading speakers_xtts.pth...
100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 7.75M/7.75M [00:00<00:00, 39.3MiB/s]
2024-09-03 17:44:12.560 | INFO | xtts_api_server.tts_funcs:load_model:190 - Pre-create latents for all current speakers
2024-09-03 17:44:12.561 | INFO | xtts_api_server.tts_funcs:create_latents_for_all:270 - Latents created for all 0 speakers.
2024-09-03 17:44:12.561 | INFO | xtts_api_server.tts_funcs:load_model:193 - Model successfully loaded
/home/tchorniy/venv/lib/python3.10/site-packages/pydantic/_internal/fields.py:161: UserWarning: Field "model_name" has conflict with protected namespace "model".

You may be able to resolve this warning by setting model_config['protected_namespaces'] = ().
warnings.warn(
INFO: Started server process [22055]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Uvicorn running on http://localhost:8020 (Press CTRL+C to quit)
INFO: ::1:46762 - "GET / HTTP/1.1" 404 Not Found
INFO: ::1:46762 - "GET /favicon.ico HTTP/1.1" 404 Not Found

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant