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, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Introducing ActionFi β Web3 & DeFi Focused AI Assistant
#12
by Dendik82 - opened
Hi everyone π
Iβve released ActionFi, a lightweight AI model focused on Web3, DeFi, and blockchain automation.
ActionFi helps with:
- Smart contract interaction guidance
- Transaction and wallet analysis
- DeFi workflows
- Automation-friendly development
Model link:
https://huggingface.co/Dendik82/actionfi
Feedback and suggestions are very welcome. Thanks!
ChuxiJ changed discussion status to closed