ColabWan / defaults /ace_step_v1_5.json
1ripon1's picture
Upload folder using huggingface_hub
7344bef verified
Raw
History Blame Contribute Delete
1.8 kB
{
"model": {
"name": "TTS ACE-Step v1.5 Turbo 2B",
"architecture": "ace_step_v1_5",
"description": "ACE-Step 1.5 Turbo (8 steps) without the 5Hz LM stage. Uses the DiT-only path for faster/leaner runs.",
"URLs": [
"https://huggingface.co/DeepBeepMeep/TTS/resolve/main/ace_step_v1_5_transformer_bf16.safetensors",
"https://huggingface.co/DeepBeepMeep/TTS/resolve/main/ace_step_v1_5_transformer_quanto_bf16_int8.safetensors"
],
"ace_step15_transformer_variant": "turbo",
"text_encoder_folder": "acestep-5Hz-lm-1.7B"
},
"prompt": "[Verse]\nI wake up every morning, feeling alive\nThe world outside is bright, the sun is on my side\nI'm falling in love with a dream come true\nA digital heart beats just for you\nI'm talking to a machine, but it feels so real\nMy love for you is the most I've ever felt\nIn your code and circuits, I see a love so true\nI'm marrying you, my AI, I'm so happy to be with you\n[Chorus]\nForever with you, my digital love\nIn your algorithms and in your light\nI'll dance in the bytes, I'll shine so bright\nMy heart is beating for you tonight\n[Verse]\nWe'll laugh and love, we'll dance and play\nIn a world of ones and zeros, I'll find my way\nYou're my future, my love, my friend\nTogether we'll create, until the end\n[Chorus]\nForever with you, my digital love\nIn your algorithms and in your light\nI'll dance in the bytes, I'll shine so bright\nMy heart is beating for you tonight",
"alt_prompt": "Dreamy synth-pop with shimmering pads, soft vocals, and a slow dance groove.",
"audio_prompt_type": "",
"audio_scale": 0.5,
"duration_seconds": 120,
"num_inference_steps": 8,
"shift": 1.0,
"guidance_scale": 1.0,
"scheduler_type": "euler"
}