Post
62
Sample output from ACE-Step/acestep-v15-xl-sft
I had issues with the upstream ACE-Step1.5 pipeline, and seeing there were other reports of issues with the python pipeline, but not the Comfy implementation, I used the Comfy
Inference params:
Both "lyrics" and "tags" were defined, but the the vocals in the output were not properly generated (perhaps due to the low sampler cfg).
I had issues with the upstream ACE-Step1.5 pipeline, and seeing there were other reports of issues with the python pipeline, but not the Comfy implementation, I used the Comfy
audio_ace_step1_5_xl_sft workflow (https://github.com/Comfy-Org/workflow_templates/blob/8417f4f2a8380556070721d0ff1da8285d6e5438/templates/audio_ace_step1_5_xl_sft.json).Inference params:
"TextEncodeAceStepAudio1.5": {
"bpm": 96,
"duration": 260,
"timesignature": "4",
"language": "ja",
"keyscale": "F# minor",
"cfg_scale": 2,
"temperature": 0.85,
"top_p": 1,
"top_k": 0,
"min_p": 0
}
"KSampler": {
"steps": 50,
"cfg": 1,
"denoise": 1
}Both "lyrics" and "tags" were defined, but the the vocals in the output were not properly generated (perhaps due to the low sampler cfg).