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

TeraSpace
/
TeraTTSv2

Text-to-Speech
Transformers
ONNX
teratts_onnx
feature-extraction
onnxruntime
russian
english
custom-code
custom_code
Model card Files Files and versions
xet
Community

Instructions to use TeraSpace/TeraTTSv2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use TeraSpace/TeraTTSv2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-speech", model="TeraSpace/TeraTTSv2", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("TeraSpace/TeraTTSv2", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
TeraTTSv2
1.17 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
TeraSpace's picture
TeraSpace
Add ONNX Runtime implementation
f05ea79 verified 1 day ago
  • __pycache__
    Add TeraTTS remote-code interface 3 days ago
  • models
    Replace teacher and distilled samplers with clean 25-second models 1 day ago
  • ruaccent
    Add TeraTTS ONNX release artifacts 3 days ago
  • styles
    Replace voice styles with clean-25s style_flacs speakers 1 day ago
  • .gitattributes
    85 Bytes
    Add TeraTTS remote-code interface 1 day ago
  • README.md
    5.18 kB
    Add TeraTTS remote-code interface 1 day ago
  • RUACCENT_NOTICE.txt
    1.18 kB
    Add RUAccent attribution 3 days ago
  • config.json
    569 Bytes
    Document automatic stress and cross-language duration guidance 1 day ago
  • configuration_teratts.py
    963 Bytes
    Document automatic stress and cross-language duration guidance 1 day ago
  • modeling_teratts.py
    5.19 kB
    Expose normalized encoder text 1 day ago
  • requirements.txt
    117 Bytes
    Add dictionary stress mode and tagged number expansion 3 days ago
  • teratts.py
    22.4 kB
    Add ONNX Runtime implementation 1 day ago
  • teratts_ruaccent.py
    13.8 kB
    Add dictionary stress mode and tagged number expansion 3 days ago
  • unicode_indexer.json
    262 kB
    Add TeraTTS ONNX release artifacts 3 days ago