nateraw / musicgen-songstarter-v0.2
A large, stereo MusicGen that acts as a useful tool for music producers
- Public
- 4K runs
-
L40S
Prediction
nateraw/musicgen-songstarter-v0.2:020ac56a613f4494065e2e5544c7377788a8abcfbe645ecb8146634de0bc383eIDs1htq177ynrgp0cetk2v3v984gStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- top_k
- 250
- top_p
- 0
- prompt
- hip hop, soul, piano, chords, jazz, neo jazz, G# minor, 140 bpm
- duration
- 20
- input_audio
- Video Player is loading.Current Time 00:00:000/Duration 00:00:000Loaded: 0%Stream Type LIVERemaining Time -00:00:0001x
- 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.
- temperature
- 1
- continuation
- output_format
- wav
- continuation_start
- 0
- normalization_strategy
- loudness
- classifier_free_guidance
- 3
{ "top_k": 250, "top_p": 0, "prompt": "hip hop, soul, piano, chords, jazz, neo jazz, G# minor, 140 bpm", "duration": 20, "input_audio": "https://replicate.delivery/pbxt/Kjl0t2yl9ZwVXnMfhHb1fL61KXmLZ2pmGr0sY7GqWF2DVUwE/kalhonaho.wav", "temperature": 1, "continuation": false, "output_format": "wav", "continuation_start": 0, "normalization_strategy": "loudness", "classifier_free_guidance": 3 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run nateraw/musicgen-songstarter-v0.2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "nateraw/musicgen-songstarter-v0.2:020ac56a613f4494065e2e5544c7377788a8abcfbe645ecb8146634de0bc383e", { input: { top_k: 250, top_p: 0, prompt: "hip hop, soul, piano, chords, jazz, neo jazz, G# minor, 140 bpm", duration: 20, input_audio: "https://replicate.delivery/pbxt/Kjl0t2yl9ZwVXnMfhHb1fL61KXmLZ2pmGr0sY7GqWF2DVUwE/kalhonaho.wav", temperature: 1, continuation: false, output_format: "wav", continuation_start: 0, normalization_strategy: "loudness", classifier_free_guidance: 3 } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run nateraw/musicgen-songstarter-v0.2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "nateraw/musicgen-songstarter-v0.2:020ac56a613f4494065e2e5544c7377788a8abcfbe645ecb8146634de0bc383e", input={ "top_k": 250, "top_p": 0, "prompt": "hip hop, soul, piano, chords, jazz, neo jazz, G# minor, 140 bpm", "duration": 20, "input_audio": "https://replicate.delivery/pbxt/Kjl0t2yl9ZwVXnMfhHb1fL61KXmLZ2pmGr0sY7GqWF2DVUwE/kalhonaho.wav", "temperature": 1, "continuation": False, "output_format": "wav", "continuation_start": 0, "normalization_strategy": "loudness", "classifier_free_guidance": 3 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run nateraw/musicgen-songstarter-v0.2 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": "nateraw/musicgen-songstarter-v0.2:020ac56a613f4494065e2e5544c7377788a8abcfbe645ecb8146634de0bc383e", "input": { "top_k": 250, "top_p": 0, "prompt": "hip hop, soul, piano, chords, jazz, neo jazz, G# minor, 140 bpm", "duration": 20, "input_audio": "https://replicate.delivery/pbxt/Kjl0t2yl9ZwVXnMfhHb1fL61KXmLZ2pmGr0sY7GqWF2DVUwE/kalhonaho.wav", "temperature": 1, "continuation": false, "output_format": "wav", "continuation_start": 0, "normalization_strategy": "loudness", "classifier_free_guidance": 3 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
Video Player is loading.Current Time 00:00:000/Duration 00:00:000Loaded: 0%Stream Type LIVERemaining Time -00:00:0001x- 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.
Video Player is loading.Current Time 00:00:000/Duration 00:00:000Loaded: 0%Stream Type LIVERemaining Time -00:00:0001x- 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.
Video Player is loading.Current Time 00:00:000/Duration 00:00:000Loaded: 0%Stream Type LIVERemaining Time -00:00:0001x- 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.
Video Player is loading.Current Time 00:00:000/Duration 00:00:000Loaded: 0%Stream Type LIVERemaining Time -00:00:0001x- 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": "2024-04-13T00:08:18.469514Z", "created_at": "2024-04-13T00:05:23.573000Z", "data_removed": false, "error": null, "id": "s1htq177ynrgp0cetk2v3v984g", "input": { "top_k": 250, "top_p": 0, "prompt": "hip hop, soul, piano, chords, jazz, neo jazz, G# minor, 140 bpm", "duration": 20, "input_audio": "https://replicate.delivery/pbxt/Kjl0t2yl9ZwVXnMfhHb1fL61KXmLZ2pmGr0sY7GqWF2DVUwE/kalhonaho.wav", "temperature": 1, "continuation": false, "output_format": "wav", "continuation_start": 0, "normalization_strategy": "loudness", "classifier_free_guidance": 3 }, "logs": "Using seed 1855846306\nMelody wavform shape! torch.Size([4, 2, 882000])\n1 / 1000\n2 / 1000\n3 / 1000\n4 / 1000\n5 / 1000\n6 / 1000\n7 / 1000\n8 / 1000\n9 / 1000\n10 / 1000\n11 / 1000\n12 / 1000\n13 / 1000\n14 / 1000\n15 / 1000\n16 / 1000\n17 / 1000\n18 / 1000\n19 / 1000\n20 / 1000\n21 / 1000\n22 / 1000\n23 / 1000\n24 / 1000\n25 / 1000\n26 / 1000\n27 / 1000\n28 / 1000\n29 / 1000\n30 / 1000\n31 / 1000\n32 / 1000\n33 / 1000\n34 / 1000\n35 / 1000\n36 / 1000\n37 / 1000\n38 / 1000\n39 / 1000\n40 / 1000\n41 / 1000\n42 / 1000\n43 / 1000\n44 / 1000\n45 / 1000\n46 / 1000\n47 / 1000\n48 / 1000\n49 / 1000\n50 / 1000\n51 / 1000\n52 / 1000\n53 / 1000\n54 / 1000\n55 / 1000\n56 / 1000\n57 / 1000\n58 / 1000\n59 / 1000\n60 / 1000\n61 / 1000\n62 / 1000\n63 / 1000\n64 / 1000\n65 / 1000\n66 / 1000\n67 / 1000\n68 / 1000\n69 / 1000\n70 / 1000\n71 / 1000\n72 / 1000\n73 / 1000\n74 / 1000\n75 / 1000\n76 / 1000\n77 / 1000\n78 / 1000\n79 / 1000\n80 / 1000\n81 / 1000\n82 / 1000\n83 / 1000\n84 / 1000\n85 / 1000\n86 / 1000\n87 / 1000\n88 / 1000\n89 / 1000\n90 / 1000\n91 / 1000\n92 / 1000\n93 / 1000\n94 / 1000\n95 / 1000\n96 / 1000\n97 / 1000\n98 / 1000\n99 / 1000\n100 / 1000\n101 / 1000\n102 / 1000\n103 / 1000\n104 / 1000\n105 / 1000\n106 / 1000\n107 / 1000\n108 / 1000\n109 / 1000\n110 / 1000\n111 / 1000\n112 / 1000\n113 / 1000\n114 / 1000\n115 / 1000\n116 / 1000\n117 / 1000\n118 / 1000\n119 / 1000\n120 / 1000\n121 / 1000\n122 / 1000\n123 / 1000\n124 / 1000\n125 / 1000\n126 / 1000\n127 / 1000\n128 / 1000\n129 / 1000\n130 / 1000\n131 / 1000\n132 / 1000\n133 / 1000\n134 / 1000\n135 / 1000\n136 / 1000\n137 / 1000\n138 / 1000\n139 / 1000\n140 / 1000\n141 / 1000\n142 / 1000\n143 / 1000\n144 / 1000\n145 / 1000\n146 / 1000\n147 / 1000\n148 / 1000\n149 / 1000\n150 / 1000\n151 / 1000\n152 / 1000\n153 / 1000\n154 / 1000\n155 / 1000\n156 / 1000\n157 / 1000\n158 / 1000\n159 / 1000\n160 / 1000\n161 / 1000\n162 / 1000\n163 / 1000\n164 / 1000\n165 / 1000\n166 / 1000\n167 / 1000\n168 / 1000\n169 / 1000\n170 / 1000\n171 / 1000\n172 / 1000\n173 / 1000\n174 / 1000\n175 / 1000\n176 / 1000\n177 / 1000\n178 / 1000\n179 / 1000\n180 / 1000\n181 / 1000\n182 / 1000\n183 / 1000\n184 / 1000\n185 / 1000\n186 / 1000\n187 / 1000\n188 / 1000\n189 / 1000\n190 / 1000\n191 / 1000\n192 / 1000\n193 / 1000\n194 / 1000\n195 / 1000\n196 / 1000\n197 / 1000\n198 / 1000\n199 / 1000\n200 / 1000\n201 / 1000\n202 / 1000\n203 / 1000\n204 / 1000\n205 / 1000\n206 / 1000\n207 / 1000\n208 / 1000\n209 / 1000\n210 / 1000\n211 / 1000\n212 / 1000\n213 / 1000\n214 / 1000\n215 / 1000\n216 / 1000\n217 / 1000\n218 / 1000\n219 / 1000\n220 / 1000\n221 / 1000\n222 / 1000\n223 / 1000\n224 / 1000\n225 / 1000\n226 / 1000\n227 / 1000\n228 / 1000\n229 / 1000\n230 / 1000\n231 / 1000\n232 / 1000\n233 / 1000\n234 / 1000\n235 / 1000\n236 / 1000\n237 / 1000\n238 / 1000\n239 / 1000\n240 / 1000\n241 / 1000\n242 / 1000\n243 / 1000\n244 / 1000\n245 / 1000\n246 / 1000\n247 / 1000\n248 / 1000\n249 / 1000\n250 / 1000\n251 / 1000\n252 / 1000\n253 / 1000\n254 / 1000\n255 / 1000\n256 / 1000\n257 / 1000\n258 / 1000\n259 / 1000\n260 / 1000\n261 / 1000\n262 / 1000\n263 / 1000\n264 / 1000\n265 / 1000\n266 / 1000\n267 / 1000\n268 / 1000\n269 / 1000\n270 / 1000\n271 / 1000\n272 / 1000\n273 / 1000\n274 / 1000\n275 / 1000\n276 / 1000\n277 / 1000\n278 / 1000\n279 / 1000\n280 / 1000\n281 / 1000\n282 / 1000\n283 / 1000\n284 / 1000\n285 / 1000\n286 / 1000\n287 / 1000\n288 / 1000\n289 / 1000\n290 / 1000\n291 / 1000\n292 / 1000\n293 / 1000\n294 / 1000\n295 / 1000\n296 / 1000\n297 / 1000\n298 / 1000\n299 / 1000\n300 / 1000\n301 / 1000\n302 / 1000\n303 / 1000\n304 / 1000\n305 / 1000\n306 / 1000\n307 / 1000\n308 / 1000\n309 / 1000\n310 / 1000\n311 / 1000\n312 / 1000\n313 / 1000\n314 / 1000\n315 / 1000\n316 / 1000\n317 / 1000\n318 / 1000\n319 / 1000\n320 / 1000\n321 / 1000\n322 / 1000\n323 / 1000\n324 / 1000\n325 / 1000\n326 / 1000\n327 / 1000\n328 / 1000\n329 / 1000\n330 / 1000\n331 / 1000\n332 / 1000\n333 / 1000\n334 / 1000\n335 / 1000\n336 / 1000\n337 / 1000\n338 / 1000\n339 / 1000\n340 / 1000\n341 / 1000\n342 / 1000\n343 / 1000\n344 / 1000\n345 / 1000\n346 / 1000\n347 / 1000\n348 / 1000\n349 / 1000\n350 / 1000\n351 / 1000\n352 / 1000\n353 / 1000\n354 / 1000\n355 / 1000\n356 / 1000\n357 / 1000\n358 / 1000\n359 / 1000\n360 / 1000\n361 / 1000\n362 / 1000\n363 / 1000\n364 / 1000\n365 / 1000\n366 / 1000\n367 / 1000\n368 / 1000\n369 / 1000\n370 / 1000\n371 / 1000\n372 / 1000\n373 / 1000\n374 / 1000\n375 / 1000\n376 / 1000\n377 / 1000\n378 / 1000\n379 / 1000\n380 / 1000\n381 / 1000\n382 / 1000\n383 / 1000\n384 / 1000\n385 / 1000\n386 / 1000\n387 / 1000\n388 / 1000\n389 / 1000\n390 / 1000\n391 / 1000\n392 / 1000\n393 / 1000\n394 / 1000\n395 / 1000\n396 / 1000\n397 / 1000\n398 / 1000\n399 / 1000\n400 / 1000\n401 / 1000\n402 / 1000\n403 / 1000\n404 / 1000\n405 / 1000\n406 / 1000\n407 / 1000\n408 / 1000\n409 / 1000\n410 / 1000\n411 / 1000\n412 / 1000\n413 / 1000\n414 / 1000\n415 / 1000\n416 / 1000\n417 / 1000\n418 / 1000\n419 / 1000\n420 / 1000\n421 / 1000\n422 / 1000\n423 / 1000\n424 / 1000\n425 / 1000\n426 / 1000\n427 / 1000\n428 / 1000\n429 / 1000\n430 / 1000\n431 / 1000\n432 / 1000\n433 / 1000\n434 / 1000\n435 / 1000\n436 / 1000\n437 / 1000\n438 / 1000\n439 / 1000\n440 / 1000\n441 / 1000\n442 / 1000\n443 / 1000\n444 / 1000\n445 / 1000\n446 / 1000\n447 / 1000\n448 / 1000\n449 / 1000\n450 / 1000\n451 / 1000\n452 / 1000\n453 / 1000\n454 / 1000\n455 / 1000\n456 / 1000\n457 / 1000\n458 / 1000\n459 / 1000\n460 / 1000\n461 / 1000\n462 / 1000\n463 / 1000\n464 / 1000\n465 / 1000\n466 / 1000\n467 / 1000\n468 / 1000\n469 / 1000\n470 / 1000\n471 / 1000\n472 / 1000\n473 / 1000\n474 / 1000\n475 / 1000\n476 / 1000\n477 / 1000\n478 / 1000\n479 / 1000\n480 / 1000\n481 / 1000\n482 / 1000\n483 / 1000\n484 / 1000\n485 / 1000\n486 / 1000\n487 / 1000\n488 / 1000\n489 / 1000\n490 / 1000\n491 / 1000\n492 / 1000\n493 / 1000\n494 / 1000\n495 / 1000\n496 / 1000\n497 / 1000\n498 / 1000\n499 / 1000\n500 / 1000\n501 / 1000\n502 / 1000\n503 / 1000\n504 / 1000\n505 / 1000\n506 / 1000\n507 / 1000\n508 / 1000\n509 / 1000\n510 / 1000\n511 / 1000\n512 / 1000\n513 / 1000\n514 / 1000\n515 / 1000\n516 / 1000\n517 / 1000\n518 / 1000\n519 / 1000\n520 / 1000\n521 / 1000\n522 / 1000\n523 / 1000\n524 / 1000\n525 / 1000\n526 / 1000\n527 / 1000\n528 / 1000\n529 / 1000\n530 / 1000\n531 / 1000\n532 / 1000\n533 / 1000\n534 / 1000\n535 / 1000\n536 / 1000\n537 / 1000\n538 / 1000\n539 / 1000\n540 / 1000\n541 / 1000\n542 / 1000\n543 / 1000\n544 / 1000\n545 / 1000\n546 / 1000\n547 / 1000\n548 / 1000\n549 / 1000\n550 / 1000\n551 / 1000\n552 / 1000\n553 / 1000\n554 / 1000\n555 / 1000\n556 / 1000\n557 / 1000\n558 / 1000\n559 / 1000\n560 / 1000\n561 / 1000\n562 / 1000\n563 / 1000\n564 / 1000\n565 / 1000\n566 / 1000\n567 / 1000\n568 / 1000\n569 / 1000\n570 / 1000\n571 / 1000\n572 / 1000\n573 / 1000\n574 / 1000\n575 / 1000\n576 / 1000\n577 / 1000\n578 / 1000\n579 / 1000\n580 / 1000\n581 / 1000\n582 / 1000\n583 / 1000\n584 / 1000\n585 / 1000\n586 / 1000\n587 / 1000\n588 / 1000\n589 / 1000\n590 / 1000\n591 / 1000\n592 / 1000\n593 / 1000\n594 / 1000\n595 / 1000\n596 / 1000\n597 / 1000\n598 / 1000\n599 / 1000\n600 / 1000\n601 / 1000\n602 / 1000\n603 / 1000\n604 / 1000\n605 / 1000\n606 / 1000\n607 / 1000\n608 / 1000\n609 / 1000\n610 / 1000\n611 / 1000\n612 / 1000\n613 / 1000\n614 / 1000\n615 / 1000\n616 / 1000\n617 / 1000\n618 / 1000\n619 / 1000\n620 / 1000\n621 / 1000\n622 / 1000\n623 / 1000\n624 / 1000\n625 / 1000\n626 / 1000\n627 / 1000\n628 / 1000\n629 / 1000\n630 / 1000\n631 / 1000\n632 / 1000\n633 / 1000\n634 / 1000\n635 / 1000\n636 / 1000\n637 / 1000\n638 / 1000\n639 / 1000\n640 / 1000\n641 / 1000\n642 / 1000\n643 / 1000\n644 / 1000\n645 / 1000\n646 / 1000\n647 / 1000\n648 / 1000\n649 / 1000\n650 / 1000\n651 / 1000\n652 / 1000\n653 / 1000\n654 / 1000\n655 / 1000\n656 / 1000\n657 / 1000\n658 / 1000\n659 / 1000\n660 / 1000\n661 / 1000\n662 / 1000\n663 / 1000\n664 / 1000\n665 / 1000\n666 / 1000\n667 / 1000\n668 / 1000\n669 / 1000\n670 / 1000\n671 / 1000\n672 / 1000\n673 / 1000\n674 / 1000\n675 / 1000\n676 / 1000\n677 / 1000\n678 / 1000\n679 / 1000\n680 / 1000\n681 / 1000\n682 / 1000\n683 / 1000\n684 / 1000\n685 / 1000\n686 / 1000\n687 / 1000\n688 / 1000\n689 / 1000\n690 / 1000\n691 / 1000\n692 / 1000\n693 / 1000\n694 / 1000\n695 / 1000\n696 / 1000\n697 / 1000\n698 / 1000\n699 / 1000\n700 / 1000\n701 / 1000\n702 / 1000\n703 / 1000\n704 / 1000\n705 / 1000\n706 / 1000\n707 / 1000\n708 / 1000\n709 / 1000\n710 / 1000\n711 / 1000\n712 / 1000\n713 / 1000\n714 / 1000\n715 / 1000\n716 / 1000\n717 / 1000\n718 / 1000\n719 / 1000\n720 / 1000\n721 / 1000\n722 / 1000\n723 / 1000\n724 / 1000\n725 / 1000\n726 / 1000\n727 / 1000\n728 / 1000\n729 / 1000\n730 / 1000\n731 / 1000\n732 / 1000\n733 / 1000\n734 / 1000\n735 / 1000\n736 / 1000\n737 / 1000\n738 / 1000\n739 / 1000\n740 / 1000\n741 / 1000\n742 / 1000\n743 / 1000\n744 / 1000\n745 / 1000\n746 / 1000\n747 / 1000\n748 / 1000\n749 / 1000\n750 / 1000\n751 / 1000\n752 / 1000\n753 / 1000\n754 / 1000\n755 / 1000\n756 / 1000\n757 / 1000\n758 / 1000\n759 / 1000\n760 / 1000\n761 / 1000\n762 / 1000\n763 / 1000\n764 / 1000\n765 / 1000\n766 / 1000\n767 / 1000\n768 / 1000\n769 / 1000\n770 / 1000\n771 / 1000\n772 / 1000\n773 / 1000\n774 / 1000\n775 / 1000\n776 / 1000\n777 / 1000\n778 / 1000\n779 / 1000\n780 / 1000\n781 / 1000\n782 / 1000\n783 / 1000\n784 / 1000\n785 / 1000\n786 / 1000\n787 / 1000\n788 / 1000\n789 / 1000\n790 / 1000\n791 / 1000\n792 / 1000\n793 / 1000\n794 / 1000\n795 / 1000\n796 / 1000\n797 / 1000\n798 / 1000\n799 / 1000\n800 / 1000\n801 / 1000\n802 / 1000\n803 / 1000\n804 / 1000\n805 / 1000\n806 / 1000\n807 / 1000\n808 / 1000\n809 / 1000\n810 / 1000\n811 / 1000\n812 / 1000\n813 / 1000\n814 / 1000\n815 / 1000\n816 / 1000\n817 / 1000\n818 / 1000\n819 / 1000\n820 / 1000\n821 / 1000\n822 / 1000\n823 / 1000\n824 / 1000\n825 / 1000\n826 / 1000\n827 / 1000\n828 / 1000\n829 / 1000\n830 / 1000\n831 / 1000\n832 / 1000\n833 / 1000\n834 / 1000\n835 / 1000\n836 / 1000\n837 / 1000\n838 / 1000\n839 / 1000\n840 / 1000\n841 / 1000\n842 / 1000\n843 / 1000\n844 / 1000\n845 / 1000\n846 / 1000\n847 / 1000\n848 / 1000\n849 / 1000\n850 / 1000\n851 / 1000\n852 / 1000\n853 / 1000\n854 / 1000\n855 / 1000\n856 / 1000\n857 / 1000\n858 / 1000\n859 / 1000\n860 / 1000\n861 / 1000\n862 / 1000\n863 / 1000\n864 / 1000\n865 / 1000\n866 / 1000\n867 / 1000\n868 / 1000\n869 / 1000\n870 / 1000\n871 / 1000\n872 / 1000\n873 / 1000\n874 / 1000\n875 / 1000\n876 / 1000\n877 / 1000\n878 / 1000\n879 / 1000\n880 / 1000\n881 / 1000\n882 / 1000\n883 / 1000\n884 / 1000\n885 / 1000\n886 / 1000\n887 / 1000\n888 / 1000\n889 / 1000\n890 / 1000\n891 / 1000\n892 / 1000\n893 / 1000\n894 / 1000\n895 / 1000\n896 / 1000\n897 / 1000\n898 / 1000\n899 / 1000\n900 / 1000\n901 / 1000\n902 / 1000\n903 / 1000\n904 / 1000\n905 / 1000\n906 / 1000\n907 / 1000\n908 / 1000\n909 / 1000\n910 / 1000\n911 / 1000\n912 / 1000\n913 / 1000\n914 / 1000\n915 / 1000\n916 / 1000\n917 / 1000\n918 / 1000\n919 / 1000\n920 / 1000\n921 / 1000\n922 / 1000\n923 / 1000\n924 / 1000\n925 / 1000\n926 / 1000\n927 / 1000\n928 / 1000\n929 / 1000\n930 / 1000\n931 / 1000\n932 / 1000\n933 / 1000\n934 / 1000\n935 / 1000\n936 / 1000\n937 / 1000\n938 / 1000\n939 / 1000\n940 / 1000\n941 / 1000\n942 / 1000\n943 / 1000\n944 / 1000\n945 / 1000\n946 / 1000\n947 / 1000\n948 / 1000\n949 / 1000\n950 / 1000\n951 / 1000\n952 / 1000\n953 / 1000\n954 / 1000\n955 / 1000\n956 / 1000\n957 / 1000\n958 / 1000\n959 / 1000\n960 / 1000\n961 / 1000\n962 / 1000\n963 / 1000\n964 / 1000\n965 / 1000\n966 / 1000\n967 / 1000\n968 / 1000\n969 / 1000\n970 / 1000\n971 / 1000\n972 / 1000\n973 / 1000\n974 / 1000\n975 / 1000\n976 / 1000\n977 / 1000\n978 / 1000\n979 / 1000\n980 / 1000\n981 / 1000\n982 / 1000\n983 / 1000\n984 / 1000\n985 / 1000\n986 / 1000\n987 / 1000\n988 / 1000\n989 / 1000\n990 / 1000\n991 / 1000\n992 / 1000\n993 / 1000\n994 / 1000\n995 / 1000\n996 / 1000\n997 / 1000\n998 / 1000\n999 / 1000\n1000 / 1000\n1001 / 1000\n1002 / 1000\n1003 / 1000", "metrics": { "predict_time": 50.577652, "total_time": 174.896514 }, "output": [ "https://replicate.delivery/pbxt/sqC3yzAif8TZWqze3S4AqKgbVhsJmYBTDM1i7egSJnYi3vTlA/2024-04-13_00-08-14_out_000.wav", "https://replicate.delivery/pbxt/ZLjCS9wJVY60H51T1fnneReSndE8zMB8IieQ7XBxBvAEvfOVC/2024-04-13_00-08-14_out_001.wav", "https://replicate.delivery/pbxt/SfdtzV0ocX3lfknGp6EMfvnvNAXaP68ov3qXFhiM1Brj3vTlA/2024-04-13_00-08-14_out_002.wav", "https://replicate.delivery/pbxt/bMIhLh8rW84CA9d9Lf2SGBdtXqbU6deee3pfZ2ONqoev8e7UJA/2024-04-13_00-08-14_out_003.wav" ], "started_at": "2024-04-13T00:07:27.891862Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/s1htq177ynrgp0cetk2v3v984g", "cancel": "https://api.replicate.com/v1/predictions/s1htq177ynrgp0cetk2v3v984g/cancel" }, "version": "020ac56a613f4494065e2e5544c7377788a8abcfbe645ecb8146634de0bc383e" }
Generated inUsing seed 1855846306 Melody wavform shape! torch.Size([4, 2, 882000]) 1 / 1000 2 / 1000 3 / 1000 4 / 1000 5 / 1000 6 / 1000 7 / 1000 8 / 1000 9 / 1000 10 / 1000 11 / 1000 12 / 1000 13 / 1000 14 / 1000 15 / 1000 16 / 1000 17 / 1000 18 / 1000 19 / 1000 20 / 1000 21 / 1000 22 / 1000 23 / 1000 24 / 1000 25 / 1000 26 / 1000 27 / 1000 28 / 1000 29 / 1000 30 / 1000 31 / 1000 32 / 1000 33 / 1000 34 / 1000 35 / 1000 36 / 1000 37 / 1000 38 / 1000 39 / 1000 40 / 1000 41 / 1000 42 / 1000 43 / 1000 44 / 1000 45 / 1000 46 / 1000 47 / 1000 48 / 1000 49 / 1000 50 / 1000 51 / 1000 52 / 1000 53 / 1000 54 / 1000 55 / 1000 56 / 1000 57 / 1000 58 / 1000 59 / 1000 60 / 1000 61 / 1000 62 / 1000 63 / 1000 64 / 1000 65 / 1000 66 / 1000 67 / 1000 68 / 1000 69 / 1000 70 / 1000 71 / 1000 72 / 1000 73 / 1000 74 / 1000 75 / 1000 76 / 1000 77 / 1000 78 / 1000 79 / 1000 80 / 1000 81 / 1000 82 / 1000 83 / 1000 84 / 1000 85 / 1000 86 / 1000 87 / 1000 88 / 1000 89 / 1000 90 / 1000 91 / 1000 92 / 1000 93 / 1000 94 / 1000 95 / 1000 96 / 1000 97 / 1000 98 / 1000 99 / 1000 100 / 1000 101 / 1000 102 / 1000 103 / 1000 104 / 1000 105 / 1000 106 / 1000 107 / 1000 108 / 1000 109 / 1000 110 / 1000 111 / 1000 112 / 1000 113 / 1000 114 / 1000 115 / 1000 116 / 1000 117 / 1000 118 / 1000 119 / 1000 120 / 1000 121 / 1000 122 / 1000 123 / 1000 124 / 1000 125 / 1000 126 / 1000 127 / 1000 128 / 1000 129 / 1000 130 / 1000 131 / 1000 132 / 1000 133 / 1000 134 / 1000 135 / 1000 136 / 1000 137 / 1000 138 / 1000 139 / 1000 140 / 1000 141 / 1000 142 / 1000 143 / 1000 144 / 1000 145 / 1000 146 / 1000 147 / 1000 148 / 1000 149 / 1000 150 / 1000 151 / 1000 152 / 1000 153 / 1000 154 / 1000 155 / 1000 156 / 1000 157 / 1000 158 / 1000 159 / 1000 160 / 1000 161 / 1000 162 / 1000 163 / 1000 164 / 1000 165 / 1000 166 / 1000 167 / 1000 168 / 1000 169 / 1000 170 / 1000 171 / 1000 172 / 1000 173 / 1000 174 / 1000 175 / 1000 176 / 1000 177 / 1000 178 / 1000 179 / 1000 180 / 1000 181 / 1000 182 / 1000 183 / 1000 184 / 1000 185 / 1000 186 / 1000 187 / 1000 188 / 1000 189 / 1000 190 / 1000 191 / 1000 192 / 1000 193 / 1000 194 / 1000 195 / 1000 196 / 1000 197 / 1000 198 / 1000 199 / 1000 200 / 1000 201 / 1000 202 / 1000 203 / 1000 204 / 1000 205 / 1000 206 / 1000 207 / 1000 208 / 1000 209 / 1000 210 / 1000 211 / 1000 212 / 1000 213 / 1000 214 / 1000 215 / 1000 216 / 1000 217 / 1000 218 / 1000 219 / 1000 220 / 1000 221 / 1000 222 / 1000 223 / 1000 224 / 1000 225 / 1000 226 / 1000 227 / 1000 228 / 1000 229 / 1000 230 / 1000 231 / 1000 232 / 1000 233 / 1000 234 / 1000 235 / 1000 236 / 1000 237 / 1000 238 / 1000 239 / 1000 240 / 1000 241 / 1000 242 / 1000 243 / 1000 244 / 1000 245 / 1000 246 / 1000 247 / 1000 248 / 1000 249 / 1000 250 / 1000 251 / 1000 252 / 1000 253 / 1000 254 / 1000 255 / 1000 256 / 1000 257 / 1000 258 / 1000 259 / 1000 260 / 1000 261 / 1000 262 / 1000 263 / 1000 264 / 1000 265 / 1000 266 / 1000 267 / 1000 268 / 1000 269 / 1000 270 / 1000 271 / 1000 272 / 1000 273 / 1000 274 / 1000 275 / 1000 276 / 1000 277 / 1000 278 / 1000 279 / 1000 280 / 1000 281 / 1000 282 / 1000 283 / 1000 284 / 1000 285 / 1000 286 / 1000 287 / 1000 288 / 1000 289 / 1000 290 / 1000 291 / 1000 292 / 1000 293 / 1000 294 / 1000 295 / 1000 296 / 1000 297 / 1000 298 / 1000 299 / 1000 300 / 1000 301 / 1000 302 / 1000 303 / 1000 304 / 1000 305 / 1000 306 / 1000 307 / 1000 308 / 1000 309 / 1000 310 / 1000 311 / 1000 312 / 1000 313 / 1000 314 / 1000 315 / 1000 316 / 1000 317 / 1000 318 / 1000 319 / 1000 320 / 1000 321 / 1000 322 / 1000 323 / 1000 324 / 1000 325 / 1000 326 / 1000 327 / 1000 328 / 1000 329 / 1000 330 / 1000 331 / 1000 332 / 1000 333 / 1000 334 / 1000 335 / 1000 336 / 1000 337 / 1000 338 / 1000 339 / 1000 340 / 1000 341 / 1000 342 / 1000 343 / 1000 344 / 1000 345 / 1000 346 / 1000 347 / 1000 348 / 1000 349 / 1000 350 / 1000 351 / 1000 352 / 1000 353 / 1000 354 / 1000 355 / 1000 356 / 1000 357 / 1000 358 / 1000 359 / 1000 360 / 1000 361 / 1000 362 / 1000 363 / 1000 364 / 1000 365 / 1000 366 / 1000 367 / 1000 368 / 1000 369 / 1000 370 / 1000 371 / 1000 372 / 1000 373 / 1000 374 / 1000 375 / 1000 376 / 1000 377 / 1000 378 / 1000 379 / 1000 380 / 1000 381 / 1000 382 / 1000 383 / 1000 384 / 1000 385 / 1000 386 / 1000 387 / 1000 388 / 1000 389 / 1000 390 / 1000 391 / 1000 392 / 1000 393 / 1000 394 / 1000 395 / 1000 396 / 1000 397 / 1000 398 / 1000 399 / 1000 400 / 1000 401 / 1000 402 / 1000 403 / 1000 404 / 1000 405 / 1000 406 / 1000 407 / 1000 408 / 1000 409 / 1000 410 / 1000 411 / 1000 412 / 1000 413 / 1000 414 / 1000 415 / 1000 416 / 1000 417 / 1000 418 / 1000 419 / 1000 420 / 1000 421 / 1000 422 / 1000 423 / 1000 424 / 1000 425 / 1000 426 / 1000 427 / 1000 428 / 1000 429 / 1000 430 / 1000 431 / 1000 432 / 1000 433 / 1000 434 / 1000 435 / 1000 436 / 1000 437 / 1000 438 / 1000 439 / 1000 440 / 1000 441 / 1000 442 / 1000 443 / 1000 444 / 1000 445 / 1000 446 / 1000 447 / 1000 448 / 1000 449 / 1000 450 / 1000 451 / 1000 452 / 1000 453 / 1000 454 / 1000 455 / 1000 456 / 1000 457 / 1000 458 / 1000 459 / 1000 460 / 1000 461 / 1000 462 / 1000 463 / 1000 464 / 1000 465 / 1000 466 / 1000 467 / 1000 468 / 1000 469 / 1000 470 / 1000 471 / 1000 472 / 1000 473 / 1000 474 / 1000 475 / 1000 476 / 1000 477 / 1000 478 / 1000 479 / 1000 480 / 1000 481 / 1000 482 / 1000 483 / 1000 484 / 1000 485 / 1000 486 / 1000 487 / 1000 488 / 1000 489 / 1000 490 / 1000 491 / 1000 492 / 1000 493 / 1000 494 / 1000 495 / 1000 496 / 1000 497 / 1000 498 / 1000 499 / 1000 500 / 1000 501 / 1000 502 / 1000 503 / 1000 504 / 1000 505 / 1000 506 / 1000 507 / 1000 508 / 1000 509 / 1000 510 / 1000 511 / 1000 512 / 1000 513 / 1000 514 / 1000 515 / 1000 516 / 1000 517 / 1000 518 / 1000 519 / 1000 520 / 1000 521 / 1000 522 / 1000 523 / 1000 524 / 1000 525 / 1000 526 / 1000 527 / 1000 528 / 1000 529 / 1000 530 / 1000 531 / 1000 532 / 1000 533 / 1000 534 / 1000 535 / 1000 536 / 1000 537 / 1000 538 / 1000 539 / 1000 540 / 1000 541 / 1000 542 / 1000 543 / 1000 544 / 1000 545 / 1000 546 / 1000 547 / 1000 548 / 1000 549 / 1000 550 / 1000 551 / 1000 552 / 1000 553 / 1000 554 / 1000 555 / 1000 556 / 1000 557 / 1000 558 / 1000 559 / 1000 560 / 1000 561 / 1000 562 / 1000 563 / 1000 564 / 1000 565 / 1000 566 / 1000 567 / 1000 568 / 1000 569 / 1000 570 / 1000 571 / 1000 572 / 1000 573 / 1000 574 / 1000 575 / 1000 576 / 1000 577 / 1000 578 / 1000 579 / 1000 580 / 1000 581 / 1000 582 / 1000 583 / 1000 584 / 1000 585 / 1000 586 / 1000 587 / 1000 588 / 1000 589 / 1000 590 / 1000 591 / 1000 592 / 1000 593 / 1000 594 / 1000 595 / 1000 596 / 1000 597 / 1000 598 / 1000 599 / 1000 600 / 1000 601 / 1000 602 / 1000 603 / 1000 604 / 1000 605 / 1000 606 / 1000 607 / 1000 608 / 1000 609 / 1000 610 / 1000 611 / 1000 612 / 1000 613 / 1000 614 / 1000 615 / 1000 616 / 1000 617 / 1000 618 / 1000 619 / 1000 620 / 1000 621 / 1000 622 / 1000 623 / 1000 624 / 1000 625 / 1000 626 / 1000 627 / 1000 628 / 1000 629 / 1000 630 / 1000 631 / 1000 632 / 1000 633 / 1000 634 / 1000 635 / 1000 636 / 1000 637 / 1000 638 / 1000 639 / 1000 640 / 1000 641 / 1000 642 / 1000 643 / 1000 644 / 1000 645 / 1000 646 / 1000 647 / 1000 648 / 1000 649 / 1000 650 / 1000 651 / 1000 652 / 1000 653 / 1000 654 / 1000 655 / 1000 656 / 1000 657 / 1000 658 / 1000 659 / 1000 660 / 1000 661 / 1000 662 / 1000 663 / 1000 664 / 1000 665 / 1000 666 / 1000 667 / 1000 668 / 1000 669 / 1000 670 / 1000 671 / 1000 672 / 1000 673 / 1000 674 / 1000 675 / 1000 676 / 1000 677 / 1000 678 / 1000 679 / 1000 680 / 1000 681 / 1000 682 / 1000 683 / 1000 684 / 1000 685 / 1000 686 / 1000 687 / 1000 688 / 1000 689 / 1000 690 / 1000 691 / 1000 692 / 1000 693 / 1000 694 / 1000 695 / 1000 696 / 1000 697 / 1000 698 / 1000 699 / 1000 700 / 1000 701 / 1000 702 / 1000 703 / 1000 704 / 1000 705 / 1000 706 / 1000 707 / 1000 708 / 1000 709 / 1000 710 / 1000 711 / 1000 712 / 1000 713 / 1000 714 / 1000 715 / 1000 716 / 1000 717 / 1000 718 / 1000 719 / 1000 720 / 1000 721 / 1000 722 / 1000 723 / 1000 724 / 1000 725 / 1000 726 / 1000 727 / 1000 728 / 1000 729 / 1000 730 / 1000 731 / 1000 732 / 1000 733 / 1000 734 / 1000 735 / 1000 736 / 1000 737 / 1000 738 / 1000 739 / 1000 740 / 1000 741 / 1000 742 / 1000 743 / 1000 744 / 1000 745 / 1000 746 / 1000 747 / 1000 748 / 1000 749 / 1000 750 / 1000 751 / 1000 752 / 1000 753 / 1000 754 / 1000 755 / 1000 756 / 1000 757 / 1000 758 / 1000 759 / 1000 760 / 1000 761 / 1000 762 / 1000 763 / 1000 764 / 1000 765 / 1000 766 / 1000 767 / 1000 768 / 1000 769 / 1000 770 / 1000 771 / 1000 772 / 1000 773 / 1000 774 / 1000 775 / 1000 776 / 1000 777 / 1000 778 / 1000 779 / 1000 780 / 1000 781 / 1000 782 / 1000 783 / 1000 784 / 1000 785 / 1000 786 / 1000 787 / 1000 788 / 1000 789 / 1000 790 / 1000 791 / 1000 792 / 1000 793 / 1000 794 / 1000 795 / 1000 796 / 1000 797 / 1000 798 / 1000 799 / 1000 800 / 1000 801 / 1000 802 / 1000 803 / 1000 804 / 1000 805 / 1000 806 / 1000 807 / 1000 808 / 1000 809 / 1000 810 / 1000 811 / 1000 812 / 1000 813 / 1000 814 / 1000 815 / 1000 816 / 1000 817 / 1000 818 / 1000 819 / 1000 820 / 1000 821 / 1000 822 / 1000 823 / 1000 824 / 1000 825 / 1000 826 / 1000 827 / 1000 828 / 1000 829 / 1000 830 / 1000 831 / 1000 832 / 1000 833 / 1000 834 / 1000 835 / 1000 836 / 1000 837 / 1000 838 / 1000 839 / 1000 840 / 1000 841 / 1000 842 / 1000 843 / 1000 844 / 1000 845 / 1000 846 / 1000 847 / 1000 848 / 1000 849 / 1000 850 / 1000 851 / 1000 852 / 1000 853 / 1000 854 / 1000 855 / 1000 856 / 1000 857 / 1000 858 / 1000 859 / 1000 860 / 1000 861 / 1000 862 / 1000 863 / 1000 864 / 1000 865 / 1000 866 / 1000 867 / 1000 868 / 1000 869 / 1000 870 / 1000 871 / 1000 872 / 1000 873 / 1000 874 / 1000 875 / 1000 876 / 1000 877 / 1000 878 / 1000 879 / 1000 880 / 1000 881 / 1000 882 / 1000 883 / 1000 884 / 1000 885 / 1000 886 / 1000 887 / 1000 888 / 1000 889 / 1000 890 / 1000 891 / 1000 892 / 1000 893 / 1000 894 / 1000 895 / 1000 896 / 1000 897 / 1000 898 / 1000 899 / 1000 900 / 1000 901 / 1000 902 / 1000 903 / 1000 904 / 1000 905 / 1000 906 / 1000 907 / 1000 908 / 1000 909 / 1000 910 / 1000 911 / 1000 912 / 1000 913 / 1000 914 / 1000 915 / 1000 916 / 1000 917 / 1000 918 / 1000 919 / 1000 920 / 1000 921 / 1000 922 / 1000 923 / 1000 924 / 1000 925 / 1000 926 / 1000 927 / 1000 928 / 1000 929 / 1000 930 / 1000 931 / 1000 932 / 1000 933 / 1000 934 / 1000 935 / 1000 936 / 1000 937 / 1000 938 / 1000 939 / 1000 940 / 1000 941 / 1000 942 / 1000 943 / 1000 944 / 1000 945 / 1000 946 / 1000 947 / 1000 948 / 1000 949 / 1000 950 / 1000 951 / 1000 952 / 1000 953 / 1000 954 / 1000 955 / 1000 956 / 1000 957 / 1000 958 / 1000 959 / 1000 960 / 1000 961 / 1000 962 / 1000 963 / 1000 964 / 1000 965 / 1000 966 / 1000 967 / 1000 968 / 1000 969 / 1000 970 / 1000 971 / 1000 972 / 1000 973 / 1000 974 / 1000 975 / 1000 976 / 1000 977 / 1000 978 / 1000 979 / 1000 980 / 1000 981 / 1000 982 / 1000 983 / 1000 984 / 1000 985 / 1000 986 / 1000 987 / 1000 988 / 1000 989 / 1000 990 / 1000 991 / 1000 992 / 1000 993 / 1000 994 / 1000 995 / 1000 996 / 1000 997 / 1000 998 / 1000 999 / 1000 1000 / 1000 1001 / 1000 1002 / 1000 1003 / 1000
Prediction
nateraw/musicgen-songstarter-v0.2:020ac56a613f4494065e2e5544c7377788a8abcfbe645ecb8146634de0bc383eIDqrn4751khhrgg0cetkdv7fpv2gStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedby @naterawInput
- top_k
- 250
- top_p
- 0
- prompt
- trap, synthesizer, dark, D minor, 155 bpm
- duration
- 10
- input_audio
- Video Player is loading.Current Time 00:00:000/Duration 00:00:000Loaded: 0%Stream Type LIVERemaining Time -00:00:0001x
- 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.
- temperature
- 1
- continuation
- output_format
- wav
- continuation_start
- 0
- normalization_strategy
- loudness
- classifier_free_guidance
- 3
{ "top_k": 250, "top_p": 0, "prompt": "trap, synthesizer, dark, D minor, 155 bpm", "duration": 10, "input_audio": "https://replicate.delivery/pbxt/KjlMvXLwAyqS5zCXOEhU09gscXC1g35oAYPIjNMeRIvhug65/assets_bach.mp3", "temperature": 1, "continuation": false, "output_format": "wav", "continuation_start": 0, "normalization_strategy": "loudness", "classifier_free_guidance": 3 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run nateraw/musicgen-songstarter-v0.2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "nateraw/musicgen-songstarter-v0.2:020ac56a613f4494065e2e5544c7377788a8abcfbe645ecb8146634de0bc383e", { input: { top_k: 250, top_p: 0, prompt: "trap, synthesizer, dark, D minor, 155 bpm", duration: 10, input_audio: "https://replicate.delivery/pbxt/KjlMvXLwAyqS5zCXOEhU09gscXC1g35oAYPIjNMeRIvhug65/assets_bach.mp3", temperature: 1, continuation: false, output_format: "wav", continuation_start: 0, normalization_strategy: "loudness", classifier_free_guidance: 3 } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run nateraw/musicgen-songstarter-v0.2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "nateraw/musicgen-songstarter-v0.2:020ac56a613f4494065e2e5544c7377788a8abcfbe645ecb8146634de0bc383e", input={ "top_k": 250, "top_p": 0, "prompt": "trap, synthesizer, dark, D minor, 155 bpm", "duration": 10, "input_audio": "https://replicate.delivery/pbxt/KjlMvXLwAyqS5zCXOEhU09gscXC1g35oAYPIjNMeRIvhug65/assets_bach.mp3", "temperature": 1, "continuation": False, "output_format": "wav", "continuation_start": 0, "normalization_strategy": "loudness", "classifier_free_guidance": 3 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run nateraw/musicgen-songstarter-v0.2 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": "nateraw/musicgen-songstarter-v0.2:020ac56a613f4494065e2e5544c7377788a8abcfbe645ecb8146634de0bc383e", "input": { "top_k": 250, "top_p": 0, "prompt": "trap, synthesizer, dark, D minor, 155 bpm", "duration": 10, "input_audio": "https://replicate.delivery/pbxt/KjlMvXLwAyqS5zCXOEhU09gscXC1g35oAYPIjNMeRIvhug65/assets_bach.mp3", "temperature": 1, "continuation": false, "output_format": "wav", "continuation_start": 0, "normalization_strategy": "loudness", "classifier_free_guidance": 3 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
Video Player is loading.Current Time 00:00:000/Duration 00:00:000Loaded: 0%Stream Type LIVERemaining Time -00:00:0001x- 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.
Video Player is loading.Current Time 00:00:000/Duration 00:00:000Loaded: 0%Stream Type LIVERemaining Time -00:00:0001x- 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.
Video Player is loading.Current Time 00:00:000/Duration 00:00:000Loaded: 0%Stream Type LIVERemaining Time -00:00:0001x- 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.
Video Player is loading.Current Time 00:00:000/Duration 00:00:000Loaded: 0%Stream Type LIVERemaining Time -00:00:0001x- 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": "2024-04-13T00:29:00.757753Z", "created_at": "2024-04-13T00:28:39.180000Z", "data_removed": false, "error": null, "id": "qrn4751khhrgg0cetkdv7fpv2g", "input": { "top_k": 250, "top_p": 0, "prompt": "trap, synthesizer, dark, D minor, 155 bpm", "duration": 10, "input_audio": "https://replicate.delivery/pbxt/KjlMvXLwAyqS5zCXOEhU09gscXC1g35oAYPIjNMeRIvhug65/assets_bach.mp3", "temperature": 1, "continuation": false, "output_format": "wav", "continuation_start": 0, "normalization_strategy": "loudness", "classifier_free_guidance": 3 }, "logs": "Using seed 3419052878\nMelody wavform shape! torch.Size([4, 2, 442368])\n1 / 500\n2 / 500\n3 / 500\n4 / 500\n5 / 500\n6 / 500\n7 / 500\n8 / 500\n9 / 500\n10 / 500\n11 / 500\n12 / 500\n13 / 500\n14 / 500\n15 / 500\n16 / 500\n17 / 500\n18 / 500\n19 / 500\n20 / 500\n21 / 500\n22 / 500\n23 / 500\n24 / 500\n25 / 500\n26 / 500\n27 / 500\n28 / 500\n29 / 500\n30 / 500\n31 / 500\n32 / 500\n33 / 500\n34 / 500\n35 / 500\n36 / 500\n37 / 500\n38 / 500\n39 / 500\n40 / 500\n41 / 500\n42 / 500\n43 / 500\n44 / 500\n45 / 500\n46 / 500\n47 / 500\n48 / 500\n49 / 500\n50 / 500\n51 / 500\n52 / 500\n53 / 500\n54 / 500\n55 / 500\n56 / 500\n57 / 500\n58 / 500\n59 / 500\n60 / 500\n61 / 500\n62 / 500\n63 / 500\n64 / 500\n65 / 500\n66 / 500\n67 / 500\n68 / 500\n69 / 500\n70 / 500\n71 / 500\n72 / 500\n73 / 500\n74 / 500\n75 / 500\n76 / 500\n77 / 500\n78 / 500\n79 / 500\n80 / 500\n81 / 500\n82 / 500\n83 / 500\n84 / 500\n85 / 500\n86 / 500\n87 / 500\n88 / 500\n89 / 500\n90 / 500\n91 / 500\n92 / 500\n93 / 500\n94 / 500\n95 / 500\n96 / 500\n97 / 500\n98 / 500\n99 / 500\n100 / 500\n101 / 500\n102 / 500\n103 / 500\n104 / 500\n105 / 500\n106 / 500\n107 / 500\n108 / 500\n109 / 500\n110 / 500\n111 / 500\n112 / 500\n113 / 500\n114 / 500\n115 / 500\n116 / 500\n117 / 500\n118 / 500\n119 / 500\n120 / 500\n121 / 500\n122 / 500\n123 / 500\n124 / 500\n125 / 500\n126 / 500\n127 / 500\n128 / 500\n129 / 500\n130 / 500\n131 / 500\n132 / 500\n133 / 500\n134 / 500\n135 / 500\n136 / 500\n137 / 500\n138 / 500\n139 / 500\n140 / 500\n141 / 500\n142 / 500\n143 / 500\n144 / 500\n145 / 500\n146 / 500\n147 / 500\n148 / 500\n149 / 500\n150 / 500\n151 / 500\n152 / 500\n153 / 500\n154 / 500\n155 / 500\n156 / 500\n157 / 500\n158 / 500\n159 / 500\n160 / 500\n161 / 500\n162 / 500\n163 / 500\n164 / 500\n165 / 500\n166 / 500\n167 / 500\n168 / 500\n169 / 500\n170 / 500\n171 / 500\n172 / 500\n173 / 500\n174 / 500\n175 / 500\n176 / 500\n177 / 500\n178 / 500\n179 / 500\n180 / 500\n181 / 500\n182 / 500\n183 / 500\n184 / 500\n185 / 500\n186 / 500\n187 / 500\n188 / 500\n189 / 500\n190 / 500\n191 / 500\n192 / 500\n193 / 500\n194 / 500\n195 / 500\n196 / 500\n197 / 500\n198 / 500\n199 / 500\n200 / 500\n201 / 500\n202 / 500\n203 / 500\n204 / 500\n205 / 500\n206 / 500\n207 / 500\n208 / 500\n209 / 500\n210 / 500\n211 / 500\n212 / 500\n213 / 500\n214 / 500\n215 / 500\n216 / 500\n217 / 500\n218 / 500\n219 / 500\n220 / 500\n221 / 500\n222 / 500\n223 / 500\n224 / 500\n225 / 500\n226 / 500\n227 / 500\n228 / 500\n229 / 500\n230 / 500\n231 / 500\n232 / 500\n233 / 500\n234 / 500\n235 / 500\n236 / 500\n237 / 500\n238 / 500\n239 / 500\n240 / 500\n241 / 500\n242 / 500\n243 / 500\n244 / 500\n245 / 500\n246 / 500\n247 / 500\n248 / 500\n249 / 500\n250 / 500\n251 / 500\n252 / 500\n253 / 500\n254 / 500\n255 / 500\n256 / 500\n257 / 500\n258 / 500\n259 / 500\n260 / 500\n261 / 500\n262 / 500\n263 / 500\n264 / 500\n265 / 500\n266 / 500\n267 / 500\n268 / 500\n269 / 500\n270 / 500\n271 / 500\n272 / 500\n273 / 500\n274 / 500\n275 / 500\n276 / 500\n277 / 500\n278 / 500\n279 / 500\n280 / 500\n281 / 500\n282 / 500\n283 / 500\n284 / 500\n285 / 500\n286 / 500\n287 / 500\n288 / 500\n289 / 500\n290 / 500\n291 / 500\n292 / 500\n293 / 500\n294 / 500\n295 / 500\n296 / 500\n297 / 500\n298 / 500\n299 / 500\n300 / 500\n301 / 500\n302 / 500\n303 / 500\n304 / 500\n305 / 500\n306 / 500\n307 / 500\n308 / 500\n309 / 500\n310 / 500\n311 / 500\n312 / 500\n313 / 500\n314 / 500\n315 / 500\n316 / 500\n317 / 500\n318 / 500\n319 / 500\n320 / 500\n321 / 500\n322 / 500\n323 / 500\n324 / 500\n325 / 500\n326 / 500\n327 / 500\n328 / 500\n329 / 500\n330 / 500\n331 / 500\n332 / 500\n333 / 500\n334 / 500\n335 / 500\n336 / 500\n337 / 500\n338 / 500\n339 / 500\n340 / 500\n341 / 500\n342 / 500\n343 / 500\n344 / 500\n345 / 500\n346 / 500\n347 / 500\n348 / 500\n349 / 500\n350 / 500\n351 / 500\n352 / 500\n353 / 500\n354 / 500\n355 / 500\n356 / 500\n357 / 500\n358 / 500\n359 / 500\n360 / 500\n361 / 500\n362 / 500\n363 / 500\n364 / 500\n365 / 500\n366 / 500\n367 / 500\n368 / 500\n369 / 500\n370 / 500\n371 / 500\n372 / 500\n373 / 500\n374 / 500\n375 / 500\n376 / 500\n377 / 500\n378 / 500\n379 / 500\n380 / 500\n381 / 500\n382 / 500\n383 / 500\n384 / 500\n385 / 500\n386 / 500\n387 / 500\n388 / 500\n389 / 500\n390 / 500\n391 / 500\n392 / 500\n393 / 500\n394 / 500\n395 / 500\n396 / 500\n397 / 500\n398 / 500\n399 / 500\n400 / 500\n401 / 500\n402 / 500\n403 / 500\n404 / 500\n405 / 500\n406 / 500\n407 / 500\n408 / 500\n409 / 500\n410 / 500\n411 / 500\n412 / 500\n413 / 500\n414 / 500\n415 / 500\n416 / 500\n417 / 500\n418 / 500\n419 / 500\n420 / 500\n421 / 500\n422 / 500\n423 / 500\n424 / 500\n425 / 500\n426 / 500\n427 / 500\n428 / 500\n429 / 500\n430 / 500\n431 / 500\n432 / 500\n433 / 500\n434 / 500\n435 / 500\n436 / 500\n437 / 500\n438 / 500\n439 / 500\n440 / 500\n441 / 500\n442 / 500\n443 / 500\n444 / 500\n445 / 500\n446 / 500\n447 / 500\n448 / 500\n449 / 500\n450 / 500\n451 / 500\n452 / 500\n453 / 500\n454 / 500\n455 / 500\n456 / 500\n457 / 500\n458 / 500\n459 / 500\n460 / 500\n461 / 500\n462 / 500\n463 / 500\n464 / 500\n465 / 500\n466 / 500\n467 / 500\n468 / 500\n469 / 500\n470 / 500\n471 / 500\n472 / 500\n473 / 500\n474 / 500\n475 / 500\n476 / 500\n477 / 500\n478 / 500\n479 / 500\n480 / 500\n481 / 500\n482 / 500\n483 / 500\n484 / 500\n485 / 500\n486 / 500\n487 / 500\n488 / 500\n489 / 500\n490 / 500\n491 / 500\n492 / 500\n493 / 500\n494 / 500\n495 / 500\n496 / 500\n497 / 500\n498 / 500\n499 / 500\n500 / 500\n501 / 500\n502 / 500\n503 / 500", "metrics": { "predict_time": 21.56634, "total_time": 21.577753 }, "output": [ "https://replicate.delivery/pbxt/8g0wPEkUFi4qBRR8uuVUGlE3lS4hAfGsYeszG4QO0ffu8gnKB/2024-04-13_00-28-58_out_000.wav", "https://replicate.delivery/pbxt/y5Z2otTMghb6NRm0wSueiSwTFrlh4IhfidfDv2qaxnex8gnKB/2024-04-13_00-28-58_out_001.wav", "https://replicate.delivery/pbxt/Yhq3OQwsbj7EHJQnYzsj84kHskS0IHVNaJxdcjC9v7BzDeUJA/2024-04-13_00-28-58_out_002.wav", "https://replicate.delivery/pbxt/lvfk9WQUy0RjC6J273RqzUA9I53f1RfcteCua5jAi3Vz8gnKB/2024-04-13_00-28-58_out_003.wav" ], "started_at": "2024-04-13T00:28:39.191413Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/qrn4751khhrgg0cetkdv7fpv2g", "cancel": "https://api.replicate.com/v1/predictions/qrn4751khhrgg0cetkdv7fpv2g/cancel" }, "version": "020ac56a613f4494065e2e5544c7377788a8abcfbe645ecb8146634de0bc383e" }
Generated inUsing seed 3419052878 Melody wavform shape! torch.Size([4, 2, 442368]) 1 / 500 2 / 500 3 / 500 4 / 500 5 / 500 6 / 500 7 / 500 8 / 500 9 / 500 10 / 500 11 / 500 12 / 500 13 / 500 14 / 500 15 / 500 16 / 500 17 / 500 18 / 500 19 / 500 20 / 500 21 / 500 22 / 500 23 / 500 24 / 500 25 / 500 26 / 500 27 / 500 28 / 500 29 / 500 30 / 500 31 / 500 32 / 500 33 / 500 34 / 500 35 / 500 36 / 500 37 / 500 38 / 500 39 / 500 40 / 500 41 / 500 42 / 500 43 / 500 44 / 500 45 / 500 46 / 500 47 / 500 48 / 500 49 / 500 50 / 500 51 / 500 52 / 500 53 / 500 54 / 500 55 / 500 56 / 500 57 / 500 58 / 500 59 / 500 60 / 500 61 / 500 62 / 500 63 / 500 64 / 500 65 / 500 66 / 500 67 / 500 68 / 500 69 / 500 70 / 500 71 / 500 72 / 500 73 / 500 74 / 500 75 / 500 76 / 500 77 / 500 78 / 500 79 / 500 80 / 500 81 / 500 82 / 500 83 / 500 84 / 500 85 / 500 86 / 500 87 / 500 88 / 500 89 / 500 90 / 500 91 / 500 92 / 500 93 / 500 94 / 500 95 / 500 96 / 500 97 / 500 98 / 500 99 / 500 100 / 500 101 / 500 102 / 500 103 / 500 104 / 500 105 / 500 106 / 500 107 / 500 108 / 500 109 / 500 110 / 500 111 / 500 112 / 500 113 / 500 114 / 500 115 / 500 116 / 500 117 / 500 118 / 500 119 / 500 120 / 500 121 / 500 122 / 500 123 / 500 124 / 500 125 / 500 126 / 500 127 / 500 128 / 500 129 / 500 130 / 500 131 / 500 132 / 500 133 / 500 134 / 500 135 / 500 136 / 500 137 / 500 138 / 500 139 / 500 140 / 500 141 / 500 142 / 500 143 / 500 144 / 500 145 / 500 146 / 500 147 / 500 148 / 500 149 / 500 150 / 500 151 / 500 152 / 500 153 / 500 154 / 500 155 / 500 156 / 500 157 / 500 158 / 500 159 / 500 160 / 500 161 / 500 162 / 500 163 / 500 164 / 500 165 / 500 166 / 500 167 / 500 168 / 500 169 / 500 170 / 500 171 / 500 172 / 500 173 / 500 174 / 500 175 / 500 176 / 500 177 / 500 178 / 500 179 / 500 180 / 500 181 / 500 182 / 500 183 / 500 184 / 500 185 / 500 186 / 500 187 / 500 188 / 500 189 / 500 190 / 500 191 / 500 192 / 500 193 / 500 194 / 500 195 / 500 196 / 500 197 / 500 198 / 500 199 / 500 200 / 500 201 / 500 202 / 500 203 / 500 204 / 500 205 / 500 206 / 500 207 / 500 208 / 500 209 / 500 210 / 500 211 / 500 212 / 500 213 / 500 214 / 500 215 / 500 216 / 500 217 / 500 218 / 500 219 / 500 220 / 500 221 / 500 222 / 500 223 / 500 224 / 500 225 / 500 226 / 500 227 / 500 228 / 500 229 / 500 230 / 500 231 / 500 232 / 500 233 / 500 234 / 500 235 / 500 236 / 500 237 / 500 238 / 500 239 / 500 240 / 500 241 / 500 242 / 500 243 / 500 244 / 500 245 / 500 246 / 500 247 / 500 248 / 500 249 / 500 250 / 500 251 / 500 252 / 500 253 / 500 254 / 500 255 / 500 256 / 500 257 / 500 258 / 500 259 / 500 260 / 500 261 / 500 262 / 500 263 / 500 264 / 500 265 / 500 266 / 500 267 / 500 268 / 500 269 / 500 270 / 500 271 / 500 272 / 500 273 / 500 274 / 500 275 / 500 276 / 500 277 / 500 278 / 500 279 / 500 280 / 500 281 / 500 282 / 500 283 / 500 284 / 500 285 / 500 286 / 500 287 / 500 288 / 500 289 / 500 290 / 500 291 / 500 292 / 500 293 / 500 294 / 500 295 / 500 296 / 500 297 / 500 298 / 500 299 / 500 300 / 500 301 / 500 302 / 500 303 / 500 304 / 500 305 / 500 306 / 500 307 / 500 308 / 500 309 / 500 310 / 500 311 / 500 312 / 500 313 / 500 314 / 500 315 / 500 316 / 500 317 / 500 318 / 500 319 / 500 320 / 500 321 / 500 322 / 500 323 / 500 324 / 500 325 / 500 326 / 500 327 / 500 328 / 500 329 / 500 330 / 500 331 / 500 332 / 500 333 / 500 334 / 500 335 / 500 336 / 500 337 / 500 338 / 500 339 / 500 340 / 500 341 / 500 342 / 500 343 / 500 344 / 500 345 / 500 346 / 500 347 / 500 348 / 500 349 / 500 350 / 500 351 / 500 352 / 500 353 / 500 354 / 500 355 / 500 356 / 500 357 / 500 358 / 500 359 / 500 360 / 500 361 / 500 362 / 500 363 / 500 364 / 500 365 / 500 366 / 500 367 / 500 368 / 500 369 / 500 370 / 500 371 / 500 372 / 500 373 / 500 374 / 500 375 / 500 376 / 500 377 / 500 378 / 500 379 / 500 380 / 500 381 / 500 382 / 500 383 / 500 384 / 500 385 / 500 386 / 500 387 / 500 388 / 500 389 / 500 390 / 500 391 / 500 392 / 500 393 / 500 394 / 500 395 / 500 396 / 500 397 / 500 398 / 500 399 / 500 400 / 500 401 / 500 402 / 500 403 / 500 404 / 500 405 / 500 406 / 500 407 / 500 408 / 500 409 / 500 410 / 500 411 / 500 412 / 500 413 / 500 414 / 500 415 / 500 416 / 500 417 / 500 418 / 500 419 / 500 420 / 500 421 / 500 422 / 500 423 / 500 424 / 500 425 / 500 426 / 500 427 / 500 428 / 500 429 / 500 430 / 500 431 / 500 432 / 500 433 / 500 434 / 500 435 / 500 436 / 500 437 / 500 438 / 500 439 / 500 440 / 500 441 / 500 442 / 500 443 / 500 444 / 500 445 / 500 446 / 500 447 / 500 448 / 500 449 / 500 450 / 500 451 / 500 452 / 500 453 / 500 454 / 500 455 / 500 456 / 500 457 / 500 458 / 500 459 / 500 460 / 500 461 / 500 462 / 500 463 / 500 464 / 500 465 / 500 466 / 500 467 / 500 468 / 500 469 / 500 470 / 500 471 / 500 472 / 500 473 / 500 474 / 500 475 / 500 476 / 500 477 / 500 478 / 500 479 / 500 480 / 500 481 / 500 482 / 500 483 / 500 484 / 500 485 / 500 486 / 500 487 / 500 488 / 500 489 / 500 490 / 500 491 / 500 492 / 500 493 / 500 494 / 500 495 / 500 496 / 500 497 / 500 498 / 500 499 / 500 500 / 500 501 / 500 502 / 500 503 / 500
Want to make some of these yourself?
Run this model