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
/
Llama-OuteTTS-1.0-1B-FP8

Text-to-Speech
OuteTTS
Safetensors
llama
compressed-tensors
Model card Files Files and versions
xet
Community

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

  • Libraries
  • OuteTTS

    How to use OuteAI/Llama-OuteTTS-1.0-1B-FP8 with OuteTTS:

      import outetts
    
      enum = outetts.Models("OuteAI/Llama-OuteTTS-1.0-1B-FP8".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
Llama-OuteTTS-1.0-1B-FP8
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
edwko's picture
edwko
Upload 7 files
51a920c verified 12 months ago
  • .gitattributes
    1.57 kB
    Upload 7 files 12 months ago
  • README.md
    15.6 kB
    Update README.md 12 months ago
  • config.json
    1.9 kB
    Upload 7 files 12 months ago
  • generation_config.json
    267 Bytes
    Upload 7 files 12 months ago
  • model.safetensors
    2.08 GB
    xet
    Upload 7 files 12 months ago
  • recipe.yaml
    136 Bytes
    Upload 7 files 12 months ago
  • special_tokens_map.json
    131 kB
    Upload 7 files 12 months ago
  • tokenizer.json
    18.4 MB
    xet
    Upload 7 files 12 months ago
  • tokenizer_config.json
    1.28 MB
    Upload 7 files 12 months ago