Readme
This model doesn't have a readme.
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";
import fs from "node:fs";
const replicate = new Replicate({
auth: process.env.REPLICATE_API_TOKEN,
});
Run deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6",
{
input: {
seed: 42,
image_path: "https://media.istockphoto.com/id/469078110/photo/pikachu-figurine.jpg?s=612x612&w=0&k=20&c=hnnwI2IE_kCB2L2YYSEcRTWAcs7tDeAFkXv10RRbw8A=",
export_video: true,
sample_steps: 75,
export_texmap: false,
remove_background: true
}
}
);
// To access the file URL:
console.log(output[0].url()); //=> "http://example.com"
// To write the file to disk:
fs.writeFile("my-image.png", output[0]);
To learn more, take a look at the guide on getting started with Node.js.
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 deepeshsharma2003/3dmg using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6",
input={
"seed": 42,
"image_path": "https://media.istockphoto.com/id/469078110/photo/pikachu-figurine.jpg?s=612x612&w=0&k=20&c=hnnwI2IE_kCB2L2YYSEcRTWAcs7tDeAFkXv10RRbw8A=",
"export_video": True,
"sample_steps": 75,
"export_texmap": False,
"remove_background": True
}
)
print(output)
To learn more, take a look at the guide on getting started with Python.
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run deepeshsharma2003/3dmg 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": "deepeshsharma2003/3dmg:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6",
"input": {
"seed": 42,
"image_path": "https://media.istockphoto.com/id/469078110/photo/pikachu-figurine.jpg?s=612x612&w=0&k=20&c=hnnwI2IE_kCB2L2YYSEcRTWAcs7tDeAFkXv10RRbw8A=",
"export_video": true,
"sample_steps": 75,
"export_texmap": false,
"remove_background": true
}
}' \
https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
brew install cog
If you don’t have Homebrew, there are other installation options available.
Run this to download the model and run it in your local environment:
cog predict r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6 \
-i 'seed=42' \
-i 'image_path="https://media.istockphoto.com/id/469078110/photo/pikachu-figurine.jpg?s=612x612&w=0&k=20&c=hnnwI2IE_kCB2L2YYSEcRTWAcs7tDeAFkXv10RRbw8A="' \
-i 'export_video=true' \
-i 'sample_steps=75' \
-i 'export_texmap=false' \
-i 'remove_background=true'
To learn more, take a look at the Cog documentation.
Run this to download the model and run it in your local environment:
docker run -d -p 5000:5000 --gpus=all r8.im/deepeshsharma2003/3dmg@sha256:476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "seed": 42, "image_path": "https://media.istockphoto.com/id/469078110/photo/pikachu-figurine.jpg?s=612x612&w=0&k=20&c=hnnwI2IE_kCB2L2YYSEcRTWAcs7tDeAFkXv10RRbw8A=", "export_video": true, "sample_steps": 75, "export_texmap": false, "remove_background": true } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Add a payment method to run this model.
By signing in, you agree to our
terms of service and privacy policy
{
"completed_at": "2024-06-01T08:16:57.646836Z",
"created_at": "2024-06-01T08:12:56.812000Z",
"data_removed": false,
"error": null,
"id": "ygqfte72dhrgg0cftbds8f9jyr",
"input": {
"image_path": "https://media.istockphoto.com/id/469078110/photo/pikachu-figurine.jpg?s=612x612&w=0&k=20&c=hnnwI2IE_kCB2L2YYSEcRTWAcs7tDeAFkXv10RRbw8A="
},
"logs": "Downloading data from 'https://github.com/danielgatis/rembg/releases/download/v0.0.0/u2net.onnx' to file '/root/.u2net/u2net.onnx'.\n 0%| | 0.00/176M [00:00<?, ?B/s]\n 1%|▍ | 2.16M/176M [00:00<00:08, 21.5MB/s]\n 3%|█▏ | 5.27M/176M [00:00<00:06, 27.1MB/s]\n 5%|█▋ | 7.99M/176M [00:00<00:06, 26.7MB/s]\n 6%|██▎ | 10.7M/176M [00:00<00:06, 24.5MB/s]\n 7%|██▊ | 13.1M/176M [00:00<00:06, 24.1MB/s]\n 9%|███▎ | 15.6M/176M [00:00<00:07, 22.8MB/s]\n 10%|███▊ | 17.9M/176M [00:00<00:06, 22.6MB/s]\n 11%|████▎ | 20.1M/176M [00:00<00:06, 22.5MB/s]\n 13%|████▉ | 22.7M/176M [00:00<00:06, 23.6MB/s]\n 14%|█████▌ | 25.5M/176M [00:01<00:06, 24.8MB/s]\n 16%|██████ | 28.4M/176M [00:01<00:05, 25.9MB/s]\n 18%|██████▊ | 31.6M/176M [00:01<00:05, 27.8MB/s]\n 20%|███████▌ | 34.8M/176M [00:01<00:04, 29.1MB/s]\n 22%|████████▏ | 38.2M/176M [00:01<00:04, 30.4MB/s]\n 24%|████████▉ | 41.6M/176M [00:01<00:04, 31.5MB/s]\n 26%|█████████▊ | 45.4M/176M [00:01<00:03, 33.5MB/s]\n 28%|██████████▋ | 49.4M/176M [00:01<00:03, 35.5MB/s]\n 30%|███████████▍ | 53.1M/176M [00:01<00:03, 35.8MB/s]\n 33%|████████████▎ | 57.3M/176M [00:01<00:03, 37.6MB/s]\n 35%|█████████████▎ | 61.7M/176M [00:02<00:02, 39.5MB/s]\n 37%|██████████████▏ | 65.6M/176M [00:02<00:03, 36.5MB/s]\n 39%|██████████████▉ | 69.3M/176M [00:02<00:03, 35.4MB/s]\n 41%|███████████████▋ | 72.9M/176M [00:02<00:03, 34.2MB/s]\n 43%|████████████████▍ | 76.4M/176M [00:02<00:03, 33.0MB/s]\n 46%|█████████████████▎ | 80.3M/176M [00:02<00:02, 34.9MB/s]\n 48%|██████████████████▎ | 85.1M/176M [00:02<00:02, 38.4MB/s]\n 51%|███████████████████▍ | 90.2M/176M [00:02<00:02, 42.0MB/s]\n 54%|████████████████████▋ | 95.6M/176M [00:02<00:01, 45.7MB/s]\n 58%|██████████████████████▍ | 101M/176M [00:03<00:01, 48.9MB/s]\n 61%|███████████████████████▋ | 107M/176M [00:03<00:01, 51.7MB/s]\n 64%|█████████████████████████ | 113M/176M [00:03<00:01, 54.5MB/s]\n 68%|██████████████████████████▌ | 120M/176M [00:03<00:00, 57.5MB/s]\n 72%|███████████████████████████▉ | 126M/176M [00:03<00:00, 59.1MB/s]\n 75%|█████████████████████████████▍ | 133M/176M [00:03<00:00, 61.1MB/s]\n 79%|██████████████████████████████▊ | 139M/176M [00:03<00:00, 62.4MB/s]\n 83%|████████████████████████████████▍ | 146M/176M [00:03<00:00, 65.3MB/s]\n 88%|██████████████████████████████████▏ | 155M/176M [00:03<00:00, 70.2MB/s]\n 92%|███████████████████████████████████▉ | 162M/176M [00:03<00:00, 71.6MB/s]\n 96%|█████████████████████████████████████▋ | 170M/176M [00:04<00:00, 73.5MB/s]\n0%| | 0.00/176M [00:00<?, ?B/s]\n100%|████████████████████████████████████████| 176M/176M [00:00<00:00, 942GB/s]\n\u001b[1;31m2024-06-01 08:16:26.345074137 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1132, 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-06-01 08:16:26.345060887 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1131, 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-06-01 08:16:26.345167496 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1133, 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\n\u001b[1;31m2024-06-01 08:16:26.345179316 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1134, 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-06-01 08:16:26.345253126 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1135, 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-06-01 08:16:26.349426993 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1152, 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-06-01 08:16:26.353427962 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1148, 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-06-01 08:16:26.357410820 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1153, 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-06-01 08:16:26.357423980 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1169, 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-06-01 08:16:26.361428318 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1149, 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-06-01 08:16:26.361463498 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1155, 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-06-01 08:16:26.361470018 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1182, 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-06-01 08:16:26.365357267 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1156, 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-06-01 08:16:26.365402847 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1183, 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-06-01 08:16:26.365416206 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1151, 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-06-01 08:16:26.369410195 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1158, 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-06-01 08:16:26.369417845 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1184, 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-06-01 08:16:26.370415449 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1157, 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-06-01 08:16:26.373404493 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1185, 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-06-01 08:16:26.373427013 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1160, 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-06-01 08:16:26.375471582 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1147, 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-06-01 08:16:26.377407802 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1161, 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-06-01 08:16:26.377424731 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1187, 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-06-01 08:16:26.380529165 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1164, 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-06-01 08:16:26.380581934 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1136, 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-06-01 08:16:26.381404790 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1188, 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-06-01 08:16:26.381441740 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1162, 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-06-01 08:16:26.385401478 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1189, 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-06-01 08:16:26.385405738 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1163, 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-06-01 08:16:26.385412898 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1165, 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-06-01 08:16:26.389402117 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1137, 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-06-01 08:16:26.389405967 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1144, 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-06-01 08:16:26.389421077 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1190, 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-06-01 08:16:26.389433677 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1191, 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-06-01 08:16:26.389448596 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1192, 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-06-01 08:16:26.389462116 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1166, 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-06-01 08:16:26.389466096 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1193, 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-06-01 08:16:26.389485356 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1167, 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-06-01 08:16:26.389497246 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1208, 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-06-01 08:16:26.389595345 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1219, 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-06-01 08:16:26.389606365 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1220, 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-06-01 08:16:26.389617236 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1221, 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-06-01 08:16:26.389636765 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1223, 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-06-01 08:16:26.389647855 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1143, 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-06-01 08:16:26.389657795 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1224, 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-06-01 08:16:26.389667915 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1225, 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-06-01 08:16:26.393408695 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1173, 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-06-01 08:16:26.393428584 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1174, 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-06-01 08:16:26.393457834 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1176, 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-06-01 08:16:26.393521014 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1198, 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-06-01 08:16:26.393532694 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1199, 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-06-01 08:16:26.393546374 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1200, 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-06-01 08:16:26.393559764 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1201, 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-06-01 08:16:26.397403963 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1206, 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-06-01 08:16:26.397405973 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1139, 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-06-01 08:16:26.361443908 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1172, 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-06-01 08:16:26.361458378 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1146, 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-06-01 08:16:26.389479636 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1194, 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-06-01 08:16:26.389508166 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1209, 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-06-01 08:16:26.389518826 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1210, 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-06-01 08:16:26.389529916 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1211, 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-06-01 08:16:26.400919194 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1217, index: 86, mask: {91, }, 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-06-01 08:16:26.389585016 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1218, 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-06-01 08:16:26.389627095 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1222, 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-06-01 08:16:26.400947034 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1196, 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-06-01 08:16:26.400956434 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1180, 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-06-01 08:16:26.400964494 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1181, 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-06-01 08:16:26.400972283 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1197, 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-06-01 08:16:26.400980014 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1179, 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-06-01 08:16:26.400988313 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1178, 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-06-01 08:16:26.400996503 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1195, 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-06-01 08:16:26.401006843 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1177, 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-06-01 08:16:26.365404147 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1150, 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-06-01 08:16:26.373404433 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1159, 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-06-01 08:16:26.393444464 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1175, 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-06-01 08:16:26.401052613 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1171, 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-06-01 08:16:26.401067523 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1145, 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-06-01 08:16:26.401086563 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1168, 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-06-01 08:16:26.400829974 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1170, 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-06-01 08:16:26.377408651 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1186, 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-06-01 08:16:26.400891754 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1212, 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-06-01 08:16:26.401112073 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1213, 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-06-01 08:16:26.401121943 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1214, index: 83, mask: {42, }, 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-06-01 08:16:26.401132413 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1215, index: 84, mask: {90, }, 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-06-01 08:16:26.401143473 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1216, index: 85, mask: {43, }, 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-06-01 08:16:26.400940714 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1154, 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-06-01 08:16:26.401157602 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1207, 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-06-01 08:16:26.401170502 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1142, 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-06-01 08:16:26.405401730 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1140, 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-06-01 08:16:26.405416580 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1141, 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-06-01 08:16:26.457444328 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1138, 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\nSeed set to 42\n 0%| | 0/75 [00:00<?, ?it/s]/root/.pyenv/versions/3.10.14/lib/python3.10/site-packages/diffusers/models/lora.py:96: UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status: CUDNN_STATUS_NOT_SUPPORTED (Triggered internally at ../aten/src/ATen/native/cudnn/Conv_v8.cpp:919.)\nreturn F.conv2d(x, self.weight, self.bias, self.stride, self.padding, self.dilation, self.groups)\n/root/.pyenv/versions/3.10.14/lib/python3.10/site-packages/torch/nn/modules/conv.py:456: UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status: CUDNN_STATUS_NOT_SUPPORTED (Triggered internally at ../aten/src/ATen/native/cudnn/Conv_v8.cpp:919.)\nreturn F.conv2d(input, weight, bias, self.stride,\n 1%|▏ | 1/75 [00:00<00:50, 1.46it/s]\n 3%|▎ | 2/75 [00:00<00:25, 2.85it/s]\n 4%|▍ | 3/75 [00:00<00:17, 4.09it/s]\n 5%|▌ | 4/75 [00:01<00:13, 5.13it/s]\n 7%|▋ | 5/75 [00:01<00:11, 5.97it/s]\n 8%|▊ | 6/75 [00:01<00:10, 6.62it/s]\n 9%|▉ | 7/75 [00:01<00:09, 7.12it/s]\n 11%|█ | 8/75 [00:01<00:08, 7.50it/s]\n 12%|█▏ | 9/75 [00:01<00:08, 7.76it/s]\n 13%|█▎ | 10/75 [00:01<00:08, 7.96it/s]\n 15%|█▍ | 11/75 [00:01<00:07, 8.10it/s]\n 16%|█▌ | 12/75 [00:01<00:07, 8.19it/s]\n 17%|█▋ | 13/75 [00:02<00:07, 8.25it/s]\n 19%|█▊ | 14/75 [00:02<00:07, 8.28it/s]\n 20%|██ | 15/75 [00:02<00:07, 8.28it/s]\n 21%|██▏ | 16/75 [00:02<00:07, 8.32it/s]\n 23%|██▎ | 17/75 [00:02<00:06, 8.35it/s]\n 24%|██▍ | 18/75 [00:02<00:06, 8.38it/s]\n 25%|██▌ | 19/75 [00:02<00:06, 8.39it/s]\n 27%|██▋ | 20/75 [00:02<00:06, 8.39it/s]\n 28%|██▊ | 21/75 [00:03<00:06, 8.39it/s]\n 29%|██▉ | 22/75 [00:03<00:06, 8.39it/s]\n 31%|███ | 23/75 [00:03<00:06, 8.38it/s]\n 32%|███▏ | 24/75 [00:03<00:06, 8.39it/s]\n 33%|███▎ | 25/75 [00:03<00:05, 8.39it/s]\n 35%|███▍ | 26/75 [00:03<00:05, 8.39it/s]\n 36%|███▌ | 27/75 [00:03<00:05, 8.39it/s]\n 37%|███▋ | 28/75 [00:03<00:05, 8.39it/s]\n 39%|███▊ | 29/75 [00:04<00:05, 8.30it/s]\n 40%|████ | 30/75 [00:04<00:05, 8.31it/s]\n 41%|████▏ | 31/75 [00:04<00:05, 8.33it/s]\n 43%|████▎ | 32/75 [00:04<00:05, 8.31it/s]\n 44%|████▍ | 33/75 [00:04<00:05, 8.34it/s]\n 45%|████▌ | 34/75 [00:04<00:04, 8.36it/s]\n 47%|████▋ | 35/75 [00:04<00:04, 8.37it/s]\n 48%|████▊ | 36/75 [00:04<00:04, 8.38it/s]\n 49%|████▉ | 37/75 [00:04<00:04, 8.38it/s]\n 51%|█████ | 38/75 [00:05<00:04, 8.37it/s]\n 52%|█████▏ | 39/75 [00:05<00:04, 8.36it/s]\n 53%|█████▎ | 40/75 [00:05<00:04, 8.35it/s]\n 55%|█████▍ | 41/75 [00:05<00:04, 8.34it/s]\n 56%|█████▌ | 42/75 [00:05<00:03, 8.34it/s]\n 57%|█████▋ | 43/75 [00:05<00:03, 8.34it/s]\n 59%|█████▊ | 44/75 [00:05<00:03, 8.34it/s]\n 60%|██████ | 45/75 [00:05<00:03, 8.34it/s]\n 61%|██████▏ | 46/75 [00:06<00:03, 8.34it/s]\n 63%|██████▎ | 47/75 [00:06<00:03, 8.35it/s]\n 64%|██████▍ | 48/75 [00:06<00:03, 8.34it/s]\n 65%|██████▌ | 49/75 [00:06<00:03, 8.34it/s]\n 67%|██████▋ | 50/75 [00:06<00:02, 8.35it/s]\n 68%|██████▊ | 51/75 [00:06<00:02, 8.37it/s]\n 69%|██████▉ | 52/75 [00:06<00:02, 8.40it/s]\n 71%|███████ | 53/75 [00:06<00:02, 8.41it/s]\n 72%|███████▏ | 54/75 [00:07<00:02, 8.42it/s]\n 73%|███████▎ | 55/75 [00:07<00:02, 8.43it/s]\n 75%|███████▍ | 56/75 [00:07<00:02, 8.44it/s]\n 76%|███████▌ | 57/75 [00:07<00:02, 8.44it/s]\n 77%|███████▋ | 58/75 [00:07<00:02, 8.43it/s]\n 79%|███████▊ | 59/75 [00:07<00:01, 8.42it/s]\n 80%|████████ | 60/75 [00:07<00:01, 8.42it/s]\n 81%|████████▏ | 61/75 [00:07<00:01, 8.42it/s]\n 83%|████████▎ | 62/75 [00:07<00:01, 8.43it/s]\n 84%|████████▍ | 63/75 [00:08<00:01, 8.43it/s]\n 85%|████████▌ | 64/75 [00:08<00:01, 8.43it/s]\n 87%|████████▋ | 65/75 [00:08<00:01, 8.43it/s]\n 88%|████████▊ | 66/75 [00:08<00:01, 8.43it/s]\n 89%|████████▉ | 67/75 [00:08<00:00, 8.43it/s]\n 91%|█████████ | 68/75 [00:08<00:00, 8.44it/s]\n 92%|█████████▏| 69/75 [00:08<00:00, 8.43it/s]\n 93%|█████████▎| 70/75 [00:08<00:00, 8.43it/s]\n 95%|█████████▍| 71/75 [00:09<00:00, 8.44it/s]\n 96%|█████████▌| 72/75 [00:09<00:00, 8.44it/s]\n 97%|█████████▋| 73/75 [00:09<00:00, 8.44it/s]\n 99%|█████████▊| 74/75 [00:09<00:00, 8.43it/s]\n100%|██████████| 75/75 [00:09<00:00, 8.44it/s]\n100%|██████████| 75/75 [00:09<00:00, 7.90it/s]\n/src/predict.py:41: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at ../torch/csrc/utils/tensor_numpy.cpp:206.)\nshow_image = torch.from_numpy(show_image) # (960, 640, 3)\n/tmp/tmp1zt5a7_6.obj\n 0%| | 0/6 [00:00<?, ?it/s]/content/InstantMesh/src/models/geometry/render/neural_render.py:51: UserWarning: Using torch.cross without specifying the dim arg is deprecated.\nPlease either pass the dim explicitly or simply use torch.linalg.cross.\nThe default value of dim will change to agree with that of linalg.cross in a future release. (Triggered internally at ../aten/src/ATen/native/Cross.cpp:62.)\nface_normals = torch.cross(v1 - v0, v2 - v0)\n 17%|█▋ | 1/6 [00:00<00:03, 1.28it/s]\n 33%|███▎ | 2/6 [00:01<00:02, 1.34it/s]\n 50%|█████ | 3/6 [00:02<00:02, 1.35it/s]\n 67%|██████▋ | 4/6 [00:02<00:01, 1.36it/s]\n 83%|████████▎ | 5/6 [00:03<00:00, 1.37it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.37it/s]\n100%|██████████| 6/6 [00:04<00:00, 1.36it/s]\nVideo saved to /tmp/tmp1zt5a7_6.mp4\nMesh saved to /tmp/tmp1zt5a7_6.obj",
"metrics": {
"predict_time": 37.318738,
"total_time": 240.834836
},
"output": [
"https://replicate.delivery/pbxt/KObkDfLFcAQkayTYGJWsVkA6DeXksNaW3hrS6FB2jhN3rI6SA/mv_show_images.png",
"https://replicate.delivery/pbxt/uVyqJCoVe40hIypHBgIgYKe68mYeNbHNdj1HmfKmJ1fGfKiuE/tmp1zt5a7_6.mp4",
"https://replicate.delivery/pbxt/si8A6HQZULqeCKN3HtApdcJTiy8IexDERK1MUes4pGMzXR0lA/tmp1zt5a7_6.glb"
],
"started_at": "2024-06-01T08:16:20.328098Z",
"status": "succeeded",
"urls": {
"get": "https://api.replicate.com/v1/predictions/ygqfte72dhrgg0cftbds8f9jyr",
"cancel": "https://api.replicate.com/v1/predictions/ygqfte72dhrgg0cftbds8f9jyr/cancel"
},
"version": "476f025230580cb41ffc3b3d6457965f968c63d1db4a0737bef338a851eb62d6"
}
Downloading data from 'https://github.com/danielgatis/rembg/releases/download/v0.0.0/u2net.onnx' to file '/root/.u2net/u2net.onnx'.
0%| | 0.00/176M [00:00<?, ?B/s]
1%|▍ | 2.16M/176M [00:00<00:08, 21.5MB/s]
3%|█▏ | 5.27M/176M [00:00<00:06, 27.1MB/s]
5%|█▋ | 7.99M/176M [00:00<00:06, 26.7MB/s]
6%|██▎ | 10.7M/176M [00:00<00:06, 24.5MB/s]
7%|██▊ | 13.1M/176M [00:00<00:06, 24.1MB/s]
9%|███▎ | 15.6M/176M [00:00<00:07, 22.8MB/s]
10%|███▊ | 17.9M/176M [00:00<00:06, 22.6MB/s]
11%|████▎ | 20.1M/176M [00:00<00:06, 22.5MB/s]
13%|████▉ | 22.7M/176M [00:00<00:06, 23.6MB/s]
14%|█████▌ | 25.5M/176M [00:01<00:06, 24.8MB/s]
16%|██████ | 28.4M/176M [00:01<00:05, 25.9MB/s]
18%|██████▊ | 31.6M/176M [00:01<00:05, 27.8MB/s]
20%|███████▌ | 34.8M/176M [00:01<00:04, 29.1MB/s]
22%|████████▏ | 38.2M/176M [00:01<00:04, 30.4MB/s]
24%|████████▉ | 41.6M/176M [00:01<00:04, 31.5MB/s]
26%|█████████▊ | 45.4M/176M [00:01<00:03, 33.5MB/s]
28%|██████████▋ | 49.4M/176M [00:01<00:03, 35.5MB/s]
30%|███████████▍ | 53.1M/176M [00:01<00:03, 35.8MB/s]
33%|████████████▎ | 57.3M/176M [00:01<00:03, 37.6MB/s]
35%|█████████████▎ | 61.7M/176M [00:02<00:02, 39.5MB/s]
37%|██████████████▏ | 65.6M/176M [00:02<00:03, 36.5MB/s]
39%|██████████████▉ | 69.3M/176M [00:02<00:03, 35.4MB/s]
41%|███████████████▋ | 72.9M/176M [00:02<00:03, 34.2MB/s]
43%|████████████████▍ | 76.4M/176M [00:02<00:03, 33.0MB/s]
46%|█████████████████▎ | 80.3M/176M [00:02<00:02, 34.9MB/s]
48%|██████████████████▎ | 85.1M/176M [00:02<00:02, 38.4MB/s]
51%|███████████████████▍ | 90.2M/176M [00:02<00:02, 42.0MB/s]
54%|████████████████████▋ | 95.6M/176M [00:02<00:01, 45.7MB/s]
58%|██████████████████████▍ | 101M/176M [00:03<00:01, 48.9MB/s]
61%|███████████████████████▋ | 107M/176M [00:03<00:01, 51.7MB/s]
64%|█████████████████████████ | 113M/176M [00:03<00:01, 54.5MB/s]
68%|██████████████████████████▌ | 120M/176M [00:03<00:00, 57.5MB/s]
72%|███████████████████████████▉ | 126M/176M [00:03<00:00, 59.1MB/s]
75%|█████████████████████████████▍ | 133M/176M [00:03<00:00, 61.1MB/s]
79%|██████████████████████████████▊ | 139M/176M [00:03<00:00, 62.4MB/s]
83%|████████████████████████████████▍ | 146M/176M [00:03<00:00, 65.3MB/s]
88%|██████████████████████████████████▏ | 155M/176M [00:03<00:00, 70.2MB/s]
92%|███████████████████████████████████▉ | 162M/176M [00:03<00:00, 71.6MB/s]
96%|█████████████████████████████████████▋ | 170M/176M [00:04<00:00, 73.5MB/s]
0%| | 0.00/176M [00:00<?, ?B/s]
100%|████████████████████████████████████████| 176M/176M [00:00<00:00, 942GB/s]
2024-06-01 08:16:26.345074137 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1132, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.345060887 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1131, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.345167496 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1133, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.345179316 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1134, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.345253126 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1135, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.349426993 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1152, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.353427962 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1148, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.357410820 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1153, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.357423980 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1169, index: 38, mask: {67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.361428318 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1149, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.361463498 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1155, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.361470018 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1182, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.365357267 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1156, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.365402847 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1183, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.365416206 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1151, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.369410195 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1158, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.369417845 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1184, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.370415449 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1157, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.373404493 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1185, index: 54, mask: {75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.373427013 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1160, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.375471582 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1147, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.377407802 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1161, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.377424731 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1187, index: 56, mask: {76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.380529165 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1164, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.380581934 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1136, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.381404790 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1188, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.381441740 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1162, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.385401478 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1189, index: 58, mask: {77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.385405738 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1163, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.385412898 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1165, index: 34, mask: {65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.389402117 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1137, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.389405967 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1144, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.389421077 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1190, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.389433677 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1191, index: 60, mask: {78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.389448596 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1192, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.389462116 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1166, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.389466096 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1193, index: 62, mask: {79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.389485356 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1167, index: 36, mask: {66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.389497246 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1208, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.389595345 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1219, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.389606365 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1220, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.389617236 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1221, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.389636765 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1223, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.389647855 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1143, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.389657795 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1224, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.389667915 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1225, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.393408695 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1173, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.393428584 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1174, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.393457834 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1176, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.393521014 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1198, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.393532694 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1199, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.393546374 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1200, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.393559764 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1201, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.397403963 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1206, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.397405973 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1139, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.361443908 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1172, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.361458378 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1146, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.389479636 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1194, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.389508166 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1209, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.389518826 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1210, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.389529916 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1211, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.400919194 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1217, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.389585016 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1218, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.389627095 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1222, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.400947034 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1196, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.400956434 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1180, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.400964494 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1181, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.400972283 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1197, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.400980014 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1179, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.400988313 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1178, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.400996503 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1195, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.401006843 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1177, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.365404147 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1150, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.373404433 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1159, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.393444464 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1175, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.401052613 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1171, index: 40, mask: {68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.401067523 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1145, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.401086563 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1168, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.400829974 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1170, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.377408651 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1186, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.400891754 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1212, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.401112073 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1213, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.401121943 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1214, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.401132413 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1215, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.401143473 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1216, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.400940714 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1154, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.401157602 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1207, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.401170502 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1142, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.405401730 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1140, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.405416580 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1141, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.457444328 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1138, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
Seed set to 42
0%| | 0/75 [00:00<?, ?it/s]/root/.pyenv/versions/3.10.14/lib/python3.10/site-packages/diffusers/models/lora.py:96: UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status: CUDNN_STATUS_NOT_SUPPORTED (Triggered internally at ../aten/src/ATen/native/cudnn/Conv_v8.cpp:919.)
return F.conv2d(x, self.weight, self.bias, self.stride, self.padding, self.dilation, self.groups)
/root/.pyenv/versions/3.10.14/lib/python3.10/site-packages/torch/nn/modules/conv.py:456: UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status: CUDNN_STATUS_NOT_SUPPORTED (Triggered internally at ../aten/src/ATen/native/cudnn/Conv_v8.cpp:919.)
return F.conv2d(input, weight, bias, self.stride,
1%|▏ | 1/75 [00:00<00:50, 1.46it/s]
3%|▎ | 2/75 [00:00<00:25, 2.85it/s]
4%|▍ | 3/75 [00:00<00:17, 4.09it/s]
5%|▌ | 4/75 [00:01<00:13, 5.13it/s]
7%|▋ | 5/75 [00:01<00:11, 5.97it/s]
8%|▊ | 6/75 [00:01<00:10, 6.62it/s]
9%|▉ | 7/75 [00:01<00:09, 7.12it/s]
11%|█ | 8/75 [00:01<00:08, 7.50it/s]
12%|█▏ | 9/75 [00:01<00:08, 7.76it/s]
13%|█▎ | 10/75 [00:01<00:08, 7.96it/s]
15%|█▍ | 11/75 [00:01<00:07, 8.10it/s]
16%|█▌ | 12/75 [00:01<00:07, 8.19it/s]
17%|█▋ | 13/75 [00:02<00:07, 8.25it/s]
19%|█▊ | 14/75 [00:02<00:07, 8.28it/s]
20%|██ | 15/75 [00:02<00:07, 8.28it/s]
21%|██▏ | 16/75 [00:02<00:07, 8.32it/s]
23%|██▎ | 17/75 [00:02<00:06, 8.35it/s]
24%|██▍ | 18/75 [00:02<00:06, 8.38it/s]
25%|██▌ | 19/75 [00:02<00:06, 8.39it/s]
27%|██▋ | 20/75 [00:02<00:06, 8.39it/s]
28%|██▊ | 21/75 [00:03<00:06, 8.39it/s]
29%|██▉ | 22/75 [00:03<00:06, 8.39it/s]
31%|███ | 23/75 [00:03<00:06, 8.38it/s]
32%|███▏ | 24/75 [00:03<00:06, 8.39it/s]
33%|███▎ | 25/75 [00:03<00:05, 8.39it/s]
35%|███▍ | 26/75 [00:03<00:05, 8.39it/s]
36%|███▌ | 27/75 [00:03<00:05, 8.39it/s]
37%|███▋ | 28/75 [00:03<00:05, 8.39it/s]
39%|███▊ | 29/75 [00:04<00:05, 8.30it/s]
40%|████ | 30/75 [00:04<00:05, 8.31it/s]
41%|████▏ | 31/75 [00:04<00:05, 8.33it/s]
43%|████▎ | 32/75 [00:04<00:05, 8.31it/s]
44%|████▍ | 33/75 [00:04<00:05, 8.34it/s]
45%|████▌ | 34/75 [00:04<00:04, 8.36it/s]
47%|████▋ | 35/75 [00:04<00:04, 8.37it/s]
48%|████▊ | 36/75 [00:04<00:04, 8.38it/s]
49%|████▉ | 37/75 [00:04<00:04, 8.38it/s]
51%|█████ | 38/75 [00:05<00:04, 8.37it/s]
52%|█████▏ | 39/75 [00:05<00:04, 8.36it/s]
53%|█████▎ | 40/75 [00:05<00:04, 8.35it/s]
55%|█████▍ | 41/75 [00:05<00:04, 8.34it/s]
56%|█████▌ | 42/75 [00:05<00:03, 8.34it/s]
57%|█████▋ | 43/75 [00:05<00:03, 8.34it/s]
59%|█████▊ | 44/75 [00:05<00:03, 8.34it/s]
60%|██████ | 45/75 [00:05<00:03, 8.34it/s]
61%|██████▏ | 46/75 [00:06<00:03, 8.34it/s]
63%|██████▎ | 47/75 [00:06<00:03, 8.35it/s]
64%|██████▍ | 48/75 [00:06<00:03, 8.34it/s]
65%|██████▌ | 49/75 [00:06<00:03, 8.34it/s]
67%|██████▋ | 50/75 [00:06<00:02, 8.35it/s]
68%|██████▊ | 51/75 [00:06<00:02, 8.37it/s]
69%|██████▉ | 52/75 [00:06<00:02, 8.40it/s]
71%|███████ | 53/75 [00:06<00:02, 8.41it/s]
72%|███████▏ | 54/75 [00:07<00:02, 8.42it/s]
73%|███████▎ | 55/75 [00:07<00:02, 8.43it/s]
75%|███████▍ | 56/75 [00:07<00:02, 8.44it/s]
76%|███████▌ | 57/75 [00:07<00:02, 8.44it/s]
77%|███████▋ | 58/75 [00:07<00:02, 8.43it/s]
79%|███████▊ | 59/75 [00:07<00:01, 8.42it/s]
80%|████████ | 60/75 [00:07<00:01, 8.42it/s]
81%|████████▏ | 61/75 [00:07<00:01, 8.42it/s]
83%|████████▎ | 62/75 [00:07<00:01, 8.43it/s]
84%|████████▍ | 63/75 [00:08<00:01, 8.43it/s]
85%|████████▌ | 64/75 [00:08<00:01, 8.43it/s]
87%|████████▋ | 65/75 [00:08<00:01, 8.43it/s]
88%|████████▊ | 66/75 [00:08<00:01, 8.43it/s]
89%|████████▉ | 67/75 [00:08<00:00, 8.43it/s]
91%|█████████ | 68/75 [00:08<00:00, 8.44it/s]
92%|█████████▏| 69/75 [00:08<00:00, 8.43it/s]
93%|█████████▎| 70/75 [00:08<00:00, 8.43it/s]
95%|█████████▍| 71/75 [00:09<00:00, 8.44it/s]
96%|█████████▌| 72/75 [00:09<00:00, 8.44it/s]
97%|█████████▋| 73/75 [00:09<00:00, 8.44it/s]
99%|█████████▊| 74/75 [00:09<00:00, 8.43it/s]
100%|██████████| 75/75 [00:09<00:00, 8.44it/s]
100%|██████████| 75/75 [00:09<00:00, 7.90it/s]
/src/predict.py:41: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at ../torch/csrc/utils/tensor_numpy.cpp:206.)
show_image = torch.from_numpy(show_image) # (960, 640, 3)
/tmp/tmp1zt5a7_6.obj
0%| | 0/6 [00:00<?, ?it/s]/content/InstantMesh/src/models/geometry/render/neural_render.py:51: UserWarning: Using torch.cross without specifying the dim arg is deprecated.
Please either pass the dim explicitly or simply use torch.linalg.cross.
The default value of dim will change to agree with that of linalg.cross in a future release. (Triggered internally at ../aten/src/ATen/native/Cross.cpp:62.)
face_normals = torch.cross(v1 - v0, v2 - v0)
17%|█▋ | 1/6 [00:00<00:03, 1.28it/s]
33%|███▎ | 2/6 [00:01<00:02, 1.34it/s]
50%|█████ | 3/6 [00:02<00:02, 1.35it/s]
67%|██████▋ | 4/6 [00:02<00:01, 1.36it/s]
83%|████████▎ | 5/6 [00:03<00:00, 1.37it/s]
100%|██████████| 6/6 [00:04<00:00, 1.37it/s]
100%|██████████| 6/6 [00:04<00:00, 1.36it/s]
Video saved to /tmp/tmp1zt5a7_6.mp4
Mesh saved to /tmp/tmp1zt5a7_6.obj
This model runs on Nvidia L40S GPU hardware. We don't yet have enough runs of this model to provide performance information.
This model doesn't have a readme.
This model is cold. 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
Downloading data from 'https://github.com/danielgatis/rembg/releases/download/v0.0.0/u2net.onnx' to file '/root/.u2net/u2net.onnx'.
0%| | 0.00/176M [00:00<?, ?B/s]
1%|▍ | 2.16M/176M [00:00<00:08, 21.5MB/s]
3%|█▏ | 5.27M/176M [00:00<00:06, 27.1MB/s]
5%|█▋ | 7.99M/176M [00:00<00:06, 26.7MB/s]
6%|██▎ | 10.7M/176M [00:00<00:06, 24.5MB/s]
7%|██▊ | 13.1M/176M [00:00<00:06, 24.1MB/s]
9%|███▎ | 15.6M/176M [00:00<00:07, 22.8MB/s]
10%|███▊ | 17.9M/176M [00:00<00:06, 22.6MB/s]
11%|████▎ | 20.1M/176M [00:00<00:06, 22.5MB/s]
13%|████▉ | 22.7M/176M [00:00<00:06, 23.6MB/s]
14%|█████▌ | 25.5M/176M [00:01<00:06, 24.8MB/s]
16%|██████ | 28.4M/176M [00:01<00:05, 25.9MB/s]
18%|██████▊ | 31.6M/176M [00:01<00:05, 27.8MB/s]
20%|███████▌ | 34.8M/176M [00:01<00:04, 29.1MB/s]
22%|████████▏ | 38.2M/176M [00:01<00:04, 30.4MB/s]
24%|████████▉ | 41.6M/176M [00:01<00:04, 31.5MB/s]
26%|█████████▊ | 45.4M/176M [00:01<00:03, 33.5MB/s]
28%|██████████▋ | 49.4M/176M [00:01<00:03, 35.5MB/s]
30%|███████████▍ | 53.1M/176M [00:01<00:03, 35.8MB/s]
33%|████████████▎ | 57.3M/176M [00:01<00:03, 37.6MB/s]
35%|█████████████▎ | 61.7M/176M [00:02<00:02, 39.5MB/s]
37%|██████████████▏ | 65.6M/176M [00:02<00:03, 36.5MB/s]
39%|██████████████▉ | 69.3M/176M [00:02<00:03, 35.4MB/s]
41%|███████████████▋ | 72.9M/176M [00:02<00:03, 34.2MB/s]
43%|████████████████▍ | 76.4M/176M [00:02<00:03, 33.0MB/s]
46%|█████████████████▎ | 80.3M/176M [00:02<00:02, 34.9MB/s]
48%|██████████████████▎ | 85.1M/176M [00:02<00:02, 38.4MB/s]
51%|███████████████████▍ | 90.2M/176M [00:02<00:02, 42.0MB/s]
54%|████████████████████▋ | 95.6M/176M [00:02<00:01, 45.7MB/s]
58%|██████████████████████▍ | 101M/176M [00:03<00:01, 48.9MB/s]
61%|███████████████████████▋ | 107M/176M [00:03<00:01, 51.7MB/s]
64%|█████████████████████████ | 113M/176M [00:03<00:01, 54.5MB/s]
68%|██████████████████████████▌ | 120M/176M [00:03<00:00, 57.5MB/s]
72%|███████████████████████████▉ | 126M/176M [00:03<00:00, 59.1MB/s]
75%|█████████████████████████████▍ | 133M/176M [00:03<00:00, 61.1MB/s]
79%|██████████████████████████████▊ | 139M/176M [00:03<00:00, 62.4MB/s]
83%|████████████████████████████████▍ | 146M/176M [00:03<00:00, 65.3MB/s]
88%|██████████████████████████████████▏ | 155M/176M [00:03<00:00, 70.2MB/s]
92%|███████████████████████████████████▉ | 162M/176M [00:03<00:00, 71.6MB/s]
96%|█████████████████████████████████████▋ | 170M/176M [00:04<00:00, 73.5MB/s]
0%| | 0.00/176M [00:00<?, ?B/s]
100%|████████████████████████████████████████| 176M/176M [00:00<00:00, 942GB/s]
2024-06-01 08:16:26.345074137 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1132, index: 1, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.345060887 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1131, index: 0, mask: {48, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.345167496 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1133, index: 2, mask: {49, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.345179316 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1134, index: 3, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.345253126 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1135, index: 4, mask: {50, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.349426993 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1152, index: 21, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.353427962 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1148, index: 17, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.357410820 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1153, index: 22, mask: {59, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.357423980 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1169, index: 38, mask: {67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.361428318 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1149, index: 18, mask: {57, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.361463498 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1155, index: 24, mask: {60, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.361470018 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1182, index: 51, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.365357267 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1156, index: 25, mask: {13, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.365402847 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1183, index: 52, mask: {74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.365416206 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1151, index: 20, mask: {58, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.369410195 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1158, index: 27, mask: {14, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.369417845 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1184, index: 53, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.370415449 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1157, index: 26, mask: {61, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.373404493 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1185, index: 54, mask: {75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.373427013 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1160, index: 29, mask: {15, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.375471582 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1147, index: 16, mask: {56, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.377407802 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1161, index: 30, mask: {63, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.377424731 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1187, index: 56, mask: {76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.380529165 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1164, index: 33, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.380581934 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1136, index: 5, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.381404790 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1188, index: 57, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.381441740 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1162, index: 31, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.385401478 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1189, index: 58, mask: {77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.385405738 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1163, index: 32, mask: {64, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.385412898 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1165, index: 34, mask: {65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.389402117 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1137, index: 6, mask: {51, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.389405967 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1144, index: 13, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.389421077 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1190, index: 59, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.389433677 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1191, index: 60, mask: {78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.389448596 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1192, index: 61, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.389462116 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1166, index: 35, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.389466096 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1193, index: 62, mask: {79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.389485356 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1167, index: 36, mask: {66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.389497246 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1208, index: 77, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.389595345 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1219, index: 88, mask: {92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.389606365 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1220, index: 89, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.389617236 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1221, index: 90, mask: {93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.389636765 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1223, index: 92, mask: {94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.389647855 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1143, index: 12, mask: {54, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.389657795 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1224, index: 93, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.389667915 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1225, index: 94, mask: {95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.393408695 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1173, index: 42, mask: {69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.393428584 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1174, index: 43, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.393457834 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1176, index: 45, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.393521014 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1198, index: 67, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.393532694 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1199, index: 68, mask: {82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.393546374 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1200, index: 69, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.393559764 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1201, index: 70, mask: {83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.397403963 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1206, index: 75, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.397405973 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1139, index: 8, mask: {52, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.361443908 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1172, index: 41, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.361458378 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1146, index: 15, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.389479636 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1194, index: 63, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.389508166 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1209, index: 78, mask: {87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.389518826 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1210, index: 79, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.389529916 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1211, index: 80, mask: {88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.400919194 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1217, index: 86, mask: {91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.389585016 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1218, index: 87, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.389627095 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1222, index: 91, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.400947034 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1196, index: 65, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.400956434 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1180, index: 49, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.400964494 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1181, index: 50, mask: {73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.400972283 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1197, index: 66, mask: {81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.400980014 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1179, index: 48, mask: {72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.400988313 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1178, index: 47, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.400996503 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1195, index: 64, mask: {80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.401006843 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1177, index: 46, mask: {71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.365404147 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1150, index: 19, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.373404433 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1159, index: 28, mask: {62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.393444464 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1175, index: 44, mask: {70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.401052613 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1171, index: 40, mask: {68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.401067523 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1145, index: 14, mask: {55, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.401086563 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1168, index: 37, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.400829974 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1170, index: 39, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.377408651 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1186, index: 55, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.400891754 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1212, index: 81, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.401112073 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1213, index: 82, mask: {89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.401121943 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1214, index: 83, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.401132413 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1215, index: 84, mask: {90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.401143473 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1216, index: 85, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.400940714 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1154, index: 23, mask: {12, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.401157602 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1207, index: 76, mask: {86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.401170502 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1142, index: 11, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.405401730 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1140, index: 9, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.405416580 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1141, index: 10, mask: {53, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2024-06-01 08:16:26.457444328 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1138, index: 7, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
Seed set to 42
0%| | 0/75 [00:00<?, ?it/s]/root/.pyenv/versions/3.10.14/lib/python3.10/site-packages/diffusers/models/lora.py:96: UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status: CUDNN_STATUS_NOT_SUPPORTED (Triggered internally at ../aten/src/ATen/native/cudnn/Conv_v8.cpp:919.)
return F.conv2d(x, self.weight, self.bias, self.stride, self.padding, self.dilation, self.groups)
/root/.pyenv/versions/3.10.14/lib/python3.10/site-packages/torch/nn/modules/conv.py:456: UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status: CUDNN_STATUS_NOT_SUPPORTED (Triggered internally at ../aten/src/ATen/native/cudnn/Conv_v8.cpp:919.)
return F.conv2d(input, weight, bias, self.stride,
1%|▏ | 1/75 [00:00<00:50, 1.46it/s]
3%|▎ | 2/75 [00:00<00:25, 2.85it/s]
4%|▍ | 3/75 [00:00<00:17, 4.09it/s]
5%|▌ | 4/75 [00:01<00:13, 5.13it/s]
7%|▋ | 5/75 [00:01<00:11, 5.97it/s]
8%|▊ | 6/75 [00:01<00:10, 6.62it/s]
9%|▉ | 7/75 [00:01<00:09, 7.12it/s]
11%|█ | 8/75 [00:01<00:08, 7.50it/s]
12%|█▏ | 9/75 [00:01<00:08, 7.76it/s]
13%|█▎ | 10/75 [00:01<00:08, 7.96it/s]
15%|█▍ | 11/75 [00:01<00:07, 8.10it/s]
16%|█▌ | 12/75 [00:01<00:07, 8.19it/s]
17%|█▋ | 13/75 [00:02<00:07, 8.25it/s]
19%|█▊ | 14/75 [00:02<00:07, 8.28it/s]
20%|██ | 15/75 [00:02<00:07, 8.28it/s]
21%|██▏ | 16/75 [00:02<00:07, 8.32it/s]
23%|██▎ | 17/75 [00:02<00:06, 8.35it/s]
24%|██▍ | 18/75 [00:02<00:06, 8.38it/s]
25%|██▌ | 19/75 [00:02<00:06, 8.39it/s]
27%|██▋ | 20/75 [00:02<00:06, 8.39it/s]
28%|██▊ | 21/75 [00:03<00:06, 8.39it/s]
29%|██▉ | 22/75 [00:03<00:06, 8.39it/s]
31%|███ | 23/75 [00:03<00:06, 8.38it/s]
32%|███▏ | 24/75 [00:03<00:06, 8.39it/s]
33%|███▎ | 25/75 [00:03<00:05, 8.39it/s]
35%|███▍ | 26/75 [00:03<00:05, 8.39it/s]
36%|███▌ | 27/75 [00:03<00:05, 8.39it/s]
37%|███▋ | 28/75 [00:03<00:05, 8.39it/s]
39%|███▊ | 29/75 [00:04<00:05, 8.30it/s]
40%|████ | 30/75 [00:04<00:05, 8.31it/s]
41%|████▏ | 31/75 [00:04<00:05, 8.33it/s]
43%|████▎ | 32/75 [00:04<00:05, 8.31it/s]
44%|████▍ | 33/75 [00:04<00:05, 8.34it/s]
45%|████▌ | 34/75 [00:04<00:04, 8.36it/s]
47%|████▋ | 35/75 [00:04<00:04, 8.37it/s]
48%|████▊ | 36/75 [00:04<00:04, 8.38it/s]
49%|████▉ | 37/75 [00:04<00:04, 8.38it/s]
51%|█████ | 38/75 [00:05<00:04, 8.37it/s]
52%|█████▏ | 39/75 [00:05<00:04, 8.36it/s]
53%|█████▎ | 40/75 [00:05<00:04, 8.35it/s]
55%|█████▍ | 41/75 [00:05<00:04, 8.34it/s]
56%|█████▌ | 42/75 [00:05<00:03, 8.34it/s]
57%|█████▋ | 43/75 [00:05<00:03, 8.34it/s]
59%|█████▊ | 44/75 [00:05<00:03, 8.34it/s]
60%|██████ | 45/75 [00:05<00:03, 8.34it/s]
61%|██████▏ | 46/75 [00:06<00:03, 8.34it/s]
63%|██████▎ | 47/75 [00:06<00:03, 8.35it/s]
64%|██████▍ | 48/75 [00:06<00:03, 8.34it/s]
65%|██████▌ | 49/75 [00:06<00:03, 8.34it/s]
67%|██████▋ | 50/75 [00:06<00:02, 8.35it/s]
68%|██████▊ | 51/75 [00:06<00:02, 8.37it/s]
69%|██████▉ | 52/75 [00:06<00:02, 8.40it/s]
71%|███████ | 53/75 [00:06<00:02, 8.41it/s]
72%|███████▏ | 54/75 [00:07<00:02, 8.42it/s]
73%|███████▎ | 55/75 [00:07<00:02, 8.43it/s]
75%|███████▍ | 56/75 [00:07<00:02, 8.44it/s]
76%|███████▌ | 57/75 [00:07<00:02, 8.44it/s]
77%|███████▋ | 58/75 [00:07<00:02, 8.43it/s]
79%|███████▊ | 59/75 [00:07<00:01, 8.42it/s]
80%|████████ | 60/75 [00:07<00:01, 8.42it/s]
81%|████████▏ | 61/75 [00:07<00:01, 8.42it/s]
83%|████████▎ | 62/75 [00:07<00:01, 8.43it/s]
84%|████████▍ | 63/75 [00:08<00:01, 8.43it/s]
85%|████████▌ | 64/75 [00:08<00:01, 8.43it/s]
87%|████████▋ | 65/75 [00:08<00:01, 8.43it/s]
88%|████████▊ | 66/75 [00:08<00:01, 8.43it/s]
89%|████████▉ | 67/75 [00:08<00:00, 8.43it/s]
91%|█████████ | 68/75 [00:08<00:00, 8.44it/s]
92%|█████████▏| 69/75 [00:08<00:00, 8.43it/s]
93%|█████████▎| 70/75 [00:08<00:00, 8.43it/s]
95%|█████████▍| 71/75 [00:09<00:00, 8.44it/s]
96%|█████████▌| 72/75 [00:09<00:00, 8.44it/s]
97%|█████████▋| 73/75 [00:09<00:00, 8.44it/s]
99%|█████████▊| 74/75 [00:09<00:00, 8.43it/s]
100%|██████████| 75/75 [00:09<00:00, 8.44it/s]
100%|██████████| 75/75 [00:09<00:00, 7.90it/s]
/src/predict.py:41: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at ../torch/csrc/utils/tensor_numpy.cpp:206.)
show_image = torch.from_numpy(show_image) # (960, 640, 3)
/tmp/tmp1zt5a7_6.obj
0%| | 0/6 [00:00<?, ?it/s]/content/InstantMesh/src/models/geometry/render/neural_render.py:51: UserWarning: Using torch.cross without specifying the dim arg is deprecated.
Please either pass the dim explicitly or simply use torch.linalg.cross.
The default value of dim will change to agree with that of linalg.cross in a future release. (Triggered internally at ../aten/src/ATen/native/Cross.cpp:62.)
face_normals = torch.cross(v1 - v0, v2 - v0)
17%|█▋ | 1/6 [00:00<00:03, 1.28it/s]
33%|███▎ | 2/6 [00:01<00:02, 1.34it/s]
50%|█████ | 3/6 [00:02<00:02, 1.35it/s]
67%|██████▋ | 4/6 [00:02<00:01, 1.36it/s]
83%|████████▎ | 5/6 [00:03<00:00, 1.37it/s]
100%|██████████| 6/6 [00:04<00:00, 1.37it/s]
100%|██████████| 6/6 [00:04<00:00, 1.36it/s]
Video saved to /tmp/tmp1zt5a7_6.mp4
Mesh saved to /tmp/tmp1zt5a7_6.obj