Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Tarxxxxxx
/
TX-VOICE

Text-to-Speech
GGUF
Moshi
English
candle
voice
speech
tts
local
privacy
tarx
Model card Files Files and versions
xet
Community

Instructions to use Tarxxxxxx/TX-VOICE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Moshi

    How to use Tarxxxxxx/TX-VOICE with Moshi:

    # pip install moshi
    # Run the interactive web server
    python -m moshi.server --hf-repo "Tarxxxxxx/TX-VOICE"
    # Then open https://localhost:8998 in your browser
    # pip install moshi
    import torch
    from moshi.models import loaders
    
    # Load checkpoint info from HuggingFace
    checkpoint = loaders.CheckpointInfo.from_hf_repo("Tarxxxxxx/TX-VOICE")
    
    # Load the Mimi audio codec
    mimi = checkpoint.get_mimi(device="cuda")
    mimi.set_num_codebooks(8)
    
    # Encode audio (24kHz, mono)
    wav = torch.randn(1, 1, 24000 * 10)  # [batch, channels, samples]
    with torch.no_grad():
        codes = mimi.encode(wav.cuda())
        decoded = mimi.decode(codes)
  • Notebooks
  • Google Colab
  • Kaggle
TX-VOICE
8.55 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
wantzjt's picture
wantzjt
Upload README.md with huggingface_hub
6f37d3d verified 6 months ago
  • .gitattributes
    1.57 kB
    Upload model.q8.gguf with huggingface_hub 6 months ago
  • README.md
    2.38 kB
    Upload README.md with huggingface_hub 6 months ago
  • model.q8.gguf
    8.17 GB
    xet
    Upload model.q8.gguf with huggingface_hub 6 months ago
  • tokenizer-e351c8d8-checkpoint125.safetensors
    385 MB
    xet
    Upload tokenizer-e351c8d8-checkpoint125.safetensors with huggingface_hub 6 months ago
  • tokenizer_spm_32k_3.model
    553 kB
    xet
    Upload tokenizer_spm_32k_3.model with huggingface_hub 6 months ago