Back
ACE-Step 1.5 Music Generation AIO

The ACE-Step 1.5 Music Generation AIO workflow is designed to transform style tags and lyrics into a complete song, leveraging the ACE-Step 1.5 model. This workflow is particularly notable for its ability to produce high-quality, commercial-grade music in less than 10 seconds, even on consumer-grade hardware. It utilizes a series of nodes including KSampler, VAEDecodeAudio, and ModelSamplingAuraFlow to process input data and generate audio outputs efficiently. The workflow is structured into three main groups: loading the model, setting the duration, and inputting the song prompt, ensuring a streamlined and user-friendly experience.

Technically, the workflow begins with the CheckpointLoaderSimple node to load the necessary model files. The TextEncodeAceStepAudio1.5 node encodes the input text, which is then processed by the ModelSamplingAuraFlow to generate the audio latent. This latent is decoded into audible sound using the VAEDecodeAudio node. The final output is saved as an MP3 file using the SaveAudioMP3 node, making it easy to share and use across various platforms. This workflow is particularly useful for musicians, content creators, and developers who need to generate music quickly and efficiently without compromising on quality.