Views
No views yet
ACE-Step/acestep-v15-xl-turbo-diffusersace-step backend drives this checkpoint via the diffusers
AceStepPipeline (SDEdit audio-to-audio) to generate identity-preserving
variations and endless "Living Songs".1from diffusers import AceStepPipeline
2import torch
3pipe = AceStepPipeline.from_pretrained(
4 "fbobe3/acestep-v15-xl-turbo-diffusers-mirror", torch_dtype=torch.bfloat16
5).to("cuda")