Skip to content

SkyrimNet Chatterbox (Zonos emulated) Windows Executable

Choose a tag to compare

@langfod langfod released this 09 Nov 15:11
· 10 commits to master since this release
443d6a6

ChatterBox TTS for SkyrimNet using the Zonos endpoint

Unpack, run the "Start.bat" for the English only model or "Start_ML.bat" for the multilingual mod
(if you start with the english only model but then send another language code it will switch models)

SkyrimNet users can use the "Zonos" endpoint on port 7860.
If you can change the "default" to "api" in skyrimnet_config.txt then the SkyrimNet UI values will be used.
You can also set individual parameter values here.

A Gradio UI is also available on port 7860 for testing.

CUDA SDK must be installed.
https://developer.nvidia.com/cuda-12-9-1-download-archive?target_os=Windows&target_arch=x86_64&target_version=11

comprehensive multilingual support to the ChatterboxTTS model while modernizing the codebase with substantial performance optimizations. The changes bring support for 23 languages with multilingual zero-shot voice cloning, replace librosa with torchaudio for better performance, add advanced CUDA graph optimizations, and include a complete SkyrimNet integration with configurable parameter management.
Adds ChatterboxMultilingualTTS class supporting 23 languages with language-specific text processing
Replaces librosa with torchaudio throughout the codebase for GPU-native audio processing
Implements advanced CUDA graph optimizations and caching system for improved inference speed