Readme
This model doesn't have a readme.
AI Music Structure Analyzer + Stem Splitter using Demucs & Mdx-Net with Python-Audio-Separator
Run this model in Node.js with one line of code:
npm install replicate
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import Replicate from "replicate";
const replicate = new Replicate({
auth: process.env.REPLICATE_API_TOKEN,
});
Run 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:f2a8516c9084ef460592deaa397acd4a97f60f18c3d15d273644c72500cdff0e",
{
input: {
model: "harmonix-all",
sonify: true,
visualize: true,
music_input: "https://replicate.delivery/pbxt/KVM8Zd9OOQ9SqVRnCY0unu2NL0bL9X5drWpGVSsNMItoEmbR/Bruno%20Mars%20-%2024k%20Magic.mp3",
audioSeparator: true,
include_embeddings: false,
audioSeparatorModel: "Kim_Vocal_2.onnx",
include_activations: false
}
}
);
console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
pip install replicate
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import replicate
Run 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:f2a8516c9084ef460592deaa397acd4a97f60f18c3d15d273644c72500cdff0e",
input={
"model": "harmonix-all",
"sonify": True,
"visualize": True,
"music_input": "https://replicate.delivery/pbxt/KVM8Zd9OOQ9SqVRnCY0unu2NL0bL9X5drWpGVSsNMItoEmbR/Bruno%20Mars%20-%2024k%20Magic.mp3",
"audioSeparator": True,
"include_embeddings": False,
"audioSeparatorModel": "Kim_Vocal_2.onnx",
"include_activations": False
}
)
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 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": "f2a8516c9084ef460592deaa397acd4a97f60f18c3d15d273644c72500cdff0e",
"input": {
"model": "harmonix-all",
"sonify": true,
"visualize": true,
"music_input": "https://replicate.delivery/pbxt/KVM8Zd9OOQ9SqVRnCY0unu2NL0bL9X5drWpGVSsNMItoEmbR/Bruno%20Mars%20-%2024k%20Magic.mp3",
"audioSeparator": true,
"include_embeddings": false,
"audioSeparatorModel": "Kim_Vocal_2.onnx",
"include_activations": false
}
}' \
https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Add a payment method to run this model.
Each run costs approximately $0.060. Alternatively, try out our featured models for free.
By signing in, you agree to our
terms of service and privacy policy
mdx_vocals
This is a modal window.
Beginning of dialog window. Escape will cancel and close the window.
End of dialog window.
demucs_bass
This is a modal window.
Beginning of dialog window. Escape will cancel and close the window.
End of dialog window.
demucs_drums
This is a modal window.
Beginning of dialog window. Escape will cancel and close the window.
End of dialog window.
demucs_other
This is a modal window.
Beginning of dialog window. Escape will cancel and close the window.
End of dialog window.
sonification
This is a modal window.
Beginning of dialog window. Escape will cancel and close the window.
End of dialog window.
demucs_vocals
This is a modal window.
Beginning of dialog window. Escape will cancel and close the window.
End of dialog window.
analyzer_result
tmp32d2i5abBruno%20Mars%20-%2024k%20Magic.jsonmdx_instrumental
This is a modal window.
Beginning of dialog window. Escape will cancel and close the window.
End of dialog window.
{
"completed_at": "2024-03-03T10:23:32.931088Z",
"created_at": "2024-03-03T10:21:59.346976Z",
"data_removed": false,
"error": null,
"id": "bojjhctbcdallqyyc6x7n6bwtm",
"input": {
"activ": false,
"embed": false,
"model": "harmonix-all",
"sonify": true,
"visualize": true,
"music_input": "https://replicate.delivery/pbxt/KVM8Zd9OOQ9SqVRnCY0unu2NL0bL9X5drWpGVSsNMItoEmbR/Bruno%20Mars%20-%2024k%20Magic.mp3",
"audioSeparator": true,
"include_embeddings": false,
"audioSeparatorModel": "Kim_Vocal_2.onnx",
"include_activations": false
},
"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",
"metrics": {
"predict_time": 93.494288,
"total_time": 93.584112
},
"output": {
"mdx_other": [],
"mdx_vocals": "https://replicate.delivery/pbxt/gdorzmNZbJ7aNFEZ1rKP1JP4qyWZjBz3kxS1rJNDDH0nBInE/tmp32d2i5abBruno%20Mars%20-%2024k%20Magic_%28Vocals%29_Kim_Vocal_2.wav",
"demucs_bass": "https://replicate.delivery/pbxt/bE3kniraeAQfEk92Y7WSPN5ucPShVsNmzKqGvkffEOUIaAyJB/bass.wav",
"demucs_drums": "https://replicate.delivery/pbxt/ilBTUFlrov7AP99JHdUIafsWDdYfMl45ZTmpo7ZCeymGNA5kA/drums.wav",
"demucs_other": "https://replicate.delivery/pbxt/Yj7zFSU3wEbFAJjmptjXFwOy9D69HxGXrhPOfjABg1ekGgcSA/other.wav",
"demucs_piano": null,
"sonification": "https://replicate.delivery/pbxt/VV4ypUlTmZofA65cVQv9MfBVbUsNzdTfahI9zgqBfBX4ZAyJB/tmp32d2i5abBruno%20Mars%20-%2024k%20Magic.sonif.mp3",
"demucs_guitar": null,
"demucs_vocals": "https://replicate.delivery/pbxt/1wkgco1Ri9LTJRYyUeeRZ8qlMK27sfeUywtJaazfwnuL0AkTC/vocals.wav",
"visualization": "https://replicate.delivery/pbxt/S4sv0MXKSrq0NN39PMfIEPWrOi5kvXQosX2yjVaUXKqODQOJA/tmp32d2i5abBruno%20Mars%20-%2024k%20Magic.png",
"analyzer_result": "https://replicate.delivery/pbxt/wCWXrKf4U6xWBitTdukBFO989kvcNPQ0LeOqGUMpX5CdGgcSA/tmp32d2i5abBruno%20Mars%20-%2024k%20Magic.json",
"mdx_instrumental": "https://replicate.delivery/pbxt/gRBgmkpQamYuERdHpinsbEtIndi3GDFLgDQjWFN4dyHoBInE/tmp32d2i5abBruno%20Mars%20-%2024k%20Magic_%28Instrumental%29_Kim_Vocal_2.wav"
},
"started_at": "2024-03-03T10:21:59.436800Z",
"status": "succeeded",
"urls": {
"get": "https://api.replicate.com/v1/predictions/bojjhctbcdallqyyc6x7n6bwtm",
"cancel": "https://api.replicate.com/v1/predictions/bojjhctbcdallqyyc6x7n6bwtm/cancel"
},
"version": "d77f39855b7ca1c6b486109314c9beb86348e472a9d4a9f50266b0eefdc8367d"
}
=> Found 0 tracks already analyzed and 1 tracks to analyze.
=> Found 0 tracks already demixed, 1 to demix.
2024-03-03 10:22:00,600 - INFO - separator - Separator version 0.15.2 instantiating with output_dir: None, output_format: WAV
2024-03-03 10:22:00,600 - INFO - separator - Operating System: Linux #1 SMP PREEMPT_DYNAMIC Sun Aug 27 18:40:33 UTC 2023
2024-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
2024-03-03 10:22:00,600 - INFO - separator - Python Version: 3.10.13
2024-03-03 10:22:00,600 - INFO - separator - PyTorch Version: 2.0.1+cu118
2024-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
2024-03-03 10:22:00,639 - INFO - separator - ONNX Runtime GPU package installed with version: 1.17.1
2024-03-03 10:22:00,639 - INFO - separator - CUDA is available in Torch, setting Torch device to CUDA
2024-03-03 10:22:00,639 - INFO - separator - ONNXruntime has CUDAExecutionProvider available, enabling acceleration
2024-03-03 10:22:00,639 - INFO - separator - Loading model Kim_Vocal_2.onnx...
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-03-03 10:22:03,062 - INFO - separator - Load model duration: 00:00:02
2024-03-03 10:22:03,062 - INFO - separator - Starting separation process for audio_file_path: /tmp/tmp32d2i5abBruno Mars - 24k Magic.mp3
Selected model is a bag of 1 models. You will see that many progress bars per track.
Separated tracks will be stored in /src/demix/htdemucs
Separating track /tmp/tmp32d2i5abBruno Mars - 24k Magic.mp3
0%| | 0/52 [00:00<?, ?it/s]
0%| | 0.0/228.14999999999998 [00:00<?, ?seconds/s]
3%|█▌ | 5.85/228.14999999999998 [00:00<00:26, 8.54seconds/s]
5%|███ | 11.7/228.14999999999998 [00:00<00:14, 14.73seconds/s]
8%|███▌ | 17.549999999999997/228.14999999999998 [00:01<00:11, 19.00seconds/s]
10%|██████▏ | 23.4/228.14999999999998 [00:01<00:08, 23.03seconds/s]
13%|███████▌ | 29.25/228.14999999999998 [00:01<00:06, 28.77seconds/s]
15%|███████ | 35.099999999999994/228.14999999999998 [00:01<00:05, 33.89seconds/s]
18%|████████▎ | 40.949999999999996/228.14999999999998 [00:01<00:04, 38.20seconds/s]
21%|████████████▎ | 46.8/228.14999999999998 [00:01<00:05, 32.78seconds/s]
23%|█████████████▌ | 52.65/228.14999999999998 [00:01<00:05, 34.97seconds/s]
26%|███████████████▍ | 58.5/228.14999999999998 [00:02<00:04, 38.80seconds/s]
28%|████████████████▋ | 64.35/228.14999999999998 [00:02<00:03, 42.01seconds/s]
31%|██████████████▍ | 70.19999999999999/228.14999999999998 [00:02<00:03, 44.60seconds/s]
33%|███████████████████▋ | 76.05/228.14999999999998 [00:02<00:03, 46.54seconds/s]
36%|████████████████▊ | 81.89999999999999/228.14999999999998 [00:02<00:03, 48.07seconds/s]
38%|██████████████████████▋ | 87.75/228.14999999999998 [00:02<00:02, 49.13seconds/s]
41%|████████████████████████▌ | 93.6/228.14999999999998 [00:02<00:02, 45.92seconds/s]
44%|████████████████████▍ | 99.44999999999999/228.14999999999998 [00:03<00:03, 37.07seconds/s]
46%|███████████████████████████▏ | 105.3/228.14999999999998 [00:03<00:03, 38.73seconds/s]
49%|██████████████████████▍ | 111.14999999999999/228.14999999999998 [00:03<00:02, 41.62seconds/s]
51%|██████████████████████████████▎ | 117.0/228.14999999999998 [00:03<00:02, 44.24seconds/s]
54%|███████████████████████████████▏ | 122.85/228.14999999999998 [00:03<00:02, 46.24seconds/s]
56%|█████████████████████████████████▎ | 128.7/228.14999999999998 [00:03<00:02, 47.74seconds/s]
59%|███████████████████████████▏ | 134.54999999999998/228.14999999999998 [00:03<00:01, 48.88seconds/s]
62%|████████████████████████████▎ | 140.39999999999998/228.14999999999998 [00:03<00:01, 47.10seconds/s]
64%|█████████████████████████████████████▏ | 146.25/228.14999999999998 [00:04<00:02, 37.46seconds/s]
67%|███████████████████████████████████████▎ | 152.1/228.14999999999998 [00:04<00:01, 38.26seconds/s]
69%|████████████████████████████████████████▏ | 157.95/228.14999999999998 [00:04<00:01, 41.48seconds/s]
72%|█████████████████████████████████ | 163.79999999999998/228.14999999999998 [00:04<00:01, 44.11seconds/s]
74%|██████████████████████████████████▏ | 169.64999999999998/228.14999999999998 [00:04<00:01, 46.18seconds/s]
77%|█████████████████████████████████████████████▍ | 175.5/228.14999999999998 [00:04<00:01, 47.73seconds/s]
79%|██████████████████████████████████████████████ | 181.35/228.14999999999998 [00:04<00:00, 48.79seconds/s]
82%|████████████████████████████████████████████████▍ | 187.2/228.14999999999998 [00:04<00:00, 49.68seconds/s]
85%|██████████████████████████████████████▉ | 193.04999999999998/228.14999999999998 [00:05<00:00, 46.03seconds/s]
87%|████████████████████████████████████████ | 198.89999999999998/228.14999999999998 [00:05<00:00, 39.74seconds/s]
90%|████████████████████████████████████████████████████ | 204.75/228.14999999999998 [00:05<00:00, 42.71seconds/s]
92%|██████████████████████████████████████████████████████▍ | 210.6/228.14999999999998 [00:05<00:00, 44.96seconds/s]
95%|███████████████████████████████████████████████████████ | 216.45/228.14999999999998 [00:05<00:00, 46.61seconds/s]
97%|████████████████████████████████████████████▊ | 222.29999999999998/228.14999999999998 [00:05<00:00, 43.01seconds/s]
100%|██████████████████████████████████████████████| 228.14999999999998/228.14999999999998 [00:05<00:00, 44.87seconds/s]
100%|██████████████████████████████████████████████| 228.14999999999998/228.14999999999998 [00:05<00:00, 38.81seconds/s]
=> Found 0 spectrograms already extracted, 1 to extract.
Extracting spectrograms: 0%| | 0/1 [00:00<?, ?it/s]
2%|▏ | 1/52 [00:17<15:17, 17.98s/it]
4%|▍ | 2/52 [00:19<07:05, 8.51s/it]
6%|▌ | 3/52 [00:20<03:56, 4.83s/it]
8%|▊ | 4/52 [00:20<02:25, 3.04s/it]
10%|▉ | 5/52 [00:20<01:35, 2.02s/it]
12%|█▏ | 6/52 [00:20<01:03, 1.39s/it]
13%|█▎ | 7/52 [00:21<00:44, 1.02it/s]
15%|█▌ | 8/52 [00:21<00:31, 1.40it/s]
17%|█▋ | 9/52 [00:21<00:23, 1.84it/s]
19%|█▉ | 10/52 [00:21<00:18, 2.30it/s]
21%|██ | 11/52 [00:21<00:14, 2.86it/s]
23%|██▎ | 12/52 [00:21<00:11, 3.45it/s]
25%|██▌ | 13/52 [00:22<00:09, 4.05it/s]
27%|██▋ | 14/52 [00:22<00:08, 4.61it/s]
29%|██▉ | 15/52 [00:22<00:07, 5.08it/s]
31%|███ | 16/52 [00:22<00:06, 5.44it/s]
33%|███▎ | 17/52 [00:22<00:06, 5.75it/s]
35%|███▍ | 18/52 [00:22<00:05, 5.99it/s]
37%|███▋ | 19/52 [00:22<00:05, 6.24it/s]
38%|███▊ | 20/52 [00:23<00:05, 6.26it/s]
40%|████ | 21/52 [00:23<00:04, 6.38it/s]
42%|████▏ | 22/52 [00:23<00:04, 6.22it/s]
44%|████▍ | 23/52 [00:23<00:04, 6.29it/s]
46%|████▌ | 24/52 [00:23<00:04, 6.16it/s]
48%|████▊ | 25/52 [00:23<00:04, 6.24it/s]
50%|█████ | 26/52 [00:24<00:04, 6.38it/s]
52%|█████▏ | 27/52 [00:24<00:03, 6.48it/s]
54%|█████▍ | 28/52 [00:24<00:03, 6.50it/s]
56%|█████▌ | 29/52 [00:24<00:03, 6.40it/s]
58%|█████▊ | 30/52 [00:24<00:03, 5.93it/s]
60%|█████▉ | 31/52 [00:24<00:03, 6.15it/s]
62%|██████▏ | 32/52 [00:25<00:03, 6.22it/s]
63%|██████▎ | 33/52 [00:25<00:02, 6.37it/s]
65%|██████▌ | 34/52 [00:25<00:02, 6.21it/s]
67%|██████▋ | 35/52 [00:25<00:02, 6.01it/s]
69%|██████▉ | 36/52 [00:25<00:02, 6.20it/s]
71%|███████ | 37/52 [00:25<00:02, 6.31it/s]
73%|███████▎ | 38/52 [00:26<00:02, 6.42it/s]
75%|███████▌ | 39/52 [00:26<00:02, 5.91it/s]
77%|███████▋ | 40/52 [00:26<00:02, 5.92it/s]
79%|███████▉ | 41/52 [00:26<00:01, 6.11it/s]
81%|████████ | 42/52 [00:26<00:01, 6.24it/s]
83%|████████▎ | 43/52 [00:26<00:01, 6.31it/s]
Extracting spectrograms: 100%|██████████| 1/1 [00:14<00:00, 14.95s/it]
Extracting spectrograms: 100%|██████████| 1/1 [00:14<00:00, 14.95s/it]
85%|████████▍ | 44/52 [00:28<00:03, 2.08it/s]
87%|████████▋ | 45/52 [00:29<00:05, 1.39it/s]
88%|████████▊ | 46/52 [00:29<00:03, 1.82it/s]
90%|█████████ | 47/52 [00:29<00:02, 2.34it/s]
92%|█████████▏| 48/52 [00:29<00:01, 2.95it/s]
94%|█████████▍| 49/52 [00:29<00:00, 3.56it/s]
96%|█████████▌| 50/52 [00:30<00:00, 4.22it/s]
98%|█████████▊| 51/52 [00:30<00:00, 4.71it/s]
100%|██████████| 52/52 [00:30<00:00, 5.09it/s]
100%|██████████| 52/52 [00:30<00:00, 1.71it/s]
0%| | 0/40 [00:00<?, ?it/s]
2%|▎ | 1/40 [00:00<00:04, 9.58it/s]
5%|▌ | 2/40 [00:00<00:04, 9.44it/s]
8%|▊ | 3/40 [00:00<00:03, 9.55it/s]
12%|█▎ | 5/40 [00:00<00:03, 10.18it/s]
18%|█▊ | 7/40 [00:00<00:03, 10.58it/s]
22%|██▎ | 9/40 [00:00<00:03, 9.96it/s]
25%|██▌ | 10/40 [00:01<00:03, 9.91it/s]
30%|███ | 12/40 [00:01<00:02, 10.36it/s]
35%|███▌ | 14/40 [00:01<00:02, 10.06it/s]
40%|████ | 16/40 [00:01<00:02, 10.40it/s]
45%|████▌ | 18/40 [00:01<00:02, 8.40it/s]
50%|█████ | 20/40 [00:02<00:02, 8.98it/s]
55%|█████▌ | 22/40 [00:02<00:01, 9.71it/s]
60%|██████ | 24/40 [00:02<00:01, 9.70it/s]
65%|██████▌ | 26/40 [00:02<00:01, 10.04it/s]
70%|███████ | 28/40 [00:02<00:01, 10.37it/s]
75%|███████▌ | 30/40 [00:02<00:00, 10.97it/s]
80%|████████ | 32/40 [00:03<00:00, 11.17it/s]
85%|████████▌ | 34/40 [00:03<00:00, 11.45it/s]
90%|█████████ | 36/40 [00:03<00:00, 10.76it/s]
95%|█████████▌| 38/40 [00:03<00:00, 10.81it/s]
100%|██████████| 40/40 [00:03<00:00, 11.13it/s]
100%|██████████| 40/40 [00:03<00:00, 10.29it/s]
2024-03-03 10:22:38,959 - INFO - mdx_separator - Saving Instrumental stem...
0%| | 0/1 [00:00<?, ?it/s]
Analyzing 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...
2024-03-03 10:22:39,365 - INFO - separator - Separation duration: 00:00:36
Stem saved at tmp32d2i5abBruno Mars - 24k Magic_(Instrumental)_Kim_Vocal_2.wav
Stem saved at tmp32d2i5abBruno Mars - 24k Magic_(Vocals)_Kim_Vocal_2.wav
Analyzing tmp32d2i5abBruno Mars - 24k Magic.mp3: 100%|██████████| 1/1 [00:02<00:00, 2.82s/it]
Analyzing tmp32d2i5abBruno Mars - 24k Magic.mp3: 100%|██████████| 1/1 [00:02<00:00, 2.82s/it]
Visualizing results: 0%| | 0/1 [00:00<?, ?it/s]
Visualizing results: 100%|██████████| 1/1 [00:12<00:00, 12.38s/it]
Visualizing results: 100%|██████████| 1/1 [00:12<00:00, 12.38s/it]
=> Plots are successfully saved to ./viz
Sonifying results: 0%| | 0/1 [00:00<?, ?it/s]
Sonifying results: 100%|██████████| 1/1 [00:16<00:00, 16.32s/it]
Sonifying results: 100%|██████████| 1/1 [00:16<00:00, 16.32s/it]
=> Sonified tracks are successfully saved to ./sonif
MUSIC INPUT NAME: tmp32d2i5abBruno Mars - 24k Magic
Will add to output: demix/htdemucs/tmp32d2i5abBruno Mars - 24k Magic/drums.wav
Will add to output: demix/htdemucs/tmp32d2i5abBruno Mars - 24k Magic/bass.wav
Will add to output: demix/htdemucs/tmp32d2i5abBruno Mars - 24k Magic/other.wav
Will add to output: demix/htdemucs/tmp32d2i5abBruno Mars - 24k Magic/vocals.wav
This example was created by a different version, erickluis00/all-in-one-audio:d77f3985.
This model costs approximately $0.060 to run on Replicate, or 16 runs per $1, but this varies depending on your inputs. It is also open source and you can run it on your own computer with Docker.
This model runs on Nvidia L40S GPU hardware. Predictions typically complete within 62 seconds. The predict time for this model varies significantly based on the inputs.
This model doesn't have a readme.
This model is warm. You'll get a fast response if the model is warm and already running, and a slower response if the model is cold and starting up.
Choose a file from your machine
Hint: you can also drag files onto the input
=> Found 0 tracks already analyzed and 1 tracks to analyze.
=> Found 0 tracks already demixed, 1 to demix.
2024-03-03 10:22:00,600 - INFO - separator - Separator version 0.15.2 instantiating with output_dir: None, output_format: WAV
2024-03-03 10:22:00,600 - INFO - separator - Operating System: Linux #1 SMP PREEMPT_DYNAMIC Sun Aug 27 18:40:33 UTC 2023
2024-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
2024-03-03 10:22:00,600 - INFO - separator - Python Version: 3.10.13
2024-03-03 10:22:00,600 - INFO - separator - PyTorch Version: 2.0.1+cu118
2024-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
2024-03-03 10:22:00,639 - INFO - separator - ONNX Runtime GPU package installed with version: 1.17.1
2024-03-03 10:22:00,639 - INFO - separator - CUDA is available in Torch, setting Torch device to CUDA
2024-03-03 10:22:00,639 - INFO - separator - ONNXruntime has CUDAExecutionProvider available, enabling acceleration
2024-03-03 10:22:00,639 - INFO - separator - Loading model Kim_Vocal_2.onnx...
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-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.
2024-03-03 10:22:03,062 - INFO - separator - Load model duration: 00:00:02
2024-03-03 10:22:03,062 - INFO - separator - Starting separation process for audio_file_path: /tmp/tmp32d2i5abBruno Mars - 24k Magic.mp3
Selected model is a bag of 1 models. You will see that many progress bars per track.
Separated tracks will be stored in /src/demix/htdemucs
Separating track /tmp/tmp32d2i5abBruno Mars - 24k Magic.mp3
0%| | 0/52 [00:00<?, ?it/s]
0%| | 0.0/228.14999999999998 [00:00<?, ?seconds/s]
3%|█▌ | 5.85/228.14999999999998 [00:00<00:26, 8.54seconds/s]
5%|███ | 11.7/228.14999999999998 [00:00<00:14, 14.73seconds/s]
8%|███▌ | 17.549999999999997/228.14999999999998 [00:01<00:11, 19.00seconds/s]
10%|██████▏ | 23.4/228.14999999999998 [00:01<00:08, 23.03seconds/s]
13%|███████▌ | 29.25/228.14999999999998 [00:01<00:06, 28.77seconds/s]
15%|███████ | 35.099999999999994/228.14999999999998 [00:01<00:05, 33.89seconds/s]
18%|████████▎ | 40.949999999999996/228.14999999999998 [00:01<00:04, 38.20seconds/s]
21%|████████████▎ | 46.8/228.14999999999998 [00:01<00:05, 32.78seconds/s]
23%|█████████████▌ | 52.65/228.14999999999998 [00:01<00:05, 34.97seconds/s]
26%|███████████████▍ | 58.5/228.14999999999998 [00:02<00:04, 38.80seconds/s]
28%|████████████████▋ | 64.35/228.14999999999998 [00:02<00:03, 42.01seconds/s]
31%|██████████████▍ | 70.19999999999999/228.14999999999998 [00:02<00:03, 44.60seconds/s]
33%|███████████████████▋ | 76.05/228.14999999999998 [00:02<00:03, 46.54seconds/s]
36%|████████████████▊ | 81.89999999999999/228.14999999999998 [00:02<00:03, 48.07seconds/s]
38%|██████████████████████▋ | 87.75/228.14999999999998 [00:02<00:02, 49.13seconds/s]
41%|████████████████████████▌ | 93.6/228.14999999999998 [00:02<00:02, 45.92seconds/s]
44%|████████████████████▍ | 99.44999999999999/228.14999999999998 [00:03<00:03, 37.07seconds/s]
46%|███████████████████████████▏ | 105.3/228.14999999999998 [00:03<00:03, 38.73seconds/s]
49%|██████████████████████▍ | 111.14999999999999/228.14999999999998 [00:03<00:02, 41.62seconds/s]
51%|██████████████████████████████▎ | 117.0/228.14999999999998 [00:03<00:02, 44.24seconds/s]
54%|███████████████████████████████▏ | 122.85/228.14999999999998 [00:03<00:02, 46.24seconds/s]
56%|█████████████████████████████████▎ | 128.7/228.14999999999998 [00:03<00:02, 47.74seconds/s]
59%|███████████████████████████▏ | 134.54999999999998/228.14999999999998 [00:03<00:01, 48.88seconds/s]
62%|████████████████████████████▎ | 140.39999999999998/228.14999999999998 [00:03<00:01, 47.10seconds/s]
64%|█████████████████████████████████████▏ | 146.25/228.14999999999998 [00:04<00:02, 37.46seconds/s]
67%|███████████████████████████████████████▎ | 152.1/228.14999999999998 [00:04<00:01, 38.26seconds/s]
69%|████████████████████████████████████████▏ | 157.95/228.14999999999998 [00:04<00:01, 41.48seconds/s]
72%|█████████████████████████████████ | 163.79999999999998/228.14999999999998 [00:04<00:01, 44.11seconds/s]
74%|██████████████████████████████████▏ | 169.64999999999998/228.14999999999998 [00:04<00:01, 46.18seconds/s]
77%|█████████████████████████████████████████████▍ | 175.5/228.14999999999998 [00:04<00:01, 47.73seconds/s]
79%|██████████████████████████████████████████████ | 181.35/228.14999999999998 [00:04<00:00, 48.79seconds/s]
82%|████████████████████████████████████████████████▍ | 187.2/228.14999999999998 [00:04<00:00, 49.68seconds/s]
85%|██████████████████████████████████████▉ | 193.04999999999998/228.14999999999998 [00:05<00:00, 46.03seconds/s]
87%|████████████████████████████████████████ | 198.89999999999998/228.14999999999998 [00:05<00:00, 39.74seconds/s]
90%|████████████████████████████████████████████████████ | 204.75/228.14999999999998 [00:05<00:00, 42.71seconds/s]
92%|██████████████████████████████████████████████████████▍ | 210.6/228.14999999999998 [00:05<00:00, 44.96seconds/s]
95%|███████████████████████████████████████████████████████ | 216.45/228.14999999999998 [00:05<00:00, 46.61seconds/s]
97%|████████████████████████████████████████████▊ | 222.29999999999998/228.14999999999998 [00:05<00:00, 43.01seconds/s]
100%|██████████████████████████████████████████████| 228.14999999999998/228.14999999999998 [00:05<00:00, 44.87seconds/s]
100%|██████████████████████████████████████████████| 228.14999999999998/228.14999999999998 [00:05<00:00, 38.81seconds/s]
=> Found 0 spectrograms already extracted, 1 to extract.
Extracting spectrograms: 0%| | 0/1 [00:00<?, ?it/s]
2%|▏ | 1/52 [00:17<15:17, 17.98s/it]
4%|▍ | 2/52 [00:19<07:05, 8.51s/it]
6%|▌ | 3/52 [00:20<03:56, 4.83s/it]
8%|▊ | 4/52 [00:20<02:25, 3.04s/it]
10%|▉ | 5/52 [00:20<01:35, 2.02s/it]
12%|█▏ | 6/52 [00:20<01:03, 1.39s/it]
13%|█▎ | 7/52 [00:21<00:44, 1.02it/s]
15%|█▌ | 8/52 [00:21<00:31, 1.40it/s]
17%|█▋ | 9/52 [00:21<00:23, 1.84it/s]
19%|█▉ | 10/52 [00:21<00:18, 2.30it/s]
21%|██ | 11/52 [00:21<00:14, 2.86it/s]
23%|██▎ | 12/52 [00:21<00:11, 3.45it/s]
25%|██▌ | 13/52 [00:22<00:09, 4.05it/s]
27%|██▋ | 14/52 [00:22<00:08, 4.61it/s]
29%|██▉ | 15/52 [00:22<00:07, 5.08it/s]
31%|███ | 16/52 [00:22<00:06, 5.44it/s]
33%|███▎ | 17/52 [00:22<00:06, 5.75it/s]
35%|███▍ | 18/52 [00:22<00:05, 5.99it/s]
37%|███▋ | 19/52 [00:22<00:05, 6.24it/s]
38%|███▊ | 20/52 [00:23<00:05, 6.26it/s]
40%|████ | 21/52 [00:23<00:04, 6.38it/s]
42%|████▏ | 22/52 [00:23<00:04, 6.22it/s]
44%|████▍ | 23/52 [00:23<00:04, 6.29it/s]
46%|████▌ | 24/52 [00:23<00:04, 6.16it/s]
48%|████▊ | 25/52 [00:23<00:04, 6.24it/s]
50%|█████ | 26/52 [00:24<00:04, 6.38it/s]
52%|█████▏ | 27/52 [00:24<00:03, 6.48it/s]
54%|█████▍ | 28/52 [00:24<00:03, 6.50it/s]
56%|█████▌ | 29/52 [00:24<00:03, 6.40it/s]
58%|█████▊ | 30/52 [00:24<00:03, 5.93it/s]
60%|█████▉ | 31/52 [00:24<00:03, 6.15it/s]
62%|██████▏ | 32/52 [00:25<00:03, 6.22it/s]
63%|██████▎ | 33/52 [00:25<00:02, 6.37it/s]
65%|██████▌ | 34/52 [00:25<00:02, 6.21it/s]
67%|██████▋ | 35/52 [00:25<00:02, 6.01it/s]
69%|██████▉ | 36/52 [00:25<00:02, 6.20it/s]
71%|███████ | 37/52 [00:25<00:02, 6.31it/s]
73%|███████▎ | 38/52 [00:26<00:02, 6.42it/s]
75%|███████▌ | 39/52 [00:26<00:02, 5.91it/s]
77%|███████▋ | 40/52 [00:26<00:02, 5.92it/s]
79%|███████▉ | 41/52 [00:26<00:01, 6.11it/s]
81%|████████ | 42/52 [00:26<00:01, 6.24it/s]
83%|████████▎ | 43/52 [00:26<00:01, 6.31it/s]
Extracting spectrograms: 100%|██████████| 1/1 [00:14<00:00, 14.95s/it]
Extracting spectrograms: 100%|██████████| 1/1 [00:14<00:00, 14.95s/it]
85%|████████▍ | 44/52 [00:28<00:03, 2.08it/s]
87%|████████▋ | 45/52 [00:29<00:05, 1.39it/s]
88%|████████▊ | 46/52 [00:29<00:03, 1.82it/s]
90%|█████████ | 47/52 [00:29<00:02, 2.34it/s]
92%|█████████▏| 48/52 [00:29<00:01, 2.95it/s]
94%|█████████▍| 49/52 [00:29<00:00, 3.56it/s]
96%|█████████▌| 50/52 [00:30<00:00, 4.22it/s]
98%|█████████▊| 51/52 [00:30<00:00, 4.71it/s]
100%|██████████| 52/52 [00:30<00:00, 5.09it/s]
100%|██████████| 52/52 [00:30<00:00, 1.71it/s]
0%| | 0/40 [00:00<?, ?it/s]
2%|▎ | 1/40 [00:00<00:04, 9.58it/s]
5%|▌ | 2/40 [00:00<00:04, 9.44it/s]
8%|▊ | 3/40 [00:00<00:03, 9.55it/s]
12%|█▎ | 5/40 [00:00<00:03, 10.18it/s]
18%|█▊ | 7/40 [00:00<00:03, 10.58it/s]
22%|██▎ | 9/40 [00:00<00:03, 9.96it/s]
25%|██▌ | 10/40 [00:01<00:03, 9.91it/s]
30%|███ | 12/40 [00:01<00:02, 10.36it/s]
35%|███▌ | 14/40 [00:01<00:02, 10.06it/s]
40%|████ | 16/40 [00:01<00:02, 10.40it/s]
45%|████▌ | 18/40 [00:01<00:02, 8.40it/s]
50%|█████ | 20/40 [00:02<00:02, 8.98it/s]
55%|█████▌ | 22/40 [00:02<00:01, 9.71it/s]
60%|██████ | 24/40 [00:02<00:01, 9.70it/s]
65%|██████▌ | 26/40 [00:02<00:01, 10.04it/s]
70%|███████ | 28/40 [00:02<00:01, 10.37it/s]
75%|███████▌ | 30/40 [00:02<00:00, 10.97it/s]
80%|████████ | 32/40 [00:03<00:00, 11.17it/s]
85%|████████▌ | 34/40 [00:03<00:00, 11.45it/s]
90%|█████████ | 36/40 [00:03<00:00, 10.76it/s]
95%|█████████▌| 38/40 [00:03<00:00, 10.81it/s]
100%|██████████| 40/40 [00:03<00:00, 11.13it/s]
100%|██████████| 40/40 [00:03<00:00, 10.29it/s]
2024-03-03 10:22:38,959 - INFO - mdx_separator - Saving Instrumental stem...
0%| | 0/1 [00:00<?, ?it/s]
Analyzing 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...
2024-03-03 10:22:39,365 - INFO - separator - Separation duration: 00:00:36
Stem saved at tmp32d2i5abBruno Mars - 24k Magic_(Instrumental)_Kim_Vocal_2.wav
Stem saved at tmp32d2i5abBruno Mars - 24k Magic_(Vocals)_Kim_Vocal_2.wav
Analyzing tmp32d2i5abBruno Mars - 24k Magic.mp3: 100%|██████████| 1/1 [00:02<00:00, 2.82s/it]
Analyzing tmp32d2i5abBruno Mars - 24k Magic.mp3: 100%|██████████| 1/1 [00:02<00:00, 2.82s/it]
Visualizing results: 0%| | 0/1 [00:00<?, ?it/s]
Visualizing results: 100%|██████████| 1/1 [00:12<00:00, 12.38s/it]
Visualizing results: 100%|██████████| 1/1 [00:12<00:00, 12.38s/it]
=> Plots are successfully saved to ./viz
Sonifying results: 0%| | 0/1 [00:00<?, ?it/s]
Sonifying results: 100%|██████████| 1/1 [00:16<00:00, 16.32s/it]
Sonifying results: 100%|██████████| 1/1 [00:16<00:00, 16.32s/it]
=> Sonified tracks are successfully saved to ./sonif
MUSIC INPUT NAME: tmp32d2i5abBruno Mars - 24k Magic
Will add to output: demix/htdemucs/tmp32d2i5abBruno Mars - 24k Magic/drums.wav
Will add to output: demix/htdemucs/tmp32d2i5abBruno Mars - 24k Magic/bass.wav
Will add to output: demix/htdemucs/tmp32d2i5abBruno Mars - 24k Magic/other.wav
Will add to output: demix/htdemucs/tmp32d2i5abBruno Mars - 24k Magic/vocals.wav