infery
← All models

ACE Step Audio To Audio

ace-step-audio-to-audio

Text to Speechby Ace Step

Generate music from a lyrics and example audio using ACE-Step

Details

Accepts
audio

Pricing

Price
0.025 cr / second

Prices in credits (1 credit = $0.01).

Data schema

Input

FieldTypeDescription
seedRandom seed for reproducibility. If not provided, a random seed will be used.
tagsrequiredstringComma-separated list of genre tags to control the style of the generated audio. Can also be supplied as `prompt`.
lyricsstringLyrics to be sung in the audio. If not provided or if [inst] or [instrumental] is the content of this field, no lyrics will be sung. Use control structures like [verse], [chorus] and [bridge] to control the structure of the song.
audio_urlrequiredstringURL of the audio file to be outpainted.
edit_modestringenum: lyrics, remixWhether to edit the lyrics only or remix the audio.
schedulerstringenum: euler, heunScheduler to use for the generation process.
guidance_typestringenum: cfg, apg, cfg_starType of CFG to use for the generation process.
original_seedOriginal seed of the audio file.
original_tagsrequiredstringOriginal tags of the audio file.
guidance_scalenumberGuidance scale for the generation.
number_of_stepsintegerNumber of steps to generate the audio.
original_lyricsstringOriginal lyrics of the audio file.
granularity_scaleintegerGranularity scale for the generation process. Higher values can reduce artifacts.
guidance_intervalnumberGuidance interval for the generation. 0.5 means only apply guidance in the middle steps (0.25 * infer_steps to 0.75 * infer_steps)
tag_guidance_scalenumberTag guidance scale for the generation.
lyric_guidance_scalenumberLyric guidance scale for the generation.
minimum_guidance_scalenumberMinimum guidance scale for the generation after the decay.
guidance_interval_decaynumberGuidance interval decay for the generation. Guidance scale will decay from guidance_scale to min_guidance_scale in the interval. 0.0 means no decay.

Output

FieldTypeDescription
seedintegerThe random seed used for the generation process.
tagsstringThe genre tags used in the generation process.
audioThe generated audio file.
lyricsstringThe lyrics used in the generation process.