Wan2GP / defaults /ace_step_v1.json
attong39's picture
Upload folder using huggingface_hub
f523f14 verified
{
"model": {
"name": "TTS ACE-Step v1 3.5B",
"architecture": "ace_step_v1",
"description": "ACE-Step, a fast open-source foundation diffusion based model for music generation that overcomes key limitations of existing approaches and achieves state-of-the-art performance.",
"URLs": [
"https://huggingface.co/DeepBeepMeep/TTS/resolve/main/ace_step_v1_transformer_bf16.safetensors",
"https://huggingface.co/DeepBeepMeep/TTS/resolve/main/ace_step_v1_transformer_quanto_bf16_int8.safetensors"
]
},
"prompt": "[Verse]\nNeon rain on the city line\nYou hum the tune and I fall in time\n[Chorus]\nHold me close and keep the time",
"alt_prompt": "Dreamy synth-pop with shimmering pads, soft vocals, and a slow dance groove.",
"audio_prompt_type": "",
"audio_scale": 0.5,
"duration_seconds": 20,
"num_inference_steps": 60,
"guidance_scale": 7.0,
"scheduler_type": "euler"
}