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

  • Log In
  • Sign Up

ACE-Step
/
acestep-captioner

Text-to-Audio
Transformers
Safetensors
qwen2_5_omni
music
audio
Model card Files Files and versions
xet
Community
1

Instructions to use ACE-Step/acestep-captioner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ACE-Step/acestep-captioner with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-audio", model="ACE-Step/acestep-captioner")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForTextToWaveform
    
    processor = AutoProcessor.from_pretrained("ACE-Step/acestep-captioner")
    model = AutoModelForTextToWaveform.from_pretrained("ACE-Step/acestep-captioner")
  • Notebooks
  • Google Colab
  • Kaggle
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

Can you please provide gguf versions for the captioner and transcriber models?

👀 1
8
#1 opened 3 months ago by
nymical
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs