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

  • Log In
  • Sign Up

ACE-Step
/
acestep-v15-base

Text-to-Audio
Transformers
Safetensors
ACE-Step
feature-extraction
audio
music
text2music
custom_code
Model card Files Files and versions
xet
Community
3

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

  • Libraries
  • Transformers

    How to use ACE-Step/acestep-v15-base with Transformers:

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

Fix SDE inference producing noise when shift != 1.0

#3 opened 3 months ago by
FabioSarracino

HOW can i use this model in COMFY UI?

👍 1
#2 opened 3 months ago by
Liquidmind111

VAE Training Code

🔥 2
#1 opened 3 months ago by
yukiarimo
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs