You're looking at a specific version of this model. Jump to the model overview.
Input
Run this model in Node.js with one line of code:
npm install replicate
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import Replicate from "replicate";
const replicate = new Replicate({
auth: process.env.REPLICATE_API_TOKEN,
});
Run haoheliu/audio-ldm using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"haoheliu/audio-ldm:b61392adecdd660326fc9cfc5398182437dbe5e97b5decfb36e1a36de68b5b95",
{
input: {
text: "catchy upbeat pop music, kick drum, bouncy",
duration: "5.0",
n_candidates: 3,
guidance_scale: 2.5
}
}
);
console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
pip install replicate
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import replicate
Run haoheliu/audio-ldm using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"haoheliu/audio-ldm:b61392adecdd660326fc9cfc5398182437dbe5e97b5decfb36e1a36de68b5b95",
input={
"text": "catchy upbeat pop music, kick drum, bouncy",
"duration": "5.0",
"n_candidates": 3,
"guidance_scale": 2.5
}
)
print(output)
To learn more, take a look at the guide on getting started with Python.
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run haoheliu/audio-ldm using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
curl -s -X POST \
-H "Authorization: Bearer $REPLICATE_API_TOKEN" \
-H "Content-Type: application/json" \
-H "Prefer: wait" \
-d $'{
"version": "b61392adecdd660326fc9cfc5398182437dbe5e97b5decfb36e1a36de68b5b95",
"input": {
"text": "catchy upbeat pop music, kick drum, bouncy",
"duration": "5.0",
"n_candidates": 3,
"guidance_scale": 2.5
}
}' \
https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
brew install cog
If you don’t have Homebrew, there are other installation options available.
Run this to download the model and run it in your local environment:
cog predict r8.im/haoheliu/audio-ldm@sha256:b61392adecdd660326fc9cfc5398182437dbe5e97b5decfb36e1a36de68b5b95 \
-i 'text="catchy upbeat pop music, kick drum, bouncy"' \
-i 'duration="5.0"' \
-i 'n_candidates=3' \
-i 'guidance_scale=2.5'
To learn more, take a look at the Cog documentation.
Run this to download the model and run it in your local environment:
docker run -d -p 5000:5000 --gpus=all r8.im/haoheliu/audio-ldm@sha256:b61392adecdd660326fc9cfc5398182437dbe5e97b5decfb36e1a36de68b5b95
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "text": "catchy upbeat pop music, kick drum, bouncy", "duration": "5.0", "n_candidates": 3, "guidance_scale": 2.5 } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Add a payment method to run this model.
Each run costs approximately $0.069. Alternatively, try out our featured models for free.
By signing in, you agree to our
terms of service and privacy policy
Output
- Chapters
- descriptions off, selected
- captions settings, opens captions settings dialog
- captions off, selected
This is a modal window.
Beginning of dialog window. Escape will cancel and close the window.
End of dialog window.
{
"completed_at": "2023-02-03T01:42:31.111629Z",
"created_at": "2023-02-03T01:37:49.245160Z",
"data_removed": false,
"error": null,
"id": "md4wuqmzxjahzogiwq5q5al6tm",
"input": {
"text": "catchy upbeat pop music, kick drum, bouncy",
"duration": "5.0",
"n_candidates": 3,
"guidance_scale": 2.5
},
"logs": "DDIM Sampler: 0%| | 0/200 [00:00<?, ?it/s]\nDDIM Sampler: 0%| | 1/200 [00:03<10:38, 3.21s/it]\nDDIM Sampler: 1%| | 2/200 [00:03<04:34, 1.39s/it]\nDDIM Sampler: 2%|▏ | 3/200 [00:03<02:38, 1.24it/s]\nDDIM Sampler: 2%|▏ | 4/200 [00:03<01:43, 1.89it/s]\nDDIM Sampler: 2%|▎ | 5/200 [00:03<01:13, 2.64it/s]\nDDIM Sampler: 3%|▎ | 6/200 [00:03<00:55, 3.47it/s]\nDDIM Sampler: 4%|▎ | 7/200 [00:03<00:44, 4.34it/s]\nDDIM Sampler: 4%|▍ | 8/200 [00:03<00:37, 5.18it/s]\nDDIM Sampler: 4%|▍ | 9/200 [00:04<00:31, 5.98it/s]\nDDIM Sampler: 5%|▌ | 10/200 [00:04<00:28, 6.67it/s]\nDDIM Sampler: 6%|▌ | 11/200 [00:04<00:26, 7.23it/s]\nDDIM Sampler: 6%|▌ | 12/200 [00:04<00:24, 7.72it/s]\nDDIM Sampler: 6%|▋ | 13/200 [00:04<00:23, 8.02it/s]\nDDIM Sampler: 7%|▋ | 14/200 [00:04<00:22, 8.31it/s]\nDDIM Sampler: 8%|▊ | 15/200 [00:04<00:21, 8.49it/s]\nDDIM Sampler: 8%|▊ | 16/200 [00:04<00:21, 8.65it/s]\nDDIM Sampler: 8%|▊ | 17/200 [00:04<00:20, 8.76it/s]\nDDIM Sampler: 9%|▉ | 18/200 [00:05<00:20, 8.82it/s]\nDDIM Sampler: 10%|▉ | 19/200 [00:05<00:20, 8.79it/s]\nDDIM Sampler: 10%|█ | 20/200 [00:05<00:20, 8.86it/s]\nDDIM Sampler: 10%|█ | 21/200 [00:05<00:20, 8.91it/s]\nDDIM Sampler: 11%|█ | 22/200 [00:05<00:19, 8.94it/s]\nDDIM Sampler: 12%|█▏ | 23/200 [00:05<00:19, 8.93it/s]\nDDIM Sampler: 12%|█▏ | 24/200 [00:05<00:19, 8.92it/s]\nDDIM Sampler: 12%|█▎ | 25/200 [00:05<00:19, 8.92it/s]\nDDIM Sampler: 13%|█▎ | 26/200 [00:05<00:19, 8.96it/s]\nDDIM Sampler: 14%|█▎ | 27/200 [00:06<00:19, 8.97it/s]\nDDIM Sampler: 14%|█▍ | 28/200 [00:06<00:19, 9.00it/s]\nDDIM Sampler: 14%|█▍ | 29/200 [00:06<00:19, 8.96it/s]\nDDIM Sampler: 15%|█▌ | 30/200 [00:06<00:18, 9.00it/s]\nDDIM Sampler: 16%|█▌ | 31/200 [00:06<00:18, 8.91it/s]\nDDIM Sampler: 16%|█▌ | 32/200 [00:06<00:18, 8.89it/s]\nDDIM Sampler: 16%|█▋ | 33/200 [00:06<00:18, 8.91it/s]\nDDIM Sampler: 17%|█▋ | 34/200 [00:06<00:18, 8.91it/s]\nDDIM Sampler: 18%|█▊ | 35/200 [00:07<00:18, 8.93it/s]\nDDIM Sampler: 18%|█▊ | 36/200 [00:07<00:18, 8.91it/s]\nDDIM Sampler: 18%|█▊ | 37/200 [00:07<00:18, 8.95it/s]\nDDIM Sampler: 19%|█▉ | 38/200 [00:07<00:18, 8.95it/s]\nDDIM Sampler: 20%|█▉ | 39/200 [00:07<00:17, 8.98it/s]\nDDIM Sampler: 20%|██ | 40/200 [00:07<00:17, 8.97it/s]\nDDIM Sampler: 20%|██ | 41/200 [00:07<00:17, 8.98it/s]\nDDIM Sampler: 21%|██ | 42/200 [00:07<00:17, 8.91it/s]\nDDIM Sampler: 22%|██▏ | 43/200 [00:07<00:17, 8.93it/s]\nDDIM Sampler: 22%|██▏ | 44/200 [00:08<00:17, 8.92it/s]\nDDIM Sampler: 22%|██▎ | 45/200 [00:08<00:17, 8.96it/s]\nDDIM Sampler: 23%|██▎ | 46/200 [00:08<00:17, 8.93it/s]\nDDIM Sampler: 24%|██▎ | 47/200 [00:08<00:17, 8.94it/s]\nDDIM Sampler: 24%|██▍ | 48/200 [00:08<00:17, 8.93it/s]\nDDIM Sampler: 24%|██▍ | 49/200 [00:08<00:16, 8.96it/s]\nDDIM Sampler: 25%|██▌ | 50/200 [00:08<00:16, 8.96it/s]\nDDIM Sampler: 26%|██▌ | 51/200 [00:08<00:16, 8.97it/s]\nDDIM Sampler: 26%|██▌ | 52/200 [00:08<00:16, 8.94it/s]\nDDIM Sampler: 26%|██▋ | 53/200 [00:09<00:16, 8.96it/s]\nDDIM Sampler: 27%|██▋ | 54/200 [00:09<00:16, 8.95it/s]\nDDIM Sampler: 28%|██▊ | 55/200 [00:09<00:16, 8.94it/s]\nDDIM Sampler: 28%|██▊ | 56/200 [00:09<00:16, 8.94it/s]\nDDIM Sampler: 28%|██▊ | 57/200 [00:09<00:16, 8.94it/s]\nDDIM Sampler: 29%|██▉ | 58/200 [00:09<00:15, 8.95it/s]\nDDIM Sampler: 30%|██▉ | 59/200 [00:09<00:15, 8.92it/s]\nDDIM Sampler: 30%|███ | 60/200 [00:09<00:15, 8.91it/s]\nDDIM Sampler: 30%|███ | 61/200 [00:09<00:15, 8.88it/s]\nDDIM Sampler: 31%|███ | 62/200 [00:10<00:15, 8.93it/s]\nDDIM Sampler: 32%|███▏ | 63/200 [00:10<00:15, 8.92it/s]\nDDIM Sampler: 32%|███▏ | 64/200 [00:10<00:15, 8.93it/s]\nDDIM Sampler: 32%|███▎ | 65/200 [00:10<00:15, 8.93it/s]\nDDIM Sampler: 33%|███▎ | 66/200 [00:10<00:14, 8.96it/s]\nDDIM Sampler: 34%|███▎ | 67/200 [00:10<00:14, 8.91it/s]\nDDIM Sampler: 34%|███▍ | 68/200 [00:10<00:14, 8.91it/s]\nDDIM Sampler: 34%|███▍ | 69/200 [00:10<00:14, 8.92it/s]\nDDIM Sampler: 35%|███▌ | 70/200 [00:10<00:14, 8.92it/s]\nDDIM Sampler: 36%|███▌ | 71/200 [00:11<00:14, 8.94it/s]\nDDIM Sampler: 36%|███▌ | 72/200 [00:11<00:14, 8.93it/s]\nDDIM Sampler: 36%|███▋ | 73/200 [00:11<00:14, 8.88it/s]\nDDIM Sampler: 37%|███▋ | 74/200 [00:11<00:14, 8.91it/s]\nDDIM Sampler: 38%|███▊ | 75/200 [00:11<00:13, 8.94it/s]\nDDIM Sampler: 38%|███▊ | 76/200 [00:11<00:13, 8.91it/s]\nDDIM Sampler: 38%|███▊ | 77/200 [00:11<00:13, 8.94it/s]\nDDIM Sampler: 39%|███▉ | 78/200 [00:11<00:13, 8.89it/s]\nDDIM Sampler: 40%|███▉ | 79/200 [00:11<00:13, 8.89it/s]\nDDIM Sampler: 40%|████ | 80/200 [00:12<00:13, 8.88it/s]\nDDIM Sampler: 40%|████ | 81/200 [00:12<00:13, 8.90it/s]\nDDIM Sampler: 41%|████ | 82/200 [00:12<00:13, 8.89it/s]\nDDIM Sampler: 42%|████▏ | 83/200 [00:12<00:13, 8.93it/s]\nDDIM Sampler: 42%|████▏ | 84/200 [00:12<00:13, 8.91it/s]\nDDIM Sampler: 42%|████▎ | 85/200 [00:12<00:12, 8.94it/s]\nDDIM Sampler: 43%|████▎ | 86/200 [00:12<00:12, 8.93it/s]\nDDIM Sampler: 44%|████▎ | 87/200 [00:12<00:12, 8.94it/s]\nDDIM Sampler: 44%|████▍ | 88/200 [00:12<00:12, 8.93it/s]\nDDIM Sampler: 44%|████▍ | 89/200 [00:13<00:12, 8.91it/s]\nDDIM Sampler: 45%|████▌ | 90/200 [00:13<00:12, 8.91it/s]\nDDIM Sampler: 46%|████▌ | 91/200 [00:13<00:12, 8.89it/s]\nDDIM Sampler: 46%|████▌ | 92/200 [00:13<00:12, 8.88it/s]\nDDIM Sampler: 46%|████▋ | 93/200 [00:13<00:12, 8.86it/s]\nDDIM Sampler: 47%|████▋ | 94/200 [00:13<00:11, 8.87it/s]\nDDIM Sampler: 48%|████▊ | 95/200 [00:13<00:11, 8.86it/s]\nDDIM Sampler: 48%|████▊ | 96/200 [00:13<00:11, 8.89it/s]\nDDIM Sampler: 48%|████▊ | 97/200 [00:13<00:11, 8.90it/s]\nDDIM Sampler: 49%|████▉ | 98/200 [00:14<00:11, 8.92it/s]\nDDIM Sampler: 50%|████▉ | 99/200 [00:14<00:11, 8.91it/s]\nDDIM Sampler: 50%|█████ | 100/200 [00:14<00:11, 8.87it/s]\nDDIM Sampler: 50%|█████ | 101/200 [00:14<00:11, 8.88it/s]\nDDIM Sampler: 51%|█████ | 102/200 [00:14<00:11, 8.85it/s]\nDDIM Sampler: 52%|█████▏ | 103/200 [00:14<00:10, 8.88it/s]\nDDIM Sampler: 52%|█████▏ | 104/200 [00:14<00:10, 8.81it/s]\nDDIM Sampler: 52%|█████▎ | 105/200 [00:14<00:10, 8.81it/s]\nDDIM Sampler: 53%|█████▎ | 106/200 [00:14<00:10, 8.85it/s]\nDDIM Sampler: 54%|█████▎ | 107/200 [00:15<00:10, 8.84it/s]\nDDIM Sampler: 54%|█████▍ | 108/200 [00:15<00:10, 8.87it/s]\nDDIM Sampler: 55%|█████▍ | 109/200 [00:15<00:10, 8.86it/s]\nDDIM Sampler: 55%|█████▌ | 110/200 [00:15<00:10, 8.88it/s]\nDDIM Sampler: 56%|█████▌ | 111/200 [00:15<00:10, 8.83it/s]\nDDIM Sampler: 56%|█████▌ | 112/200 [00:15<00:09, 8.83it/s]\nDDIM Sampler: 56%|█████▋ | 113/200 [00:15<00:09, 8.85it/s]\nDDIM Sampler: 57%|█████▋ | 114/200 [00:15<00:09, 8.84it/s]\nDDIM Sampler: 57%|█████▊ | 115/200 [00:15<00:09, 8.87it/s]\nDDIM Sampler: 58%|█████▊ | 116/200 [00:16<00:09, 8.84it/s]\nDDIM Sampler: 58%|█████▊ | 117/200 [00:16<00:09, 8.85it/s]\nDDIM Sampler: 59%|█████▉ | 118/200 [00:16<00:09, 8.83it/s]\nDDIM Sampler: 60%|█████▉ | 119/200 [00:16<00:09, 8.82it/s]\nDDIM Sampler: 60%|██████ | 120/200 [00:16<00:09, 8.83it/s]\nDDIM Sampler: 60%|██████ | 121/200 [00:16<00:08, 8.80it/s]\nDDIM Sampler: 61%|██████ | 122/200 [00:16<00:08, 8.79it/s]\nDDIM Sampler: 62%|██████▏ | 123/200 [00:16<00:08, 8.82it/s]\nDDIM Sampler: 62%|██████▏ | 124/200 [00:17<00:08, 8.83it/s]\nDDIM Sampler: 62%|██████▎ | 125/200 [00:17<00:08, 8.86it/s]\nDDIM Sampler: 63%|██████▎ | 126/200 [00:17<00:08, 8.86it/s]\nDDIM Sampler: 64%|██████▎ | 127/200 [00:17<00:08, 8.85it/s]\nDDIM Sampler: 64%|██████▍ | 128/200 [00:17<00:08, 8.81it/s]\nDDIM Sampler: 64%|██████▍ | 129/200 [00:17<00:08, 8.84it/s]\nDDIM Sampler: 65%|██████▌ | 130/200 [00:17<00:07, 8.83it/s]\nDDIM Sampler: 66%|██████▌ | 131/200 [00:17<00:07, 8.80it/s]\nDDIM Sampler: 66%|██████▌ | 132/200 [00:17<00:07, 8.82it/s]\nDDIM Sampler: 66%|██████▋ | 133/200 [00:18<00:07, 8.83it/s]\nDDIM Sampler: 67%|██████▋ | 134/200 [00:18<00:07, 8.85it/s]\nDDIM Sampler: 68%|██████▊ | 135/200 [00:18<00:07, 8.83it/s]\nDDIM Sampler: 68%|██████▊ | 136/200 [00:18<00:07, 8.83it/s]\nDDIM Sampler: 68%|██████▊ | 137/200 [00:18<00:07, 8.85it/s]\nDDIM Sampler: 69%|██████▉ | 138/200 [00:18<00:07, 8.81it/s]\nDDIM Sampler: 70%|██████▉ | 139/200 [00:18<00:06, 8.82it/s]\nDDIM Sampler: 70%|███████ | 140/200 [00:18<00:06, 8.82it/s]\nDDIM Sampler: 70%|███████ | 141/200 [00:18<00:06, 8.80it/s]\nDDIM Sampler: 71%|███████ | 142/200 [00:19<00:06, 8.81it/s]\nDDIM Sampler: 72%|███████▏ | 143/200 [00:19<00:06, 8.79it/s]\nDDIM Sampler: 72%|███████▏ | 144/200 [00:19<00:06, 8.84it/s]\nDDIM Sampler: 72%|███████▎ | 145/200 [00:19<00:06, 8.79it/s]\nDDIM Sampler: 73%|███████▎ | 146/200 [00:19<00:06, 8.84it/s]\nDDIM Sampler: 74%|███████▎ | 147/200 [00:19<00:05, 8.85it/s]\nDDIM Sampler: 74%|███████▍ | 148/200 [00:19<00:05, 8.84it/s]\nDDIM Sampler: 74%|███████▍ | 149/200 [00:19<00:05, 8.87it/s]\nDDIM Sampler: 75%|███████▌ | 150/200 [00:19<00:05, 8.83it/s]\nDDIM Sampler: 76%|███████▌ | 151/200 [00:20<00:05, 8.86it/s]\nDDIM Sampler: 76%|███████▌ | 152/200 [00:20<00:05, 8.81it/s]\nDDIM Sampler: 76%|███████▋ | 153/200 [00:20<00:05, 8.81it/s]\nDDIM Sampler: 77%|███████▋ | 154/200 [00:20<00:05, 8.82it/s]\nDDIM Sampler: 78%|███████▊ | 155/200 [00:20<00:05, 8.81it/s]\nDDIM Sampler: 78%|███████▊ | 156/200 [00:20<00:04, 8.84it/s]\nDDIM Sampler: 78%|███████▊ | 157/200 [00:20<00:04, 8.84it/s]\nDDIM Sampler: 79%|███████▉ | 158/200 [00:20<00:04, 8.87it/s]\nDDIM Sampler: 80%|███████▉ | 159/200 [00:20<00:04, 8.81it/s]\nDDIM Sampler: 80%|████████ | 160/200 [00:21<00:04, 8.83it/s]\nDDIM Sampler: 80%|████████ | 161/200 [00:21<00:04, 8.84it/s]\nDDIM Sampler: 81%|████████ | 162/200 [00:21<00:04, 8.83it/s]\nDDIM Sampler: 82%|████████▏ | 163/200 [00:21<00:04, 8.86it/s]\nDDIM Sampler: 82%|████████▏ | 164/200 [00:21<00:04, 8.84it/s]\nDDIM Sampler: 82%|████████▎ | 165/200 [00:21<00:03, 8.84it/s]\nDDIM Sampler: 83%|████████▎ | 166/200 [00:21<00:03, 8.86it/s]\nDDIM Sampler: 84%|████████▎ | 167/200 [00:21<00:03, 8.83it/s]\nDDIM Sampler: 84%|████████▍ | 168/200 [00:21<00:03, 8.80it/s]\nDDIM Sampler: 84%|████████▍ | 169/200 [00:22<00:03, 8.78it/s]\nDDIM Sampler: 85%|████████▌ | 170/200 [00:22<00:03, 8.83it/s]\nDDIM Sampler: 86%|████████▌ | 171/200 [00:22<00:03, 8.81it/s]\nDDIM Sampler: 86%|████████▌ | 172/200 [00:22<00:03, 8.79it/s]\nDDIM Sampler: 86%|████████▋ | 173/200 [00:22<00:03, 8.80it/s]\nDDIM Sampler: 87%|████████▋ | 174/200 [00:22<00:02, 8.80it/s]\nDDIM Sampler: 88%|████████▊ | 175/200 [00:22<00:02, 8.72it/s]\nDDIM Sampler: 88%|████████▊ | 176/200 [00:22<00:02, 8.77it/s]\nDDIM Sampler: 88%|████████▊ | 177/200 [00:23<00:02, 8.77it/s]\nDDIM Sampler: 89%|████████▉ | 178/200 [00:23<00:02, 8.80it/s]\nDDIM Sampler: 90%|████████▉ | 179/200 [00:23<00:02, 8.77it/s]\nDDIM Sampler: 90%|█████████ | 180/200 [00:23<00:02, 8.79it/s]\nDDIM Sampler: 90%|█████████ | 181/200 [00:23<00:02, 8.74it/s]\nDDIM Sampler: 91%|█████████ | 182/200 [00:23<00:02, 8.72it/s]\nDDIM Sampler: 92%|█████████▏| 183/200 [00:23<00:01, 8.70it/s]\nDDIM Sampler: 92%|█████████▏| 184/200 [00:23<00:01, 8.75it/s]\nDDIM Sampler: 92%|█████████▎| 185/200 [00:23<00:01, 8.75it/s]\nDDIM Sampler: 93%|█████████▎| 186/200 [00:24<00:01, 8.79it/s]\nDDIM Sampler: 94%|█████████▎| 187/200 [00:24<00:01, 8.77it/s]\nDDIM Sampler: 94%|█████████▍| 188/200 [00:24<00:01, 8.76it/s]\nDDIM Sampler: 94%|█████████▍| 189/200 [00:24<00:01, 8.77it/s]\nDDIM Sampler: 95%|█████████▌| 190/200 [00:24<00:01, 8.75it/s]\nDDIM Sampler: 96%|█████████▌| 191/200 [00:24<00:01, 8.76it/s]\nDDIM Sampler: 96%|█████████▌| 192/200 [00:24<00:00, 8.75it/s]\nDDIM Sampler: 96%|█████████▋| 193/200 [00:24<00:00, 8.74it/s]\nDDIM Sampler: 97%|█████████▋| 194/200 [00:24<00:00, 8.79it/s]\nDDIM Sampler: 98%|█████████▊| 195/200 [00:25<00:00, 8.77it/s]\nDDIM Sampler: 98%|█████████▊| 196/200 [00:25<00:00, 8.72it/s]\nDDIM Sampler: 98%|█████████▊| 197/200 [00:25<00:00, 8.57it/s]\nDDIM Sampler: 99%|█████████▉| 198/200 [00:25<00:00, 8.49it/s]\nDDIM Sampler: 100%|█████████▉| 199/200 [00:25<00:00, 8.50it/s]\nDDIM Sampler: 100%|██████████| 200/200 [00:25<00:00, 8.59it/s]\nDDIM Sampler: 100%|██████████| 200/200 [00:25<00:00, 7.79it/s]",
"metrics": {
"predict_time": 34.81448,
"total_time": 281.866469
},
"output": "https://replicate.delivery/pbxt/WbjrQqWpOtJSC90SRxHIoCCLaKQkfFREdocXVuse0QdGihaQA/catchy%20upbeat%20pop%20music%2C%20kick%20drum%2C%20bouncy.wav",
"started_at": "2023-02-03T01:41:56.297149Z",
"status": "succeeded",
"urls": {
"get": "https://api.replicate.com/v1/predictions/md4wuqmzxjahzogiwq5q5al6tm",
"cancel": "https://api.replicate.com/v1/predictions/md4wuqmzxjahzogiwq5q5al6tm/cancel"
},
"version": "b61392adecdd660326fc9cfc5398182437dbe5e97b5decfb36e1a36de68b5b95"
}
DDIM Sampler: 0%| | 0/200 [00:00<?, ?it/s]
DDIM Sampler: 0%| | 1/200 [00:03<10:38, 3.21s/it]
DDIM Sampler: 1%| | 2/200 [00:03<04:34, 1.39s/it]
DDIM Sampler: 2%|▏ | 3/200 [00:03<02:38, 1.24it/s]
DDIM Sampler: 2%|▏ | 4/200 [00:03<01:43, 1.89it/s]
DDIM Sampler: 2%|▎ | 5/200 [00:03<01:13, 2.64it/s]
DDIM Sampler: 3%|▎ | 6/200 [00:03<00:55, 3.47it/s]
DDIM Sampler: 4%|▎ | 7/200 [00:03<00:44, 4.34it/s]
DDIM Sampler: 4%|▍ | 8/200 [00:03<00:37, 5.18it/s]
DDIM Sampler: 4%|▍ | 9/200 [00:04<00:31, 5.98it/s]
DDIM Sampler: 5%|▌ | 10/200 [00:04<00:28, 6.67it/s]
DDIM Sampler: 6%|▌ | 11/200 [00:04<00:26, 7.23it/s]
DDIM Sampler: 6%|▌ | 12/200 [00:04<00:24, 7.72it/s]
DDIM Sampler: 6%|▋ | 13/200 [00:04<00:23, 8.02it/s]
DDIM Sampler: 7%|▋ | 14/200 [00:04<00:22, 8.31it/s]
DDIM Sampler: 8%|▊ | 15/200 [00:04<00:21, 8.49it/s]
DDIM Sampler: 8%|▊ | 16/200 [00:04<00:21, 8.65it/s]
DDIM Sampler: 8%|▊ | 17/200 [00:04<00:20, 8.76it/s]
DDIM Sampler: 9%|▉ | 18/200 [00:05<00:20, 8.82it/s]
DDIM Sampler: 10%|▉ | 19/200 [00:05<00:20, 8.79it/s]
DDIM Sampler: 10%|█ | 20/200 [00:05<00:20, 8.86it/s]
DDIM Sampler: 10%|█ | 21/200 [00:05<00:20, 8.91it/s]
DDIM Sampler: 11%|█ | 22/200 [00:05<00:19, 8.94it/s]
DDIM Sampler: 12%|█▏ | 23/200 [00:05<00:19, 8.93it/s]
DDIM Sampler: 12%|█▏ | 24/200 [00:05<00:19, 8.92it/s]
DDIM Sampler: 12%|█▎ | 25/200 [00:05<00:19, 8.92it/s]
DDIM Sampler: 13%|█▎ | 26/200 [00:05<00:19, 8.96it/s]
DDIM Sampler: 14%|█▎ | 27/200 [00:06<00:19, 8.97it/s]
DDIM Sampler: 14%|█▍ | 28/200 [00:06<00:19, 9.00it/s]
DDIM Sampler: 14%|█▍ | 29/200 [00:06<00:19, 8.96it/s]
DDIM Sampler: 15%|█▌ | 30/200 [00:06<00:18, 9.00it/s]
DDIM Sampler: 16%|█▌ | 31/200 [00:06<00:18, 8.91it/s]
DDIM Sampler: 16%|█▌ | 32/200 [00:06<00:18, 8.89it/s]
DDIM Sampler: 16%|█▋ | 33/200 [00:06<00:18, 8.91it/s]
DDIM Sampler: 17%|█▋ | 34/200 [00:06<00:18, 8.91it/s]
DDIM Sampler: 18%|█▊ | 35/200 [00:07<00:18, 8.93it/s]
DDIM Sampler: 18%|█▊ | 36/200 [00:07<00:18, 8.91it/s]
DDIM Sampler: 18%|█▊ | 37/200 [00:07<00:18, 8.95it/s]
DDIM Sampler: 19%|█▉ | 38/200 [00:07<00:18, 8.95it/s]
DDIM Sampler: 20%|█▉ | 39/200 [00:07<00:17, 8.98it/s]
DDIM Sampler: 20%|██ | 40/200 [00:07<00:17, 8.97it/s]
DDIM Sampler: 20%|██ | 41/200 [00:07<00:17, 8.98it/s]
DDIM Sampler: 21%|██ | 42/200 [00:07<00:17, 8.91it/s]
DDIM Sampler: 22%|██▏ | 43/200 [00:07<00:17, 8.93it/s]
DDIM Sampler: 22%|██▏ | 44/200 [00:08<00:17, 8.92it/s]
DDIM Sampler: 22%|██▎ | 45/200 [00:08<00:17, 8.96it/s]
DDIM Sampler: 23%|██▎ | 46/200 [00:08<00:17, 8.93it/s]
DDIM Sampler: 24%|██▎ | 47/200 [00:08<00:17, 8.94it/s]
DDIM Sampler: 24%|██▍ | 48/200 [00:08<00:17, 8.93it/s]
DDIM Sampler: 24%|██▍ | 49/200 [00:08<00:16, 8.96it/s]
DDIM Sampler: 25%|██▌ | 50/200 [00:08<00:16, 8.96it/s]
DDIM Sampler: 26%|██▌ | 51/200 [00:08<00:16, 8.97it/s]
DDIM Sampler: 26%|██▌ | 52/200 [00:08<00:16, 8.94it/s]
DDIM Sampler: 26%|██▋ | 53/200 [00:09<00:16, 8.96it/s]
DDIM Sampler: 27%|██▋ | 54/200 [00:09<00:16, 8.95it/s]
DDIM Sampler: 28%|██▊ | 55/200 [00:09<00:16, 8.94it/s]
DDIM Sampler: 28%|██▊ | 56/200 [00:09<00:16, 8.94it/s]
DDIM Sampler: 28%|██▊ | 57/200 [00:09<00:16, 8.94it/s]
DDIM Sampler: 29%|██▉ | 58/200 [00:09<00:15, 8.95it/s]
DDIM Sampler: 30%|██▉ | 59/200 [00:09<00:15, 8.92it/s]
DDIM Sampler: 30%|███ | 60/200 [00:09<00:15, 8.91it/s]
DDIM Sampler: 30%|███ | 61/200 [00:09<00:15, 8.88it/s]
DDIM Sampler: 31%|███ | 62/200 [00:10<00:15, 8.93it/s]
DDIM Sampler: 32%|███▏ | 63/200 [00:10<00:15, 8.92it/s]
DDIM Sampler: 32%|███▏ | 64/200 [00:10<00:15, 8.93it/s]
DDIM Sampler: 32%|███▎ | 65/200 [00:10<00:15, 8.93it/s]
DDIM Sampler: 33%|███▎ | 66/200 [00:10<00:14, 8.96it/s]
DDIM Sampler: 34%|███▎ | 67/200 [00:10<00:14, 8.91it/s]
DDIM Sampler: 34%|███▍ | 68/200 [00:10<00:14, 8.91it/s]
DDIM Sampler: 34%|███▍ | 69/200 [00:10<00:14, 8.92it/s]
DDIM Sampler: 35%|███▌ | 70/200 [00:10<00:14, 8.92it/s]
DDIM Sampler: 36%|███▌ | 71/200 [00:11<00:14, 8.94it/s]
DDIM Sampler: 36%|███▌ | 72/200 [00:11<00:14, 8.93it/s]
DDIM Sampler: 36%|███▋ | 73/200 [00:11<00:14, 8.88it/s]
DDIM Sampler: 37%|███▋ | 74/200 [00:11<00:14, 8.91it/s]
DDIM Sampler: 38%|███▊ | 75/200 [00:11<00:13, 8.94it/s]
DDIM Sampler: 38%|███▊ | 76/200 [00:11<00:13, 8.91it/s]
DDIM Sampler: 38%|███▊ | 77/200 [00:11<00:13, 8.94it/s]
DDIM Sampler: 39%|███▉ | 78/200 [00:11<00:13, 8.89it/s]
DDIM Sampler: 40%|███▉ | 79/200 [00:11<00:13, 8.89it/s]
DDIM Sampler: 40%|████ | 80/200 [00:12<00:13, 8.88it/s]
DDIM Sampler: 40%|████ | 81/200 [00:12<00:13, 8.90it/s]
DDIM Sampler: 41%|████ | 82/200 [00:12<00:13, 8.89it/s]
DDIM Sampler: 42%|████▏ | 83/200 [00:12<00:13, 8.93it/s]
DDIM Sampler: 42%|████▏ | 84/200 [00:12<00:13, 8.91it/s]
DDIM Sampler: 42%|████▎ | 85/200 [00:12<00:12, 8.94it/s]
DDIM Sampler: 43%|████▎ | 86/200 [00:12<00:12, 8.93it/s]
DDIM Sampler: 44%|████▎ | 87/200 [00:12<00:12, 8.94it/s]
DDIM Sampler: 44%|████▍ | 88/200 [00:12<00:12, 8.93it/s]
DDIM Sampler: 44%|████▍ | 89/200 [00:13<00:12, 8.91it/s]
DDIM Sampler: 45%|████▌ | 90/200 [00:13<00:12, 8.91it/s]
DDIM Sampler: 46%|████▌ | 91/200 [00:13<00:12, 8.89it/s]
DDIM Sampler: 46%|████▌ | 92/200 [00:13<00:12, 8.88it/s]
DDIM Sampler: 46%|████▋ | 93/200 [00:13<00:12, 8.86it/s]
DDIM Sampler: 47%|████▋ | 94/200 [00:13<00:11, 8.87it/s]
DDIM Sampler: 48%|████▊ | 95/200 [00:13<00:11, 8.86it/s]
DDIM Sampler: 48%|████▊ | 96/200 [00:13<00:11, 8.89it/s]
DDIM Sampler: 48%|████▊ | 97/200 [00:13<00:11, 8.90it/s]
DDIM Sampler: 49%|████▉ | 98/200 [00:14<00:11, 8.92it/s]
DDIM Sampler: 50%|████▉ | 99/200 [00:14<00:11, 8.91it/s]
DDIM Sampler: 50%|█████ | 100/200 [00:14<00:11, 8.87it/s]
DDIM Sampler: 50%|█████ | 101/200 [00:14<00:11, 8.88it/s]
DDIM Sampler: 51%|█████ | 102/200 [00:14<00:11, 8.85it/s]
DDIM Sampler: 52%|█████▏ | 103/200 [00:14<00:10, 8.88it/s]
DDIM Sampler: 52%|█████▏ | 104/200 [00:14<00:10, 8.81it/s]
DDIM Sampler: 52%|█████▎ | 105/200 [00:14<00:10, 8.81it/s]
DDIM Sampler: 53%|█████▎ | 106/200 [00:14<00:10, 8.85it/s]
DDIM Sampler: 54%|█████▎ | 107/200 [00:15<00:10, 8.84it/s]
DDIM Sampler: 54%|█████▍ | 108/200 [00:15<00:10, 8.87it/s]
DDIM Sampler: 55%|█████▍ | 109/200 [00:15<00:10, 8.86it/s]
DDIM Sampler: 55%|█████▌ | 110/200 [00:15<00:10, 8.88it/s]
DDIM Sampler: 56%|█████▌ | 111/200 [00:15<00:10, 8.83it/s]
DDIM Sampler: 56%|█████▌ | 112/200 [00:15<00:09, 8.83it/s]
DDIM Sampler: 56%|█████▋ | 113/200 [00:15<00:09, 8.85it/s]
DDIM Sampler: 57%|█████▋ | 114/200 [00:15<00:09, 8.84it/s]
DDIM Sampler: 57%|█████▊ | 115/200 [00:15<00:09, 8.87it/s]
DDIM Sampler: 58%|█████▊ | 116/200 [00:16<00:09, 8.84it/s]
DDIM Sampler: 58%|█████▊ | 117/200 [00:16<00:09, 8.85it/s]
DDIM Sampler: 59%|█████▉ | 118/200 [00:16<00:09, 8.83it/s]
DDIM Sampler: 60%|█████▉ | 119/200 [00:16<00:09, 8.82it/s]
DDIM Sampler: 60%|██████ | 120/200 [00:16<00:09, 8.83it/s]
DDIM Sampler: 60%|██████ | 121/200 [00:16<00:08, 8.80it/s]
DDIM Sampler: 61%|██████ | 122/200 [00:16<00:08, 8.79it/s]
DDIM Sampler: 62%|██████▏ | 123/200 [00:16<00:08, 8.82it/s]
DDIM Sampler: 62%|██████▏ | 124/200 [00:17<00:08, 8.83it/s]
DDIM Sampler: 62%|██████▎ | 125/200 [00:17<00:08, 8.86it/s]
DDIM Sampler: 63%|██████▎ | 126/200 [00:17<00:08, 8.86it/s]
DDIM Sampler: 64%|██████▎ | 127/200 [00:17<00:08, 8.85it/s]
DDIM Sampler: 64%|██████▍ | 128/200 [00:17<00:08, 8.81it/s]
DDIM Sampler: 64%|██████▍ | 129/200 [00:17<00:08, 8.84it/s]
DDIM Sampler: 65%|██████▌ | 130/200 [00:17<00:07, 8.83it/s]
DDIM Sampler: 66%|██████▌ | 131/200 [00:17<00:07, 8.80it/s]
DDIM Sampler: 66%|██████▌ | 132/200 [00:17<00:07, 8.82it/s]
DDIM Sampler: 66%|██████▋ | 133/200 [00:18<00:07, 8.83it/s]
DDIM Sampler: 67%|██████▋ | 134/200 [00:18<00:07, 8.85it/s]
DDIM Sampler: 68%|██████▊ | 135/200 [00:18<00:07, 8.83it/s]
DDIM Sampler: 68%|██████▊ | 136/200 [00:18<00:07, 8.83it/s]
DDIM Sampler: 68%|██████▊ | 137/200 [00:18<00:07, 8.85it/s]
DDIM Sampler: 69%|██████▉ | 138/200 [00:18<00:07, 8.81it/s]
DDIM Sampler: 70%|██████▉ | 139/200 [00:18<00:06, 8.82it/s]
DDIM Sampler: 70%|███████ | 140/200 [00:18<00:06, 8.82it/s]
DDIM Sampler: 70%|███████ | 141/200 [00:18<00:06, 8.80it/s]
DDIM Sampler: 71%|███████ | 142/200 [00:19<00:06, 8.81it/s]
DDIM Sampler: 72%|███████▏ | 143/200 [00:19<00:06, 8.79it/s]
DDIM Sampler: 72%|███████▏ | 144/200 [00:19<00:06, 8.84it/s]
DDIM Sampler: 72%|███████▎ | 145/200 [00:19<00:06, 8.79it/s]
DDIM Sampler: 73%|███████▎ | 146/200 [00:19<00:06, 8.84it/s]
DDIM Sampler: 74%|███████▎ | 147/200 [00:19<00:05, 8.85it/s]
DDIM Sampler: 74%|███████▍ | 148/200 [00:19<00:05, 8.84it/s]
DDIM Sampler: 74%|███████▍ | 149/200 [00:19<00:05, 8.87it/s]
DDIM Sampler: 75%|███████▌ | 150/200 [00:19<00:05, 8.83it/s]
DDIM Sampler: 76%|███████▌ | 151/200 [00:20<00:05, 8.86it/s]
DDIM Sampler: 76%|███████▌ | 152/200 [00:20<00:05, 8.81it/s]
DDIM Sampler: 76%|███████▋ | 153/200 [00:20<00:05, 8.81it/s]
DDIM Sampler: 77%|███████▋ | 154/200 [00:20<00:05, 8.82it/s]
DDIM Sampler: 78%|███████▊ | 155/200 [00:20<00:05, 8.81it/s]
DDIM Sampler: 78%|███████▊ | 156/200 [00:20<00:04, 8.84it/s]
DDIM Sampler: 78%|███████▊ | 157/200 [00:20<00:04, 8.84it/s]
DDIM Sampler: 79%|███████▉ | 158/200 [00:20<00:04, 8.87it/s]
DDIM Sampler: 80%|███████▉ | 159/200 [00:20<00:04, 8.81it/s]
DDIM Sampler: 80%|████████ | 160/200 [00:21<00:04, 8.83it/s]
DDIM Sampler: 80%|████████ | 161/200 [00:21<00:04, 8.84it/s]
DDIM Sampler: 81%|████████ | 162/200 [00:21<00:04, 8.83it/s]
DDIM Sampler: 82%|████████▏ | 163/200 [00:21<00:04, 8.86it/s]
DDIM Sampler: 82%|████████▏ | 164/200 [00:21<00:04, 8.84it/s]
DDIM Sampler: 82%|████████▎ | 165/200 [00:21<00:03, 8.84it/s]
DDIM Sampler: 83%|████████▎ | 166/200 [00:21<00:03, 8.86it/s]
DDIM Sampler: 84%|████████▎ | 167/200 [00:21<00:03, 8.83it/s]
DDIM Sampler: 84%|████████▍ | 168/200 [00:21<00:03, 8.80it/s]
DDIM Sampler: 84%|████████▍ | 169/200 [00:22<00:03, 8.78it/s]
DDIM Sampler: 85%|████████▌ | 170/200 [00:22<00:03, 8.83it/s]
DDIM Sampler: 86%|████████▌ | 171/200 [00:22<00:03, 8.81it/s]
DDIM Sampler: 86%|████████▌ | 172/200 [00:22<00:03, 8.79it/s]
DDIM Sampler: 86%|████████▋ | 173/200 [00:22<00:03, 8.80it/s]
DDIM Sampler: 87%|████████▋ | 174/200 [00:22<00:02, 8.80it/s]
DDIM Sampler: 88%|████████▊ | 175/200 [00:22<00:02, 8.72it/s]
DDIM Sampler: 88%|████████▊ | 176/200 [00:22<00:02, 8.77it/s]
DDIM Sampler: 88%|████████▊ | 177/200 [00:23<00:02, 8.77it/s]
DDIM Sampler: 89%|████████▉ | 178/200 [00:23<00:02, 8.80it/s]
DDIM Sampler: 90%|████████▉ | 179/200 [00:23<00:02, 8.77it/s]
DDIM Sampler: 90%|█████████ | 180/200 [00:23<00:02, 8.79it/s]
DDIM Sampler: 90%|█████████ | 181/200 [00:23<00:02, 8.74it/s]
DDIM Sampler: 91%|█████████ | 182/200 [00:23<00:02, 8.72it/s]
DDIM Sampler: 92%|█████████▏| 183/200 [00:23<00:01, 8.70it/s]
DDIM Sampler: 92%|█████████▏| 184/200 [00:23<00:01, 8.75it/s]
DDIM Sampler: 92%|█████████▎| 185/200 [00:23<00:01, 8.75it/s]
DDIM Sampler: 93%|█████████▎| 186/200 [00:24<00:01, 8.79it/s]
DDIM Sampler: 94%|█████████▎| 187/200 [00:24<00:01, 8.77it/s]
DDIM Sampler: 94%|█████████▍| 188/200 [00:24<00:01, 8.76it/s]
DDIM Sampler: 94%|█████████▍| 189/200 [00:24<00:01, 8.77it/s]
DDIM Sampler: 95%|█████████▌| 190/200 [00:24<00:01, 8.75it/s]
DDIM Sampler: 96%|█████████▌| 191/200 [00:24<00:01, 8.76it/s]
DDIM Sampler: 96%|█████████▌| 192/200 [00:24<00:00, 8.75it/s]
DDIM Sampler: 96%|█████████▋| 193/200 [00:24<00:00, 8.74it/s]
DDIM Sampler: 97%|█████████▋| 194/200 [00:24<00:00, 8.79it/s]
DDIM Sampler: 98%|█████████▊| 195/200 [00:25<00:00, 8.77it/s]
DDIM Sampler: 98%|█████████▊| 196/200 [00:25<00:00, 8.72it/s]
DDIM Sampler: 98%|█████████▊| 197/200 [00:25<00:00, 8.57it/s]
DDIM Sampler: 99%|█████████▉| 198/200 [00:25<00:00, 8.49it/s]
DDIM Sampler: 100%|█████████▉| 199/200 [00:25<00:00, 8.50it/s]
DDIM Sampler: 100%|██████████| 200/200 [00:25<00:00, 8.59it/s]
DDIM Sampler: 100%|██████████| 200/200 [00:25<00:00, 7.79it/s]