Readme
A combination of two methods: DreamGaussian and Prolific Dreamer
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 ltejedor/prolific-splats using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"ltejedor/prolific-splats:2fc157bdbc3f42b0c87049895209915a28ab3abd90f03862496dcee1b9d6f979",
{
input: {
image: "https://replicate.delivery/pbxt/MgLUhC1pWZoTVASuysNTE6hg1AW3N89ayLUVh90TO00HVs3R/out-0-chair.png",
elevation: 0,
num_steps: 500,
image_size: 256,
num_point_samples: 1000,
num_refinement_steps: 50
}
}
);
// 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 ltejedor/prolific-splats using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"ltejedor/prolific-splats:2fc157bdbc3f42b0c87049895209915a28ab3abd90f03862496dcee1b9d6f979",
input={
"image": "https://replicate.delivery/pbxt/MgLUhC1pWZoTVASuysNTE6hg1AW3N89ayLUVh90TO00HVs3R/out-0-chair.png",
"elevation": 0,
"num_steps": 500,
"image_size": 256,
"num_point_samples": 1000,
"num_refinement_steps": 50
}
)
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 ltejedor/prolific-splats 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": "ltejedor/prolific-splats:2fc157bdbc3f42b0c87049895209915a28ab3abd90f03862496dcee1b9d6f979",
"input": {
"image": "https://replicate.delivery/pbxt/MgLUhC1pWZoTVASuysNTE6hg1AW3N89ayLUVh90TO00HVs3R/out-0-chair.png",
"elevation": 0,
"num_steps": 500,
"image_size": 256,
"num_point_samples": 1000,
"num_refinement_steps": 50
}
}' \
https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Add a payment method to run this model.
By signing in, you agree to our
terms of service and privacy policy
{
"completed_at": "2025-03-18T17:37:55.845574Z",
"created_at": "2025-03-18T17:32:53.634000Z",
"data_removed": false,
"error": null,
"id": "r905zde009rme0cnn98agfyej0",
"input": {
"image": "https://replicate.delivery/pbxt/MgLUhC1pWZoTVASuysNTE6hg1AW3N89ayLUVh90TO00HVs3R/out-0-chair.png",
"elevation": 0,
"num_steps": 500,
"image_size": 256,
"num_point_samples": 1000,
"num_refinement_steps": 50
},
"logs": "Performing image-to-3D\nDownloading 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.44M/176M [00:00<00:07, 24.4MB/s]\n 7%|██▋ | 12.7M/176M [00:00<00:02, 70.4MB/s]\n 13%|████▉ | 22.9M/176M [00:00<00:01, 84.7MB/s]\n 19%|███████ | 32.9M/176M [00:00<00:01, 90.7MB/s]\n 24%|█████████▎ | 43.1M/176M [00:00<00:01, 94.8MB/s]\n 30%|███████████▌ | 53.3M/176M [00:00<00:01, 97.4MB/s]\n 36%|█████████████▋ | 63.4M/176M [00:00<00:01, 98.6MB/s]\n 42%|███████████████▊ | 73.3M/176M [00:00<00:01, 97.6MB/s]\n 47%|█████████████████▉ | 83.1M/176M [00:00<00:00, 96.7MB/s]\n 53%|████████████████████ | 93.2M/176M [00:01<00:00, 98.1MB/s]\n 59%|██████████████████████▊ | 103M/176M [00:01<00:00, 98.5MB/s]\n 64%|█████████████████████████ | 113M/176M [00:01<00:00, 99.5MB/s]\n 70%|████████████████████████████ | 124M/176M [00:01<00:00, 101MB/s]\n 76%|█████████████████████████████▋ | 134M/176M [00:01<00:00, 99.9MB/s]\n 82%|████████████████████████████████▋ | 144M/176M [00:01<00:00, 101MB/s]\n 88%|███████████████████████████████████ | 154M/176M [00:01<00:00, 102MB/s]\n 94%|█████████████████████████████████████▍ | 165M/176M [00:01<00:00, 102MB/s]\n100%|███████████████████████████████████████▊| 175M/176M [00:01<00:00, 103MB/s]\n0%| | 0.00/176M [00:00<?, ?B/s]\n100%|███████████████████████████████████████| 176M/176M [00:00<00:00, 1.23TB/s]\n2025-03-18 17:35:34.120013642 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 958, index: 0, mask: {1, 65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.120014212 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 959, index: 1, mask: {2, 66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.120049458 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 960, index: 2, mask: {3, 67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.120070167 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 961, index: 3, mask: {4, 68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.120112795 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 962, index: 4, mask: {5, 69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.120123127 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 963, index: 5, mask: {6, 70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.120149847 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 964, index: 6, mask: {7, 71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.120165458 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 965, index: 7, mask: {8, 72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.120199072 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 966, index: 8, mask: {9, 73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.120256354 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 968, index: 10, mask: {11, 75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.120268673 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 967, index: 9, mask: {10, 74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.120650330 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 984, index: 26, mask: {27, 91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.130143953 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 969, index: 11, mask: {12, 76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.130186015 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 988, index: 30, mask: {31, 95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.130223154 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1006, index: 48, mask: {49, 113, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.130236826 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1020, index: 62, mask: {63, 127, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.130246300 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1014, index: 56, mask: {57, 121, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.134065621 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1015, index: 57, mask: {58, 122, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.134093161 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 970, index: 12, mask: {13, 77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.134102292 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1008, index: 50, mask: {51, 115, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.154103814 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1002, index: 44, mask: {45, 109, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.155082255 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 997, index: 39, mask: {40, 104, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.162062516 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 973, index: 15, mask: {16, 80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.163174591 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 976, index: 18, mask: {19, 83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.167140593 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1018, index: 60, mask: {61, 125, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.167148719 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1001, index: 43, mask: {44, 108, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.167149616 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1011, index: 53, mask: {54, 118, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.167158139 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1012, index: 54, mask: {55, 119, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.173386875 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1013, index: 55, mask: {56, 120, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.174061307 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1007, index: 49, mask: {50, 114, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.175467099 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1019, index: 61, mask: {62, 126, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.177127149 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 980, index: 22, mask: {23, 87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.182085989 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1005, index: 47, mask: {48, 112, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.182098378 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1009, index: 51, mask: {52, 116, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.182106435 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1016, index: 58, mask: {59, 123, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.190130053 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 977, index: 19, mask: {20, 84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.192386002 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 978, index: 20, mask: {21, 85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.197446221 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 979, index: 21, mask: {22, 86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.197452947 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1000, index: 42, mask: {43, 107, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.202062051 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 971, index: 13, mask: {14, 78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.202132275 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 972, index: 14, mask: {15, 79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.202145715 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 985, index: 27, mask: {28, 92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.202157385 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 974, index: 16, mask: {17, 81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.205210939 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 981, index: 23, mask: {24, 88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.218087040 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 994, index: 36, mask: {37, 101, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.223074615 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 995, index: 37, mask: {38, 102, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.229616078 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 999, index: 41, mask: {42, 106, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.232241975 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1003, index: 45, mask: {46, 110, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.232250601 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 982, index: 24, mask: {25, 89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.232260127 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1010, index: 52, mask: {53, 117, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.233495539 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1004, index: 46, mask: {47, 111, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.238051915 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 975, index: 17, mask: {18, 82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.238404153 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 998, index: 40, mask: {41, 105, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.241210517 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 987, index: 29, mask: {30, 94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.242052706 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 983, index: 25, mask: {26, 90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.254096422 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1017, index: 59, mask: {60, 124, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.254135543 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 986, index: 28, mask: {29, 93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2025-03-18 17:35:34.257124515 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 996, index: 38, mask: {39, 103, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n[INFO] loading image image.png...\n[INFO] background removal...\n[INFO] recenter...\n{'input': '/src/image_rgba.png', 'prompt': None, 'mesh': None, 'elevation': 0, 'ref_size': 256, 'density_thresh': 1, 'outdir': 'logs', 'save_path': 'image', 'lambda_sd': 0, 'lambda_zero123': 1, 'batch_size': 1, 'iters': 500, 'iters_refine': 50, 'radius': 2, 'fovy': 49.1, 'load': None, 'train_geo': False, 'invert_bg_prob': 0.5, 'gui': False, 'force_cuda_rast': True, 'H': 800, 'W': 800, 'num_pts': 1000, 'sh_degree': 0, 'position_lr_init': 0.001, 'position_lr_final': 2e-05, 'position_lr_delay_mult': 0.02, 'position_lr_max_steps': 500, 'feature_lr': 0.01, 'opacity_lr': 0.05, 'scaling_lr': 0.005, 'rotation_lr': 0.005, 'percent_dense': 0.1, 'density_start_iter': 100, 'density_end_iter': 3000, 'densification_interval': 100, 'opacity_reset_interval': 700, 'densify_grad_threshold': 0.5, 'geom_lr': 0.0001, 'texture_lr': 0.2}\n[INFO] load image from /src/image_rgba.png...\nNumber of points at initialisation : 1000\n[INFO] loading zero123...\nLoading pipeline components...: 0%| | 0/6 [00:00<?, ?it/s]\nLoading pipeline components...: 33%|███▎ | 2/6 [00:00<00:00, 10.86it/s]\nLoading pipeline components...: 67%|██████▋ | 4/6 [00:00<00:00, 10.62it/s]\nLoading pipeline components...: 100%|██████████| 6/6 [00:00<00:00, 13.60it/s]\n[INFO] loaded zero123!\n 0%| | 0/500 [00:00<?, ?it/s]/root/.pyenv/versions/3.10.13/lib/python3.10/site-packages/diffusers/models/attention_processor.py:1871: FutureWarning: `LoRAAttnProcessor` is deprecated and will be removed in version 0.26.0. Make sure use AttnProcessor instead by settingLoRA layers to `self.{to_q,to_k,to_v,to_out[0]}.lora_layer` respectively. This will be done automatically when using `LoraLoaderMixin.load_lora_weights`\ndeprecate(\n 0%| | 1/500 [00:00<03:26, 2.41it/s]\n 0%| | 2/500 [00:00<01:56, 4.27it/s]\n 1%| | 3/500 [00:00<01:29, 5.55it/s]\n 1%| | 4/500 [00:00<01:16, 6.45it/s]\n 1%| | 5/500 [00:00<01:10, 7.05it/s]\n 1%| | 6/500 [00:00<01:06, 7.46it/s]\n 1%|▏ | 7/500 [00:01<01:03, 7.78it/s]\n 2%|▏ | 8/500 [00:01<01:01, 8.00it/s]\n 2%|▏ | 9/500 [00:01<01:00, 8.17it/s]\n 2%|▏ | 10/500 [00:01<00:59, 8.20it/s]\n 2%|▏ | 11/500 [00:01<00:58, 8.31it/s]\n 2%|▏ | 12/500 [00:01<00:58, 8.38it/s]\n 3%|▎ | 13/500 [00:01<00:57, 8.41it/s]\n 3%|▎ | 14/500 [00:01<00:57, 8.44it/s]\n 3%|▎ | 15/500 [00:02<00:57, 8.47it/s]\n 3%|▎ | 16/500 [00:02<00:56, 8.53it/s]\n 3%|▎ | 17/500 [00:02<00:56, 8.59it/s]\n 4%|▎ | 18/500 [00:02<00:55, 8.63it/s]\n 4%|▍ | 19/500 [00:02<00:55, 8.66it/s]\n 4%|▍ | 20/500 [00:02<00:55, 8.67it/s]\n 4%|▍ | 21/500 [00:02<00:55, 8.60it/s]\n 4%|▍ | 22/500 [00:02<00:55, 8.58it/s]\n 5%|▍ | 23/500 [00:02<00:55, 8.55it/s]\n 5%|▍ | 24/500 [00:03<00:55, 8.56it/s]\n 5%|▌ | 25/500 [00:03<00:55, 8.57it/s]\n 5%|▌ | 26/500 [00:03<00:55, 8.58it/s]\n 5%|▌ | 27/500 [00:03<00:55, 8.59it/s]\n 6%|▌ | 28/500 [00:03<00:54, 8.62it/s]\n 6%|▌ | 30/500 [00:03<00:50, 9.23it/s]\n 6%|▋ | 32/500 [00:03<00:48, 9.61it/s]\n 7%|▋ | 33/500 [00:04<00:48, 9.69it/s]\n 7%|▋ | 35/500 [00:04<00:47, 9.88it/s]\n 7%|▋ | 37/500 [00:04<00:45, 10.07it/s]\n 8%|▊ | 39/500 [00:04<00:45, 10.23it/s]\n 8%|▊ | 41/500 [00:04<00:45, 10.10it/s]\n 9%|▊ | 43/500 [00:05<00:45, 10.10it/s]\n 9%|▉ | 45/500 [00:05<00:44, 10.19it/s]\n 9%|▉ | 47/500 [00:05<00:44, 10.23it/s]\n 10%|▉ | 49/500 [00:05<00:44, 10.04it/s]\n 10%|█ | 51/500 [00:05<00:44, 9.99it/s]\n 10%|█ | 52/500 [00:05<00:44, 9.98it/s]\n 11%|█ | 53/500 [00:06<00:44, 9.97it/s]\n 11%|█ | 55/500 [00:06<00:45, 9.73it/s]\n 11%|█ | 56/500 [00:06<00:46, 9.46it/s]\n 11%|█▏ | 57/500 [00:06<00:48, 9.22it/s]\n 12%|█▏ | 58/500 [00:06<00:48, 9.16it/s]\n 12%|█▏ | 59/500 [00:06<00:47, 9.29it/s]\n 12%|█▏ | 60/500 [00:06<00:48, 9.04it/s]\n 12%|█▏ | 61/500 [00:06<00:49, 8.90it/s]\n 12%|█▏ | 62/500 [00:07<00:50, 8.74it/s]\n 13%|█▎ | 63/500 [00:07<00:50, 8.70it/s]\n 13%|█▎ | 64/500 [00:07<00:50, 8.68it/s]\n 13%|█▎ | 65/500 [00:07<00:50, 8.61it/s]\n 13%|█▎ | 66/500 [00:07<00:50, 8.55it/s]\n 13%|█▎ | 67/500 [00:07<00:50, 8.53it/s]\n 14%|█▎ | 68/500 [00:07<00:51, 8.46it/s]\n 14%|█▍ | 69/500 [00:07<00:50, 8.47it/s]\n 14%|█▍ | 70/500 [00:07<00:50, 8.48it/s]\n 14%|█▍ | 71/500 [00:08<00:50, 8.50it/s]\n 14%|█▍ | 72/500 [00:08<00:50, 8.54it/s]\n 15%|█▍ | 73/500 [00:08<00:48, 8.81it/s]\n 15%|█▌ | 75/500 [00:08<00:45, 9.36it/s]\n 15%|█▌ | 77/500 [00:08<00:44, 9.55it/s]\n 16%|█▌ | 79/500 [00:08<00:43, 9.74it/s]\n 16%|█▌ | 81/500 [00:09<00:42, 9.79it/s]\n 17%|█▋ | 83/500 [00:09<00:42, 9.93it/s]\n 17%|█▋ | 85/500 [00:09<00:41, 10.02it/s]\n 17%|█▋ | 86/500 [00:09<00:41, 9.97it/s]\n 17%|█▋ | 87/500 [00:09<00:41, 9.88it/s]\n 18%|█▊ | 88/500 [00:09<00:41, 9.85it/s]\n 18%|█▊ | 89/500 [00:09<00:42, 9.63it/s]\n 18%|█▊ | 90/500 [00:10<00:43, 9.39it/s]\n 18%|█▊ | 91/500 [00:10<00:44, 9.24it/s]\n 18%|█▊ | 92/500 [00:10<00:44, 9.20it/s]\n 19%|█▊ | 93/500 [00:10<00:44, 9.17it/s]\n 19%|█▉ | 94/500 [00:10<00:44, 9.15it/s]\n 19%|█▉ | 95/500 [00:10<00:44, 9.15it/s]\n 19%|█▉ | 96/500 [00:10<00:44, 9.12it/s]\n 19%|█▉ | 97/500 [00:10<00:44, 9.11it/s]\n 20%|█▉ | 98/500 [00:10<00:44, 9.10it/s]\n 20%|█▉ | 99/500 [00:11<00:44, 9.07it/s]\n 20%|██ | 100/500 [00:11<00:48, 8.18it/s]\n 20%|██ | 101/500 [00:11<00:52, 7.63it/s]\n 21%|██ | 103/500 [00:11<00:45, 8.63it/s]\n 21%|██ | 105/500 [00:11<00:43, 9.16it/s]\n 21%|██▏ | 107/500 [00:11<00:41, 9.39it/s]\n 22%|██▏ | 109/500 [00:12<00:40, 9.63it/s]\n 22%|██▏ | 111/500 [00:12<00:39, 9.79it/s]\n 23%|██▎ | 113/500 [00:12<00:38, 9.95it/s]\n 23%|██▎ | 115/500 [00:12<00:38, 10.03it/s]\n 23%|██▎ | 117/500 [00:12<00:38, 10.04it/s]\n 24%|██▍ | 119/500 [00:13<00:37, 10.09it/s]\n 24%|██▍ | 121/500 [00:13<00:37, 10.17it/s]\n 25%|██▍ | 123/500 [00:13<00:36, 10.26it/s]\n 25%|██▌ | 125/500 [00:13<00:36, 10.35it/s]\n 25%|██▌ | 127/500 [00:13<00:36, 10.28it/s]\n 26%|██▌ | 129/500 [00:14<00:36, 10.28it/s]\n 26%|██▌ | 131/500 [00:14<00:36, 10.21it/s]\n 27%|██▋ | 133/500 [00:14<00:35, 10.25it/s]\n 27%|██▋ | 135/500 [00:14<00:35, 10.31it/s]\n 27%|██▋ | 137/500 [00:14<00:35, 10.22it/s]\n 28%|██▊ | 139/500 [00:15<00:35, 10.23it/s]\n 28%|██▊ | 141/500 [00:15<00:35, 10.24it/s]\n 29%|██▊ | 143/500 [00:15<00:35, 10.19it/s]\n 29%|██▉ | 145/500 [00:15<00:35, 10.13it/s]\n 29%|██▉ | 147/500 [00:15<00:35, 10.06it/s]\n 30%|██▉ | 149/500 [00:16<00:34, 10.03it/s]\n 30%|███ | 151/500 [00:16<00:34, 10.08it/s]\n 31%|███ | 153/500 [00:16<00:37, 9.27it/s]\n 31%|███ | 154/500 [00:16<00:44, 7.76it/s]\n 31%|███ | 155/500 [00:16<00:49, 7.02it/s]\n 31%|███ | 156/500 [00:17<00:55, 6.24it/s]\n 31%|███▏ | 157/500 [00:17<00:50, 6.80it/s]\n 32%|███▏ | 158/500 [00:17<00:46, 7.35it/s]\n 32%|███▏ | 159/500 [00:17<00:43, 7.82it/s]\n 32%|███▏ | 160/500 [00:17<00:41, 8.22it/s]\n 32%|███▏ | 161/500 [00:17<00:39, 8.52it/s]\n 32%|███▏ | 162/500 [00:17<00:38, 8.78it/s]\n 33%|███▎ | 163/500 [00:17<00:37, 8.97it/s]\n 33%|███▎ | 164/500 [00:18<00:36, 9.14it/s]\n 33%|███▎ | 165/500 [00:18<00:36, 9.26it/s]\n 33%|███▎ | 166/500 [00:18<00:35, 9.34it/s]\n 33%|███▎ | 167/500 [00:18<00:35, 9.38it/s]\n 34%|███▎ | 168/500 [00:18<00:35, 9.40it/s]\n 34%|███▍ | 169/500 [00:18<00:35, 9.40it/s]\n 34%|███▍ | 170/500 [00:18<00:35, 9.41it/s]\n 34%|███▍ | 171/500 [00:18<00:34, 9.41it/s]\n 34%|███▍ | 172/500 [00:18<00:34, 9.41it/s]\n 35%|███▍ | 173/500 [00:18<00:35, 9.30it/s]\n 35%|███▍ | 174/500 [00:19<00:35, 9.29it/s]\n 35%|███▌ | 175/500 [00:19<00:34, 9.39it/s]\n 35%|███▌ | 176/500 [00:19<00:34, 9.47it/s]\n 35%|███▌ | 177/500 [00:19<00:33, 9.53it/s]\n 36%|███▌ | 178/500 [00:19<00:33, 9.56it/s]\n 36%|███▌ | 179/500 [00:19<00:33, 9.58it/s]\n 36%|███▌ | 180/500 [00:19<00:33, 9.61it/s]\n 36%|███▌ | 181/500 [00:19<00:33, 9.58it/s]\n 36%|███▋ | 182/500 [00:19<00:33, 9.49it/s]\n 37%|███▋ | 183/500 [00:20<00:35, 8.94it/s]\n 37%|███▋ | 184/500 [00:20<00:36, 8.63it/s]\n 37%|███▋ | 185/500 [00:20<00:35, 8.87it/s]\n 37%|███▋ | 186/500 [00:20<00:34, 9.08it/s]\n 37%|███▋ | 187/500 [00:20<00:33, 9.23it/s]\n 38%|███▊ | 188/500 [00:20<00:33, 9.24it/s]\n 38%|███▊ | 189/500 [00:20<00:34, 8.99it/s]\n 38%|███▊ | 190/500 [00:20<00:35, 8.80it/s]\n 38%|███▊ | 191/500 [00:20<00:35, 8.64it/s]\n 38%|███▊ | 192/500 [00:21<00:36, 8.54it/s]\n 39%|███▊ | 193/500 [00:21<00:36, 8.45it/s]\n 39%|███▉ | 194/500 [00:21<00:36, 8.42it/s]\n 39%|███▉ | 195/500 [00:21<00:36, 8.38it/s]\n 39%|███▉ | 196/500 [00:21<00:35, 8.57it/s]\n 40%|███▉ | 198/500 [00:21<00:32, 9.16it/s]\n 40%|███▉ | 199/500 [00:21<00:32, 9.33it/s]\n 40%|████ | 200/500 [00:21<00:33, 8.84it/s]\n 40%|████ | 201/500 [00:22<00:34, 8.78it/s]\n 40%|████ | 202/500 [00:22<00:33, 8.97it/s]\n 41%|████ | 203/500 [00:22<00:32, 9.21it/s]\n 41%|████ | 204/500 [00:22<00:31, 9.40it/s]\n 41%|████ | 205/500 [00:22<00:30, 9.56it/s]\n 41%|████ | 206/500 [00:22<00:30, 9.67it/s]\n 42%|████▏ | 208/500 [00:22<00:29, 9.80it/s]\n 42%|████▏ | 209/500 [00:22<00:29, 9.84it/s]\n 42%|████▏ | 211/500 [00:23<00:29, 9.90it/s]\n 43%|████▎ | 213/500 [00:23<00:28, 9.99it/s]\n 43%|████▎ | 215/500 [00:23<00:28, 10.04it/s]\n 43%|████▎ | 217/500 [00:23<00:28, 9.96it/s]\n 44%|████▎ | 218/500 [00:23<00:28, 9.74it/s]\n 44%|████▍ | 219/500 [00:23<00:29, 9.59it/s]\n 44%|████▍ | 220/500 [00:24<00:29, 9.64it/s]\n 44%|████▍ | 221/500 [00:24<00:28, 9.70it/s]\n 45%|████▍ | 223/500 [00:24<00:28, 9.89it/s]\n 45%|████▌ | 225/500 [00:24<00:27, 9.98it/s]\n 45%|████▌ | 227/500 [00:24<00:27, 9.99it/s]\n 46%|████▌ | 228/500 [00:24<00:27, 9.90it/s]\n 46%|████▌ | 229/500 [00:24<00:27, 9.92it/s]\n 46%|████▌ | 230/500 [00:25<00:27, 9.92it/s]\n 46%|████▌ | 231/500 [00:25<00:27, 9.93it/s]\n 47%|████▋ | 233/500 [00:25<00:26, 10.01it/s]\n 47%|████▋ | 234/500 [00:25<00:26, 9.99it/s]\n 47%|████▋ | 236/500 [00:25<00:26, 10.04it/s]\n 48%|████▊ | 238/500 [00:26<00:37, 6.92it/s]\n 48%|████▊ | 239/500 [00:26<00:37, 6.89it/s]\n 48%|████▊ | 241/500 [00:26<00:33, 7.78it/s]\n 48%|████▊ | 242/500 [00:26<00:31, 8.15it/s]\n 49%|████▊ | 243/500 [00:26<00:30, 8.49it/s]\n 49%|████▉ | 244/500 [00:26<00:29, 8.77it/s]\n 49%|████▉ | 245/500 [00:26<00:28, 9.02it/s]\n 49%|████▉ | 246/500 [00:26<00:27, 9.24it/s]\n 49%|████▉ | 247/500 [00:27<00:26, 9.41it/s]\n 50%|████▉ | 248/500 [00:27<00:26, 9.53it/s]\n 50%|████▉ | 249/500 [00:27<00:32, 7.82it/s]\n 50%|█████ | 250/500 [00:27<00:31, 7.92it/s]\n 50%|█████ | 251/500 [00:27<00:31, 7.98it/s]\n 50%|█████ | 252/500 [00:27<00:31, 7.90it/s]\n 51%|█████ | 253/500 [00:27<00:31, 7.86it/s]\n 51%|█████ | 254/500 [00:27<00:30, 8.10it/s]\n 51%|█████ | 255/500 [00:28<00:29, 8.29it/s]\n 51%|█████ | 256/500 [00:28<00:28, 8.43it/s]\n 51%|█████▏ | 257/500 [00:28<00:28, 8.52it/s]\n 52%|█████▏ | 258/500 [00:28<00:28, 8.58it/s]\n 52%|█████▏ | 259/500 [00:28<00:27, 8.63it/s]\n 52%|█████▏ | 260/500 [00:28<00:27, 8.69it/s]\n 52%|█████▏ | 261/500 [00:28<00:28, 8.52it/s]\n 52%|█████▏ | 262/500 [00:28<00:28, 8.50it/s]\n 53%|█████▎ | 263/500 [00:28<00:28, 8.37it/s]\n 53%|█████▎ | 264/500 [00:29<00:28, 8.34it/s]\n 53%|█████▎ | 265/500 [00:29<00:27, 8.49it/s]\n 53%|█████▎ | 266/500 [00:29<00:27, 8.62it/s]\n 53%|█████▎ | 267/500 [00:29<00:26, 8.81it/s]\n 54%|█████▎ | 268/500 [00:29<00:25, 8.98it/s]\n 54%|█████▍ | 269/500 [00:29<00:25, 9.12it/s]\n 54%|█████▍ | 270/500 [00:29<00:24, 9.23it/s]\n 54%|█████▍ | 271/500 [00:29<00:32, 7.08it/s]\n 54%|█████▍ | 272/500 [00:30<00:29, 7.62it/s]\n 55%|█████▍ | 273/500 [00:30<00:28, 8.09it/s]\n 55%|█████▍ | 274/500 [00:30<00:26, 8.46it/s]\n 55%|█████▌ | 275/500 [00:30<00:25, 8.74it/s]\n 55%|█████▌ | 276/500 [00:30<00:25, 8.71it/s]\n 55%|█████▌ | 277/500 [00:30<00:24, 9.03it/s]\n 56%|█████▌ | 279/500 [00:30<00:23, 9.44it/s]\n 56%|█████▌ | 280/500 [00:30<00:22, 9.57it/s]\n 56%|█████▋ | 282/500 [00:31<00:22, 9.73it/s]\n 57%|█████▋ | 284/500 [00:31<00:23, 9.07it/s]\n 57%|█████▋ | 285/500 [00:31<00:26, 8.04it/s]\n 57%|█████▋ | 286/500 [00:31<00:28, 7.48it/s]\n 57%|█████▋ | 287/500 [00:31<00:30, 6.98it/s]\n 58%|█████▊ | 288/500 [00:32<00:32, 6.59it/s]\n 58%|█████▊ | 289/500 [00:32<00:29, 7.04it/s]\n 58%|█████▊ | 290/500 [00:32<00:28, 7.44it/s]\n 58%|█████▊ | 291/500 [00:32<00:26, 7.77it/s]\n 58%|█████▊ | 292/500 [00:32<00:29, 7.08it/s]\n 59%|█████▊ | 293/500 [00:32<00:31, 6.54it/s]\n 59%|█████▉ | 294/500 [00:32<00:33, 6.12it/s]\n 59%|█████▉ | 295/500 [00:33<00:34, 5.90it/s]\n 59%|█████▉ | 296/500 [00:33<00:35, 5.69it/s]\n 59%|█████▉ | 297/500 [00:33<00:36, 5.61it/s]\n 60%|█████▉ | 298/500 [00:33<00:33, 5.96it/s]\n 60%|█████▉ | 299/500 [00:33<00:30, 6.56it/s]\n 60%|██████ | 300/500 [00:33<00:29, 6.69it/s]\n 60%|██████ | 301/500 [00:34<00:28, 7.02it/s]\n 60%|██████ | 302/500 [00:34<00:26, 7.45it/s]\n 61%|██████ | 303/500 [00:34<00:25, 7.75it/s]\n 61%|██████ | 304/500 [00:34<00:24, 7.96it/s]\n 61%|██████ | 305/500 [00:34<00:23, 8.15it/s]\n 61%|██████ | 306/500 [00:34<00:22, 8.46it/s]\n 61%|██████▏ | 307/500 [00:34<00:21, 8.79it/s]\n 62%|██████▏ | 308/500 [00:34<00:21, 9.04it/s]\n 62%|██████▏ | 309/500 [00:34<00:20, 9.23it/s]\n 62%|██████▏ | 310/500 [00:34<00:20, 9.36it/s]\n 62%|██████▏ | 311/500 [00:35<00:19, 9.46it/s]\n 62%|██████▏ | 312/500 [00:35<00:19, 9.50it/s]\n 63%|██████▎ | 313/500 [00:35<00:19, 9.56it/s]\n 63%|██████▎ | 314/500 [00:35<00:19, 9.60it/s]\n 63%|██████▎ | 315/500 [00:35<00:19, 9.64it/s]\n 63%|██████▎ | 316/500 [00:35<00:19, 9.66it/s]\n 63%|██████▎ | 317/500 [00:35<00:18, 9.67it/s]\n 64%|██████▎ | 318/500 [00:35<00:18, 9.69it/s]\n 64%|██████▍ | 319/500 [00:35<00:18, 9.69it/s]\n 64%|██████▍ | 320/500 [00:36<00:18, 9.71it/s]\n 64%|██████▍ | 321/500 [00:36<00:18, 9.71it/s]\n 64%|██████▍ | 322/500 [00:36<00:18, 9.70it/s]\n 65%|██████▍ | 323/500 [00:36<00:18, 9.72it/s]\n 65%|██████▍ | 324/500 [00:36<00:18, 9.71it/s]\n 65%|██████▌ | 325/500 [00:36<00:18, 9.71it/s]\n 65%|██████▌ | 326/500 [00:36<00:17, 9.70it/s]\n 65%|██████▌ | 327/500 [00:36<00:17, 9.71it/s]\n 66%|██████▌ | 328/500 [00:36<00:17, 9.73it/s]\n 66%|██████▌ | 329/500 [00:36<00:17, 9.72it/s]\n 66%|██████▌ | 330/500 [00:37<00:17, 9.74it/s]\n 66%|██████▌ | 331/500 [00:37<00:17, 9.73it/s]\n 66%|██████▋ | 332/500 [00:37<00:17, 9.72it/s]\n 67%|██████▋ | 333/500 [00:37<00:17, 9.71it/s]\n 67%|██████▋ | 334/500 [00:37<00:17, 9.72it/s]\n 67%|██████▋ | 335/500 [00:37<00:16, 9.72it/s]\n 67%|██████▋ | 336/500 [00:37<00:16, 9.72it/s]\n 67%|██████▋ | 337/500 [00:37<00:16, 9.71it/s]\n 68%|██████▊ | 338/500 [00:37<00:16, 9.70it/s]\n 68%|██████▊ | 339/500 [00:37<00:16, 9.70it/s]\n 68%|██████▊ | 340/500 [00:38<00:16, 9.71it/s]\n 68%|██████▊ | 341/500 [00:38<00:16, 9.71it/s]\n 68%|██████▊ | 342/500 [00:38<00:16, 9.71it/s]\n 69%|██████▊ | 343/500 [00:38<00:16, 9.71it/s]\n 69%|██████▉ | 344/500 [00:38<00:16, 9.70it/s]\n 69%|██████▉ | 345/500 [00:38<00:15, 9.70it/s]\n 69%|██████▉ | 346/500 [00:38<00:15, 9.68it/s]\n 69%|██████▉ | 347/500 [00:38<00:15, 9.59it/s]\n 70%|██████▉ | 348/500 [00:38<00:15, 9.62it/s]\n 70%|██████▉ | 349/500 [00:39<00:15, 9.63it/s]\n 70%|███████ | 350/500 [00:39<00:15, 9.65it/s]\n 70%|███████ | 351/500 [00:39<00:15, 9.66it/s]\n 70%|███████ | 352/500 [00:39<00:15, 9.68it/s]\n 71%|███████ | 353/500 [00:39<00:15, 9.69it/s]\n 71%|███████ | 354/500 [00:39<00:15, 9.69it/s]\n 71%|███████ | 355/500 [00:39<00:14, 9.69it/s]\n 71%|███████ | 356/500 [00:39<00:14, 9.69it/s]\n 71%|███████▏ | 357/500 [00:39<00:14, 9.70it/s]\n 72%|███████▏ | 358/500 [00:39<00:14, 9.69it/s]\n 72%|███████▏ | 359/500 [00:40<00:14, 9.70it/s]\n 72%|███████▏ | 360/500 [00:40<00:14, 9.70it/s]\n 72%|███████▏ | 361/500 [00:40<00:14, 9.69it/s]\n 72%|███████▏ | 362/500 [00:40<00:14, 9.67it/s]\n 73%|███████▎ | 363/500 [00:40<00:14, 9.66it/s]\n 73%|███████▎ | 364/500 [00:40<00:14, 9.66it/s]\n 73%|███████▎ | 365/500 [00:40<00:13, 9.67it/s]\n 73%|███████▎ | 366/500 [00:40<00:13, 9.67it/s]\n 73%|███████▎ | 367/500 [00:40<00:13, 9.66it/s]\n 74%|███████▎ | 368/500 [00:40<00:13, 9.67it/s]\n 74%|███████▍ | 369/500 [00:41<00:13, 9.67it/s]\n 74%|███████▍ | 370/500 [00:41<00:13, 9.62it/s]\n 74%|███████▍ | 371/500 [00:41<00:13, 9.56it/s]\n 74%|███████▍ | 372/500 [00:41<00:13, 9.55it/s]\n 75%|███████▍ | 373/500 [00:41<00:13, 9.59it/s]\n 75%|███████▍ | 374/500 [00:41<00:13, 9.62it/s]\n 75%|███████▌ | 375/500 [00:41<00:12, 9.67it/s]\n 75%|███████▌ | 376/500 [00:41<00:12, 9.68it/s]\n 75%|███████▌ | 377/500 [00:41<00:12, 9.70it/s]\n 76%|███████▌ | 378/500 [00:42<00:12, 9.71it/s]\n 76%|███████▌ | 379/500 [00:42<00:12, 9.72it/s]\n 76%|███████▌ | 380/500 [00:42<00:12, 9.73it/s]\n 76%|███████▌ | 381/500 [00:42<00:12, 9.73it/s]\n 76%|███████▋ | 382/500 [00:42<00:12, 9.73it/s]\n 77%|███████▋ | 383/500 [00:42<00:12, 9.74it/s]\n 77%|███████▋ | 384/500 [00:42<00:11, 9.74it/s]\n 77%|███████▋ | 385/500 [00:42<00:11, 9.74it/s]\n 77%|███████▋ | 386/500 [00:42<00:11, 9.72it/s]\n 77%|███████▋ | 387/500 [00:42<00:11, 9.73it/s]\n 78%|███████▊ | 388/500 [00:43<00:11, 9.74it/s]\n 78%|███████▊ | 389/500 [00:43<00:11, 9.75it/s]\n 78%|███████▊ | 390/500 [00:43<00:11, 9.74it/s]\n 78%|███████▊ | 391/500 [00:43<00:11, 9.74it/s]\n 78%|███████▊ | 392/500 [00:43<00:11, 9.74it/s]\n 79%|███████▊ | 393/500 [00:43<00:10, 9.73it/s]\n 79%|███████▉ | 394/500 [00:43<00:10, 9.74it/s]\n 79%|███████▉ | 395/500 [00:43<00:10, 9.73it/s]\n 79%|███████▉ | 396/500 [00:43<00:10, 9.74it/s]\n 79%|███████▉ | 397/500 [00:43<00:10, 9.73it/s]\n 80%|███████▉ | 398/500 [00:44<00:10, 9.73it/s]\n 80%|███████▉ | 399/500 [00:44<00:10, 9.74it/s]\n 80%|████████ | 400/500 [00:44<00:11, 8.98it/s]\n 80%|████████ | 401/500 [00:44<00:11, 8.93it/s]\n 80%|████████ | 402/500 [00:44<00:10, 9.13it/s]\n 81%|████████ | 403/500 [00:44<00:10, 9.29it/s]\n 81%|████████ | 404/500 [00:44<00:10, 9.40it/s]\n 81%|████████ | 405/500 [00:44<00:10, 9.49it/s]\n 81%|████████ | 406/500 [00:44<00:09, 9.56it/s]\n 81%|████████▏ | 407/500 [00:45<00:09, 9.48it/s]\n 82%|████████▏ | 408/500 [00:45<00:09, 9.55it/s]\n 82%|████████▏ | 409/500 [00:45<00:09, 9.60it/s]\n 82%|████████▏ | 410/500 [00:45<00:09, 9.59it/s]\n 82%|████████▏ | 411/500 [00:45<00:09, 9.62it/s]\n 82%|████████▏ | 412/500 [00:45<00:09, 9.63it/s]\n 83%|████████▎ | 413/500 [00:45<00:09, 9.65it/s]\n 83%|████████▎ | 414/500 [00:45<00:08, 9.66it/s]\n 83%|████████▎ | 415/500 [00:45<00:08, 9.67it/s]\n 83%|████████▎ | 416/500 [00:45<00:08, 9.69it/s]\n 83%|████████▎ | 417/500 [00:46<00:08, 9.69it/s]\n 84%|████████▎ | 418/500 [00:46<00:08, 9.69it/s]\n 84%|████████▍ | 419/500 [00:46<00:08, 9.70it/s]\n 84%|████████▍ | 420/500 [00:46<00:08, 9.71it/s]\n 84%|████████▍ | 421/500 [00:46<00:08, 9.72it/s]\n 84%|████████▍ | 422/500 [00:46<00:08, 9.71it/s]\n 85%|████████▍ | 423/500 [00:46<00:07, 9.70it/s]\n 85%|████████▍ | 424/500 [00:46<00:07, 9.70it/s]\n 85%|████████▌ | 425/500 [00:46<00:07, 9.70it/s]\n 85%|████████▌ | 426/500 [00:47<00:07, 9.70it/s]\n 85%|████████▌ | 427/500 [00:47<00:07, 9.70it/s]\n 86%|████████▌ | 428/500 [00:47<00:07, 9.68it/s]\n 86%|████████▌ | 429/500 [00:47<00:07, 9.37it/s]\n 86%|████████▌ | 430/500 [00:47<00:07, 9.19it/s]\n 86%|████████▌ | 431/500 [00:47<00:07, 9.13it/s]\n 86%|████████▋ | 432/500 [00:47<00:07, 9.10it/s]\n 87%|████████▋ | 433/500 [00:47<00:07, 9.05it/s]\n 87%|████████▋ | 434/500 [00:47<00:07, 9.01it/s]\n 87%|████████▋ | 435/500 [00:47<00:07, 9.01it/s]\n 87%|████████▋ | 436/500 [00:48<00:07, 9.03it/s]\n 87%|████████▋ | 437/500 [00:48<00:06, 9.06it/s]\n 88%|████████▊ | 438/500 [00:48<00:06, 9.08it/s]\n 88%|████████▊ | 439/500 [00:48<00:06, 9.11it/s]\n 88%|████████▊ | 440/500 [00:48<00:06, 9.13it/s]\n 88%|████████▊ | 441/500 [00:48<00:06, 9.13it/s]\n 88%|████████▊ | 442/500 [00:48<00:06, 9.06it/s]\n 89%|████████▊ | 443/500 [00:48<00:06, 9.06it/s]\n 89%|████████▉ | 444/500 [00:48<00:06, 9.03it/s]\n 89%|████████▉ | 445/500 [00:49<00:06, 9.05it/s]\n 89%|████████▉ | 446/500 [00:49<00:05, 9.10it/s]\n 89%|████████▉ | 447/500 [00:49<00:05, 9.17it/s]\n 90%|████████▉ | 448/500 [00:49<00:05, 9.12it/s]\n 90%|████████▉ | 449/500 [00:49<00:05, 9.20it/s]\n 90%|█████████ | 450/500 [00:49<00:05, 9.26it/s]\n 90%|█████████ | 451/500 [00:49<00:05, 9.19it/s]\n 90%|█████████ | 452/500 [00:49<00:05, 9.09it/s]\n 91%|█████████ | 453/500 [00:49<00:05, 9.09it/s]\n 91%|█████████ | 454/500 [00:50<00:05, 9.04it/s]\n 91%|█████████ | 455/500 [00:50<00:04, 9.11it/s]\n 91%|█████████ | 456/500 [00:50<00:06, 6.92it/s]\n 91%|█████████▏| 457/500 [00:50<00:06, 6.15it/s]\n 92%|█████████▏| 458/500 [00:50<00:06, 6.07it/s]\n 92%|█████████▏| 459/500 [00:50<00:06, 6.23it/s]\n 92%|█████████▏| 460/500 [00:51<00:05, 6.67it/s]\n 92%|█████████▏| 461/500 [00:51<00:05, 6.70it/s]\n 92%|█████████▏| 462/500 [00:51<00:05, 6.80it/s]\n 93%|█████████▎| 463/500 [00:51<00:06, 6.13it/s]\n 93%|█████████▎| 464/500 [00:51<00:05, 6.44it/s]\n 93%|█████████▎| 465/500 [00:51<00:04, 7.16it/s]\n 93%|█████████▎| 467/500 [00:51<00:04, 8.19it/s]\n 94%|█████████▎| 468/500 [00:52<00:03, 8.47it/s]\n 94%|█████████▍| 469/500 [00:52<00:03, 8.70it/s]\n 94%|█████████▍| 470/500 [00:52<00:03, 8.92it/s]\n 94%|█████████▍| 471/500 [00:52<00:03, 9.11it/s]\n 94%|█████████▍| 472/500 [00:52<00:03, 9.25it/s]\n 95%|█████████▍| 473/500 [00:52<00:02, 9.35it/s]\n 95%|█████████▍| 474/500 [00:52<00:02, 9.43it/s]\n 95%|█████████▌| 475/500 [00:52<00:02, 9.48it/s]\n 95%|█████████▌| 476/500 [00:52<00:02, 9.52it/s]\n 95%|█████████▌| 477/500 [00:53<00:02, 9.55it/s]\n 96%|█████████▌| 478/500 [00:53<00:02, 9.57it/s]\n 96%|█████████▌| 479/500 [00:53<00:02, 9.57it/s]\n 96%|█████████▌| 480/500 [00:53<00:02, 9.54it/s]\n 96%|█████████▌| 481/500 [00:53<00:01, 9.54it/s]\n 96%|█████████▋| 482/500 [00:53<00:01, 9.57it/s]\n 97%|█████████▋| 483/500 [00:53<00:01, 9.57it/s]\n 97%|█████████▋| 484/500 [00:53<00:01, 9.54it/s]\n 97%|█████████▋| 485/500 [00:53<00:01, 9.51it/s]\n 97%|█████████▋| 486/500 [00:53<00:01, 9.49it/s]\n 97%|█████████▋| 487/500 [00:54<00:01, 9.46it/s]\n 98%|█████████▊| 488/500 [00:54<00:01, 9.45it/s]\n 98%|█████████▊| 489/500 [00:54<00:01, 9.45it/s]\n 98%|█████████▊| 490/500 [00:54<00:01, 9.45it/s]\n 98%|█████████▊| 491/500 [00:54<00:00, 9.44it/s]\n 98%|█████████▊| 492/500 [00:54<00:00, 9.44it/s]\n 99%|█████████▊| 493/500 [00:54<00:00, 9.44it/s]\n 99%|█████████▉| 494/500 [00:54<00:00, 9.42it/s]\n 99%|█████████▉| 495/500 [00:54<00:00, 9.39it/s]\n 99%|█████████▉| 496/500 [00:55<00:00, 9.37it/s]\n 99%|█████████▉| 497/500 [00:55<00:00, 9.35it/s]\n100%|█████████▉| 498/500 [00:55<00:00, 9.35it/s]\n100%|█████████▉| 499/500 [00:55<00:00, 9.41it/s]\n100%|██████████| 500/500 [00:55<00:00, 8.75it/s]\n100%|██████████| 500/500 [00:55<00:00, 9.01it/s]\n[INFO] save model to logs/image_raw.ply.\n/root/.pyenv/versions/3.10.13/lib/python3.10/site-packages/torch/functional.py:504: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at ../aten/src/ATen/native/TensorShape.cpp:3483.)\nreturn _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined]\n/root/.pyenv/versions/3.10.13/lib/python3.10/site-packages/varname/utils.py:447: UsingExecWarning: 'pure_eval' is not installed. Using 'eval' to get the function that calls 'argname'. Try calling it using a variable reference to the function, or passing the function to 'argname' explicitly.\nwarnings.warn(\nTensor occ torch.Size([128, 128, 128]) torch.float32 cuda:0∈ [0.0,\n26.478574752807617] μ = 0.16624751687049866 σ = 0.884976863861084\n[INFO] mesh cleaning: (30792, 3) --> (17321, 3), (61580, 3) --> (34650, 3)\n[INFO] marching cubes result: torch.Size([17321, 3]) (-0.5530937314033508-0.8350600004196167), torch.Size([34650, 3])\n[INFO] unwrap uv...\n[INFO] save model to logs/image_raw.obj.\n[load_obj] use texture from: logs/image_raw_albedo.png\n[load_obj] load texture: (1024, 1024, 3)\n[Mesh loading] v: torch.Size([17321, 3]), f: torch.Size([34650, 3])\n[Mesh loading] vn: torch.Size([17321, 3]), fn: torch.Size([34650, 3])\n[Mesh loading] vt: torch.Size([20327, 2]), ft: torch.Size([34650, 3])\n[INFO] load image from image_rgba.png...\n[INFO] loading zero123...\nLoading pipeline components...: 0%| | 0/6 [00:00<?, ?it/s]\nLoading pipeline components...: 17%|█▋ | 1/6 [00:00<00:00, 6.66it/s]\nLoading pipeline components...: 50%|█████ | 3/6 [00:00<00:00, 9.27it/s]\nLoading pipeline components...: 100%|██████████| 6/6 [00:00<00:00, 15.43it/s]\nLoading pipeline components...: 100%|██████████| 6/6 [00:00<00:00, 13.35it/s]\n[INFO] loaded zero123!\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:26, 1.82it/s]\n 4%|▍ | 2/50 [00:00<00:20, 2.37it/s]\n 6%|▌ | 3/50 [00:01<00:17, 2.64it/s]\n 8%|▊ | 4/50 [00:01<00:16, 2.79it/s]\n 10%|█ | 5/50 [00:01<00:15, 2.89it/s]\n 12%|█▏ | 6/50 [00:02<00:14, 2.95it/s]\n 14%|█▍ | 7/50 [00:02<00:14, 2.95it/s]\n 16%|█▌ | 8/50 [00:02<00:14, 2.97it/s]\n 18%|█▊ | 9/50 [00:03<00:13, 2.97it/s]\n 20%|██ | 10/50 [00:03<00:13, 2.95it/s]\n 22%|██▏ | 11/50 [00:03<00:13, 2.98it/s]\n 24%|██▍ | 12/50 [00:04<00:12, 2.97it/s]\n 26%|██▌ | 13/50 [00:04<00:12, 2.97it/s]\n 28%|██▊ | 14/50 [00:04<00:12, 3.00it/s]\n 30%|███ | 15/50 [00:05<00:11, 3.02it/s]\n 32%|███▏ | 16/50 [00:05<00:11, 3.02it/s]\n 34%|███▍ | 17/50 [00:05<00:10, 3.04it/s]\n 36%|███▌ | 18/50 [00:06<00:10, 2.99it/s]\n 38%|███▊ | 19/50 [00:06<00:10, 2.98it/s]\n 40%|████ | 20/50 [00:06<00:10, 2.96it/s]\n 42%|████▏ | 21/50 [00:07<00:09, 2.95it/s]\n 44%|████▍ | 22/50 [00:07<00:09, 2.96it/s]\n 46%|████▌ | 23/50 [00:07<00:09, 2.99it/s]\n 48%|████▊ | 24/50 [00:08<00:08, 3.02it/s]\n 50%|█████ | 25/50 [00:08<00:08, 3.03it/s]\n 52%|█████▏ | 26/50 [00:08<00:07, 3.04it/s]\n 54%|█████▍ | 27/50 [00:09<00:07, 3.05it/s]\n 56%|█████▌ | 28/50 [00:09<00:07, 3.05it/s]\n 58%|█████▊ | 29/50 [00:09<00:06, 3.04it/s]\n 60%|██████ | 30/50 [00:10<00:06, 3.05it/s]\n 62%|██████▏ | 31/50 [00:10<00:06, 3.04it/s]\n 64%|██████▍ | 32/50 [00:10<00:05, 3.05it/s]\n 66%|██████▌ | 33/50 [00:11<00:05, 3.04it/s]\n 68%|██████▊ | 34/50 [00:11<00:05, 3.01it/s]\n 70%|███████ | 35/50 [00:11<00:04, 3.01it/s]\n 72%|███████▏ | 36/50 [00:12<00:04, 3.00it/s]\n 74%|███████▍ | 37/50 [00:12<00:04, 3.00it/s]\n 76%|███████▌ | 38/50 [00:12<00:03, 3.01it/s]\n 78%|███████▊ | 39/50 [00:13<00:03, 3.01it/s]\n 80%|████████ | 40/50 [00:13<00:03, 3.00it/s]\n 82%|████████▏ | 41/50 [00:13<00:02, 3.01it/s]\n 84%|████████▍ | 42/50 [00:14<00:02, 3.01it/s]\n 86%|████████▌ | 43/50 [00:14<00:02, 3.00it/s]\n 88%|████████▊ | 44/50 [00:14<00:01, 3.01it/s]\n 90%|█████████ | 45/50 [00:15<00:01, 3.01it/s]\n 92%|█████████▏| 46/50 [00:15<00:01, 3.02it/s]\n 94%|█████████▍| 47/50 [00:15<00:00, 3.01it/s]\n 96%|█████████▌| 48/50 [00:16<00:00, 3.02it/s]\n 98%|█████████▊| 49/50 [00:16<00:00, 3.01it/s]\n100%|██████████| 50/50 [00:16<00:00, 2.99it/s]\n100%|██████████| 50/50 [00:16<00:00, 2.97it/s]\n[INFO] save model to logs/image.obj.\n[load_obj] use texture from: logs/image_albedo.png\n[load_obj] load texture: (1024, 1024, 3)\n[Mesh loading] v: torch.Size([17321, 3]), f: torch.Size([34650, 3])\n[Mesh loading] vn: torch.Size([17321, 3]), fn: torch.Size([34650, 3])\n0%| | 0/1 [00:00<?, ?it/s]\n 0%| | 0/180 [00:00<?, ?it/s]\u001b[A\n 1%| | 1/180 [00:00<00:17, 10.00it/s]\u001b[A\n 6%|▌ | 11/180 [00:00<00:02, 58.42it/s]\u001b[A\n 13%|█▎ | 23/180 [00:00<00:01, 83.06it/s]\u001b[A\n 19%|█▉ | 35/180 [00:00<00:01, 95.72it/s]\u001b[A\n 26%|██▌ | 46/180 [00:00<00:01, 99.69it/s]\u001b[A\n 32%|███▏ | 58/180 [00:00<00:01, 102.83it/s]\u001b[A\n 38%|███▊ | 69/180 [00:00<00:01, 104.96it/s]\u001b[A\n 44%|████▍ | 80/180 [00:00<00:00, 103.50it/s]\u001b[A\n 51%|█████ | 92/180 [00:00<00:00, 106.19it/s]\u001b[A\n 57%|█████▋ | 103/180 [00:01<00:00, 107.05it/s]\u001b[A\n 64%|██████▍ | 116/180 [00:01<00:00, 111.23it/s]\u001b[A\n 71%|███████ | 128/180 [00:01<00:00, 112.31it/s]\u001b[A\n 78%|███████▊ | 141/180 [00:01<00:00, 116.69it/s]\u001b[A\n 85%|████████▌ | 153/180 [00:01<00:00, 114.51it/s]\u001b[A\n 92%|█████████▏| 166/180 [00:01<00:00, 118.06it/s]\u001b[A\n 99%|█████████▉| 178/180 [00:01<00:00, 116.12it/s]\u001b[A\n100%|██████████| 180/180 [00:01<00:00, 105.53it/s]\n100%|██████████| 1/1 [00:01<00:00, 1.71s/it]\n100%|██████████| 1/1 [00:01<00:00, 1.71s/it]\nadding: logs/ (stored 0%)\n adding: logs/image_raw.ply(deflated 22%)\n adding: logs/image_raw.obj(deflated 74%)\nadding: logs/image_raw.mtl (deflated 20%)\n adding: logs/image_raw_albedo.png(deflated 3%)\n adding: logs/image.obj(deflated 74%)\nadding: logs/image.mtl (deflated 21%)\n adding: logs/image_albedo.png(deflated 1%)",
"metrics": {
"predict_time": 144.489712445,
"total_time": 302.211574
},
"output": [
"https://replicate.delivery/xezq/A9iffpVyvbppU0AQZ56rfbvdsbQAxsPZRASyXmfSWTKNXYnRB/mesh_files.zip",
"https://replicate.delivery/xezq/iQHhY7eGMs23M6qV3fiLEL1dsUaJyXAZbuzrpyqqKb9zF2ZUA/image_rgba.png",
"https://replicate.delivery/xezq/0pXiqjiAINqzPNCBY9ryed00Jwq2Rfvv1KflzTePzfqechdGF/image.mp4"
],
"started_at": "2025-03-18T17:35:31.355861Z",
"status": "succeeded",
"urls": {
"stream": "https://stream.replicate.com/v1/files/bcwr-q7ilwvjrz4pdodzkq2wjfzv6qchw5hmxkh24nmypjxybi2br7ciq",
"get": "https://api.replicate.com/v1/predictions/r905zde009rme0cnn98agfyej0",
"cancel": "https://api.replicate.com/v1/predictions/r905zde009rme0cnn98agfyej0/cancel"
},
"version": "2fc157bdbc3f42b0c87049895209915a28ab3abd90f03862496dcee1b9d6f979"
}
Performing image-to-3D
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.44M/176M [00:00<00:07, 24.4MB/s]
7%|██▋ | 12.7M/176M [00:00<00:02, 70.4MB/s]
13%|████▉ | 22.9M/176M [00:00<00:01, 84.7MB/s]
19%|███████ | 32.9M/176M [00:00<00:01, 90.7MB/s]
24%|█████████▎ | 43.1M/176M [00:00<00:01, 94.8MB/s]
30%|███████████▌ | 53.3M/176M [00:00<00:01, 97.4MB/s]
36%|█████████████▋ | 63.4M/176M [00:00<00:01, 98.6MB/s]
42%|███████████████▊ | 73.3M/176M [00:00<00:01, 97.6MB/s]
47%|█████████████████▉ | 83.1M/176M [00:00<00:00, 96.7MB/s]
53%|████████████████████ | 93.2M/176M [00:01<00:00, 98.1MB/s]
59%|██████████████████████▊ | 103M/176M [00:01<00:00, 98.5MB/s]
64%|█████████████████████████ | 113M/176M [00:01<00:00, 99.5MB/s]
70%|████████████████████████████ | 124M/176M [00:01<00:00, 101MB/s]
76%|█████████████████████████████▋ | 134M/176M [00:01<00:00, 99.9MB/s]
82%|████████████████████████████████▋ | 144M/176M [00:01<00:00, 101MB/s]
88%|███████████████████████████████████ | 154M/176M [00:01<00:00, 102MB/s]
94%|█████████████████████████████████████▍ | 165M/176M [00:01<00:00, 102MB/s]
100%|███████████████████████████████████████▊| 175M/176M [00:01<00:00, 103MB/s]
0%| | 0.00/176M [00:00<?, ?B/s]
100%|███████████████████████████████████████| 176M/176M [00:00<00:00, 1.23TB/s]
2025-03-18 17:35:34.120013642 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 958, index: 0, mask: {1, 65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.120014212 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 959, index: 1, mask: {2, 66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.120049458 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 960, index: 2, mask: {3, 67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.120070167 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 961, index: 3, mask: {4, 68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.120112795 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 962, index: 4, mask: {5, 69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.120123127 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 963, index: 5, mask: {6, 70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.120149847 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 964, index: 6, mask: {7, 71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.120165458 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 965, index: 7, mask: {8, 72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.120199072 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 966, index: 8, mask: {9, 73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.120256354 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 968, index: 10, mask: {11, 75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.120268673 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 967, index: 9, mask: {10, 74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.120650330 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 984, index: 26, mask: {27, 91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.130143953 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 969, index: 11, mask: {12, 76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.130186015 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 988, index: 30, mask: {31, 95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.130223154 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1006, index: 48, mask: {49, 113, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.130236826 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1020, index: 62, mask: {63, 127, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.130246300 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1014, index: 56, mask: {57, 121, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.134065621 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1015, index: 57, mask: {58, 122, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.134093161 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 970, index: 12, mask: {13, 77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.134102292 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1008, index: 50, mask: {51, 115, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.154103814 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1002, index: 44, mask: {45, 109, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.155082255 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 997, index: 39, mask: {40, 104, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.162062516 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 973, index: 15, mask: {16, 80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.163174591 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 976, index: 18, mask: {19, 83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.167140593 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1018, index: 60, mask: {61, 125, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.167148719 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1001, index: 43, mask: {44, 108, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.167149616 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1011, index: 53, mask: {54, 118, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.167158139 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1012, index: 54, mask: {55, 119, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.173386875 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1013, index: 55, mask: {56, 120, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.174061307 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1007, index: 49, mask: {50, 114, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.175467099 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1019, index: 61, mask: {62, 126, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.177127149 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 980, index: 22, mask: {23, 87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.182085989 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1005, index: 47, mask: {48, 112, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.182098378 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1009, index: 51, mask: {52, 116, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.182106435 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1016, index: 58, mask: {59, 123, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.190130053 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 977, index: 19, mask: {20, 84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.192386002 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 978, index: 20, mask: {21, 85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.197446221 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 979, index: 21, mask: {22, 86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.197452947 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1000, index: 42, mask: {43, 107, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.202062051 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 971, index: 13, mask: {14, 78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.202132275 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 972, index: 14, mask: {15, 79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.202145715 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 985, index: 27, mask: {28, 92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.202157385 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 974, index: 16, mask: {17, 81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.205210939 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 981, index: 23, mask: {24, 88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.218087040 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 994, index: 36, mask: {37, 101, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.223074615 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 995, index: 37, mask: {38, 102, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.229616078 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 999, index: 41, mask: {42, 106, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.232241975 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1003, index: 45, mask: {46, 110, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.232250601 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 982, index: 24, mask: {25, 89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.232260127 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1010, index: 52, mask: {53, 117, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.233495539 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1004, index: 46, mask: {47, 111, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.238051915 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 975, index: 17, mask: {18, 82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.238404153 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 998, index: 40, mask: {41, 105, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.241210517 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 987, index: 29, mask: {30, 94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.242052706 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 983, index: 25, mask: {26, 90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.254096422 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1017, index: 59, mask: {60, 124, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.254135543 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 986, index: 28, mask: {29, 93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.257124515 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 996, index: 38, mask: {39, 103, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
[INFO] loading image image.png...
[INFO] background removal...
[INFO] recenter...
{'input': '/src/image_rgba.png', 'prompt': None, 'mesh': None, 'elevation': 0, 'ref_size': 256, 'density_thresh': 1, 'outdir': 'logs', 'save_path': 'image', 'lambda_sd': 0, 'lambda_zero123': 1, 'batch_size': 1, 'iters': 500, 'iters_refine': 50, 'radius': 2, 'fovy': 49.1, 'load': None, 'train_geo': False, 'invert_bg_prob': 0.5, 'gui': False, 'force_cuda_rast': True, 'H': 800, 'W': 800, 'num_pts': 1000, 'sh_degree': 0, 'position_lr_init': 0.001, 'position_lr_final': 2e-05, 'position_lr_delay_mult': 0.02, 'position_lr_max_steps': 500, 'feature_lr': 0.01, 'opacity_lr': 0.05, 'scaling_lr': 0.005, 'rotation_lr': 0.005, 'percent_dense': 0.1, 'density_start_iter': 100, 'density_end_iter': 3000, 'densification_interval': 100, 'opacity_reset_interval': 700, 'densify_grad_threshold': 0.5, 'geom_lr': 0.0001, 'texture_lr': 0.2}
[INFO] load image from /src/image_rgba.png...
Number of points at initialisation : 1000
[INFO] loading zero123...
Loading pipeline components...: 0%| | 0/6 [00:00<?, ?it/s]
Loading pipeline components...: 33%|███▎ | 2/6 [00:00<00:00, 10.86it/s]
Loading pipeline components...: 67%|██████▋ | 4/6 [00:00<00:00, 10.62it/s]
Loading pipeline components...: 100%|██████████| 6/6 [00:00<00:00, 13.60it/s]
[INFO] loaded zero123!
0%| | 0/500 [00:00<?, ?it/s]/root/.pyenv/versions/3.10.13/lib/python3.10/site-packages/diffusers/models/attention_processor.py:1871: FutureWarning: `LoRAAttnProcessor` is deprecated and will be removed in version 0.26.0. Make sure use AttnProcessor instead by settingLoRA layers to `self.{to_q,to_k,to_v,to_out[0]}.lora_layer` respectively. This will be done automatically when using `LoraLoaderMixin.load_lora_weights`
deprecate(
0%| | 1/500 [00:00<03:26, 2.41it/s]
0%| | 2/500 [00:00<01:56, 4.27it/s]
1%| | 3/500 [00:00<01:29, 5.55it/s]
1%| | 4/500 [00:00<01:16, 6.45it/s]
1%| | 5/500 [00:00<01:10, 7.05it/s]
1%| | 6/500 [00:00<01:06, 7.46it/s]
1%|▏ | 7/500 [00:01<01:03, 7.78it/s]
2%|▏ | 8/500 [00:01<01:01, 8.00it/s]
2%|▏ | 9/500 [00:01<01:00, 8.17it/s]
2%|▏ | 10/500 [00:01<00:59, 8.20it/s]
2%|▏ | 11/500 [00:01<00:58, 8.31it/s]
2%|▏ | 12/500 [00:01<00:58, 8.38it/s]
3%|▎ | 13/500 [00:01<00:57, 8.41it/s]
3%|▎ | 14/500 [00:01<00:57, 8.44it/s]
3%|▎ | 15/500 [00:02<00:57, 8.47it/s]
3%|▎ | 16/500 [00:02<00:56, 8.53it/s]
3%|▎ | 17/500 [00:02<00:56, 8.59it/s]
4%|▎ | 18/500 [00:02<00:55, 8.63it/s]
4%|▍ | 19/500 [00:02<00:55, 8.66it/s]
4%|▍ | 20/500 [00:02<00:55, 8.67it/s]
4%|▍ | 21/500 [00:02<00:55, 8.60it/s]
4%|▍ | 22/500 [00:02<00:55, 8.58it/s]
5%|▍ | 23/500 [00:02<00:55, 8.55it/s]
5%|▍ | 24/500 [00:03<00:55, 8.56it/s]
5%|▌ | 25/500 [00:03<00:55, 8.57it/s]
5%|▌ | 26/500 [00:03<00:55, 8.58it/s]
5%|▌ | 27/500 [00:03<00:55, 8.59it/s]
6%|▌ | 28/500 [00:03<00:54, 8.62it/s]
6%|▌ | 30/500 [00:03<00:50, 9.23it/s]
6%|▋ | 32/500 [00:03<00:48, 9.61it/s]
7%|▋ | 33/500 [00:04<00:48, 9.69it/s]
7%|▋ | 35/500 [00:04<00:47, 9.88it/s]
7%|▋ | 37/500 [00:04<00:45, 10.07it/s]
8%|▊ | 39/500 [00:04<00:45, 10.23it/s]
8%|▊ | 41/500 [00:04<00:45, 10.10it/s]
9%|▊ | 43/500 [00:05<00:45, 10.10it/s]
9%|▉ | 45/500 [00:05<00:44, 10.19it/s]
9%|▉ | 47/500 [00:05<00:44, 10.23it/s]
10%|▉ | 49/500 [00:05<00:44, 10.04it/s]
10%|█ | 51/500 [00:05<00:44, 9.99it/s]
10%|█ | 52/500 [00:05<00:44, 9.98it/s]
11%|█ | 53/500 [00:06<00:44, 9.97it/s]
11%|█ | 55/500 [00:06<00:45, 9.73it/s]
11%|█ | 56/500 [00:06<00:46, 9.46it/s]
11%|█▏ | 57/500 [00:06<00:48, 9.22it/s]
12%|█▏ | 58/500 [00:06<00:48, 9.16it/s]
12%|█▏ | 59/500 [00:06<00:47, 9.29it/s]
12%|█▏ | 60/500 [00:06<00:48, 9.04it/s]
12%|█▏ | 61/500 [00:06<00:49, 8.90it/s]
12%|█▏ | 62/500 [00:07<00:50, 8.74it/s]
13%|█▎ | 63/500 [00:07<00:50, 8.70it/s]
13%|█▎ | 64/500 [00:07<00:50, 8.68it/s]
13%|█▎ | 65/500 [00:07<00:50, 8.61it/s]
13%|█▎ | 66/500 [00:07<00:50, 8.55it/s]
13%|█▎ | 67/500 [00:07<00:50, 8.53it/s]
14%|█▎ | 68/500 [00:07<00:51, 8.46it/s]
14%|█▍ | 69/500 [00:07<00:50, 8.47it/s]
14%|█▍ | 70/500 [00:07<00:50, 8.48it/s]
14%|█▍ | 71/500 [00:08<00:50, 8.50it/s]
14%|█▍ | 72/500 [00:08<00:50, 8.54it/s]
15%|█▍ | 73/500 [00:08<00:48, 8.81it/s]
15%|█▌ | 75/500 [00:08<00:45, 9.36it/s]
15%|█▌ | 77/500 [00:08<00:44, 9.55it/s]
16%|█▌ | 79/500 [00:08<00:43, 9.74it/s]
16%|█▌ | 81/500 [00:09<00:42, 9.79it/s]
17%|█▋ | 83/500 [00:09<00:42, 9.93it/s]
17%|█▋ | 85/500 [00:09<00:41, 10.02it/s]
17%|█▋ | 86/500 [00:09<00:41, 9.97it/s]
17%|█▋ | 87/500 [00:09<00:41, 9.88it/s]
18%|█▊ | 88/500 [00:09<00:41, 9.85it/s]
18%|█▊ | 89/500 [00:09<00:42, 9.63it/s]
18%|█▊ | 90/500 [00:10<00:43, 9.39it/s]
18%|█▊ | 91/500 [00:10<00:44, 9.24it/s]
18%|█▊ | 92/500 [00:10<00:44, 9.20it/s]
19%|█▊ | 93/500 [00:10<00:44, 9.17it/s]
19%|█▉ | 94/500 [00:10<00:44, 9.15it/s]
19%|█▉ | 95/500 [00:10<00:44, 9.15it/s]
19%|█▉ | 96/500 [00:10<00:44, 9.12it/s]
19%|█▉ | 97/500 [00:10<00:44, 9.11it/s]
20%|█▉ | 98/500 [00:10<00:44, 9.10it/s]
20%|█▉ | 99/500 [00:11<00:44, 9.07it/s]
20%|██ | 100/500 [00:11<00:48, 8.18it/s]
20%|██ | 101/500 [00:11<00:52, 7.63it/s]
21%|██ | 103/500 [00:11<00:45, 8.63it/s]
21%|██ | 105/500 [00:11<00:43, 9.16it/s]
21%|██▏ | 107/500 [00:11<00:41, 9.39it/s]
22%|██▏ | 109/500 [00:12<00:40, 9.63it/s]
22%|██▏ | 111/500 [00:12<00:39, 9.79it/s]
23%|██▎ | 113/500 [00:12<00:38, 9.95it/s]
23%|██▎ | 115/500 [00:12<00:38, 10.03it/s]
23%|██▎ | 117/500 [00:12<00:38, 10.04it/s]
24%|██▍ | 119/500 [00:13<00:37, 10.09it/s]
24%|██▍ | 121/500 [00:13<00:37, 10.17it/s]
25%|██▍ | 123/500 [00:13<00:36, 10.26it/s]
25%|██▌ | 125/500 [00:13<00:36, 10.35it/s]
25%|██▌ | 127/500 [00:13<00:36, 10.28it/s]
26%|██▌ | 129/500 [00:14<00:36, 10.28it/s]
26%|██▌ | 131/500 [00:14<00:36, 10.21it/s]
27%|██▋ | 133/500 [00:14<00:35, 10.25it/s]
27%|██▋ | 135/500 [00:14<00:35, 10.31it/s]
27%|██▋ | 137/500 [00:14<00:35, 10.22it/s]
28%|██▊ | 139/500 [00:15<00:35, 10.23it/s]
28%|██▊ | 141/500 [00:15<00:35, 10.24it/s]
29%|██▊ | 143/500 [00:15<00:35, 10.19it/s]
29%|██▉ | 145/500 [00:15<00:35, 10.13it/s]
29%|██▉ | 147/500 [00:15<00:35, 10.06it/s]
30%|██▉ | 149/500 [00:16<00:34, 10.03it/s]
30%|███ | 151/500 [00:16<00:34, 10.08it/s]
31%|███ | 153/500 [00:16<00:37, 9.27it/s]
31%|███ | 154/500 [00:16<00:44, 7.76it/s]
31%|███ | 155/500 [00:16<00:49, 7.02it/s]
31%|███ | 156/500 [00:17<00:55, 6.24it/s]
31%|███▏ | 157/500 [00:17<00:50, 6.80it/s]
32%|███▏ | 158/500 [00:17<00:46, 7.35it/s]
32%|███▏ | 159/500 [00:17<00:43, 7.82it/s]
32%|███▏ | 160/500 [00:17<00:41, 8.22it/s]
32%|███▏ | 161/500 [00:17<00:39, 8.52it/s]
32%|███▏ | 162/500 [00:17<00:38, 8.78it/s]
33%|███▎ | 163/500 [00:17<00:37, 8.97it/s]
33%|███▎ | 164/500 [00:18<00:36, 9.14it/s]
33%|███▎ | 165/500 [00:18<00:36, 9.26it/s]
33%|███▎ | 166/500 [00:18<00:35, 9.34it/s]
33%|███▎ | 167/500 [00:18<00:35, 9.38it/s]
34%|███▎ | 168/500 [00:18<00:35, 9.40it/s]
34%|███▍ | 169/500 [00:18<00:35, 9.40it/s]
34%|███▍ | 170/500 [00:18<00:35, 9.41it/s]
34%|███▍ | 171/500 [00:18<00:34, 9.41it/s]
34%|███▍ | 172/500 [00:18<00:34, 9.41it/s]
35%|███▍ | 173/500 [00:18<00:35, 9.30it/s]
35%|███▍ | 174/500 [00:19<00:35, 9.29it/s]
35%|███▌ | 175/500 [00:19<00:34, 9.39it/s]
35%|███▌ | 176/500 [00:19<00:34, 9.47it/s]
35%|███▌ | 177/500 [00:19<00:33, 9.53it/s]
36%|███▌ | 178/500 [00:19<00:33, 9.56it/s]
36%|███▌ | 179/500 [00:19<00:33, 9.58it/s]
36%|███▌ | 180/500 [00:19<00:33, 9.61it/s]
36%|███▌ | 181/500 [00:19<00:33, 9.58it/s]
36%|███▋ | 182/500 [00:19<00:33, 9.49it/s]
37%|███▋ | 183/500 [00:20<00:35, 8.94it/s]
37%|███▋ | 184/500 [00:20<00:36, 8.63it/s]
37%|███▋ | 185/500 [00:20<00:35, 8.87it/s]
37%|███▋ | 186/500 [00:20<00:34, 9.08it/s]
37%|███▋ | 187/500 [00:20<00:33, 9.23it/s]
38%|███▊ | 188/500 [00:20<00:33, 9.24it/s]
38%|███▊ | 189/500 [00:20<00:34, 8.99it/s]
38%|███▊ | 190/500 [00:20<00:35, 8.80it/s]
38%|███▊ | 191/500 [00:20<00:35, 8.64it/s]
38%|███▊ | 192/500 [00:21<00:36, 8.54it/s]
39%|███▊ | 193/500 [00:21<00:36, 8.45it/s]
39%|███▉ | 194/500 [00:21<00:36, 8.42it/s]
39%|███▉ | 195/500 [00:21<00:36, 8.38it/s]
39%|███▉ | 196/500 [00:21<00:35, 8.57it/s]
40%|███▉ | 198/500 [00:21<00:32, 9.16it/s]
40%|███▉ | 199/500 [00:21<00:32, 9.33it/s]
40%|████ | 200/500 [00:21<00:33, 8.84it/s]
40%|████ | 201/500 [00:22<00:34, 8.78it/s]
40%|████ | 202/500 [00:22<00:33, 8.97it/s]
41%|████ | 203/500 [00:22<00:32, 9.21it/s]
41%|████ | 204/500 [00:22<00:31, 9.40it/s]
41%|████ | 205/500 [00:22<00:30, 9.56it/s]
41%|████ | 206/500 [00:22<00:30, 9.67it/s]
42%|████▏ | 208/500 [00:22<00:29, 9.80it/s]
42%|████▏ | 209/500 [00:22<00:29, 9.84it/s]
42%|████▏ | 211/500 [00:23<00:29, 9.90it/s]
43%|████▎ | 213/500 [00:23<00:28, 9.99it/s]
43%|████▎ | 215/500 [00:23<00:28, 10.04it/s]
43%|████▎ | 217/500 [00:23<00:28, 9.96it/s]
44%|████▎ | 218/500 [00:23<00:28, 9.74it/s]
44%|████▍ | 219/500 [00:23<00:29, 9.59it/s]
44%|████▍ | 220/500 [00:24<00:29, 9.64it/s]
44%|████▍ | 221/500 [00:24<00:28, 9.70it/s]
45%|████▍ | 223/500 [00:24<00:28, 9.89it/s]
45%|████▌ | 225/500 [00:24<00:27, 9.98it/s]
45%|████▌ | 227/500 [00:24<00:27, 9.99it/s]
46%|████▌ | 228/500 [00:24<00:27, 9.90it/s]
46%|████▌ | 229/500 [00:24<00:27, 9.92it/s]
46%|████▌ | 230/500 [00:25<00:27, 9.92it/s]
46%|████▌ | 231/500 [00:25<00:27, 9.93it/s]
47%|████▋ | 233/500 [00:25<00:26, 10.01it/s]
47%|████▋ | 234/500 [00:25<00:26, 9.99it/s]
47%|████▋ | 236/500 [00:25<00:26, 10.04it/s]
48%|████▊ | 238/500 [00:26<00:37, 6.92it/s]
48%|████▊ | 239/500 [00:26<00:37, 6.89it/s]
48%|████▊ | 241/500 [00:26<00:33, 7.78it/s]
48%|████▊ | 242/500 [00:26<00:31, 8.15it/s]
49%|████▊ | 243/500 [00:26<00:30, 8.49it/s]
49%|████▉ | 244/500 [00:26<00:29, 8.77it/s]
49%|████▉ | 245/500 [00:26<00:28, 9.02it/s]
49%|████▉ | 246/500 [00:26<00:27, 9.24it/s]
49%|████▉ | 247/500 [00:27<00:26, 9.41it/s]
50%|████▉ | 248/500 [00:27<00:26, 9.53it/s]
50%|████▉ | 249/500 [00:27<00:32, 7.82it/s]
50%|█████ | 250/500 [00:27<00:31, 7.92it/s]
50%|█████ | 251/500 [00:27<00:31, 7.98it/s]
50%|█████ | 252/500 [00:27<00:31, 7.90it/s]
51%|█████ | 253/500 [00:27<00:31, 7.86it/s]
51%|█████ | 254/500 [00:27<00:30, 8.10it/s]
51%|█████ | 255/500 [00:28<00:29, 8.29it/s]
51%|█████ | 256/500 [00:28<00:28, 8.43it/s]
51%|█████▏ | 257/500 [00:28<00:28, 8.52it/s]
52%|█████▏ | 258/500 [00:28<00:28, 8.58it/s]
52%|█████▏ | 259/500 [00:28<00:27, 8.63it/s]
52%|█████▏ | 260/500 [00:28<00:27, 8.69it/s]
52%|█████▏ | 261/500 [00:28<00:28, 8.52it/s]
52%|█████▏ | 262/500 [00:28<00:28, 8.50it/s]
53%|█████▎ | 263/500 [00:28<00:28, 8.37it/s]
53%|█████▎ | 264/500 [00:29<00:28, 8.34it/s]
53%|█████▎ | 265/500 [00:29<00:27, 8.49it/s]
53%|█████▎ | 266/500 [00:29<00:27, 8.62it/s]
53%|█████▎ | 267/500 [00:29<00:26, 8.81it/s]
54%|█████▎ | 268/500 [00:29<00:25, 8.98it/s]
54%|█████▍ | 269/500 [00:29<00:25, 9.12it/s]
54%|█████▍ | 270/500 [00:29<00:24, 9.23it/s]
54%|█████▍ | 271/500 [00:29<00:32, 7.08it/s]
54%|█████▍ | 272/500 [00:30<00:29, 7.62it/s]
55%|█████▍ | 273/500 [00:30<00:28, 8.09it/s]
55%|█████▍ | 274/500 [00:30<00:26, 8.46it/s]
55%|█████▌ | 275/500 [00:30<00:25, 8.74it/s]
55%|█████▌ | 276/500 [00:30<00:25, 8.71it/s]
55%|█████▌ | 277/500 [00:30<00:24, 9.03it/s]
56%|█████▌ | 279/500 [00:30<00:23, 9.44it/s]
56%|█████▌ | 280/500 [00:30<00:22, 9.57it/s]
56%|█████▋ | 282/500 [00:31<00:22, 9.73it/s]
57%|█████▋ | 284/500 [00:31<00:23, 9.07it/s]
57%|█████▋ | 285/500 [00:31<00:26, 8.04it/s]
57%|█████▋ | 286/500 [00:31<00:28, 7.48it/s]
57%|█████▋ | 287/500 [00:31<00:30, 6.98it/s]
58%|█████▊ | 288/500 [00:32<00:32, 6.59it/s]
58%|█████▊ | 289/500 [00:32<00:29, 7.04it/s]
58%|█████▊ | 290/500 [00:32<00:28, 7.44it/s]
58%|█████▊ | 291/500 [00:32<00:26, 7.77it/s]
58%|█████▊ | 292/500 [00:32<00:29, 7.08it/s]
59%|█████▊ | 293/500 [00:32<00:31, 6.54it/s]
59%|█████▉ | 294/500 [00:32<00:33, 6.12it/s]
59%|█████▉ | 295/500 [00:33<00:34, 5.90it/s]
59%|█████▉ | 296/500 [00:33<00:35, 5.69it/s]
59%|█████▉ | 297/500 [00:33<00:36, 5.61it/s]
60%|█████▉ | 298/500 [00:33<00:33, 5.96it/s]
60%|█████▉ | 299/500 [00:33<00:30, 6.56it/s]
60%|██████ | 300/500 [00:33<00:29, 6.69it/s]
60%|██████ | 301/500 [00:34<00:28, 7.02it/s]
60%|██████ | 302/500 [00:34<00:26, 7.45it/s]
61%|██████ | 303/500 [00:34<00:25, 7.75it/s]
61%|██████ | 304/500 [00:34<00:24, 7.96it/s]
61%|██████ | 305/500 [00:34<00:23, 8.15it/s]
61%|██████ | 306/500 [00:34<00:22, 8.46it/s]
61%|██████▏ | 307/500 [00:34<00:21, 8.79it/s]
62%|██████▏ | 308/500 [00:34<00:21, 9.04it/s]
62%|██████▏ | 309/500 [00:34<00:20, 9.23it/s]
62%|██████▏ | 310/500 [00:34<00:20, 9.36it/s]
62%|██████▏ | 311/500 [00:35<00:19, 9.46it/s]
62%|██████▏ | 312/500 [00:35<00:19, 9.50it/s]
63%|██████▎ | 313/500 [00:35<00:19, 9.56it/s]
63%|██████▎ | 314/500 [00:35<00:19, 9.60it/s]
63%|██████▎ | 315/500 [00:35<00:19, 9.64it/s]
63%|██████▎ | 316/500 [00:35<00:19, 9.66it/s]
63%|██████▎ | 317/500 [00:35<00:18, 9.67it/s]
64%|██████▎ | 318/500 [00:35<00:18, 9.69it/s]
64%|██████▍ | 319/500 [00:35<00:18, 9.69it/s]
64%|██████▍ | 320/500 [00:36<00:18, 9.71it/s]
64%|██████▍ | 321/500 [00:36<00:18, 9.71it/s]
64%|██████▍ | 322/500 [00:36<00:18, 9.70it/s]
65%|██████▍ | 323/500 [00:36<00:18, 9.72it/s]
65%|██████▍ | 324/500 [00:36<00:18, 9.71it/s]
65%|██████▌ | 325/500 [00:36<00:18, 9.71it/s]
65%|██████▌ | 326/500 [00:36<00:17, 9.70it/s]
65%|██████▌ | 327/500 [00:36<00:17, 9.71it/s]
66%|██████▌ | 328/500 [00:36<00:17, 9.73it/s]
66%|██████▌ | 329/500 [00:36<00:17, 9.72it/s]
66%|██████▌ | 330/500 [00:37<00:17, 9.74it/s]
66%|██████▌ | 331/500 [00:37<00:17, 9.73it/s]
66%|██████▋ | 332/500 [00:37<00:17, 9.72it/s]
67%|██████▋ | 333/500 [00:37<00:17, 9.71it/s]
67%|██████▋ | 334/500 [00:37<00:17, 9.72it/s]
67%|██████▋ | 335/500 [00:37<00:16, 9.72it/s]
67%|██████▋ | 336/500 [00:37<00:16, 9.72it/s]
67%|██████▋ | 337/500 [00:37<00:16, 9.71it/s]
68%|██████▊ | 338/500 [00:37<00:16, 9.70it/s]
68%|██████▊ | 339/500 [00:37<00:16, 9.70it/s]
68%|██████▊ | 340/500 [00:38<00:16, 9.71it/s]
68%|██████▊ | 341/500 [00:38<00:16, 9.71it/s]
68%|██████▊ | 342/500 [00:38<00:16, 9.71it/s]
69%|██████▊ | 343/500 [00:38<00:16, 9.71it/s]
69%|██████▉ | 344/500 [00:38<00:16, 9.70it/s]
69%|██████▉ | 345/500 [00:38<00:15, 9.70it/s]
69%|██████▉ | 346/500 [00:38<00:15, 9.68it/s]
69%|██████▉ | 347/500 [00:38<00:15, 9.59it/s]
70%|██████▉ | 348/500 [00:38<00:15, 9.62it/s]
70%|██████▉ | 349/500 [00:39<00:15, 9.63it/s]
70%|███████ | 350/500 [00:39<00:15, 9.65it/s]
70%|███████ | 351/500 [00:39<00:15, 9.66it/s]
70%|███████ | 352/500 [00:39<00:15, 9.68it/s]
71%|███████ | 353/500 [00:39<00:15, 9.69it/s]
71%|███████ | 354/500 [00:39<00:15, 9.69it/s]
71%|███████ | 355/500 [00:39<00:14, 9.69it/s]
71%|███████ | 356/500 [00:39<00:14, 9.69it/s]
71%|███████▏ | 357/500 [00:39<00:14, 9.70it/s]
72%|███████▏ | 358/500 [00:39<00:14, 9.69it/s]
72%|███████▏ | 359/500 [00:40<00:14, 9.70it/s]
72%|███████▏ | 360/500 [00:40<00:14, 9.70it/s]
72%|███████▏ | 361/500 [00:40<00:14, 9.69it/s]
72%|███████▏ | 362/500 [00:40<00:14, 9.67it/s]
73%|███████▎ | 363/500 [00:40<00:14, 9.66it/s]
73%|███████▎ | 364/500 [00:40<00:14, 9.66it/s]
73%|███████▎ | 365/500 [00:40<00:13, 9.67it/s]
73%|███████▎ | 366/500 [00:40<00:13, 9.67it/s]
73%|███████▎ | 367/500 [00:40<00:13, 9.66it/s]
74%|███████▎ | 368/500 [00:40<00:13, 9.67it/s]
74%|███████▍ | 369/500 [00:41<00:13, 9.67it/s]
74%|███████▍ | 370/500 [00:41<00:13, 9.62it/s]
74%|███████▍ | 371/500 [00:41<00:13, 9.56it/s]
74%|███████▍ | 372/500 [00:41<00:13, 9.55it/s]
75%|███████▍ | 373/500 [00:41<00:13, 9.59it/s]
75%|███████▍ | 374/500 [00:41<00:13, 9.62it/s]
75%|███████▌ | 375/500 [00:41<00:12, 9.67it/s]
75%|███████▌ | 376/500 [00:41<00:12, 9.68it/s]
75%|███████▌ | 377/500 [00:41<00:12, 9.70it/s]
76%|███████▌ | 378/500 [00:42<00:12, 9.71it/s]
76%|███████▌ | 379/500 [00:42<00:12, 9.72it/s]
76%|███████▌ | 380/500 [00:42<00:12, 9.73it/s]
76%|███████▌ | 381/500 [00:42<00:12, 9.73it/s]
76%|███████▋ | 382/500 [00:42<00:12, 9.73it/s]
77%|███████▋ | 383/500 [00:42<00:12, 9.74it/s]
77%|███████▋ | 384/500 [00:42<00:11, 9.74it/s]
77%|███████▋ | 385/500 [00:42<00:11, 9.74it/s]
77%|███████▋ | 386/500 [00:42<00:11, 9.72it/s]
77%|███████▋ | 387/500 [00:42<00:11, 9.73it/s]
78%|███████▊ | 388/500 [00:43<00:11, 9.74it/s]
78%|███████▊ | 389/500 [00:43<00:11, 9.75it/s]
78%|███████▊ | 390/500 [00:43<00:11, 9.74it/s]
78%|███████▊ | 391/500 [00:43<00:11, 9.74it/s]
78%|███████▊ | 392/500 [00:43<00:11, 9.74it/s]
79%|███████▊ | 393/500 [00:43<00:10, 9.73it/s]
79%|███████▉ | 394/500 [00:43<00:10, 9.74it/s]
79%|███████▉ | 395/500 [00:43<00:10, 9.73it/s]
79%|███████▉ | 396/500 [00:43<00:10, 9.74it/s]
79%|███████▉ | 397/500 [00:43<00:10, 9.73it/s]
80%|███████▉ | 398/500 [00:44<00:10, 9.73it/s]
80%|███████▉ | 399/500 [00:44<00:10, 9.74it/s]
80%|████████ | 400/500 [00:44<00:11, 8.98it/s]
80%|████████ | 401/500 [00:44<00:11, 8.93it/s]
80%|████████ | 402/500 [00:44<00:10, 9.13it/s]
81%|████████ | 403/500 [00:44<00:10, 9.29it/s]
81%|████████ | 404/500 [00:44<00:10, 9.40it/s]
81%|████████ | 405/500 [00:44<00:10, 9.49it/s]
81%|████████ | 406/500 [00:44<00:09, 9.56it/s]
81%|████████▏ | 407/500 [00:45<00:09, 9.48it/s]
82%|████████▏ | 408/500 [00:45<00:09, 9.55it/s]
82%|████████▏ | 409/500 [00:45<00:09, 9.60it/s]
82%|████████▏ | 410/500 [00:45<00:09, 9.59it/s]
82%|████████▏ | 411/500 [00:45<00:09, 9.62it/s]
82%|████████▏ | 412/500 [00:45<00:09, 9.63it/s]
83%|████████▎ | 413/500 [00:45<00:09, 9.65it/s]
83%|████████▎ | 414/500 [00:45<00:08, 9.66it/s]
83%|████████▎ | 415/500 [00:45<00:08, 9.67it/s]
83%|████████▎ | 416/500 [00:45<00:08, 9.69it/s]
83%|████████▎ | 417/500 [00:46<00:08, 9.69it/s]
84%|████████▎ | 418/500 [00:46<00:08, 9.69it/s]
84%|████████▍ | 419/500 [00:46<00:08, 9.70it/s]
84%|████████▍ | 420/500 [00:46<00:08, 9.71it/s]
84%|████████▍ | 421/500 [00:46<00:08, 9.72it/s]
84%|████████▍ | 422/500 [00:46<00:08, 9.71it/s]
85%|████████▍ | 423/500 [00:46<00:07, 9.70it/s]
85%|████████▍ | 424/500 [00:46<00:07, 9.70it/s]
85%|████████▌ | 425/500 [00:46<00:07, 9.70it/s]
85%|████████▌ | 426/500 [00:47<00:07, 9.70it/s]
85%|████████▌ | 427/500 [00:47<00:07, 9.70it/s]
86%|████████▌ | 428/500 [00:47<00:07, 9.68it/s]
86%|████████▌ | 429/500 [00:47<00:07, 9.37it/s]
86%|████████▌ | 430/500 [00:47<00:07, 9.19it/s]
86%|████████▌ | 431/500 [00:47<00:07, 9.13it/s]
86%|████████▋ | 432/500 [00:47<00:07, 9.10it/s]
87%|████████▋ | 433/500 [00:47<00:07, 9.05it/s]
87%|████████▋ | 434/500 [00:47<00:07, 9.01it/s]
87%|████████▋ | 435/500 [00:47<00:07, 9.01it/s]
87%|████████▋ | 436/500 [00:48<00:07, 9.03it/s]
87%|████████▋ | 437/500 [00:48<00:06, 9.06it/s]
88%|████████▊ | 438/500 [00:48<00:06, 9.08it/s]
88%|████████▊ | 439/500 [00:48<00:06, 9.11it/s]
88%|████████▊ | 440/500 [00:48<00:06, 9.13it/s]
88%|████████▊ | 441/500 [00:48<00:06, 9.13it/s]
88%|████████▊ | 442/500 [00:48<00:06, 9.06it/s]
89%|████████▊ | 443/500 [00:48<00:06, 9.06it/s]
89%|████████▉ | 444/500 [00:48<00:06, 9.03it/s]
89%|████████▉ | 445/500 [00:49<00:06, 9.05it/s]
89%|████████▉ | 446/500 [00:49<00:05, 9.10it/s]
89%|████████▉ | 447/500 [00:49<00:05, 9.17it/s]
90%|████████▉ | 448/500 [00:49<00:05, 9.12it/s]
90%|████████▉ | 449/500 [00:49<00:05, 9.20it/s]
90%|█████████ | 450/500 [00:49<00:05, 9.26it/s]
90%|█████████ | 451/500 [00:49<00:05, 9.19it/s]
90%|█████████ | 452/500 [00:49<00:05, 9.09it/s]
91%|█████████ | 453/500 [00:49<00:05, 9.09it/s]
91%|█████████ | 454/500 [00:50<00:05, 9.04it/s]
91%|█████████ | 455/500 [00:50<00:04, 9.11it/s]
91%|█████████ | 456/500 [00:50<00:06, 6.92it/s]
91%|█████████▏| 457/500 [00:50<00:06, 6.15it/s]
92%|█████████▏| 458/500 [00:50<00:06, 6.07it/s]
92%|█████████▏| 459/500 [00:50<00:06, 6.23it/s]
92%|█████████▏| 460/500 [00:51<00:05, 6.67it/s]
92%|█████████▏| 461/500 [00:51<00:05, 6.70it/s]
92%|█████████▏| 462/500 [00:51<00:05, 6.80it/s]
93%|█████████▎| 463/500 [00:51<00:06, 6.13it/s]
93%|█████████▎| 464/500 [00:51<00:05, 6.44it/s]
93%|█████████▎| 465/500 [00:51<00:04, 7.16it/s]
93%|█████████▎| 467/500 [00:51<00:04, 8.19it/s]
94%|█████████▎| 468/500 [00:52<00:03, 8.47it/s]
94%|█████████▍| 469/500 [00:52<00:03, 8.70it/s]
94%|█████████▍| 470/500 [00:52<00:03, 8.92it/s]
94%|█████████▍| 471/500 [00:52<00:03, 9.11it/s]
94%|█████████▍| 472/500 [00:52<00:03, 9.25it/s]
95%|█████████▍| 473/500 [00:52<00:02, 9.35it/s]
95%|█████████▍| 474/500 [00:52<00:02, 9.43it/s]
95%|█████████▌| 475/500 [00:52<00:02, 9.48it/s]
95%|█████████▌| 476/500 [00:52<00:02, 9.52it/s]
95%|█████████▌| 477/500 [00:53<00:02, 9.55it/s]
96%|█████████▌| 478/500 [00:53<00:02, 9.57it/s]
96%|█████████▌| 479/500 [00:53<00:02, 9.57it/s]
96%|█████████▌| 480/500 [00:53<00:02, 9.54it/s]
96%|█████████▌| 481/500 [00:53<00:01, 9.54it/s]
96%|█████████▋| 482/500 [00:53<00:01, 9.57it/s]
97%|█████████▋| 483/500 [00:53<00:01, 9.57it/s]
97%|█████████▋| 484/500 [00:53<00:01, 9.54it/s]
97%|█████████▋| 485/500 [00:53<00:01, 9.51it/s]
97%|█████████▋| 486/500 [00:53<00:01, 9.49it/s]
97%|█████████▋| 487/500 [00:54<00:01, 9.46it/s]
98%|█████████▊| 488/500 [00:54<00:01, 9.45it/s]
98%|█████████▊| 489/500 [00:54<00:01, 9.45it/s]
98%|█████████▊| 490/500 [00:54<00:01, 9.45it/s]
98%|█████████▊| 491/500 [00:54<00:00, 9.44it/s]
98%|█████████▊| 492/500 [00:54<00:00, 9.44it/s]
99%|█████████▊| 493/500 [00:54<00:00, 9.44it/s]
99%|█████████▉| 494/500 [00:54<00:00, 9.42it/s]
99%|█████████▉| 495/500 [00:54<00:00, 9.39it/s]
99%|█████████▉| 496/500 [00:55<00:00, 9.37it/s]
99%|█████████▉| 497/500 [00:55<00:00, 9.35it/s]
100%|█████████▉| 498/500 [00:55<00:00, 9.35it/s]
100%|█████████▉| 499/500 [00:55<00:00, 9.41it/s]
100%|██████████| 500/500 [00:55<00:00, 8.75it/s]
100%|██████████| 500/500 [00:55<00:00, 9.01it/s]
[INFO] save model to logs/image_raw.ply.
/root/.pyenv/versions/3.10.13/lib/python3.10/site-packages/torch/functional.py:504: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at ../aten/src/ATen/native/TensorShape.cpp:3483.)
return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined]
/root/.pyenv/versions/3.10.13/lib/python3.10/site-packages/varname/utils.py:447: UsingExecWarning: 'pure_eval' is not installed. Using 'eval' to get the function that calls 'argname'. Try calling it using a variable reference to the function, or passing the function to 'argname' explicitly.
warnings.warn(
Tensor occ torch.Size([128, 128, 128]) torch.float32 cuda:0∈ [0.0,
26.478574752807617] μ = 0.16624751687049866 σ = 0.884976863861084
[INFO] mesh cleaning: (30792, 3) --> (17321, 3), (61580, 3) --> (34650, 3)
[INFO] marching cubes result: torch.Size([17321, 3]) (-0.5530937314033508-0.8350600004196167), torch.Size([34650, 3])
[INFO] unwrap uv...
[INFO] save model to logs/image_raw.obj.
[load_obj] use texture from: logs/image_raw_albedo.png
[load_obj] load texture: (1024, 1024, 3)
[Mesh loading] v: torch.Size([17321, 3]), f: torch.Size([34650, 3])
[Mesh loading] vn: torch.Size([17321, 3]), fn: torch.Size([34650, 3])
[Mesh loading] vt: torch.Size([20327, 2]), ft: torch.Size([34650, 3])
[INFO] load image from image_rgba.png...
[INFO] loading zero123...
Loading pipeline components...: 0%| | 0/6 [00:00<?, ?it/s]
Loading pipeline components...: 17%|█▋ | 1/6 [00:00<00:00, 6.66it/s]
Loading pipeline components...: 50%|█████ | 3/6 [00:00<00:00, 9.27it/s]
Loading pipeline components...: 100%|██████████| 6/6 [00:00<00:00, 15.43it/s]
Loading pipeline components...: 100%|██████████| 6/6 [00:00<00:00, 13.35it/s]
[INFO] loaded zero123!
0%| | 0/50 [00:00<?, ?it/s]
2%|▏ | 1/50 [00:00<00:26, 1.82it/s]
4%|▍ | 2/50 [00:00<00:20, 2.37it/s]
6%|▌ | 3/50 [00:01<00:17, 2.64it/s]
8%|▊ | 4/50 [00:01<00:16, 2.79it/s]
10%|█ | 5/50 [00:01<00:15, 2.89it/s]
12%|█▏ | 6/50 [00:02<00:14, 2.95it/s]
14%|█▍ | 7/50 [00:02<00:14, 2.95it/s]
16%|█▌ | 8/50 [00:02<00:14, 2.97it/s]
18%|█▊ | 9/50 [00:03<00:13, 2.97it/s]
20%|██ | 10/50 [00:03<00:13, 2.95it/s]
22%|██▏ | 11/50 [00:03<00:13, 2.98it/s]
24%|██▍ | 12/50 [00:04<00:12, 2.97it/s]
26%|██▌ | 13/50 [00:04<00:12, 2.97it/s]
28%|██▊ | 14/50 [00:04<00:12, 3.00it/s]
30%|███ | 15/50 [00:05<00:11, 3.02it/s]
32%|███▏ | 16/50 [00:05<00:11, 3.02it/s]
34%|███▍ | 17/50 [00:05<00:10, 3.04it/s]
36%|███▌ | 18/50 [00:06<00:10, 2.99it/s]
38%|███▊ | 19/50 [00:06<00:10, 2.98it/s]
40%|████ | 20/50 [00:06<00:10, 2.96it/s]
42%|████▏ | 21/50 [00:07<00:09, 2.95it/s]
44%|████▍ | 22/50 [00:07<00:09, 2.96it/s]
46%|████▌ | 23/50 [00:07<00:09, 2.99it/s]
48%|████▊ | 24/50 [00:08<00:08, 3.02it/s]
50%|█████ | 25/50 [00:08<00:08, 3.03it/s]
52%|█████▏ | 26/50 [00:08<00:07, 3.04it/s]
54%|█████▍ | 27/50 [00:09<00:07, 3.05it/s]
56%|█████▌ | 28/50 [00:09<00:07, 3.05it/s]
58%|█████▊ | 29/50 [00:09<00:06, 3.04it/s]
60%|██████ | 30/50 [00:10<00:06, 3.05it/s]
62%|██████▏ | 31/50 [00:10<00:06, 3.04it/s]
64%|██████▍ | 32/50 [00:10<00:05, 3.05it/s]
66%|██████▌ | 33/50 [00:11<00:05, 3.04it/s]
68%|██████▊ | 34/50 [00:11<00:05, 3.01it/s]
70%|███████ | 35/50 [00:11<00:04, 3.01it/s]
72%|███████▏ | 36/50 [00:12<00:04, 3.00it/s]
74%|███████▍ | 37/50 [00:12<00:04, 3.00it/s]
76%|███████▌ | 38/50 [00:12<00:03, 3.01it/s]
78%|███████▊ | 39/50 [00:13<00:03, 3.01it/s]
80%|████████ | 40/50 [00:13<00:03, 3.00it/s]
82%|████████▏ | 41/50 [00:13<00:02, 3.01it/s]
84%|████████▍ | 42/50 [00:14<00:02, 3.01it/s]
86%|████████▌ | 43/50 [00:14<00:02, 3.00it/s]
88%|████████▊ | 44/50 [00:14<00:01, 3.01it/s]
90%|█████████ | 45/50 [00:15<00:01, 3.01it/s]
92%|█████████▏| 46/50 [00:15<00:01, 3.02it/s]
94%|█████████▍| 47/50 [00:15<00:00, 3.01it/s]
96%|█████████▌| 48/50 [00:16<00:00, 3.02it/s]
98%|█████████▊| 49/50 [00:16<00:00, 3.01it/s]
100%|██████████| 50/50 [00:16<00:00, 2.99it/s]
100%|██████████| 50/50 [00:16<00:00, 2.97it/s]
[INFO] save model to logs/image.obj.
[load_obj] use texture from: logs/image_albedo.png
[load_obj] load texture: (1024, 1024, 3)
[Mesh loading] v: torch.Size([17321, 3]), f: torch.Size([34650, 3])
[Mesh loading] vn: torch.Size([17321, 3]), fn: torch.Size([34650, 3])
0%| | 0/1 [00:00<?, ?it/s]
0%| | 0/180 [00:00<?, ?it/s]
1%| | 1/180 [00:00<00:17, 10.00it/s]
6%|▌ | 11/180 [00:00<00:02, 58.42it/s]
13%|█▎ | 23/180 [00:00<00:01, 83.06it/s]
19%|█▉ | 35/180 [00:00<00:01, 95.72it/s]
26%|██▌ | 46/180 [00:00<00:01, 99.69it/s]
32%|███▏ | 58/180 [00:00<00:01, 102.83it/s]
38%|███▊ | 69/180 [00:00<00:01, 104.96it/s]
44%|████▍ | 80/180 [00:00<00:00, 103.50it/s]
51%|█████ | 92/180 [00:00<00:00, 106.19it/s]
57%|█████▋ | 103/180 [00:01<00:00, 107.05it/s]
64%|██████▍ | 116/180 [00:01<00:00, 111.23it/s]
71%|███████ | 128/180 [00:01<00:00, 112.31it/s]
78%|███████▊ | 141/180 [00:01<00:00, 116.69it/s]
85%|████████▌ | 153/180 [00:01<00:00, 114.51it/s]
92%|█████████▏| 166/180 [00:01<00:00, 118.06it/s]
99%|█████████▉| 178/180 [00:01<00:00, 116.12it/s]
100%|██████████| 180/180 [00:01<00:00, 105.53it/s]
100%|██████████| 1/1 [00:01<00:00, 1.71s/it]
100%|██████████| 1/1 [00:01<00:00, 1.71s/it]
adding: logs/ (stored 0%)
adding: logs/image_raw.ply(deflated 22%)
adding: logs/image_raw.obj(deflated 74%)
adding: logs/image_raw.mtl (deflated 20%)
adding: logs/image_raw_albedo.png(deflated 3%)
adding: logs/image.obj(deflated 74%)
adding: logs/image.mtl (deflated 21%)
adding: logs/image_albedo.png(deflated 1%)
This model runs on Nvidia L40S GPU hardware. We don't yet have enough runs of this model to provide performance information.
A combination of two methods: DreamGaussian and Prolific Dreamer
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
Performing image-to-3D
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.44M/176M [00:00<00:07, 24.4MB/s]
7%|██▋ | 12.7M/176M [00:00<00:02, 70.4MB/s]
13%|████▉ | 22.9M/176M [00:00<00:01, 84.7MB/s]
19%|███████ | 32.9M/176M [00:00<00:01, 90.7MB/s]
24%|█████████▎ | 43.1M/176M [00:00<00:01, 94.8MB/s]
30%|███████████▌ | 53.3M/176M [00:00<00:01, 97.4MB/s]
36%|█████████████▋ | 63.4M/176M [00:00<00:01, 98.6MB/s]
42%|███████████████▊ | 73.3M/176M [00:00<00:01, 97.6MB/s]
47%|█████████████████▉ | 83.1M/176M [00:00<00:00, 96.7MB/s]
53%|████████████████████ | 93.2M/176M [00:01<00:00, 98.1MB/s]
59%|██████████████████████▊ | 103M/176M [00:01<00:00, 98.5MB/s]
64%|█████████████████████████ | 113M/176M [00:01<00:00, 99.5MB/s]
70%|████████████████████████████ | 124M/176M [00:01<00:00, 101MB/s]
76%|█████████████████████████████▋ | 134M/176M [00:01<00:00, 99.9MB/s]
82%|████████████████████████████████▋ | 144M/176M [00:01<00:00, 101MB/s]
88%|███████████████████████████████████ | 154M/176M [00:01<00:00, 102MB/s]
94%|█████████████████████████████████████▍ | 165M/176M [00:01<00:00, 102MB/s]
100%|███████████████████████████████████████▊| 175M/176M [00:01<00:00, 103MB/s]
0%| | 0.00/176M [00:00<?, ?B/s]
100%|███████████████████████████████████████| 176M/176M [00:00<00:00, 1.23TB/s]
2025-03-18 17:35:34.120013642 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 958, index: 0, mask: {1, 65, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.120014212 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 959, index: 1, mask: {2, 66, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.120049458 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 960, index: 2, mask: {3, 67, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.120070167 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 961, index: 3, mask: {4, 68, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.120112795 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 962, index: 4, mask: {5, 69, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.120123127 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 963, index: 5, mask: {6, 70, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.120149847 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 964, index: 6, mask: {7, 71, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.120165458 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 965, index: 7, mask: {8, 72, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.120199072 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 966, index: 8, mask: {9, 73, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.120256354 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 968, index: 10, mask: {11, 75, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.120268673 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 967, index: 9, mask: {10, 74, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.120650330 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 984, index: 26, mask: {27, 91, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.130143953 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 969, index: 11, mask: {12, 76, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.130186015 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 988, index: 30, mask: {31, 95, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.130223154 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1006, index: 48, mask: {49, 113, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.130236826 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1020, index: 62, mask: {63, 127, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.130246300 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1014, index: 56, mask: {57, 121, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.134065621 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1015, index: 57, mask: {58, 122, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.134093161 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 970, index: 12, mask: {13, 77, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.134102292 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1008, index: 50, mask: {51, 115, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.154103814 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1002, index: 44, mask: {45, 109, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.155082255 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 997, index: 39, mask: {40, 104, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.162062516 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 973, index: 15, mask: {16, 80, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.163174591 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 976, index: 18, mask: {19, 83, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.167140593 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1018, index: 60, mask: {61, 125, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.167148719 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1001, index: 43, mask: {44, 108, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.167149616 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1011, index: 53, mask: {54, 118, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.167158139 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1012, index: 54, mask: {55, 119, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.173386875 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1013, index: 55, mask: {56, 120, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.174061307 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1007, index: 49, mask: {50, 114, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.175467099 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1019, index: 61, mask: {62, 126, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.177127149 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 980, index: 22, mask: {23, 87, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.182085989 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1005, index: 47, mask: {48, 112, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.182098378 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1009, index: 51, mask: {52, 116, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.182106435 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1016, index: 58, mask: {59, 123, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.190130053 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 977, index: 19, mask: {20, 84, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.192386002 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 978, index: 20, mask: {21, 85, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.197446221 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 979, index: 21, mask: {22, 86, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.197452947 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1000, index: 42, mask: {43, 107, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.202062051 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 971, index: 13, mask: {14, 78, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.202132275 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 972, index: 14, mask: {15, 79, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.202145715 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 985, index: 27, mask: {28, 92, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.202157385 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 974, index: 16, mask: {17, 81, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.205210939 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 981, index: 23, mask: {24, 88, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.218087040 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 994, index: 36, mask: {37, 101, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.223074615 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 995, index: 37, mask: {38, 102, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.229616078 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 999, index: 41, mask: {42, 106, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.232241975 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1003, index: 45, mask: {46, 110, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.232250601 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 982, index: 24, mask: {25, 89, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.232260127 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1010, index: 52, mask: {53, 117, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.233495539 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1004, index: 46, mask: {47, 111, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.238051915 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 975, index: 17, mask: {18, 82, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.238404153 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 998, index: 40, mask: {41, 105, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.241210517 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 987, index: 29, mask: {30, 94, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.242052706 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 983, index: 25, mask: {26, 90, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.254096422 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 1017, index: 59, mask: {60, 124, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.254135543 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 986, index: 28, mask: {29, 93, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
2025-03-18 17:35:34.257124515 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 996, index: 38, mask: {39, 103, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.
[INFO] loading image image.png...
[INFO] background removal...
[INFO] recenter...
{'input': '/src/image_rgba.png', 'prompt': None, 'mesh': None, 'elevation': 0, 'ref_size': 256, 'density_thresh': 1, 'outdir': 'logs', 'save_path': 'image', 'lambda_sd': 0, 'lambda_zero123': 1, 'batch_size': 1, 'iters': 500, 'iters_refine': 50, 'radius': 2, 'fovy': 49.1, 'load': None, 'train_geo': False, 'invert_bg_prob': 0.5, 'gui': False, 'force_cuda_rast': True, 'H': 800, 'W': 800, 'num_pts': 1000, 'sh_degree': 0, 'position_lr_init': 0.001, 'position_lr_final': 2e-05, 'position_lr_delay_mult': 0.02, 'position_lr_max_steps': 500, 'feature_lr': 0.01, 'opacity_lr': 0.05, 'scaling_lr': 0.005, 'rotation_lr': 0.005, 'percent_dense': 0.1, 'density_start_iter': 100, 'density_end_iter': 3000, 'densification_interval': 100, 'opacity_reset_interval': 700, 'densify_grad_threshold': 0.5, 'geom_lr': 0.0001, 'texture_lr': 0.2}
[INFO] load image from /src/image_rgba.png...
Number of points at initialisation : 1000
[INFO] loading zero123...
Loading pipeline components...: 0%| | 0/6 [00:00<?, ?it/s]
Loading pipeline components...: 33%|███▎ | 2/6 [00:00<00:00, 10.86it/s]
Loading pipeline components...: 67%|██████▋ | 4/6 [00:00<00:00, 10.62it/s]
Loading pipeline components...: 100%|██████████| 6/6 [00:00<00:00, 13.60it/s]
[INFO] loaded zero123!
0%| | 0/500 [00:00<?, ?it/s]/root/.pyenv/versions/3.10.13/lib/python3.10/site-packages/diffusers/models/attention_processor.py:1871: FutureWarning: `LoRAAttnProcessor` is deprecated and will be removed in version 0.26.0. Make sure use AttnProcessor instead by settingLoRA layers to `self.{to_q,to_k,to_v,to_out[0]}.lora_layer` respectively. This will be done automatically when using `LoraLoaderMixin.load_lora_weights`
deprecate(
0%| | 1/500 [00:00<03:26, 2.41it/s]
0%| | 2/500 [00:00<01:56, 4.27it/s]
1%| | 3/500 [00:00<01:29, 5.55it/s]
1%| | 4/500 [00:00<01:16, 6.45it/s]
1%| | 5/500 [00:00<01:10, 7.05it/s]
1%| | 6/500 [00:00<01:06, 7.46it/s]
1%|▏ | 7/500 [00:01<01:03, 7.78it/s]
2%|▏ | 8/500 [00:01<01:01, 8.00it/s]
2%|▏ | 9/500 [00:01<01:00, 8.17it/s]
2%|▏ | 10/500 [00:01<00:59, 8.20it/s]
2%|▏ | 11/500 [00:01<00:58, 8.31it/s]
2%|▏ | 12/500 [00:01<00:58, 8.38it/s]
3%|▎ | 13/500 [00:01<00:57, 8.41it/s]
3%|▎ | 14/500 [00:01<00:57, 8.44it/s]
3%|▎ | 15/500 [00:02<00:57, 8.47it/s]
3%|▎ | 16/500 [00:02<00:56, 8.53it/s]
3%|▎ | 17/500 [00:02<00:56, 8.59it/s]
4%|▎ | 18/500 [00:02<00:55, 8.63it/s]
4%|▍ | 19/500 [00:02<00:55, 8.66it/s]
4%|▍ | 20/500 [00:02<00:55, 8.67it/s]
4%|▍ | 21/500 [00:02<00:55, 8.60it/s]
4%|▍ | 22/500 [00:02<00:55, 8.58it/s]
5%|▍ | 23/500 [00:02<00:55, 8.55it/s]
5%|▍ | 24/500 [00:03<00:55, 8.56it/s]
5%|▌ | 25/500 [00:03<00:55, 8.57it/s]
5%|▌ | 26/500 [00:03<00:55, 8.58it/s]
5%|▌ | 27/500 [00:03<00:55, 8.59it/s]
6%|▌ | 28/500 [00:03<00:54, 8.62it/s]
6%|▌ | 30/500 [00:03<00:50, 9.23it/s]
6%|▋ | 32/500 [00:03<00:48, 9.61it/s]
7%|▋ | 33/500 [00:04<00:48, 9.69it/s]
7%|▋ | 35/500 [00:04<00:47, 9.88it/s]
7%|▋ | 37/500 [00:04<00:45, 10.07it/s]
8%|▊ | 39/500 [00:04<00:45, 10.23it/s]
8%|▊ | 41/500 [00:04<00:45, 10.10it/s]
9%|▊ | 43/500 [00:05<00:45, 10.10it/s]
9%|▉ | 45/500 [00:05<00:44, 10.19it/s]
9%|▉ | 47/500 [00:05<00:44, 10.23it/s]
10%|▉ | 49/500 [00:05<00:44, 10.04it/s]
10%|█ | 51/500 [00:05<00:44, 9.99it/s]
10%|█ | 52/500 [00:05<00:44, 9.98it/s]
11%|█ | 53/500 [00:06<00:44, 9.97it/s]
11%|█ | 55/500 [00:06<00:45, 9.73it/s]
11%|█ | 56/500 [00:06<00:46, 9.46it/s]
11%|█▏ | 57/500 [00:06<00:48, 9.22it/s]
12%|█▏ | 58/500 [00:06<00:48, 9.16it/s]
12%|█▏ | 59/500 [00:06<00:47, 9.29it/s]
12%|█▏ | 60/500 [00:06<00:48, 9.04it/s]
12%|█▏ | 61/500 [00:06<00:49, 8.90it/s]
12%|█▏ | 62/500 [00:07<00:50, 8.74it/s]
13%|█▎ | 63/500 [00:07<00:50, 8.70it/s]
13%|█▎ | 64/500 [00:07<00:50, 8.68it/s]
13%|█▎ | 65/500 [00:07<00:50, 8.61it/s]
13%|█▎ | 66/500 [00:07<00:50, 8.55it/s]
13%|█▎ | 67/500 [00:07<00:50, 8.53it/s]
14%|█▎ | 68/500 [00:07<00:51, 8.46it/s]
14%|█▍ | 69/500 [00:07<00:50, 8.47it/s]
14%|█▍ | 70/500 [00:07<00:50, 8.48it/s]
14%|█▍ | 71/500 [00:08<00:50, 8.50it/s]
14%|█▍ | 72/500 [00:08<00:50, 8.54it/s]
15%|█▍ | 73/500 [00:08<00:48, 8.81it/s]
15%|█▌ | 75/500 [00:08<00:45, 9.36it/s]
15%|█▌ | 77/500 [00:08<00:44, 9.55it/s]
16%|█▌ | 79/500 [00:08<00:43, 9.74it/s]
16%|█▌ | 81/500 [00:09<00:42, 9.79it/s]
17%|█▋ | 83/500 [00:09<00:42, 9.93it/s]
17%|█▋ | 85/500 [00:09<00:41, 10.02it/s]
17%|█▋ | 86/500 [00:09<00:41, 9.97it/s]
17%|█▋ | 87/500 [00:09<00:41, 9.88it/s]
18%|█▊ | 88/500 [00:09<00:41, 9.85it/s]
18%|█▊ | 89/500 [00:09<00:42, 9.63it/s]
18%|█▊ | 90/500 [00:10<00:43, 9.39it/s]
18%|█▊ | 91/500 [00:10<00:44, 9.24it/s]
18%|█▊ | 92/500 [00:10<00:44, 9.20it/s]
19%|█▊ | 93/500 [00:10<00:44, 9.17it/s]
19%|█▉ | 94/500 [00:10<00:44, 9.15it/s]
19%|█▉ | 95/500 [00:10<00:44, 9.15it/s]
19%|█▉ | 96/500 [00:10<00:44, 9.12it/s]
19%|█▉ | 97/500 [00:10<00:44, 9.11it/s]
20%|█▉ | 98/500 [00:10<00:44, 9.10it/s]
20%|█▉ | 99/500 [00:11<00:44, 9.07it/s]
20%|██ | 100/500 [00:11<00:48, 8.18it/s]
20%|██ | 101/500 [00:11<00:52, 7.63it/s]
21%|██ | 103/500 [00:11<00:45, 8.63it/s]
21%|██ | 105/500 [00:11<00:43, 9.16it/s]
21%|██▏ | 107/500 [00:11<00:41, 9.39it/s]
22%|██▏ | 109/500 [00:12<00:40, 9.63it/s]
22%|██▏ | 111/500 [00:12<00:39, 9.79it/s]
23%|██▎ | 113/500 [00:12<00:38, 9.95it/s]
23%|██▎ | 115/500 [00:12<00:38, 10.03it/s]
23%|██▎ | 117/500 [00:12<00:38, 10.04it/s]
24%|██▍ | 119/500 [00:13<00:37, 10.09it/s]
24%|██▍ | 121/500 [00:13<00:37, 10.17it/s]
25%|██▍ | 123/500 [00:13<00:36, 10.26it/s]
25%|██▌ | 125/500 [00:13<00:36, 10.35it/s]
25%|██▌ | 127/500 [00:13<00:36, 10.28it/s]
26%|██▌ | 129/500 [00:14<00:36, 10.28it/s]
26%|██▌ | 131/500 [00:14<00:36, 10.21it/s]
27%|██▋ | 133/500 [00:14<00:35, 10.25it/s]
27%|██▋ | 135/500 [00:14<00:35, 10.31it/s]
27%|██▋ | 137/500 [00:14<00:35, 10.22it/s]
28%|██▊ | 139/500 [00:15<00:35, 10.23it/s]
28%|██▊ | 141/500 [00:15<00:35, 10.24it/s]
29%|██▊ | 143/500 [00:15<00:35, 10.19it/s]
29%|██▉ | 145/500 [00:15<00:35, 10.13it/s]
29%|██▉ | 147/500 [00:15<00:35, 10.06it/s]
30%|██▉ | 149/500 [00:16<00:34, 10.03it/s]
30%|███ | 151/500 [00:16<00:34, 10.08it/s]
31%|███ | 153/500 [00:16<00:37, 9.27it/s]
31%|███ | 154/500 [00:16<00:44, 7.76it/s]
31%|███ | 155/500 [00:16<00:49, 7.02it/s]
31%|███ | 156/500 [00:17<00:55, 6.24it/s]
31%|███▏ | 157/500 [00:17<00:50, 6.80it/s]
32%|███▏ | 158/500 [00:17<00:46, 7.35it/s]
32%|███▏ | 159/500 [00:17<00:43, 7.82it/s]
32%|███▏ | 160/500 [00:17<00:41, 8.22it/s]
32%|███▏ | 161/500 [00:17<00:39, 8.52it/s]
32%|███▏ | 162/500 [00:17<00:38, 8.78it/s]
33%|███▎ | 163/500 [00:17<00:37, 8.97it/s]
33%|███▎ | 164/500 [00:18<00:36, 9.14it/s]
33%|███▎ | 165/500 [00:18<00:36, 9.26it/s]
33%|███▎ | 166/500 [00:18<00:35, 9.34it/s]
33%|███▎ | 167/500 [00:18<00:35, 9.38it/s]
34%|███▎ | 168/500 [00:18<00:35, 9.40it/s]
34%|███▍ | 169/500 [00:18<00:35, 9.40it/s]
34%|███▍ | 170/500 [00:18<00:35, 9.41it/s]
34%|███▍ | 171/500 [00:18<00:34, 9.41it/s]
34%|███▍ | 172/500 [00:18<00:34, 9.41it/s]
35%|███▍ | 173/500 [00:18<00:35, 9.30it/s]
35%|███▍ | 174/500 [00:19<00:35, 9.29it/s]
35%|███▌ | 175/500 [00:19<00:34, 9.39it/s]
35%|███▌ | 176/500 [00:19<00:34, 9.47it/s]
35%|███▌ | 177/500 [00:19<00:33, 9.53it/s]
36%|███▌ | 178/500 [00:19<00:33, 9.56it/s]
36%|███▌ | 179/500 [00:19<00:33, 9.58it/s]
36%|███▌ | 180/500 [00:19<00:33, 9.61it/s]
36%|███▌ | 181/500 [00:19<00:33, 9.58it/s]
36%|███▋ | 182/500 [00:19<00:33, 9.49it/s]
37%|███▋ | 183/500 [00:20<00:35, 8.94it/s]
37%|███▋ | 184/500 [00:20<00:36, 8.63it/s]
37%|███▋ | 185/500 [00:20<00:35, 8.87it/s]
37%|███▋ | 186/500 [00:20<00:34, 9.08it/s]
37%|███▋ | 187/500 [00:20<00:33, 9.23it/s]
38%|███▊ | 188/500 [00:20<00:33, 9.24it/s]
38%|███▊ | 189/500 [00:20<00:34, 8.99it/s]
38%|███▊ | 190/500 [00:20<00:35, 8.80it/s]
38%|███▊ | 191/500 [00:20<00:35, 8.64it/s]
38%|███▊ | 192/500 [00:21<00:36, 8.54it/s]
39%|███▊ | 193/500 [00:21<00:36, 8.45it/s]
39%|███▉ | 194/500 [00:21<00:36, 8.42it/s]
39%|███▉ | 195/500 [00:21<00:36, 8.38it/s]
39%|███▉ | 196/500 [00:21<00:35, 8.57it/s]
40%|███▉ | 198/500 [00:21<00:32, 9.16it/s]
40%|███▉ | 199/500 [00:21<00:32, 9.33it/s]
40%|████ | 200/500 [00:21<00:33, 8.84it/s]
40%|████ | 201/500 [00:22<00:34, 8.78it/s]
40%|████ | 202/500 [00:22<00:33, 8.97it/s]
41%|████ | 203/500 [00:22<00:32, 9.21it/s]
41%|████ | 204/500 [00:22<00:31, 9.40it/s]
41%|████ | 205/500 [00:22<00:30, 9.56it/s]
41%|████ | 206/500 [00:22<00:30, 9.67it/s]
42%|████▏ | 208/500 [00:22<00:29, 9.80it/s]
42%|████▏ | 209/500 [00:22<00:29, 9.84it/s]
42%|████▏ | 211/500 [00:23<00:29, 9.90it/s]
43%|████▎ | 213/500 [00:23<00:28, 9.99it/s]
43%|████▎ | 215/500 [00:23<00:28, 10.04it/s]
43%|████▎ | 217/500 [00:23<00:28, 9.96it/s]
44%|████▎ | 218/500 [00:23<00:28, 9.74it/s]
44%|████▍ | 219/500 [00:23<00:29, 9.59it/s]
44%|████▍ | 220/500 [00:24<00:29, 9.64it/s]
44%|████▍ | 221/500 [00:24<00:28, 9.70it/s]
45%|████▍ | 223/500 [00:24<00:28, 9.89it/s]
45%|████▌ | 225/500 [00:24<00:27, 9.98it/s]
45%|████▌ | 227/500 [00:24<00:27, 9.99it/s]
46%|████▌ | 228/500 [00:24<00:27, 9.90it/s]
46%|████▌ | 229/500 [00:24<00:27, 9.92it/s]
46%|████▌ | 230/500 [00:25<00:27, 9.92it/s]
46%|████▌ | 231/500 [00:25<00:27, 9.93it/s]
47%|████▋ | 233/500 [00:25<00:26, 10.01it/s]
47%|████▋ | 234/500 [00:25<00:26, 9.99it/s]
47%|████▋ | 236/500 [00:25<00:26, 10.04it/s]
48%|████▊ | 238/500 [00:26<00:37, 6.92it/s]
48%|████▊ | 239/500 [00:26<00:37, 6.89it/s]
48%|████▊ | 241/500 [00:26<00:33, 7.78it/s]
48%|████▊ | 242/500 [00:26<00:31, 8.15it/s]
49%|████▊ | 243/500 [00:26<00:30, 8.49it/s]
49%|████▉ | 244/500 [00:26<00:29, 8.77it/s]
49%|████▉ | 245/500 [00:26<00:28, 9.02it/s]
49%|████▉ | 246/500 [00:26<00:27, 9.24it/s]
49%|████▉ | 247/500 [00:27<00:26, 9.41it/s]
50%|████▉ | 248/500 [00:27<00:26, 9.53it/s]
50%|████▉ | 249/500 [00:27<00:32, 7.82it/s]
50%|█████ | 250/500 [00:27<00:31, 7.92it/s]
50%|█████ | 251/500 [00:27<00:31, 7.98it/s]
50%|█████ | 252/500 [00:27<00:31, 7.90it/s]
51%|█████ | 253/500 [00:27<00:31, 7.86it/s]
51%|█████ | 254/500 [00:27<00:30, 8.10it/s]
51%|█████ | 255/500 [00:28<00:29, 8.29it/s]
51%|█████ | 256/500 [00:28<00:28, 8.43it/s]
51%|█████▏ | 257/500 [00:28<00:28, 8.52it/s]
52%|█████▏ | 258/500 [00:28<00:28, 8.58it/s]
52%|█████▏ | 259/500 [00:28<00:27, 8.63it/s]
52%|█████▏ | 260/500 [00:28<00:27, 8.69it/s]
52%|█████▏ | 261/500 [00:28<00:28, 8.52it/s]
52%|█████▏ | 262/500 [00:28<00:28, 8.50it/s]
53%|█████▎ | 263/500 [00:28<00:28, 8.37it/s]
53%|█████▎ | 264/500 [00:29<00:28, 8.34it/s]
53%|█████▎ | 265/500 [00:29<00:27, 8.49it/s]
53%|█████▎ | 266/500 [00:29<00:27, 8.62it/s]
53%|█████▎ | 267/500 [00:29<00:26, 8.81it/s]
54%|█████▎ | 268/500 [00:29<00:25, 8.98it/s]
54%|█████▍ | 269/500 [00:29<00:25, 9.12it/s]
54%|█████▍ | 270/500 [00:29<00:24, 9.23it/s]
54%|█████▍ | 271/500 [00:29<00:32, 7.08it/s]
54%|█████▍ | 272/500 [00:30<00:29, 7.62it/s]
55%|█████▍ | 273/500 [00:30<00:28, 8.09it/s]
55%|█████▍ | 274/500 [00:30<00:26, 8.46it/s]
55%|█████▌ | 275/500 [00:30<00:25, 8.74it/s]
55%|█████▌ | 276/500 [00:30<00:25, 8.71it/s]
55%|█████▌ | 277/500 [00:30<00:24, 9.03it/s]
56%|█████▌ | 279/500 [00:30<00:23, 9.44it/s]
56%|█████▌ | 280/500 [00:30<00:22, 9.57it/s]
56%|█████▋ | 282/500 [00:31<00:22, 9.73it/s]
57%|█████▋ | 284/500 [00:31<00:23, 9.07it/s]
57%|█████▋ | 285/500 [00:31<00:26, 8.04it/s]
57%|█████▋ | 286/500 [00:31<00:28, 7.48it/s]
57%|█████▋ | 287/500 [00:31<00:30, 6.98it/s]
58%|█████▊ | 288/500 [00:32<00:32, 6.59it/s]
58%|█████▊ | 289/500 [00:32<00:29, 7.04it/s]
58%|█████▊ | 290/500 [00:32<00:28, 7.44it/s]
58%|█████▊ | 291/500 [00:32<00:26, 7.77it/s]
58%|█████▊ | 292/500 [00:32<00:29, 7.08it/s]
59%|█████▊ | 293/500 [00:32<00:31, 6.54it/s]
59%|█████▉ | 294/500 [00:32<00:33, 6.12it/s]
59%|█████▉ | 295/500 [00:33<00:34, 5.90it/s]
59%|█████▉ | 296/500 [00:33<00:35, 5.69it/s]
59%|█████▉ | 297/500 [00:33<00:36, 5.61it/s]
60%|█████▉ | 298/500 [00:33<00:33, 5.96it/s]
60%|█████▉ | 299/500 [00:33<00:30, 6.56it/s]
60%|██████ | 300/500 [00:33<00:29, 6.69it/s]
60%|██████ | 301/500 [00:34<00:28, 7.02it/s]
60%|██████ | 302/500 [00:34<00:26, 7.45it/s]
61%|██████ | 303/500 [00:34<00:25, 7.75it/s]
61%|██████ | 304/500 [00:34<00:24, 7.96it/s]
61%|██████ | 305/500 [00:34<00:23, 8.15it/s]
61%|██████ | 306/500 [00:34<00:22, 8.46it/s]
61%|██████▏ | 307/500 [00:34<00:21, 8.79it/s]
62%|██████▏ | 308/500 [00:34<00:21, 9.04it/s]
62%|██████▏ | 309/500 [00:34<00:20, 9.23it/s]
62%|██████▏ | 310/500 [00:34<00:20, 9.36it/s]
62%|██████▏ | 311/500 [00:35<00:19, 9.46it/s]
62%|██████▏ | 312/500 [00:35<00:19, 9.50it/s]
63%|██████▎ | 313/500 [00:35<00:19, 9.56it/s]
63%|██████▎ | 314/500 [00:35<00:19, 9.60it/s]
63%|██████▎ | 315/500 [00:35<00:19, 9.64it/s]
63%|██████▎ | 316/500 [00:35<00:19, 9.66it/s]
63%|██████▎ | 317/500 [00:35<00:18, 9.67it/s]
64%|██████▎ | 318/500 [00:35<00:18, 9.69it/s]
64%|██████▍ | 319/500 [00:35<00:18, 9.69it/s]
64%|██████▍ | 320/500 [00:36<00:18, 9.71it/s]
64%|██████▍ | 321/500 [00:36<00:18, 9.71it/s]
64%|██████▍ | 322/500 [00:36<00:18, 9.70it/s]
65%|██████▍ | 323/500 [00:36<00:18, 9.72it/s]
65%|██████▍ | 324/500 [00:36<00:18, 9.71it/s]
65%|██████▌ | 325/500 [00:36<00:18, 9.71it/s]
65%|██████▌ | 326/500 [00:36<00:17, 9.70it/s]
65%|██████▌ | 327/500 [00:36<00:17, 9.71it/s]
66%|██████▌ | 328/500 [00:36<00:17, 9.73it/s]
66%|██████▌ | 329/500 [00:36<00:17, 9.72it/s]
66%|██████▌ | 330/500 [00:37<00:17, 9.74it/s]
66%|██████▌ | 331/500 [00:37<00:17, 9.73it/s]
66%|██████▋ | 332/500 [00:37<00:17, 9.72it/s]
67%|██████▋ | 333/500 [00:37<00:17, 9.71it/s]
67%|██████▋ | 334/500 [00:37<00:17, 9.72it/s]
67%|██████▋ | 335/500 [00:37<00:16, 9.72it/s]
67%|██████▋ | 336/500 [00:37<00:16, 9.72it/s]
67%|██████▋ | 337/500 [00:37<00:16, 9.71it/s]
68%|██████▊ | 338/500 [00:37<00:16, 9.70it/s]
68%|██████▊ | 339/500 [00:37<00:16, 9.70it/s]
68%|██████▊ | 340/500 [00:38<00:16, 9.71it/s]
68%|██████▊ | 341/500 [00:38<00:16, 9.71it/s]
68%|██████▊ | 342/500 [00:38<00:16, 9.71it/s]
69%|██████▊ | 343/500 [00:38<00:16, 9.71it/s]
69%|██████▉ | 344/500 [00:38<00:16, 9.70it/s]
69%|██████▉ | 345/500 [00:38<00:15, 9.70it/s]
69%|██████▉ | 346/500 [00:38<00:15, 9.68it/s]
69%|██████▉ | 347/500 [00:38<00:15, 9.59it/s]
70%|██████▉ | 348/500 [00:38<00:15, 9.62it/s]
70%|██████▉ | 349/500 [00:39<00:15, 9.63it/s]
70%|███████ | 350/500 [00:39<00:15, 9.65it/s]
70%|███████ | 351/500 [00:39<00:15, 9.66it/s]
70%|███████ | 352/500 [00:39<00:15, 9.68it/s]
71%|███████ | 353/500 [00:39<00:15, 9.69it/s]
71%|███████ | 354/500 [00:39<00:15, 9.69it/s]
71%|███████ | 355/500 [00:39<00:14, 9.69it/s]
71%|███████ | 356/500 [00:39<00:14, 9.69it/s]
71%|███████▏ | 357/500 [00:39<00:14, 9.70it/s]
72%|███████▏ | 358/500 [00:39<00:14, 9.69it/s]
72%|███████▏ | 359/500 [00:40<00:14, 9.70it/s]
72%|███████▏ | 360/500 [00:40<00:14, 9.70it/s]
72%|███████▏ | 361/500 [00:40<00:14, 9.69it/s]
72%|███████▏ | 362/500 [00:40<00:14, 9.67it/s]
73%|███████▎ | 363/500 [00:40<00:14, 9.66it/s]
73%|███████▎ | 364/500 [00:40<00:14, 9.66it/s]
73%|███████▎ | 365/500 [00:40<00:13, 9.67it/s]
73%|███████▎ | 366/500 [00:40<00:13, 9.67it/s]
73%|███████▎ | 367/500 [00:40<00:13, 9.66it/s]
74%|███████▎ | 368/500 [00:40<00:13, 9.67it/s]
74%|███████▍ | 369/500 [00:41<00:13, 9.67it/s]
74%|███████▍ | 370/500 [00:41<00:13, 9.62it/s]
74%|███████▍ | 371/500 [00:41<00:13, 9.56it/s]
74%|███████▍ | 372/500 [00:41<00:13, 9.55it/s]
75%|███████▍ | 373/500 [00:41<00:13, 9.59it/s]
75%|███████▍ | 374/500 [00:41<00:13, 9.62it/s]
75%|███████▌ | 375/500 [00:41<00:12, 9.67it/s]
75%|███████▌ | 376/500 [00:41<00:12, 9.68it/s]
75%|███████▌ | 377/500 [00:41<00:12, 9.70it/s]
76%|███████▌ | 378/500 [00:42<00:12, 9.71it/s]
76%|███████▌ | 379/500 [00:42<00:12, 9.72it/s]
76%|███████▌ | 380/500 [00:42<00:12, 9.73it/s]
76%|███████▌ | 381/500 [00:42<00:12, 9.73it/s]
76%|███████▋ | 382/500 [00:42<00:12, 9.73it/s]
77%|███████▋ | 383/500 [00:42<00:12, 9.74it/s]
77%|███████▋ | 384/500 [00:42<00:11, 9.74it/s]
77%|███████▋ | 385/500 [00:42<00:11, 9.74it/s]
77%|███████▋ | 386/500 [00:42<00:11, 9.72it/s]
77%|███████▋ | 387/500 [00:42<00:11, 9.73it/s]
78%|███████▊ | 388/500 [00:43<00:11, 9.74it/s]
78%|███████▊ | 389/500 [00:43<00:11, 9.75it/s]
78%|███████▊ | 390/500 [00:43<00:11, 9.74it/s]
78%|███████▊ | 391/500 [00:43<00:11, 9.74it/s]
78%|███████▊ | 392/500 [00:43<00:11, 9.74it/s]
79%|███████▊ | 393/500 [00:43<00:10, 9.73it/s]
79%|███████▉ | 394/500 [00:43<00:10, 9.74it/s]
79%|███████▉ | 395/500 [00:43<00:10, 9.73it/s]
79%|███████▉ | 396/500 [00:43<00:10, 9.74it/s]
79%|███████▉ | 397/500 [00:43<00:10, 9.73it/s]
80%|███████▉ | 398/500 [00:44<00:10, 9.73it/s]
80%|███████▉ | 399/500 [00:44<00:10, 9.74it/s]
80%|████████ | 400/500 [00:44<00:11, 8.98it/s]
80%|████████ | 401/500 [00:44<00:11, 8.93it/s]
80%|████████ | 402/500 [00:44<00:10, 9.13it/s]
81%|████████ | 403/500 [00:44<00:10, 9.29it/s]
81%|████████ | 404/500 [00:44<00:10, 9.40it/s]
81%|████████ | 405/500 [00:44<00:10, 9.49it/s]
81%|████████ | 406/500 [00:44<00:09, 9.56it/s]
81%|████████▏ | 407/500 [00:45<00:09, 9.48it/s]
82%|████████▏ | 408/500 [00:45<00:09, 9.55it/s]
82%|████████▏ | 409/500 [00:45<00:09, 9.60it/s]
82%|████████▏ | 410/500 [00:45<00:09, 9.59it/s]
82%|████████▏ | 411/500 [00:45<00:09, 9.62it/s]
82%|████████▏ | 412/500 [00:45<00:09, 9.63it/s]
83%|████████▎ | 413/500 [00:45<00:09, 9.65it/s]
83%|████████▎ | 414/500 [00:45<00:08, 9.66it/s]
83%|████████▎ | 415/500 [00:45<00:08, 9.67it/s]
83%|████████▎ | 416/500 [00:45<00:08, 9.69it/s]
83%|████████▎ | 417/500 [00:46<00:08, 9.69it/s]
84%|████████▎ | 418/500 [00:46<00:08, 9.69it/s]
84%|████████▍ | 419/500 [00:46<00:08, 9.70it/s]
84%|████████▍ | 420/500 [00:46<00:08, 9.71it/s]
84%|████████▍ | 421/500 [00:46<00:08, 9.72it/s]
84%|████████▍ | 422/500 [00:46<00:08, 9.71it/s]
85%|████████▍ | 423/500 [00:46<00:07, 9.70it/s]
85%|████████▍ | 424/500 [00:46<00:07, 9.70it/s]
85%|████████▌ | 425/500 [00:46<00:07, 9.70it/s]
85%|████████▌ | 426/500 [00:47<00:07, 9.70it/s]
85%|████████▌ | 427/500 [00:47<00:07, 9.70it/s]
86%|████████▌ | 428/500 [00:47<00:07, 9.68it/s]
86%|████████▌ | 429/500 [00:47<00:07, 9.37it/s]
86%|████████▌ | 430/500 [00:47<00:07, 9.19it/s]
86%|████████▌ | 431/500 [00:47<00:07, 9.13it/s]
86%|████████▋ | 432/500 [00:47<00:07, 9.10it/s]
87%|████████▋ | 433/500 [00:47<00:07, 9.05it/s]
87%|████████▋ | 434/500 [00:47<00:07, 9.01it/s]
87%|████████▋ | 435/500 [00:47<00:07, 9.01it/s]
87%|████████▋ | 436/500 [00:48<00:07, 9.03it/s]
87%|████████▋ | 437/500 [00:48<00:06, 9.06it/s]
88%|████████▊ | 438/500 [00:48<00:06, 9.08it/s]
88%|████████▊ | 439/500 [00:48<00:06, 9.11it/s]
88%|████████▊ | 440/500 [00:48<00:06, 9.13it/s]
88%|████████▊ | 441/500 [00:48<00:06, 9.13it/s]
88%|████████▊ | 442/500 [00:48<00:06, 9.06it/s]
89%|████████▊ | 443/500 [00:48<00:06, 9.06it/s]
89%|████████▉ | 444/500 [00:48<00:06, 9.03it/s]
89%|████████▉ | 445/500 [00:49<00:06, 9.05it/s]
89%|████████▉ | 446/500 [00:49<00:05, 9.10it/s]
89%|████████▉ | 447/500 [00:49<00:05, 9.17it/s]
90%|████████▉ | 448/500 [00:49<00:05, 9.12it/s]
90%|████████▉ | 449/500 [00:49<00:05, 9.20it/s]
90%|█████████ | 450/500 [00:49<00:05, 9.26it/s]
90%|█████████ | 451/500 [00:49<00:05, 9.19it/s]
90%|█████████ | 452/500 [00:49<00:05, 9.09it/s]
91%|█████████ | 453/500 [00:49<00:05, 9.09it/s]
91%|█████████ | 454/500 [00:50<00:05, 9.04it/s]
91%|█████████ | 455/500 [00:50<00:04, 9.11it/s]
91%|█████████ | 456/500 [00:50<00:06, 6.92it/s]
91%|█████████▏| 457/500 [00:50<00:06, 6.15it/s]
92%|█████████▏| 458/500 [00:50<00:06, 6.07it/s]
92%|█████████▏| 459/500 [00:50<00:06, 6.23it/s]
92%|█████████▏| 460/500 [00:51<00:05, 6.67it/s]
92%|█████████▏| 461/500 [00:51<00:05, 6.70it/s]
92%|█████████▏| 462/500 [00:51<00:05, 6.80it/s]
93%|█████████▎| 463/500 [00:51<00:06, 6.13it/s]
93%|█████████▎| 464/500 [00:51<00:05, 6.44it/s]
93%|█████████▎| 465/500 [00:51<00:04, 7.16it/s]
93%|█████████▎| 467/500 [00:51<00:04, 8.19it/s]
94%|█████████▎| 468/500 [00:52<00:03, 8.47it/s]
94%|█████████▍| 469/500 [00:52<00:03, 8.70it/s]
94%|█████████▍| 470/500 [00:52<00:03, 8.92it/s]
94%|█████████▍| 471/500 [00:52<00:03, 9.11it/s]
94%|█████████▍| 472/500 [00:52<00:03, 9.25it/s]
95%|█████████▍| 473/500 [00:52<00:02, 9.35it/s]
95%|█████████▍| 474/500 [00:52<00:02, 9.43it/s]
95%|█████████▌| 475/500 [00:52<00:02, 9.48it/s]
95%|█████████▌| 476/500 [00:52<00:02, 9.52it/s]
95%|█████████▌| 477/500 [00:53<00:02, 9.55it/s]
96%|█████████▌| 478/500 [00:53<00:02, 9.57it/s]
96%|█████████▌| 479/500 [00:53<00:02, 9.57it/s]
96%|█████████▌| 480/500 [00:53<00:02, 9.54it/s]
96%|█████████▌| 481/500 [00:53<00:01, 9.54it/s]
96%|█████████▋| 482/500 [00:53<00:01, 9.57it/s]
97%|█████████▋| 483/500 [00:53<00:01, 9.57it/s]
97%|█████████▋| 484/500 [00:53<00:01, 9.54it/s]
97%|█████████▋| 485/500 [00:53<00:01, 9.51it/s]
97%|█████████▋| 486/500 [00:53<00:01, 9.49it/s]
97%|█████████▋| 487/500 [00:54<00:01, 9.46it/s]
98%|█████████▊| 488/500 [00:54<00:01, 9.45it/s]
98%|█████████▊| 489/500 [00:54<00:01, 9.45it/s]
98%|█████████▊| 490/500 [00:54<00:01, 9.45it/s]
98%|█████████▊| 491/500 [00:54<00:00, 9.44it/s]
98%|█████████▊| 492/500 [00:54<00:00, 9.44it/s]
99%|█████████▊| 493/500 [00:54<00:00, 9.44it/s]
99%|█████████▉| 494/500 [00:54<00:00, 9.42it/s]
99%|█████████▉| 495/500 [00:54<00:00, 9.39it/s]
99%|█████████▉| 496/500 [00:55<00:00, 9.37it/s]
99%|█████████▉| 497/500 [00:55<00:00, 9.35it/s]
100%|█████████▉| 498/500 [00:55<00:00, 9.35it/s]
100%|█████████▉| 499/500 [00:55<00:00, 9.41it/s]
100%|██████████| 500/500 [00:55<00:00, 8.75it/s]
100%|██████████| 500/500 [00:55<00:00, 9.01it/s]
[INFO] save model to logs/image_raw.ply.
/root/.pyenv/versions/3.10.13/lib/python3.10/site-packages/torch/functional.py:504: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at ../aten/src/ATen/native/TensorShape.cpp:3483.)
return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined]
/root/.pyenv/versions/3.10.13/lib/python3.10/site-packages/varname/utils.py:447: UsingExecWarning: 'pure_eval' is not installed. Using 'eval' to get the function that calls 'argname'. Try calling it using a variable reference to the function, or passing the function to 'argname' explicitly.
warnings.warn(
Tensor occ torch.Size([128, 128, 128]) torch.float32 cuda:0∈ [0.0,
26.478574752807617] μ = 0.16624751687049866 σ = 0.884976863861084
[INFO] mesh cleaning: (30792, 3) --> (17321, 3), (61580, 3) --> (34650, 3)
[INFO] marching cubes result: torch.Size([17321, 3]) (-0.5530937314033508-0.8350600004196167), torch.Size([34650, 3])
[INFO] unwrap uv...
[INFO] save model to logs/image_raw.obj.
[load_obj] use texture from: logs/image_raw_albedo.png
[load_obj] load texture: (1024, 1024, 3)
[Mesh loading] v: torch.Size([17321, 3]), f: torch.Size([34650, 3])
[Mesh loading] vn: torch.Size([17321, 3]), fn: torch.Size([34650, 3])
[Mesh loading] vt: torch.Size([20327, 2]), ft: torch.Size([34650, 3])
[INFO] load image from image_rgba.png...
[INFO] loading zero123...
Loading pipeline components...: 0%| | 0/6 [00:00<?, ?it/s]
Loading pipeline components...: 17%|█▋ | 1/6 [00:00<00:00, 6.66it/s]
Loading pipeline components...: 50%|█████ | 3/6 [00:00<00:00, 9.27it/s]
Loading pipeline components...: 100%|██████████| 6/6 [00:00<00:00, 15.43it/s]
Loading pipeline components...: 100%|██████████| 6/6 [00:00<00:00, 13.35it/s]
[INFO] loaded zero123!
0%| | 0/50 [00:00<?, ?it/s]
2%|▏ | 1/50 [00:00<00:26, 1.82it/s]
4%|▍ | 2/50 [00:00<00:20, 2.37it/s]
6%|▌ | 3/50 [00:01<00:17, 2.64it/s]
8%|▊ | 4/50 [00:01<00:16, 2.79it/s]
10%|█ | 5/50 [00:01<00:15, 2.89it/s]
12%|█▏ | 6/50 [00:02<00:14, 2.95it/s]
14%|█▍ | 7/50 [00:02<00:14, 2.95it/s]
16%|█▌ | 8/50 [00:02<00:14, 2.97it/s]
18%|█▊ | 9/50 [00:03<00:13, 2.97it/s]
20%|██ | 10/50 [00:03<00:13, 2.95it/s]
22%|██▏ | 11/50 [00:03<00:13, 2.98it/s]
24%|██▍ | 12/50 [00:04<00:12, 2.97it/s]
26%|██▌ | 13/50 [00:04<00:12, 2.97it/s]
28%|██▊ | 14/50 [00:04<00:12, 3.00it/s]
30%|███ | 15/50 [00:05<00:11, 3.02it/s]
32%|███▏ | 16/50 [00:05<00:11, 3.02it/s]
34%|███▍ | 17/50 [00:05<00:10, 3.04it/s]
36%|███▌ | 18/50 [00:06<00:10, 2.99it/s]
38%|███▊ | 19/50 [00:06<00:10, 2.98it/s]
40%|████ | 20/50 [00:06<00:10, 2.96it/s]
42%|████▏ | 21/50 [00:07<00:09, 2.95it/s]
44%|████▍ | 22/50 [00:07<00:09, 2.96it/s]
46%|████▌ | 23/50 [00:07<00:09, 2.99it/s]
48%|████▊ | 24/50 [00:08<00:08, 3.02it/s]
50%|█████ | 25/50 [00:08<00:08, 3.03it/s]
52%|█████▏ | 26/50 [00:08<00:07, 3.04it/s]
54%|█████▍ | 27/50 [00:09<00:07, 3.05it/s]
56%|█████▌ | 28/50 [00:09<00:07, 3.05it/s]
58%|█████▊ | 29/50 [00:09<00:06, 3.04it/s]
60%|██████ | 30/50 [00:10<00:06, 3.05it/s]
62%|██████▏ | 31/50 [00:10<00:06, 3.04it/s]
64%|██████▍ | 32/50 [00:10<00:05, 3.05it/s]
66%|██████▌ | 33/50 [00:11<00:05, 3.04it/s]
68%|██████▊ | 34/50 [00:11<00:05, 3.01it/s]
70%|███████ | 35/50 [00:11<00:04, 3.01it/s]
72%|███████▏ | 36/50 [00:12<00:04, 3.00it/s]
74%|███████▍ | 37/50 [00:12<00:04, 3.00it/s]
76%|███████▌ | 38/50 [00:12<00:03, 3.01it/s]
78%|███████▊ | 39/50 [00:13<00:03, 3.01it/s]
80%|████████ | 40/50 [00:13<00:03, 3.00it/s]
82%|████████▏ | 41/50 [00:13<00:02, 3.01it/s]
84%|████████▍ | 42/50 [00:14<00:02, 3.01it/s]
86%|████████▌ | 43/50 [00:14<00:02, 3.00it/s]
88%|████████▊ | 44/50 [00:14<00:01, 3.01it/s]
90%|█████████ | 45/50 [00:15<00:01, 3.01it/s]
92%|█████████▏| 46/50 [00:15<00:01, 3.02it/s]
94%|█████████▍| 47/50 [00:15<00:00, 3.01it/s]
96%|█████████▌| 48/50 [00:16<00:00, 3.02it/s]
98%|█████████▊| 49/50 [00:16<00:00, 3.01it/s]
100%|██████████| 50/50 [00:16<00:00, 2.99it/s]
100%|██████████| 50/50 [00:16<00:00, 2.97it/s]
[INFO] save model to logs/image.obj.
[load_obj] use texture from: logs/image_albedo.png
[load_obj] load texture: (1024, 1024, 3)
[Mesh loading] v: torch.Size([17321, 3]), f: torch.Size([34650, 3])
[Mesh loading] vn: torch.Size([17321, 3]), fn: torch.Size([34650, 3])
0%| | 0/1 [00:00<?, ?it/s]
0%| | 0/180 [00:00<?, ?it/s]
1%| | 1/180 [00:00<00:17, 10.00it/s]
6%|▌ | 11/180 [00:00<00:02, 58.42it/s]
13%|█▎ | 23/180 [00:00<00:01, 83.06it/s]
19%|█▉ | 35/180 [00:00<00:01, 95.72it/s]
26%|██▌ | 46/180 [00:00<00:01, 99.69it/s]
32%|███▏ | 58/180 [00:00<00:01, 102.83it/s]
38%|███▊ | 69/180 [00:00<00:01, 104.96it/s]
44%|████▍ | 80/180 [00:00<00:00, 103.50it/s]
51%|█████ | 92/180 [00:00<00:00, 106.19it/s]
57%|█████▋ | 103/180 [00:01<00:00, 107.05it/s]
64%|██████▍ | 116/180 [00:01<00:00, 111.23it/s]
71%|███████ | 128/180 [00:01<00:00, 112.31it/s]
78%|███████▊ | 141/180 [00:01<00:00, 116.69it/s]
85%|████████▌ | 153/180 [00:01<00:00, 114.51it/s]
92%|█████████▏| 166/180 [00:01<00:00, 118.06it/s]
99%|█████████▉| 178/180 [00:01<00:00, 116.12it/s]
100%|██████████| 180/180 [00:01<00:00, 105.53it/s]
100%|██████████| 1/1 [00:01<00:00, 1.71s/it]
100%|██████████| 1/1 [00:01<00:00, 1.71s/it]
adding: logs/ (stored 0%)
adding: logs/image_raw.ply(deflated 22%)
adding: logs/image_raw.obj(deflated 74%)
adding: logs/image_raw.mtl (deflated 20%)
adding: logs/image_raw_albedo.png(deflated 3%)
adding: logs/image.obj(deflated 74%)
adding: logs/image.mtl (deflated 21%)
adding: logs/image_albedo.png(deflated 1%)