Closed budzianowski closed 6 months ago
@budzianowski I'm not sure that I ever got it working on JetPack 5 and only enable it in my stuff on JetPack 6, and even so found XTTS to be too slow in practice (even on AGX), so I changed to using Piper TTS.
Thanks for the heads up - I guess the <200ms latency claims were exaggerated. I will have a look at Piper.
Thanks for jetson-containers, it is very useful!
I would-like to run also xtts container on my jetson-orin-AGX.
$ jetson-containers run $(autotag xtts) Namespace(packages=['xtts'], prefer=['local', 'registry', 'build'], disable=[''], user='dustynv', output='/tmp/autotag', quiet=False, verbose=False) -- L4T_VERSION=36.2.0 JETPACK_VERSION=6.0 CUDA_VERSION=122.0 -- Finding compatible container image for ['xtts']
Couldn't find a compatible container for xtts, would you like to build it? [y/N] y -- Package onnxruntime:1.17 has missing dependencies, disabling... ("couldn't find package: cuda") -- Package onnxruntime:1.17-builder has missing dependencies, disabling... ("couldn't find package: cuda") -- Package tensorflow2 has missing dependencies, disabling... ("couldn't find package: cuda")
[..]
and more and more dependencies not found.
I need to use xtts_v2, and I cannot substitute it with piper. I'm new to jetson and docker. Can you help me to build this container or how to go on the right way?
Thanks for the great work! Three questions: