Skip to content

req: support Chatterbox-Nano #162

Description

@knguyen298

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions