뒤로
ACE-Step 1.5 Music Generation Workflow

The ACE-Step 1.5 Music Generation Workflow is designed to transform text prompts into high-quality audio songs swiftly and efficiently. Utilizing the ACE-Step model, this workflow leverages a series of nodes that work in harmony to convert descriptive text inputs into musical outputs. Key nodes include the KSampler for sampling, VAEDecodeAudio for decoding audio signals, and TextEncodeAceStepAudio1.5 for encoding text prompts into a format suitable for audio generation. The workflow is optimized to run on consumer hardware, producing results in under 10 seconds, making it accessible for a wide range of users.

Technically, the workflow begins by loading necessary models using the UNETLoader and VAELoader nodes, ensuring the system is prepared for audio generation. The TextEncodeAceStepAudio1.5 node then processes the input text, encoding it into a latent audio representation. This representation is further refined by the ModelSamplingAuraFlow node, which applies the ACE-Step model's unique sampling technique. Finally, the VAEDecodeAudio node decodes the latent representation into a full audio song, which is saved as an MP3 file using the SaveAudioMP3 node. This streamlined process is not only efficient but also allows for creative flexibility, supporting various music styles and optional lyrics.