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

OuteAI
/
OuteTTS-0.3-1B

Text-to-Speech
OuteTTS
Safetensors
olmo
Model card Files Files and versions
xet
Community
6

Instructions to use OuteAI/OuteTTS-0.3-1B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • OuteTTS

    How to use OuteAI/OuteTTS-0.3-1B with OuteTTS:

      import outetts
    
      enum = outetts.Models("OuteAI/OuteTTS-0.3-1B".split("/", 1)[1])       # VERSION_1_0_SIZE_1B
      cfg  = outetts.ModelConfig.auto_config(enum, outetts.Backend.HF)
      tts  = outetts.Interface(cfg)
    
      speaker = tts.load_default_speaker("EN-FEMALE-1-NEUTRAL")
      tts.generate(
    	  outetts.GenerationConfig(
    		  text="Hello there, how are you doing?",
    		  speaker=speaker,
    	  )
      ).save("output.wav")
      
  • Notebooks
  • Google Colab
  • Kaggle
OuteTTS-0.3-1B
2.39 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 16 commits
edwko's picture
edwko
Steveeeeeeen's picture
Steveeeeeeen HF Staff
Update library tag for better download tracking and code snippets! (#6)
c6987be verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    7.67 kB
    Update library tag for better download tracking and code snippets! (#6) about 1 year ago
  • config.json
    633 Bytes
    Upload 6 files over 1 year ago
  • generation_config.json
    115 Bytes
    Upload 6 files over 1 year ago
  • model.safetensors
    2.38 GB
    xet
    Upload 6 files over 1 year ago
  • special_tokens_map.json
    730 kB
    Upload 6 files over 1 year ago
  • tokenizer.json
    4.51 MB
    Upload 6 files over 1 year ago
  • tokenizer_config.json
    982 kB
    Upload 6 files over 1 year ago