Duplicated from ACE-Step/Ace-Step1.5
How to use Abc7347/aceaudio with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="Abc7347/aceaudio", trust_remote_code=True)
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Abc7347/aceaudio", trust_remote_code=True, dtype="auto")
The community tab is the place to discuss and collaborate with the HF community!