Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

NAMAA-Space
/
NAMAA-Saudi-TTS

Text-to-Speech
Chatterbox
Safetensors
Arabic
Saudi
Arabic
Saudi-Dialect
Chatterbox
TTS
voice-cloning
multilingual-tts
Model card Files Files and versions
xet
Community
4

Instructions to use NAMAA-Space/NAMAA-Saudi-TTS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Chatterbox

    How to use NAMAA-Space/NAMAA-Saudi-TTS with Chatterbox:

    # pip install chatterbox-tts
    import torchaudio as ta
    from chatterbox.tts import ChatterboxTTS
    
    model = ChatterboxTTS.from_pretrained(device="cuda")
    
    text = "Ezreal and Jinx teamed up with Ahri, Yasuo, and Teemo to take down the enemy's Nexus in an epic late-game pentakill."
    wav = model.generate(text)
    ta.save("test-1.wav", wav, model.sr)
    
    # If you want to synthesize with a different voice, specify the audio prompt
    AUDIO_PROMPT_PATH="YOUR_FILE.wav"
    wav = model.generate(text, audio_prompt_path=AUDIO_PROMPT_PATH)
    ta.save("test-2.wav", wav, model.sr)
  • Notebooks
  • Google Colab
  • Kaggle
NAMAA-Saudi-TTS
5.36 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 21 commits
omarelshehy's picture
omarelshehy
Upload 6 files
d95c1ab verified 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    4.04 kB
    Update README.md 3 months ago
  • conds.pt

    Detected Pickle imports (4)

    • "torch.LongStorage",
    • "collections.OrderedDict",
    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    107 kB
    xet
    Upload 6 files 3 months ago
  • model.safetensors
    2.14 GB
    xet
    Upload folder using huggingface_hub 4 months ago
  • mtl_tokenizer.json
    68.1 kB
    Upload 6 files 3 months ago
  • s3gen.safetensors
    1.06 GB
    xet
    Upload 6 files 3 months ago
  • t3_mtl23ls_v2.safetensors
    2.14 GB
    xet
    Rename t3_full_finetuned.safetensors to t3_mtl23ls_v2.safetensors 4 months ago
  • tokenizer.json
    25.5 kB
    Upload 6 files 3 months ago
  • ve.pt

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict",
    • "torch.FloatStorage"

    What is a pickle import?

    5.7 MB
    xet
    Upload 6 files 3 months ago
  • ve.safetensors
    5.7 MB
    xet
    Upload 6 files 3 months ago