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
Hi,
when trying to start your docker container, it will crash after all components have been loaded:
Loading default model
Downloading XTTS Model: tts_models/multilingual/multi-dataset/xtts_v2
Downloading model to /root/.local/share/tts/tts_models--multilingual--multi-dataset--xtts_v2
Model's license - CPML
Check https://coqui.ai/cpml.txt for more info.
XTTS Model downloaded
Loading XTTS
Traceback (most recent call last):
File "/opt/conda/bin/uvicorn", line 8, in
sys.exit(main())
File "/opt/conda/lib/python3.10/site-packages/click/core.py", line 1128, in call
return self.main(*args, **kwargs)
File "/opt/conda/lib/python3.10/site-packages/click/core.py", line 1053, in main
rv = self.invoke(ctx)
File "/opt/conda/lib/python3.10/site-packages/click/core.py", line 1395, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/opt/conda/lib/python3.10/site-packages/click/core.py", line 754, in invoke
return __callback(*args, **kwargs)
File "/opt/conda/lib/python3.10/site-packages/uvicorn/main.py", line 416, in main
run(
File "/opt/conda/lib/python3.10/site-packages/uvicorn/main.py", line 587, in run
server.run()
File "/opt/conda/lib/python3.10/site-packages/uvicorn/server.py", line 61, in run
return asyncio.run(self.serve(sockets=sockets))
File "/opt/conda/lib/python3.10/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "uvloop/loop.pyx", line 1517, in uvloop.loop.Loop.run_until_complete
File "/opt/conda/lib/python3.10/site-packages/uvicorn/server.py", line 68, in serve
config.load()
File "/opt/conda/lib/python3.10/site-packages/uvicorn/config.py", line 467, in load
self.loaded_app = import_from_string(self.app)
File "/opt/conda/lib/python3.10/site-packages/uvicorn/importer.py", line 21, in import_from_string
module = importlib.import_module(module_str)
File "/opt/conda/lib/python3.10/importlib/init.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1050, in _gcd_import
File "", line 1027, in _find_and_load
File "", line 1006, in _find_and_load_unlocked
File "", line 688, in _load_unlocked
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "/app/main.py", line 39, in
config.load_json(os.path.join(model_path, "config.json"))
File "/opt/conda/lib/python3.10/site-packages/coqpit/coqpit.py", line 728, in load_json
dump_dict = json.loads(input_str)
File "/opt/conda/lib/python3.10/json/init.py", line 346, in loads
return _default_decoder.decode(s)
File "/opt/conda/lib/python3.10/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/opt/conda/lib/python3.10/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
The same Error occurs on both CUDA versions
The text was updated successfully, but these errors were encountered:
Hi,
when trying to start your docker container, it will crash after all components have been loaded:
Loading default model
Downloading XTTS Model: tts_models/multilingual/multi-dataset/xtts_v2
The same Error occurs on both CUDA versions
The text was updated successfully, but these errors were encountered: