Chatterbox Voice Cloning Model Files
This repository contains the model files for the Chatterbox Voice Cloning application.
Model Files
s3gen.pt
- Speech synthesis generator modelt3_cfg.pt
- Text-to-speech configuration modelve.pt
- Voice encoder modeltokenizer.json
- Text tokenizer configuration
Usage
These files are automatically downloaded by the Chatterbox Voice Cloning Space when it starts up.
You can also use them programmatically:
from huggingface_hub import hf_hub_download
# Download a specific model file
model_path = hf_hub_download(
repo_id="ramimu/chatterbox-voice-cloning-model",
filename="s3gen.pt"
)
Model Information
- Library: ChatterboxTTS
- Task: Voice Cloning / Text-to-Speech
- Format: PyTorch (.pt files)
- Size: ~3GB total
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
๐
Ask for provider support