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
(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
The text was updated successfully, but these errors were encountered:
(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
The text was updated successfully, but these errors were encountered: