daswer123 / xtts-api-server

A simple FastAPI Server to run XTTSv2
MIT License
292 stars 67 forks source link

Update Issue #42

Open woCmodsiW opened 6 months ago

woCmodsiW commented 6 months ago

Hi!

I just updated the xtts-api-server and I'm getting the error below. Is this something that can be ignored? The server seems to be working as far as I can tell...

miniconda3/envs/xtts/lib/python3.10/site-packages/pydantic/_internal/_fields.py:149: 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 [1520484]
INFO:     Waiting for application startup.
INFO:     Application startup complete.
INFO:     Uvicorn running on http://localhost:8020 (Press CTRL+C to quit)