https://huggingface.co/ResembleAI/chatterbox-nano
Looks like usage is almost identical to ChatterboxTurboTTS, save for a nano=True flag.
Aside from wiring it up in this repo, the chatterbox fork is missing the model code:
models/t3/llama_configs.py has no GPT2_SMALL_CONFIG and no "GPT2_small" registry entry.
tts_turbo.py has no nano argument, no NANO_REPO_ID, and no t3_nano_v1.safetensors branch.
Both exist in resemble-ai/chatterbox@master. Diffing the two, the only divergence in tts_turbo.py is the Nano support plus a Xet download fallback, so upstream's copy of these two files should drop in as-is.
https://huggingface.co/ResembleAI/chatterbox-nano
Looks like usage is almost identical to
ChatterboxTurboTTS, save for anano=Trueflag.Aside from wiring it up in this repo, the chatterbox fork is missing the model code:
models/t3/llama_configs.pyhas noGPT2_SMALL_CONFIGand no"GPT2_small"registry entry.tts_turbo.pyhas nonanoargument, noNANO_REPO_ID, and not3_nano_v1.safetensorsbranch.Both exist in
resemble-ai/chatterbox@master. Diffing the two, the only divergence intts_turbo.pyis the Nano support plus a Xet download fallback, so upstream's copy of these two files should drop in as-is.