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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

light-lps
/
myttsmodel

Text-to-Audio
Transformers
TensorBoard
Safetensors
speecht5
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use light-lps/myttsmodel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use light-lps/myttsmodel with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-audio", model="light-lps/myttsmodel")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForTextToSpectrogram
    
    processor = AutoProcessor.from_pretrained("light-lps/myttsmodel")
    model = AutoModelForTextToSpectrogram.from_pretrained("light-lps/myttsmodel")
  • Notebooks
  • Google Colab
  • Kaggle
myttsmodel / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
light-lps's picture
light-lps
Training in progress, step 1000
426c6bf verified about 2 years ago
  • Apr11_14-04-05_f97bcf53d9df
    Training in progress, step 500 about 2 years ago
  • Apr11_14-09-10_f97bcf53d9df
    Training in progress, step 1000 about 2 years ago