Ryan Steed
Ryan Steed
- Updated the gradio Blocks initialization in the main function to include a title parameter - Added "Chatterbox TTS Extended" as the title for the Gradio application - This change...
### Summary - Added comprehensive Dockerfile to enable containerized deployment with proper user management, environment configuration, and dependency installation - Enabled CUDA library path configuration for proper GPU acceleration support...
Hi, Thanks for this project, it's very useful. I've created two pull requests and tried to include as much information as possible. The first (#53) adds a **Dockerfile** and re-enables...
This change might restore support for Maxwell and Pascal architectures. - Updated GPU dependency from torch==2.8.0+cu129 to torch==2.8.0+cu126 in pyproject.toml - Changed PyTorch CUDA index URL from https://download.pytorch.org/whl/cu129 to https://download.pytorch.org/whl/cu126...
This request introduces a new placeholder `{CLIENT_HOSTNAME}` that can be used in database backup file patterns. The hostname of the client performing the database save operation will be substituted in...
### Have you searched for an existing feature request? - [x] Yes, I tried searching ### Brief Summary Thanks for this excellent project. I use it with multiple clients (laptops,...
- Add version check for protoc >= 32 to enable experimental editions flag - Update Makefile to conditionally include --experimental_editions based on protoc version - Maintain backward compatibility for older...