Readme
This model doesn't have a readme.
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run andreasjansson/ace-step using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
curl -s -X POST \
-H "Authorization: Bearer $REPLICATE_API_TOKEN" \
-H "Content-Type: application/json" \
-H "Prefer: wait" \
-d $'{
"version": "andreasjansson/ace-step:9fa9677db3357a7f1975ed49365e2825ab7e9a61ba659768534cef95a1ffb303",
"input": {
"seed": -1,
"lyrics": "",
"prompt": "pop music, catchy melody, upbeat",
"cfg_type": "apg",
"infer_step": 27,
"omega_scale": 10,
"use_erg_tag": true,
"use_erg_lyric": true,
"audio_duration": 30,
"guidance_scale": 15,
"scheduler_type": "euler",
"guidance_interval": 0.5,
"use_erg_diffusion": true,
"min_guidance_scale": 3,
"guidance_interval_decay": 0
}
}' \
https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
No output yet! Press "Submit" to start a prediction.
This model runs on Nvidia A100 (80GB) GPU hardware. We don't yet have enough runs of this model to provide performance information.
This model doesn't have a readme.