Text-to-Audio
Transformers
Safetensors
ACE-Step
feature-extraction
audio
music
text2music
custom_code
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
Fix SDE inference producing noise when shift != 1.0
#3 opened 4 months ago
by
FabioSarracino
HOW can i use this model in COMFY UI?
👍 1
#2 opened 4 months ago
by
Liquidmind111
VAE Training Code
🔥 2
#1 opened 4 months ago
by
yukiarimo