Instructions to use TTS-AGI/ACE-Step-1.5-Backup with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use TTS-AGI/ACE-Step-1.5-Backup with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("TTS-AGI/ACE-Step-1.5-Backup", torch_dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
| { | |
| "think": true, | |
| "caption": "An explosive modern metal track driven by high-gain, palm-muted guitar riffs and relentless double-bass drumming. The song kicks off with an aggressive, chugging guitar intro that sets a powerful, energetic tone. A clean, forceful male vocal enters, delivering an anthemic melody over the driving rhythm section. The arrangement features dynamic shifts, including a melodic and technical guitar solo section with harmonized leads. The production is polished and punchy, emphasizing the tight, powerful interplay between the dual guitars and the rhythm section, creating a sound reminiscent of high-energy anime theme music or J-rock fusedic metal.", | |
| "lyrics": "[Intro - Guitar Riff]\n\n[Verse 1]\nMain selfie, bukan main kejar\nKata-kata manis jadi gelombang besar\nInsta buat teman, semua terkata\nTapi Wi-Fi raya tarik ke mana?\n\n[Chorus]\nMain dengan lowkey, buat hidup terasa\nHarga naik, story mahal punya\nBicara macam maya, suka duka\nTapi cuma idea buat dunia\n\n[Guitar Solo]\n\n[Verse 2]\nScroll TikTok semua berisi hiburan\nCaption kejar hilang, semua tumpang keban\nTapi lapar jalan gelak ketawa\nIngat kenapa setiap malam termenung rasa\n\n[Chorus]\nMain dengan lowkey, buat hidup terasa\nHarga naik, story mahal punya\nBicara macam maya, suka duka\nTapi cuma idea buat dunia\n\n[Bridge]\nPandai dengan semua orang\nTapi tahu di mana damaikan\nRekam-mu belaka, sini hulur tangan\nWalau dunia ini penuh cabaran\n\n[Guitar Solo]\n\n[Chorus]\nMain dengan lowkey, buat hidup terasa\nHarga naik, story mahal punya\nBicara macam maya, suka duka\nTapi cuma idea buat dunia\n\n[Outro - Guitar Solo]", | |
| "bpm": 100, | |
| "duration": 218, | |
| "keyscale": "B♭ minor", | |
| "language": "ms", | |
| "timesignature": "4" | |
| } |