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
acestep-v15-base
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
ChuxiJ's picture
ChuxiJ
Update modeling_acestep_v15_base.py
e432212 verified 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    5.5 kB
    Update README.md 3 months ago
  • apg_guidance.py
    7.96 kB
    Upload folder using huggingface_hub 4 months ago
  • config.json
    1.94 kB
    Upload folder using huggingface_hub 4 months ago
  • configuration_acestep_v15.py
    13.1 kB
    Upload folder using huggingface_hub 4 months ago
  • model.safetensors
    4.79 GB
    xet
    Upload folder using huggingface_hub 4 months ago
  • modeling_acestep_v15_base.py
    95.5 kB
    Update modeling_acestep_v15_base.py 3 months ago
  • silence_latent.pt

    Detected Pickle imports (3)

    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict"

    What is a pickle import?

    3.84 MB
    xet
    Upload folder using huggingface_hub 4 months ago