Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

AXERA-TECH
/
CosyVoice3

Text-to-Speech
Transformers
ONNX
English
Chinese
CosyVoice3
Speech
Model card Files Files and versions
xet
Community

Instructions to use AXERA-TECH/CosyVoice3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use AXERA-TECH/CosyVoice3 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-speech", model="AXERA-TECH/CosyVoice3")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("AXERA-TECH/CosyVoice3", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
CosyVoice3 / scripts
5.14 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 3 commits
lihongjie
update
c94a20b 4 months ago
  • CosyVoice-BlankEN
    first commit 4 months ago
  • tokenizer
    first commit 4 months ago
  • audio.py
    2.31 kB
    first commit 4 months ago
  • cosyvoice3_tokenizer.py
    3.96 kB
    update 4 months ago
  • frontend.py
    14.4 kB
    first commit 4 months ago
  • gradio_demo.py
    5.98 kB
    update 4 months ago
  • meldataset.py
    6.79 kB
    first commit 4 months ago
  • process_prompt.py
    3.46 kB
    update 4 months ago
  • requirements.txt
    88 Bytes
    first commit 4 months ago