typefile
{
"activ": false,
"audioSeparator": true,
"audioSeparatorModel": "Kim_Vocal_2.onnx",
"embed": false,
"include_activations": false,
"include_embeddings": false,
"model": "harmonix-all",
"music_input": "https://replicate.delivery/pbxt/KVM8Zd9OOQ9SqVRnCY0unu2NL0bL9X5drWpGVSsNMItoEmbR/Bruno%20Mars%20-%2024k%20Magic.mp3",
"sonify": true,
"visualize": true
}npm install replicate
REPLICATE_API_TOKEN environment variable:export REPLICATE_API_TOKEN=r8_Wal**********************************
This is your API token. Keep it to yourself.
import Replicate from "replicate";
const replicate = new Replicate({
auth: process.env.REPLICATE_API_TOKEN,
});
Run erickluis00/all-in-one-audio using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"erickluis00/all-in-one-audio:d77f39855b7ca1c6b486109314c9beb86348e472a9d4a9f50266b0eefdc8367d",
{
input: {
activ: false,
audioSeparator: true,
audioSeparatorModel: "Kim_Vocal_2.onnx",
embed: false,
include_activations: false,
include_embeddings: false,
model: "harmonix-all",
music_input: "https://replicate.delivery/pbxt/KVM8Zd9OOQ9SqVRnCY0unu2NL0bL9X5drWpGVSsNMItoEmbR/Bruno%20Mars%20-%2024k%20Magic.mp3",
sonify: true,
visualize: true
}
}
);
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=r8_Wal**********************************
This is your API token. Keep it to yourself.
import replicate
Run erickluis00/all-in-one-audio using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"erickluis00/all-in-one-audio:d77f39855b7ca1c6b486109314c9beb86348e472a9d4a9f50266b0eefdc8367d",
input={
"activ": False,
"audioSeparator": True,
"audioSeparatorModel": "Kim_Vocal_2.onnx",
"embed": False,
"include_activations": False,
"include_embeddings": False,
"model": "harmonix-all",
"music_input": "https://replicate.delivery/pbxt/KVM8Zd9OOQ9SqVRnCY0unu2NL0bL9X5drWpGVSsNMItoEmbR/Bruno%20Mars%20-%2024k%20Magic.mp3",
"sonify": True,
"visualize": True
}
)
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=r8_Wal**********************************
This is your API token. Keep it to yourself.
Run erickluis00/all-in-one-audio 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": "erickluis00/all-in-one-audio:d77f39855b7ca1c6b486109314c9beb86348e472a9d4a9f50266b0eefdc8367d",
"input": {
"activ": false,
"audioSeparator": true,
"audioSeparatorModel": "Kim_Vocal_2.onnx",
"embed": false,
"include_activations": false,
"include_embeddings": false,
"model": "harmonix-all",
"music_input": "https://replicate.delivery/pbxt/KVM8Zd9OOQ9SqVRnCY0unu2NL0bL9X5drWpGVSsNMItoEmbR/Bruno%20Mars%20-%2024k%20Magic.mp3",
"sonify": true,
"visualize": true
}
}' \
https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Object output with 10 properties
[]
{
"id": "bojjhctbcdallqyyc6x7n6bwtm",
"model": "erickluis00/all-in-one-audio",
"version": "d77f39855b7ca1c6b486109314c9beb86348e472a9d4a9f50266b0eefdc8367d",
"input": {
"activ": false,
"audioSeparator": true,
"audioSeparatorModel": "Kim_Vocal_2.onnx",
"embed": false,
"include_activations": false,
"include_embeddings": false,
"model": "harmonix-all",
"music_input": "https://replicate.delivery/pbxt/KVM8Zd9OOQ9SqVRnCY0unu2NL0bL9X5drWpGVSsNMItoEmbR/Bruno%20Mars%20-%2024k%20Magic.mp3",
"sonify": true,
"visualize": true
},
"logs": "=> Found 0 tracks already analyzed and 1 tracks to analyze.\n=> Found 0 tracks already demixed, 1 to demix.\n2024-03-03 10:22:00,600 - INFO - separator - Separator version 0.15.2 instantiating with output_dir: None, output_format: WAV\n2024-03-03 10:22:00,600 - INFO - separator - Operating System: Linux #1 SMP PREEMPT_DYNAMIC Sun Aug 27 18:40:33 UTC 2023\n2024-03-03 10:22:00,600 - INFO - separator - System: Linux Node: model-d77f3985-4057157644bda3e0-gpu-a40-58fbc7bff7-ggphs Release: 5.19.17-coreweave Machine: x86_64 Proc: x86_64\n2024-03-03 10:22:00,600 - INFO - separator - Python Version: 3.10.13\n2024-03-03 10:22:00,600 - INFO - separator - PyTorch Version: 2.0.1+cu118\n2024-03-03 10:22:00,638 - INFO - separator - FFmpeg installed: ffmpeg version 4.4.2-0ubuntu0.22.04.1 Copyright (c) 2000-2021 the FFmpeg developers\n2024-03-03 10:22:00,639 - INFO - separator - ONNX Runtime GPU package installed with version: 1.17.1\n2024-03-03 10:22:00,639 - INFO - separator - CUDA is available in Torch, setting Torch device to CUDA\n2024-03-03 10:22:00,639 - INFO - separator - ONNXruntime has CUDAExecutionProvider available, enabling acceleration\n2024-03-03 10:22:00,639 - INFO - separator - Loading model Kim_Vocal_2.onnx...\n\u001b[1;31m2024-03-03 10:22:02.232988043 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2532, index: 36, mask: {66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233319003 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2549, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233344472 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2555, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.234618581 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2538, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233060563 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2508, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233272123 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2558, index: 62, mask: {79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.236923498 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2546, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233040803 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2533, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233068513 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2500, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233075043 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2499, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.240929234 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2536, index: 40, mask: {68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.244926519 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2531, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.244936749 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2497, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.248930974 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2540, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233078223 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2548, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233121633 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2502, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.248955894 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2550, index: 54, mask: {75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233010063 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2514, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233128463 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2496, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.260935931 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2524, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233134043 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2587, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233141303 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2586, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233149413 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2578, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.264923556 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2584, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233154633 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2577, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233168833 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2565, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233045133 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2510, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233029063 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2518, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233174353 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2568, index: 72, mask: {84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.268957432 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2521, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233179913 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2588, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233193013 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2562, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233006063 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2513, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233197663 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2574, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233168823 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2572, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233198963 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2576, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233212123 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2573, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233014653 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2515, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233183833 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2569, index: 73, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233215623 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2560, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233024493 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2517, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233001533 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2512, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233225663 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2566, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233242733 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2575, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.232988503 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2511, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233244253 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2571, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233257593 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2585, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233224583 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2567, index: 71, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233258553 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2563, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233275823 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2557, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233234533 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2556, index: 60, mask: {78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233052353 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2509, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233282213 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2583, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233285343 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2561, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233297523 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2554, index: 58, mask: {77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233294303 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2553, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233305923 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2552, index: 56, mask: {76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233056683 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2501, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233033583 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2519, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.248943264 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2590, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.268931132 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2523, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233207273 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2564, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233268463 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2570, index: 74, mask: {85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233038353 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2520, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.308958536 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2542, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233021043 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2516, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.309048106 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2535, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233303163 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2541, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.268974302 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2528, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.268946102 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2522, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233309712 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2537, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.260922961 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2543, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.276923222 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2539, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.352934886 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2504, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.356935242 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2506, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.360942027 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2505, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.284981824 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2503, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.284943654 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2507, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233094743 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2551, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233062053 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2544, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.388973365 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2529, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.240923664 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2547, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.252924080 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2589, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.408929562 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2530, index: 34, mask: {65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.388950365 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2527, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.372927473 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2545, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.233288772 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2559, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.424923804 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2534, index: 38, mask: {67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.460948283 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2526, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.464935168 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2525, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n\u001b[1;31m2024-03-03 10:22:02.668941195 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 2498, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\u001b[m\n2024-03-03 10:22:03,062 - INFO - separator - Load model duration: 00:00:02\n2024-03-03 10:22:03,062 - INFO - separator - Starting separation process for audio_file_path: /tmp/tmp32d2i5abBruno Mars - 24k Magic.mp3\nSelected model is a bag of 1 models. You will see that many progress bars per track.\nSeparated tracks will be stored in /src/demix/htdemucs\nSeparating track /tmp/tmp32d2i5abBruno Mars - 24k Magic.mp3\n 0%| | 0/52 [00:00<?, ?it/s]\n 0%| | 0.0/228.14999999999998 [00:00<?, ?seconds/s]\n 3%|█▌ | 5.85/228.14999999999998 [00:00<00:26, 8.54seconds/s]\n 5%|███ | 11.7/228.14999999999998 [00:00<00:14, 14.73seconds/s]\n 8%|███▌ | 17.549999999999997/228.14999999999998 [00:01<00:11, 19.00seconds/s]\n 10%|██████▏ | 23.4/228.14999999999998 [00:01<00:08, 23.03seconds/s]\n 13%|███████▌ | 29.25/228.14999999999998 [00:01<00:06, 28.77seconds/s]\n 15%|███████ | 35.099999999999994/228.14999999999998 [00:01<00:05, 33.89seconds/s]\n 18%|████████▎ | 40.949999999999996/228.14999999999998 [00:01<00:04, 38.20seconds/s]\n 21%|████████████▎ | 46.8/228.14999999999998 [00:01<00:05, 32.78seconds/s]\n 23%|█████████████▌ | 52.65/228.14999999999998 [00:01<00:05, 34.97seconds/s]\n 26%|███████████████▍ | 58.5/228.14999999999998 [00:02<00:04, 38.80seconds/s]\n 28%|████████████████▋ | 64.35/228.14999999999998 [00:02<00:03, 42.01seconds/s]\n 31%|██████████████▍ | 70.19999999999999/228.14999999999998 [00:02<00:03, 44.60seconds/s]\n 33%|███████████████████▋ | 76.05/228.14999999999998 [00:02<00:03, 46.54seconds/s]\n 36%|████████████████▊ | 81.89999999999999/228.14999999999998 [00:02<00:03, 48.07seconds/s]\n 38%|██████████████████████▋ | 87.75/228.14999999999998 [00:02<00:02, 49.13seconds/s]\n 41%|████████████████████████▌ | 93.6/228.14999999999998 [00:02<00:02, 45.92seconds/s]\n 44%|████████████████████▍ | 99.44999999999999/228.14999999999998 [00:03<00:03, 37.07seconds/s]\n 46%|███████████████████████████▏ | 105.3/228.14999999999998 [00:03<00:03, 38.73seconds/s]\n 49%|██████████████████████▍ | 111.14999999999999/228.14999999999998 [00:03<00:02, 41.62seconds/s]\n 51%|██████████████████████████████▎ | 117.0/228.14999999999998 [00:03<00:02, 44.24seconds/s]\n 54%|███████████████████████████████▏ | 122.85/228.14999999999998 [00:03<00:02, 46.24seconds/s]\n 56%|█████████████████████████████████▎ | 128.7/228.14999999999998 [00:03<00:02, 47.74seconds/s]\n 59%|███████████████████████████▏ | 134.54999999999998/228.14999999999998 [00:03<00:01, 48.88seconds/s]\n 62%|████████████████████████████▎ | 140.39999999999998/228.14999999999998 [00:03<00:01, 47.10seconds/s]\n 64%|█████████████████████████████████████▏ | 146.25/228.14999999999998 [00:04<00:02, 37.46seconds/s]\n 67%|███████████████████████████████████████▎ | 152.1/228.14999999999998 [00:04<00:01, 38.26seconds/s]\n 69%|████████████████████████████████████████▏ | 157.95/228.14999999999998 [00:04<00:01, 41.48seconds/s]\n 72%|█████████████████████████████████ | 163.79999999999998/228.14999999999998 [00:04<00:01, 44.11seconds/s]\n 74%|██████████████████████████████████▏ | 169.64999999999998/228.14999999999998 [00:04<00:01, 46.18seconds/s]\n 77%|█████████████████████████████████████████████▍ | 175.5/228.14999999999998 [00:04<00:01, 47.73seconds/s]\n 79%|██████████████████████████████████████████████ | 181.35/228.14999999999998 [00:04<00:00, 48.79seconds/s]\n 82%|████████████████████████████████████████████████▍ | 187.2/228.14999999999998 [00:04<00:00, 49.68seconds/s]\n 85%|██████████████████████████████████████▉ | 193.04999999999998/228.14999999999998 [00:05<00:00, 46.03seconds/s]\n 87%|████████████████████████████████████████ | 198.89999999999998/228.14999999999998 [00:05<00:00, 39.74seconds/s]\n 90%|████████████████████████████████████████████████████ | 204.75/228.14999999999998 [00:05<00:00, 42.71seconds/s]\n 92%|██████████████████████████████████████████████████████▍ | 210.6/228.14999999999998 [00:05<00:00, 44.96seconds/s]\n 95%|███████████████████████████████████████████████████████ | 216.45/228.14999999999998 [00:05<00:00, 46.61seconds/s]\n 97%|████████████████████████████████████████████▊ | 222.29999999999998/228.14999999999998 [00:05<00:00, 43.01seconds/s]\n100%|██████████████████████████████████████████████| 228.14999999999998/228.14999999999998 [00:05<00:00, 44.87seconds/s]\n100%|██████████████████████████████████████████████| 228.14999999999998/228.14999999999998 [00:05<00:00, 38.81seconds/s]\n=> Found 0 spectrograms already extracted, 1 to extract.\nExtracting spectrograms: 0%| | 0/1 [00:00<?, ?it/s]\u001b[A\n 2%|▏ | 1/52 [00:17<15:17, 17.98s/it]\n 4%|▍ | 2/52 [00:19<07:05, 8.51s/it]\n 6%|▌ | 3/52 [00:20<03:56, 4.83s/it]\n 8%|▊ | 4/52 [00:20<02:25, 3.04s/it]\n 10%|▉ | 5/52 [00:20<01:35, 2.02s/it]\n 12%|█▏ | 6/52 [00:20<01:03, 1.39s/it]\n 13%|█▎ | 7/52 [00:21<00:44, 1.02it/s]\n 15%|█▌ | 8/52 [00:21<00:31, 1.40it/s]\n 17%|█▋ | 9/52 [00:21<00:23, 1.84it/s]\n 19%|█▉ | 10/52 [00:21<00:18, 2.30it/s]\n 21%|██ | 11/52 [00:21<00:14, 2.86it/s]\n 23%|██▎ | 12/52 [00:21<00:11, 3.45it/s]\n 25%|██▌ | 13/52 [00:22<00:09, 4.05it/s]\n 27%|██▋ | 14/52 [00:22<00:08, 4.61it/s]\n 29%|██▉ | 15/52 [00:22<00:07, 5.08it/s]\n 31%|███ | 16/52 [00:22<00:06, 5.44it/s]\n 33%|███▎ | 17/52 [00:22<00:06, 5.75it/s]\n 35%|███▍ | 18/52 [00:22<00:05, 5.99it/s]\n 37%|███▋ | 19/52 [00:22<00:05, 6.24it/s]\n 38%|███▊ | 20/52 [00:23<00:05, 6.26it/s]\n 40%|████ | 21/52 [00:23<00:04, 6.38it/s]\n 42%|████▏ | 22/52 [00:23<00:04, 6.22it/s]\n 44%|████▍ | 23/52 [00:23<00:04, 6.29it/s]\n 46%|████▌ | 24/52 [00:23<00:04, 6.16it/s]\n 48%|████▊ | 25/52 [00:23<00:04, 6.24it/s]\n 50%|█████ | 26/52 [00:24<00:04, 6.38it/s]\n 52%|█████▏ | 27/52 [00:24<00:03, 6.48it/s]\n 54%|█████▍ | 28/52 [00:24<00:03, 6.50it/s]\n 56%|█████▌ | 29/52 [00:24<00:03, 6.40it/s]\n 58%|█████▊ | 30/52 [00:24<00:03, 5.93it/s]\n 60%|█████▉ | 31/52 [00:24<00:03, 6.15it/s]\n 62%|██████▏ | 32/52 [00:25<00:03, 6.22it/s]\n 63%|██████▎ | 33/52 [00:25<00:02, 6.37it/s]\n 65%|██████▌ | 34/52 [00:25<00:02, 6.21it/s]\n 67%|██████▋ | 35/52 [00:25<00:02, 6.01it/s]\n 69%|██████▉ | 36/52 [00:25<00:02, 6.20it/s]\n 71%|███████ | 37/52 [00:25<00:02, 6.31it/s]\n 73%|███████▎ | 38/52 [00:26<00:02, 6.42it/s]\n 75%|███████▌ | 39/52 [00:26<00:02, 5.91it/s]\n 77%|███████▋ | 40/52 [00:26<00:02, 5.92it/s]\n 79%|███████▉ | 41/52 [00:26<00:01, 6.11it/s]\n 81%|████████ | 42/52 [00:26<00:01, 6.24it/s]\n 83%|████████▎ | 43/52 [00:26<00:01, 6.31it/s]\nExtracting spectrograms: 100%|██████████| 1/1 [00:14<00:00, 14.95s/it]\u001b[A\nExtracting spectrograms: 100%|██████████| 1/1 [00:14<00:00, 14.95s/it]\n 85%|████████▍ | 44/52 [00:28<00:03, 2.08it/s]\n 87%|████████▋ | 45/52 [00:29<00:05, 1.39it/s]\n 88%|████████▊ | 46/52 [00:29<00:03, 1.82it/s]\n 90%|█████████ | 47/52 [00:29<00:02, 2.34it/s]\n 92%|█████████▏| 48/52 [00:29<00:01, 2.95it/s]\n 94%|█████████▍| 49/52 [00:29<00:00, 3.56it/s]\n 96%|█████████▌| 50/52 [00:30<00:00, 4.22it/s]\n 98%|█████████▊| 51/52 [00:30<00:00, 4.71it/s]\n100%|██████████| 52/52 [00:30<00:00, 5.09it/s]\n100%|██████████| 52/52 [00:30<00:00, 1.71it/s]\n 0%| | 0/40 [00:00<?, ?it/s]\n 2%|▎ | 1/40 [00:00<00:04, 9.58it/s]\n 5%|▌ | 2/40 [00:00<00:04, 9.44it/s]\n 8%|▊ | 3/40 [00:00<00:03, 9.55it/s]\n 12%|█▎ | 5/40 [00:00<00:03, 10.18it/s]\n 18%|█▊ | 7/40 [00:00<00:03, 10.58it/s]\n 22%|██▎ | 9/40 [00:00<00:03, 9.96it/s]\n 25%|██▌ | 10/40 [00:01<00:03, 9.91it/s]\n 30%|███ | 12/40 [00:01<00:02, 10.36it/s]\n 35%|███▌ | 14/40 [00:01<00:02, 10.06it/s]\n 40%|████ | 16/40 [00:01<00:02, 10.40it/s]\n 45%|████▌ | 18/40 [00:01<00:02, 8.40it/s]\n 50%|█████ | 20/40 [00:02<00:02, 8.98it/s]\n 55%|█████▌ | 22/40 [00:02<00:01, 9.71it/s]\n 60%|██████ | 24/40 [00:02<00:01, 9.70it/s]\n 65%|██████▌ | 26/40 [00:02<00:01, 10.04it/s]\n 70%|███████ | 28/40 [00:02<00:01, 10.37it/s]\n 75%|███████▌ | 30/40 [00:02<00:00, 10.97it/s]\n 80%|████████ | 32/40 [00:03<00:00, 11.17it/s]\n 85%|████████▌ | 34/40 [00:03<00:00, 11.45it/s]\n 90%|█████████ | 36/40 [00:03<00:00, 10.76it/s]\n 95%|█████████▌| 38/40 [00:03<00:00, 10.81it/s]\n100%|██████████| 40/40 [00:03<00:00, 11.13it/s]\n100%|██████████| 40/40 [00:03<00:00, 10.29it/s]\n2024-03-03 10:22:38,959 - INFO - mdx_separator - Saving Instrumental stem...\n0%| | 0/1 [00:00<?, ?it/s]\nAnalyzing tmp32d2i5abBruno Mars - 24k Magic.mp3: 0%| | 0/1 [00:00<?, ?it/s]2024-03-03 10:22:39,094 - INFO - mdx_separator - Saving Vocals stem...\n2024-03-03 10:22:39,365 - INFO - separator - Separation duration: 00:00:36\nStem saved at tmp32d2i5abBruno Mars - 24k Magic_(Instrumental)_Kim_Vocal_2.wav\nStem saved at tmp32d2i5abBruno Mars - 24k Magic_(Vocals)_Kim_Vocal_2.wav\nAnalyzing tmp32d2i5abBruno Mars - 24k Magic.mp3: 100%|██████████| 1/1 [00:02<00:00, 2.82s/it]\nAnalyzing tmp32d2i5abBruno Mars - 24k Magic.mp3: 100%|██████████| 1/1 [00:02<00:00, 2.82s/it]\nVisualizing results: 0%| | 0/1 [00:00<?, ?it/s]\nVisualizing results: 100%|██████████| 1/1 [00:12<00:00, 12.38s/it]\nVisualizing results: 100%|██████████| 1/1 [00:12<00:00, 12.38s/it]\n=> Plots are successfully saved to ./viz\nSonifying results: 0%| | 0/1 [00:00<?, ?it/s]\nSonifying results: 100%|██████████| 1/1 [00:16<00:00, 16.32s/it]\nSonifying results: 100%|██████████| 1/1 [00:16<00:00, 16.32s/it]\n=> Sonified tracks are successfully saved to ./sonif\nMUSIC INPUT NAME: tmp32d2i5abBruno Mars - 24k Magic\nWill add to output: demix/htdemucs/tmp32d2i5abBruno Mars - 24k Magic/drums.wav\nWill add to output: demix/htdemucs/tmp32d2i5abBruno Mars - 24k Magic/bass.wav\nWill add to output: demix/htdemucs/tmp32d2i5abBruno Mars - 24k Magic/other.wav\nWill add to output: demix/htdemucs/tmp32d2i5abBruno Mars - 24k Magic/vocals.wav",
"output": {
"analyzer_result": "https://replicate.delivery/pbxt/wCWXrKf4U6xWBitTdukBFO989kvcNPQ0LeOqGUMpX5CdGgcSA/tmp32d2i5abBruno%20Mars%20-%2024k%20Magic.json",
"demucs_bass": "https://replicate.delivery/pbxt/bE3kniraeAQfEk92Y7WSPN5ucPShVsNmzKqGvkffEOUIaAyJB/bass.wav",
"demucs_drums": "https://replicate.delivery/pbxt/ilBTUFlrov7AP99JHdUIafsWDdYfMl45ZTmpo7ZCeymGNA5kA/drums.wav",
"demucs_guitar": null,
"demucs_other": "https://replicate.delivery/pbxt/Yj7zFSU3wEbFAJjmptjXFwOy9D69HxGXrhPOfjABg1ekGgcSA/other.wav",
"demucs_piano": null,
"demucs_vocals": "https://replicate.delivery/pbxt/1wkgco1Ri9LTJRYyUeeRZ8qlMK27sfeUywtJaazfwnuL0AkTC/vocals.wav",
"mdx_instrumental": "https://replicate.delivery/pbxt/gRBgmkpQamYuERdHpinsbEtIndi3GDFLgDQjWFN4dyHoBInE/tmp32d2i5abBruno%20Mars%20-%2024k%20Magic_%28Instrumental%29_Kim_Vocal_2.wav",
"mdx_other": [],
"mdx_vocals": "https://replicate.delivery/pbxt/gdorzmNZbJ7aNFEZ1rKP1JP4qyWZjBz3kxS1rJNDDH0nBInE/tmp32d2i5abBruno%20Mars%20-%2024k%20Magic_%28Vocals%29_Kim_Vocal_2.wav",
"sonification": "https://replicate.delivery/pbxt/VV4ypUlTmZofA65cVQv9MfBVbUsNzdTfahI9zgqBfBX4ZAyJB/tmp32d2i5abBruno%20Mars%20-%2024k%20Magic.sonif.mp3",
"visualization": "https://replicate.delivery/pbxt/S4sv0MXKSrq0NN39PMfIEPWrOi5kvXQosX2yjVaUXKqODQOJA/tmp32d2i5abBruno%20Mars%20-%2024k%20Magic.png"
},
"data_removed": false,
"error": null,
"source": "web",
"status": "succeeded",
"created_at": "2024-03-03T10:21:59.346976Z",
"started_at": "2024-03-03T10:21:59.4368Z",
"completed_at": "2024-03-03T10:23:32.931088Z",
"urls": {
"cancel": "https://api.replicate.com/v1/predictions/bojjhctbcdallqyyc6x7n6bwtm/cancel",
"get": "https://api.replicate.com/v1/predictions/bojjhctbcdallqyyc6x7n6bwtm"
},
"metrics": {
"predict_time": 93.494288,
"total_time": 93.584112
}
}