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

chutesai
/
csm-1b

Text-to-Speech
Transformers
Safetensors
English
Model card Files Files and versions
xet
Community

Instructions to use chutesai/csm-1b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use chutesai/csm-1b with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-speech", model="chutesai/csm-1b")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("chutesai/csm-1b", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
csm-1b
3.11 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
jondurbin's picture
jondurbin
Upload folder using huggingface_hub
01e2ed6 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    4.37 kB
    Upload folder using huggingface_hub about 1 year ago
  • config.json
    166 Bytes
    Upload folder using huggingface_hub about 1 year ago
  • generator.py
    6.49 kB
    Upload folder using huggingface_hub about 1 year ago
  • model.safetensors
    3.11 GB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • models.py
    7.18 kB
    Upload folder using huggingface_hub about 1 year ago
  • requirements.txt
    210 Bytes
    Upload folder using huggingface_hub about 1 year ago
  • watermarking.py
    2.49 kB
    Upload folder using huggingface_hub about 1 year ago