Text-to-Audio
Transformers
ACE-Step
English
feature-extraction
audio
music
text2music
custom_code
ace-step
lora
loha
music-generation
xl-base
pop
electro
Instructions to use Nekochu/ACE-Step-xl-base-pop-electro-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Nekochu/ACE-Step-xl-base-pop-electro-lora with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="Nekochu/ACE-Step-xl-base-pop-electro-lora", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Nekochu/ACE-Step-xl-base-pop-electro-lora", trust_remote_code=True, dtype="auto") - ACE-Step
How to use Nekochu/ACE-Step-xl-base-pop-electro-lora with ACE-Step:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!