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": "A romantic Latin pop track opens with a clean, arpeggiated piano melody that forms the song's harmonic core. A heartfelt male vocal enters, singing in Spanish with an earnest and emotional delivery. The arrangement builds as a steady, mid-tempo reggaeton-style drum machine beat and a subtle synth bassline kick in, transforming the ballad into a danceable yet tender piece. The chorus is memorable and features layered vocal harmonies for emphasis. The track includes an instrumental break highlighting the piano and synth melody before concluding with a final chorus and a brief, atmospheric piano-led outro.", | |
| "lyrics": "[Intro: Piano Melody]\n\n[Verse 1]\nMe enamoré de ti\nPorque tú eres la princesa\nY yo un príncipe soñando con tu belleza\nY ya no sé cómo puedo explicarlo\nPero ya la vida me trajo\nA tu lado, me siento orgulloso de ser el caballo más enamorado\n\n[Pre-Chorus]\nPero si yo pudiera retroceder el tiempo\nMe acercaría más a ti\n\n[Chorus]\nPero, oh-oh-oh\nPero, oh-oh-oh\nSi yo pudiera retroceder el tiempo\nMe acercaría más a ti\nPero, oh-oh-oh\nPero, oh-oh-oh\n\n[Verse 2]\nTú te quedaste para siempre en mi mente\nSi te miro a los ojos, siento todo lo diferente\nPorque contigo se detiene el tiempo\nSolo tú y yo sabemos el momento\nMe gustaría detener el tiempo\nAbrazarte, besarte, bailarte lento\nTu mirada me atrapa, es un cuento\nQue aún no termina, no, no\n\n[Bridge]\nEs imposible\nQue yo te quiera más\nY es increíble\nQue yo te quiera más\nY es increíble\nQue yo te quiera más\nMe haces falta\nTe amo y duele tanto, mi vida\n\n[Chorus]\nPero si yo pudiera retroceder el tiempo\nMe acercaría más a ti\nPero, oh-oh-oh\nPero, oh-oh-oh\nPero si yo pudiera retroceder el tiempo\nMe acercaría más a ti\nPero, oh-oh-oh\nPero, oh-oh-oh\n\n[Outro: Instrumental with Piano and Synth Pads]\n[Song fades out]", | |
| "bpm": 100, | |
| "duration": 150, | |
| "keyscale": "G major", | |
| "language": "es", | |
| "timesignature": "4" | |
| } |