Prediction
fofr/musicgen-choral:14b70e3744e1e567391cc9f0201d5823fb288cbe2a93bff74396687daba5cc74Input
- top_k
- 250
- top_p
- 0
- prompt
- sacred chamber choir, choral, video game music, 8bit
- duration
- 16
- input_audio
- Video Player is loading.Current Time 00:00:000/Duration 00:00:000Loaded: 0%00:00:000Stream 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
- model_version
- finetuned
- output_format
- wav
- continuation_end
- 5
- continuation_start
- 3
- normalization_strategy
- loudness
- classifier_free_guidance
- 3
{
"top_k": 250,
"top_p": 0,
"prompt": "sacred chamber choir, choral, video game music, 8bit",
"duration": 16,
"input_audio": "https://replicate.delivery/pbxt/JgK7ZiLd3VBFGJ9UL6Yq9o0CzLbwiGVonnf5AzlSQ0YNT3lU/sonic_052.mp3",
"temperature": 1,
"continuation": true,
"model_version": "finetuned",
"output_format": "wav",
"continuation_end": 5,
"continuation_start": 3,
"normalization_strategy": "loudness",
"classifier_free_guidance": 3
}
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 fofr/musicgen-choral using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"fofr/musicgen-choral:14b70e3744e1e567391cc9f0201d5823fb288cbe2a93bff74396687daba5cc74",
{
input: {
top_k: 250,
top_p: 0,
prompt: "sacred chamber choir, choral, video game music, 8bit",
duration: 16,
input_audio: "https://replicate.delivery/pbxt/JgK7ZiLd3VBFGJ9UL6Yq9o0CzLbwiGVonnf5AzlSQ0YNT3lU/sonic_052.mp3",
temperature: 1,
continuation: true,
model_version: "finetuned",
output_format: "wav",
continuation_end: 5,
continuation_start: 3,
normalization_strategy: "loudness",
classifier_free_guidance: 3
}
}
);
// To access the file URL:
console.log(output.url()); //=> "http://example.com"
// To write the file to disk:
fs.writeFile("my-image.png", 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 fofr/musicgen-choral using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"fofr/musicgen-choral:14b70e3744e1e567391cc9f0201d5823fb288cbe2a93bff74396687daba5cc74",
input={
"top_k": 250,
"top_p": 0,
"prompt": "sacred chamber choir, choral, video game music, 8bit",
"duration": 16,
"input_audio": "https://replicate.delivery/pbxt/JgK7ZiLd3VBFGJ9UL6Yq9o0CzLbwiGVonnf5AzlSQ0YNT3lU/sonic_052.mp3",
"temperature": 1,
"continuation": True,
"model_version": "finetuned",
"output_format": "wav",
"continuation_end": 5,
"continuation_start": 3,
"normalization_strategy": "loudness",
"classifier_free_guidance": 3
}
)
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 fofr/musicgen-choral 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": "fofr/musicgen-choral:14b70e3744e1e567391cc9f0201d5823fb288cbe2a93bff74396687daba5cc74",
"input": {
"top_k": 250,
"top_p": 0,
"prompt": "sacred chamber choir, choral, video game music, 8bit",
"duration": 16,
"input_audio": "https://replicate.delivery/pbxt/JgK7ZiLd3VBFGJ9UL6Yq9o0CzLbwiGVonnf5AzlSQ0YNT3lU/sonic_052.mp3",
"temperature": 1,
"continuation": true,
"model_version": "finetuned",
"output_format": "wav",
"continuation_end": 5,
"continuation_start": 3,
"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
- 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-10-11T15:59:54.491409Z",
"created_at": "2023-10-11T15:59:28.709124Z",
"data_removed": false,
"error": null,
"id": "36tn2vtby3raqlb7uvnqlrii5i",
"input": {
"top_k": 250,
"top_p": 0,
"prompt": "sacred chamber choir, choral, video game music, 8bit",
"duration": 16,
"input_audio": "https://replicate.delivery/pbxt/JgK7ZiLd3VBFGJ9UL6Yq9o0CzLbwiGVonnf5AzlSQ0YNT3lU/sonic_052.mp3",
"temperature": 1,
"continuation": true,
"model_version": "finetuned",
"output_format": "wav",
"continuation_end": 5,
"continuation_start": 3,
"normalization_strategy": "loudness",
"classifier_free_guidance": 3
},
"logs": "Using seed 3129240719\n1 / 900\n2 / 900\n3 / 900\n4 / 900\n5 / 900\n6 / 900\n7 / 900\n8 / 900\n9 / 900\n10 / 900\n11 / 900\n12 / 900\n13 / 900\n14 / 900\n15 / 900\n16 / 900\n17 / 900\n18 / 900\n19 / 900\n20 / 900\n21 / 900\n22 / 900\n23 / 900\n24 / 900\n25 / 900\n26 / 900\n27 / 900\n28 / 900\n29 / 900\n30 / 900\n31 / 900\n32 / 900\n33 / 900\n34 / 900\n35 / 900\n36 / 900\n37 / 900\n38 / 900\n39 / 900\n40 / 900\n41 / 900\n42 / 900\n43 / 900\n44 / 900\n45 / 900\n46 / 900\n47 / 900\n48 / 900\n49 / 900\n50 / 900\n51 / 900\n52 / 900\n53 / 900\n54 / 900\n55 / 900\n56 / 900\n57 / 900\n58 / 900\n59 / 900\n60 / 900\n61 / 900\n62 / 900\n63 / 900\n64 / 900\n65 / 900\n66 / 900\n67 / 900\n68 / 900\n69 / 900\n70 / 900\n71 / 900\n72 / 900\n73 / 900\n74 / 900\n75 / 900\n76 / 900\n77 / 900\n78 / 900\n79 / 900\n80 / 900\n81 / 900\n82 / 900\n83 / 900\n84 / 900\n85 / 900\n86 / 900\n87 / 900\n88 / 900\n89 / 900\n90 / 900\n91 / 900\n92 / 900\n93 / 900\n94 / 900\n95 / 900\n96 / 900\n97 / 900\n98 / 900\n99 / 900\n100 / 900\n101 / 900\n102 / 900\n103 / 900\n104 / 900\n105 / 900\n106 / 900\n107 / 900\n108 / 900\n109 / 900\n110 / 900\n111 / 900\n112 / 900\n113 / 900\n114 / 900\n115 / 900\n116 / 900\n117 / 900\n118 / 900\n119 / 900\n120 / 900\n121 / 900\n122 / 900\n123 / 900\n124 / 900\n125 / 900\n126 / 900\n127 / 900\n128 / 900\n129 / 900\n130 / 900\n131 / 900\n132 / 900\n133 / 900\n134 / 900\n135 / 900\n136 / 900\n137 / 900\n138 / 900\n139 / 900\n140 / 900\n141 / 900\n142 / 900\n143 / 900\n144 / 900\n145 / 900\n146 / 900\n147 / 900\n148 / 900\n149 / 900\n150 / 900\n151 / 900\n152 / 900\n153 / 900\n154 / 900\n155 / 900\n156 / 900\n157 / 900\n158 / 900\n159 / 900\n160 / 900\n161 / 900\n162 / 900\n163 / 900\n164 / 900\n165 / 900\n166 / 900\n167 / 900\n168 / 900\n169 / 900\n170 / 900\n171 / 900\n172 / 900\n173 / 900\n174 / 900\n175 / 900\n176 / 900\n177 / 900\n178 / 900\n179 / 900\n180 / 900\n181 / 900\n182 / 900\n183 / 900\n184 / 900\n185 / 900\n186 / 900\n187 / 900\n188 / 900\n189 / 900\n190 / 900\n191 / 900\n192 / 900\n193 / 900\n194 / 900\n195 / 900\n196 / 900\n197 / 900\n198 / 900\n199 / 900\n200 / 900\n201 / 900\n202 / 900\n203 / 900\n204 / 900\n205 / 900\n206 / 900\n207 / 900\n208 / 900\n209 / 900\n210 / 900\n211 / 900\n212 / 900\n213 / 900\n214 / 900\n215 / 900\n216 / 900\n217 / 900\n218 / 900\n219 / 900\n220 / 900\n221 / 900\n222 / 900\n223 / 900\n224 / 900\n225 / 900\n226 / 900\n227 / 900\n228 / 900\n229 / 900\n230 / 900\n231 / 900\n232 / 900\n233 / 900\n234 / 900\n235 / 900\n236 / 900\n237 / 900\n238 / 900\n239 / 900\n240 / 900\n241 / 900\n242 / 900\n243 / 900\n244 / 900\n245 / 900\n246 / 900\n247 / 900\n248 / 900\n249 / 900\n250 / 900\n251 / 900\n252 / 900\n253 / 900\n254 / 900\n255 / 900\n256 / 900\n257 / 900\n258 / 900\n259 / 900\n260 / 900\n261 / 900\n262 / 900\n263 / 900\n264 / 900\n265 / 900\n266 / 900\n267 / 900\n268 / 900\n269 / 900\n270 / 900\n271 / 900\n272 / 900\n273 / 900\n274 / 900\n275 / 900\n276 / 900\n277 / 900\n278 / 900\n279 / 900\n280 / 900\n281 / 900\n282 / 900\n283 / 900\n284 / 900\n285 / 900\n286 / 900\n287 / 900\n288 / 900\n289 / 900\n290 / 900\n291 / 900\n292 / 900\n293 / 900\n294 / 900\n295 / 900\n296 / 900\n297 / 900\n298 / 900\n299 / 900\n300 / 900\n301 / 900\n302 / 900\n303 / 900\n304 / 900\n305 / 900\n306 / 900\n307 / 900\n308 / 900\n309 / 900\n310 / 900\n311 / 900\n312 / 900\n313 / 900\n314 / 900\n315 / 900\n316 / 900\n317 / 900\n318 / 900\n319 / 900\n320 / 900\n321 / 900\n322 / 900\n323 / 900\n324 / 900\n325 / 900\n326 / 900\n327 / 900\n328 / 900\n329 / 900\n330 / 900\n331 / 900\n332 / 900\n333 / 900\n334 / 900\n335 / 900\n336 / 900\n337 / 900\n338 / 900\n339 / 900\n340 / 900\n341 / 900\n342 / 900\n343 / 900\n344 / 900\n345 / 900\n346 / 900\n347 / 900\n348 / 900\n349 / 900\n350 / 900\n351 / 900\n352 / 900\n353 / 900\n354 / 900\n355 / 900\n356 / 900\n357 / 900\n358 / 900\n359 / 900\n360 / 900\n361 / 900\n362 / 900\n363 / 900\n364 / 900\n365 / 900\n366 / 900\n367 / 900\n368 / 900\n369 / 900\n370 / 900\n371 / 900\n372 / 900\n373 / 900\n374 / 900\n375 / 900\n376 / 900\n377 / 900\n378 / 900\n379 / 900\n380 / 900\n381 / 900\n382 / 900\n383 / 900\n384 / 900\n385 / 900\n386 / 900\n387 / 900\n388 / 900\n389 / 900\n390 / 900\n391 / 900\n392 / 900\n393 / 900\n394 / 900\n395 / 900\n396 / 900\n397 / 900\n398 / 900\n399 / 900\n400 / 900\n401 / 900\n402 / 900\n403 / 900\n404 / 900\n405 / 900\n406 / 900\n407 / 900\n408 / 900\n409 / 900\n410 / 900\n411 / 900\n412 / 900\n413 / 900\n414 / 900\n415 / 900\n416 / 900\n417 / 900\n418 / 900\n419 / 900\n420 / 900\n421 / 900\n422 / 900\n423 / 900\n424 / 900\n425 / 900\n426 / 900\n427 / 900\n428 / 900\n429 / 900\n430 / 900\n431 / 900\n432 / 900\n433 / 900\n434 / 900\n435 / 900\n436 / 900\n437 / 900\n438 / 900\n439 / 900\n440 / 900\n441 / 900\n442 / 900\n443 / 900\n444 / 900\n445 / 900\n446 / 900\n447 / 900\n448 / 900\n449 / 900\n450 / 900\n451 / 900\n452 / 900\n453 / 900\n454 / 900\n455 / 900\n456 / 900\n457 / 900\n458 / 900\n459 / 900\n460 / 900\n461 / 900\n462 / 900\n463 / 900\n464 / 900\n465 / 900\n466 / 900\n467 / 900\n468 / 900\n469 / 900\n470 / 900\n471 / 900\n472 / 900\n473 / 900\n474 / 900\n475 / 900\n476 / 900\n477 / 900\n478 / 900\n479 / 900\n480 / 900\n481 / 900\n482 / 900\n483 / 900\n484 / 900\n485 / 900\n486 / 900\n487 / 900\n488 / 900\n489 / 900\n490 / 900\n491 / 900\n492 / 900\n493 / 900\n494 / 900\n495 / 900\n496 / 900\n497 / 900\n498 / 900\n499 / 900\n500 / 900\n501 / 900\n502 / 900\n503 / 900\n504 / 900\n505 / 900\n506 / 900\n507 / 900\n508 / 900\n509 / 900\n510 / 900\n511 / 900\n512 / 900\n513 / 900\n514 / 900\n515 / 900\n516 / 900\n517 / 900\n518 / 900\n519 / 900\n520 / 900\n521 / 900\n522 / 900\n523 / 900\n524 / 900\n525 / 900\n526 / 900\n527 / 900\n528 / 900\n529 / 900\n530 / 900\n531 / 900\n532 / 900\n533 / 900\n534 / 900\n535 / 900\n536 / 900\n537 / 900\n538 / 900\n539 / 900\n540 / 900\n541 / 900\n542 / 900\n543 / 900\n544 / 900\n545 / 900\n546 / 900\n547 / 900\n548 / 900\n549 / 900\n550 / 900\n551 / 900\n552 / 900\n553 / 900\n554 / 900\n555 / 900\n556 / 900\n557 / 900\n558 / 900\n559 / 900\n560 / 900\n561 / 900\n562 / 900\n563 / 900\n564 / 900\n565 / 900\n566 / 900\n567 / 900\n568 / 900\n569 / 900\n570 / 900\n571 / 900\n572 / 900\n573 / 900\n574 / 900\n575 / 900\n576 / 900\n577 / 900\n578 / 900\n579 / 900\n580 / 900\n581 / 900\n582 / 900\n583 / 900\n584 / 900\n585 / 900\n586 / 900\n587 / 900\n588 / 900\n589 / 900\n590 / 900\n591 / 900\n592 / 900\n593 / 900\n594 / 900\n595 / 900\n596 / 900\n597 / 900\n598 / 900\n599 / 900\n600 / 900\n601 / 900\n602 / 900\n603 / 900\n604 / 900\n605 / 900\n606 / 900\n607 / 900\n608 / 900\n609 / 900\n610 / 900\n611 / 900\n612 / 900\n613 / 900\n614 / 900\n615 / 900\n616 / 900\n617 / 900\n618 / 900\n619 / 900\n620 / 900\n621 / 900\n622 / 900\n623 / 900\n624 / 900\n625 / 900\n626 / 900\n627 / 900\n628 / 900\n629 / 900\n630 / 900\n631 / 900\n632 / 900\n633 / 900\n634 / 900\n635 / 900\n636 / 900\n637 / 900\n638 / 900\n639 / 900\n640 / 900\n641 / 900\n642 / 900\n643 / 900\n644 / 900\n645 / 900\n646 / 900\n647 / 900\n648 / 900\n649 / 900\n650 / 900\n651 / 900\n652 / 900\n653 / 900\n654 / 900\n655 / 900\n656 / 900\n657 / 900\n658 / 900\n659 / 900\n660 / 900\n661 / 900\n662 / 900\n663 / 900\n664 / 900\n665 / 900\n666 / 900\n667 / 900\n668 / 900\n669 / 900\n670 / 900\n671 / 900\n672 / 900\n673 / 900\n674 / 900\n675 / 900\n676 / 900\n677 / 900\n678 / 900\n679 / 900\n680 / 900\n681 / 900\n682 / 900\n683 / 900\n684 / 900\n685 / 900\n686 / 900\n687 / 900\n688 / 900\n689 / 900\n690 / 900\n691 / 900\n692 / 900\n693 / 900\n694 / 900\n695 / 900\n696 / 900\n697 / 900\n698 / 900\n699 / 900\n700 / 900\n701 / 900\n702 / 900\n703 / 900\n704 / 900\n705 / 900\n706 / 900\n707 / 900\n708 / 900\n709 / 900\n710 / 900\n711 / 900\n712 / 900\n713 / 900\n714 / 900\n715 / 900\n716 / 900\n717 / 900\n718 / 900\n719 / 900\n720 / 900\n721 / 900\n722 / 900\n723 / 900\n724 / 900\n725 / 900\n726 / 900\n727 / 900\n728 / 900\n729 / 900\n730 / 900\n731 / 900\n732 / 900\n733 / 900\n734 / 900\n735 / 900\n736 / 900\n737 / 900\n738 / 900\n739 / 900\n740 / 900\n741 / 900\n742 / 900\n743 / 900\n744 / 900\n745 / 900\n746 / 900\n747 / 900\n748 / 900\n749 / 900\n750 / 900\n751 / 900\n752 / 900\n753 / 900\n754 / 900\n755 / 900\n756 / 900\n757 / 900\n758 / 900\n759 / 900\n760 / 900\n761 / 900\n762 / 900\n763 / 900\n764 / 900\n765 / 900\n766 / 900\n767 / 900\n768 / 900\n769 / 900\n770 / 900\n771 / 900\n772 / 900\n773 / 900\n774 / 900\n775 / 900\n776 / 900\n777 / 900\n778 / 900\n779 / 900\n780 / 900\n781 / 900\n782 / 900\n783 / 900\n784 / 900\n785 / 900\n786 / 900\n787 / 900\n788 / 900\n789 / 900\n790 / 900\n791 / 900\n792 / 900\n793 / 900\n794 / 900\n795 / 900\n796 / 900\n797 / 900\n798 / 900\n799 / 900\n800 / 900\n801 / 900\n802 / 900\n803 / 900\nCLIPPING out happening with proba (a bit of clipping is okay): 0.0009010416688397527 maximum scale: 1.4827452898025513",
"metrics": {
"predict_time": 24.460753,
"total_time": 25.782285
},
"output": "https://pbxt.replicate.delivery/3eh11B4O9L36YSca2JmXIdIyzJmbRMGChAedkPhVTmR5hHtRA/out.wav",
"started_at": "2023-10-11T15:59:30.030656Z",
"status": "succeeded",
"urls": {
"get": "https://api.replicate.com/v1/predictions/36tn2vtby3raqlb7uvnqlrii5i",
"cancel": "https://api.replicate.com/v1/predictions/36tn2vtby3raqlb7uvnqlrii5i/cancel"
},
"version": "14b70e3744e1e567391cc9f0201d5823fb288cbe2a93bff74396687daba5cc74"
}
Using seed 3129240719
1 / 900
2 / 900
3 / 900
4 / 900
5 / 900
6 / 900
7 / 900
8 / 900
9 / 900
10 / 900
11 / 900
12 / 900
13 / 900
14 / 900
15 / 900
16 / 900
17 / 900
18 / 900
19 / 900
20 / 900
21 / 900
22 / 900
23 / 900
24 / 900
25 / 900
26 / 900
27 / 900
28 / 900
29 / 900
30 / 900
31 / 900
32 / 900
33 / 900
34 / 900
35 / 900
36 / 900
37 / 900
38 / 900
39 / 900
40 / 900
41 / 900
42 / 900
43 / 900
44 / 900
45 / 900
46 / 900
47 / 900
48 / 900
49 / 900
50 / 900
51 / 900
52 / 900
53 / 900
54 / 900
55 / 900
56 / 900
57 / 900
58 / 900
59 / 900
60 / 900
61 / 900
62 / 900
63 / 900
64 / 900
65 / 900
66 / 900
67 / 900
68 / 900
69 / 900
70 / 900
71 / 900
72 / 900
73 / 900
74 / 900
75 / 900
76 / 900
77 / 900
78 / 900
79 / 900
80 / 900
81 / 900
82 / 900
83 / 900
84 / 900
85 / 900
86 / 900
87 / 900
88 / 900
89 / 900
90 / 900
91 / 900
92 / 900
93 / 900
94 / 900
95 / 900
96 / 900
97 / 900
98 / 900
99 / 900
100 / 900
101 / 900
102 / 900
103 / 900
104 / 900
105 / 900
106 / 900
107 / 900
108 / 900
109 / 900
110 / 900
111 / 900
112 / 900
113 / 900
114 / 900
115 / 900
116 / 900
117 / 900
118 / 900
119 / 900
120 / 900
121 / 900
122 / 900
123 / 900
124 / 900
125 / 900
126 / 900
127 / 900
128 / 900
129 / 900
130 / 900
131 / 900
132 / 900
133 / 900
134 / 900
135 / 900
136 / 900
137 / 900
138 / 900
139 / 900
140 / 900
141 / 900
142 / 900
143 / 900
144 / 900
145 / 900
146 / 900
147 / 900
148 / 900
149 / 900
150 / 900
151 / 900
152 / 900
153 / 900
154 / 900
155 / 900
156 / 900
157 / 900
158 / 900
159 / 900
160 / 900
161 / 900
162 / 900
163 / 900
164 / 900
165 / 900
166 / 900
167 / 900
168 / 900
169 / 900
170 / 900
171 / 900
172 / 900
173 / 900
174 / 900
175 / 900
176 / 900
177 / 900
178 / 900
179 / 900
180 / 900
181 / 900
182 / 900
183 / 900
184 / 900
185 / 900
186 / 900
187 / 900
188 / 900
189 / 900
190 / 900
191 / 900
192 / 900
193 / 900
194 / 900
195 / 900
196 / 900
197 / 900
198 / 900
199 / 900
200 / 900
201 / 900
202 / 900
203 / 900
204 / 900
205 / 900
206 / 900
207 / 900
208 / 900
209 / 900
210 / 900
211 / 900
212 / 900
213 / 900
214 / 900
215 / 900
216 / 900
217 / 900
218 / 900
219 / 900
220 / 900
221 / 900
222 / 900
223 / 900
224 / 900
225 / 900
226 / 900
227 / 900
228 / 900
229 / 900
230 / 900
231 / 900
232 / 900
233 / 900
234 / 900
235 / 900
236 / 900
237 / 900
238 / 900
239 / 900
240 / 900
241 / 900
242 / 900
243 / 900
244 / 900
245 / 900
246 / 900
247 / 900
248 / 900
249 / 900
250 / 900
251 / 900
252 / 900
253 / 900
254 / 900
255 / 900
256 / 900
257 / 900
258 / 900
259 / 900
260 / 900
261 / 900
262 / 900
263 / 900
264 / 900
265 / 900
266 / 900
267 / 900
268 / 900
269 / 900
270 / 900
271 / 900
272 / 900
273 / 900
274 / 900
275 / 900
276 / 900
277 / 900
278 / 900
279 / 900
280 / 900
281 / 900
282 / 900
283 / 900
284 / 900
285 / 900
286 / 900
287 / 900
288 / 900
289 / 900
290 / 900
291 / 900
292 / 900
293 / 900
294 / 900
295 / 900
296 / 900
297 / 900
298 / 900
299 / 900
300 / 900
301 / 900
302 / 900
303 / 900
304 / 900
305 / 900
306 / 900
307 / 900
308 / 900
309 / 900
310 / 900
311 / 900
312 / 900
313 / 900
314 / 900
315 / 900
316 / 900
317 / 900
318 / 900
319 / 900
320 / 900
321 / 900
322 / 900
323 / 900
324 / 900
325 / 900
326 / 900
327 / 900
328 / 900
329 / 900
330 / 900
331 / 900
332 / 900
333 / 900
334 / 900
335 / 900
336 / 900
337 / 900
338 / 900
339 / 900
340 / 900
341 / 900
342 / 900
343 / 900
344 / 900
345 / 900
346 / 900
347 / 900
348 / 900
349 / 900
350 / 900
351 / 900
352 / 900
353 / 900
354 / 900
355 / 900
356 / 900
357 / 900
358 / 900
359 / 900
360 / 900
361 / 900
362 / 900
363 / 900
364 / 900
365 / 900
366 / 900
367 / 900
368 / 900
369 / 900
370 / 900
371 / 900
372 / 900
373 / 900
374 / 900
375 / 900
376 / 900
377 / 900
378 / 900
379 / 900
380 / 900
381 / 900
382 / 900
383 / 900
384 / 900
385 / 900
386 / 900
387 / 900
388 / 900
389 / 900
390 / 900
391 / 900
392 / 900
393 / 900
394 / 900
395 / 900
396 / 900
397 / 900
398 / 900
399 / 900
400 / 900
401 / 900
402 / 900
403 / 900
404 / 900
405 / 900
406 / 900
407 / 900
408 / 900
409 / 900
410 / 900
411 / 900
412 / 900
413 / 900
414 / 900
415 / 900
416 / 900
417 / 900
418 / 900
419 / 900
420 / 900
421 / 900
422 / 900
423 / 900
424 / 900
425 / 900
426 / 900
427 / 900
428 / 900
429 / 900
430 / 900
431 / 900
432 / 900
433 / 900
434 / 900
435 / 900
436 / 900
437 / 900
438 / 900
439 / 900
440 / 900
441 / 900
442 / 900
443 / 900
444 / 900
445 / 900
446 / 900
447 / 900
448 / 900
449 / 900
450 / 900
451 / 900
452 / 900
453 / 900
454 / 900
455 / 900
456 / 900
457 / 900
458 / 900
459 / 900
460 / 900
461 / 900
462 / 900
463 / 900
464 / 900
465 / 900
466 / 900
467 / 900
468 / 900
469 / 900
470 / 900
471 / 900
472 / 900
473 / 900
474 / 900
475 / 900
476 / 900
477 / 900
478 / 900
479 / 900
480 / 900
481 / 900
482 / 900
483 / 900
484 / 900
485 / 900
486 / 900
487 / 900
488 / 900
489 / 900
490 / 900
491 / 900
492 / 900
493 / 900
494 / 900
495 / 900
496 / 900
497 / 900
498 / 900
499 / 900
500 / 900
501 / 900
502 / 900
503 / 900
504 / 900
505 / 900
506 / 900
507 / 900
508 / 900
509 / 900
510 / 900
511 / 900
512 / 900
513 / 900
514 / 900
515 / 900
516 / 900
517 / 900
518 / 900
519 / 900
520 / 900
521 / 900
522 / 900
523 / 900
524 / 900
525 / 900
526 / 900
527 / 900
528 / 900
529 / 900
530 / 900
531 / 900
532 / 900
533 / 900
534 / 900
535 / 900
536 / 900
537 / 900
538 / 900
539 / 900
540 / 900
541 / 900
542 / 900
543 / 900
544 / 900
545 / 900
546 / 900
547 / 900
548 / 900
549 / 900
550 / 900
551 / 900
552 / 900
553 / 900
554 / 900
555 / 900
556 / 900
557 / 900
558 / 900
559 / 900
560 / 900
561 / 900
562 / 900
563 / 900
564 / 900
565 / 900
566 / 900
567 / 900
568 / 900
569 / 900
570 / 900
571 / 900
572 / 900
573 / 900
574 / 900
575 / 900
576 / 900
577 / 900
578 / 900
579 / 900
580 / 900
581 / 900
582 / 900
583 / 900
584 / 900
585 / 900
586 / 900
587 / 900
588 / 900
589 / 900
590 / 900
591 / 900
592 / 900
593 / 900
594 / 900
595 / 900
596 / 900
597 / 900
598 / 900
599 / 900
600 / 900
601 / 900
602 / 900
603 / 900
604 / 900
605 / 900
606 / 900
607 / 900
608 / 900
609 / 900
610 / 900
611 / 900
612 / 900
613 / 900
614 / 900
615 / 900
616 / 900
617 / 900
618 / 900
619 / 900
620 / 900
621 / 900
622 / 900
623 / 900
624 / 900
625 / 900
626 / 900
627 / 900
628 / 900
629 / 900
630 / 900
631 / 900
632 / 900
633 / 900
634 / 900
635 / 900
636 / 900
637 / 900
638 / 900
639 / 900
640 / 900
641 / 900
642 / 900
643 / 900
644 / 900
645 / 900
646 / 900
647 / 900
648 / 900
649 / 900
650 / 900
651 / 900
652 / 900
653 / 900
654 / 900
655 / 900
656 / 900
657 / 900
658 / 900
659 / 900
660 / 900
661 / 900
662 / 900
663 / 900
664 / 900
665 / 900
666 / 900
667 / 900
668 / 900
669 / 900
670 / 900
671 / 900
672 / 900
673 / 900
674 / 900
675 / 900
676 / 900
677 / 900
678 / 900
679 / 900
680 / 900
681 / 900
682 / 900
683 / 900
684 / 900
685 / 900
686 / 900
687 / 900
688 / 900
689 / 900
690 / 900
691 / 900
692 / 900
693 / 900
694 / 900
695 / 900
696 / 900
697 / 900
698 / 900
699 / 900
700 / 900
701 / 900
702 / 900
703 / 900
704 / 900
705 / 900
706 / 900
707 / 900
708 / 900
709 / 900
710 / 900
711 / 900
712 / 900
713 / 900
714 / 900
715 / 900
716 / 900
717 / 900
718 / 900
719 / 900
720 / 900
721 / 900
722 / 900
723 / 900
724 / 900
725 / 900
726 / 900
727 / 900
728 / 900
729 / 900
730 / 900
731 / 900
732 / 900
733 / 900
734 / 900
735 / 900
736 / 900
737 / 900
738 / 900
739 / 900
740 / 900
741 / 900
742 / 900
743 / 900
744 / 900
745 / 900
746 / 900
747 / 900
748 / 900
749 / 900
750 / 900
751 / 900
752 / 900
753 / 900
754 / 900
755 / 900
756 / 900
757 / 900
758 / 900
759 / 900
760 / 900
761 / 900
762 / 900
763 / 900
764 / 900
765 / 900
766 / 900
767 / 900
768 / 900
769 / 900
770 / 900
771 / 900
772 / 900
773 / 900
774 / 900
775 / 900
776 / 900
777 / 900
778 / 900
779 / 900
780 / 900
781 / 900
782 / 900
783 / 900
784 / 900
785 / 900
786 / 900
787 / 900
788 / 900
789 / 900
790 / 900
791 / 900
792 / 900
793 / 900
794 / 900
795 / 900
796 / 900
797 / 900
798 / 900
799 / 900
800 / 900
801 / 900
802 / 900
803 / 900
CLIPPING out happening with proba (a bit of clipping is okay): 0.0009010416688397527 maximum scale: 1.4827452898025513