Open
Conversation
- normalize all text files to LF in the repository - mark common binary file types
- add install_gpu.bat to create venv and install CUDA dependencies - add activate_environment.bat and start.bat for Windows usage - remove torch, torchaudio, onnxruntime-gpu from requirements-nvidia.txt as they are installed separately by install_gpu.bat with correct CUDA index
devnen
added a commit
that referenced
this pull request
Mar 28, 2026
…ments Adopted from PR #9 by @BenjaminKobjolke: - Speed priors from model config.json for per-voice speed correction - Text-length-based embedding row selection for ONNX2 models (varied prosody) - Accept both named voices and raw expr-voice-* identifiers via API - Added .gitattributes for line ending normalization README updates: - Added emojis to all section headers matching Chatterbox README style - Removed Raspberry Pi 4 references (unsupported)
Owner
|
Hey @BenjaminKobjolke, thanks for this PR. I ended up implementing full multi-model support for all 7 KittenTTS models with hot-swappable switching from the UI, and pulled in several ideas from your work like speed priors from config.json, text-length-based embedding selection for ONNX2, accepting both named and raw expr-voice-* identifiers, and .gitattributes for line ending normalization. That's all in main now, along with async background loading, cancellation support, a model registry, and named voices for v0.1/v0.2. Your ONNX2 work helped me move faster on this, so thanks for putting the time in. Closing this PR since everything is covered, but appreciate the contribution. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.