2026-04-19T16:18:10.653946195Z ========== 2026-04-19T16:18:10.653983835Z == CUDA == 2026-04-19T16:18:10.654049326Z ========== 2026-04-19T16:18:10.658956802Z CUDA Version 12.4.1 2026-04-19T16:18:10.660171988Z Container image Copyright (c) 2016-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved. 2026-04-19T16:18:10.661331234Z This container image and its contents are governed by the NVIDIA Deep Learning Container License. 2026-04-19T16:18:10.661334734Z By pulling and using the container, you accept the terms and conditions of this license: 2026-04-19T16:18:10.661338554Z https://developer.nvidia.com/ngc/nvidia-deep-learning-container-license 2026-04-19T16:18:10.661358984Z A copy of this license is made available in this container at /NGC-DL-CONTAINER-LICENSE for your convenience. 2026-04-19T16:18:13.377448746Z /app/.venv/lib/python3.11/site-packages/perth/perth_net/__init__.py:1: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. 2026-04-19T16:18:13.377491726Z from pkg_resources import resource_filename 2026-04-19T16:18:22.485997612Z Starting Chatterbox TTS API server... 2026-04-19T16:18:22.486018512Z Server will run on http://0.0.0.0:5123 2026-04-19T16:18:22.486022132Z API documentation available at http://0.0.0.0:5123/docs 2026-04-19T16:18:22.527247751Z INFO: Started server process [14] 2026-04-19T16:18:22.527261001Z INFO: Waiting for application startup. 2026-04-19T16:18:22.527315681Z ____ _ _ _ _ 2026-04-19T16:18:22.527318401Z / ___| |__ __ _| |_| |_ ___ _ __| |__ _____ __ 2026-04-19T16:18:22.527320881Z | | | '_ \ / _` | __| __/ _ \ '__| '_ \ / _ \ \/ / 2026-04-19T16:18:22.527323551Z | |___| | | | (_| | |_| || __/ | | |_) | (_) > < 2026-04-19T16:18:22.527326201Z \____|_| |_|\__,_|\__|\__\___|_| |_.__/ \___/_/\_\ 2026-04-19T16:18:22.612166380Z Initializing Chatterbox TTS model... 2026-04-19T16:18:22.612188800Z Device: cuda 2026-04-19T16:18:22.612192450Z Voice sample: /app/voice-sample.mp3 2026-04-19T16:18:22.612195150Z Model cache: /cache 2026-04-19T16:18:39.958574665Z /app/.venv/lib/python3.11/site-packages/diffusers/models/lora.py:393: FutureWarning: `LoRACompatibleLinear` is deprecated and will be removed in version 1.0.0. Use of `LoRACompatibleLinear` is deprecated. Please switch to PEFT backend by installing PEFT: `pip install peft`. 2026-04-19T16:18:39.958605765Z deprecate("LoRACompatibleLinear", "1.0.0", deprecation_message)