Text-to-Audio
Transformers
Diffusers
Safetensors
ACE-Step
feature-extraction
audio
music
text2music
custom_code
Instructions to use ACE-Step/Ace-Step1.5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ACE-Step/Ace-Step1.5 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="ACE-Step/Ace-Step1.5", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ACE-Step/Ace-Step1.5", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Local - Fully Open Source Desktop app for ACE-Step 1.5
#30
by mattwesney - opened
Hello all, hopefully this type of interaction is welcome. I posting here to share the release of a desktop app that I made for the community "Fidget' - and its entirely freeware + open source. If this post is not welcome, feel free to flag/remove it! No hard feelings.
Hope everyone enjoys! Feel free to see for yourself: https://github.com/dovvnloading/fidget
Ui:
