adirik / texture
Generate texture for your mesh with text prompts
Prediction
adirik/texture:456e72c47358d0da0a1b3002c8cf9f4eb123afa4bb8ff2b521fea40a71746a7fIDqew6dwtbnsstzwrvmkwnmjkyo4StatusSucceededSourceWebHardwareA40Total durationCreatedInput
- seed
- 0
- prompt
- A next gen nascar
- shape_path
- nascar.obj
- shape_scale
- 0.6
- guidance_scale
- 10
- texture_resolution
- 1024
- texture_interpolation_mode
- bilinear
{ "seed": 0, "prompt": "A next gen nascar", "shape_path": "https://replicate.delivery/pbxt/Jx2M8TKgFc8gzzMtKbc3X53moPQijBkElGqInyG6wAevq3pU/nascar.obj", "shape_scale": 0.6, "guidance_scale": 10, "texture_resolution": 1024, "texture_interpolation_mode": "bilinear" }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run adirik/texture using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "adirik/texture:456e72c47358d0da0a1b3002c8cf9f4eb123afa4bb8ff2b521fea40a71746a7f", { input: { seed: 0, prompt: "A next gen nascar", shape_path: "https://replicate.delivery/pbxt/Jx2M8TKgFc8gzzMtKbc3X53moPQijBkElGqInyG6wAevq3pU/nascar.obj", shape_scale: 0.6, guidance_scale: 10, texture_resolution: 1024, texture_interpolation_mode: "bilinear" } } ); // 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.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run adirik/texture using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "adirik/texture:456e72c47358d0da0a1b3002c8cf9f4eb123afa4bb8ff2b521fea40a71746a7f", input={ "seed": 0, "prompt": "A next gen nascar", "shape_path": "https://replicate.delivery/pbxt/Jx2M8TKgFc8gzzMtKbc3X53moPQijBkElGqInyG6wAevq3pU/nascar.obj", "shape_scale": 0.6, "guidance_scale": 10, "texture_resolution": 1024, "texture_interpolation_mode": "bilinear" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run adirik/texture 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": "adirik/texture:456e72c47358d0da0a1b3002c8cf9f4eb123afa4bb8ff2b521fea40a71746a7f", "input": { "seed": 0, "prompt": "A next gen nascar", "shape_path": "https://replicate.delivery/pbxt/Jx2M8TKgFc8gzzMtKbc3X53moPQijBkElGqInyG6wAevq3pU/nascar.obj", "shape_scale": 0.6, "guidance_scale": 10, "texture_resolution": 1024, "texture_interpolation_mode": "bilinear" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
Loading...{ "completed_at": "2023-11-27T18:02:25.902439Z", "created_at": "2023-11-27T17:55:10.323574Z", "data_removed": false, "error": null, "id": "qew6dwtbnsstzwrvmkwnmjkyo4", "input": { "seed": 0, "prompt": "A next gen nascar", "shape_path": "https://replicate.delivery/pbxt/Jx2M8TKgFc8gzzMtKbc3X53moPQijBkElGqInyG6wAevq3pU/nascar.obj", "shape_scale": 0.6, "guidance_scale": 10, "texture_resolution": 1024, "texture_interpolation_mode": "bilinear" }, "logs": "\u001b[32m2023-11-27 18:00:25\u001b[0m \u001b[33m\u001b[1mtry to load hugging face access token from the default place, make sure you have run `huggingface-cli login`.\u001b[0m\n\u001b[32m2023-11-27 18:00:25\u001b[0m \u001b[1mloading stable diffusion with /src/hf-cache/stable-diffusion-2-depth...\u001b[0m\n/root/.pyenv/versions/3.8.18/lib/python3.8/site-packages/transformers/tokenization_utils_base.py:1895: FutureWarning: The `use_auth_token` argument is deprecated and will be removed in v5 of Transformers. Please use `token` instead.\nwarnings.warn(\n/root/.pyenv/versions/3.8.18/lib/python3.8/site-packages/transformers/modeling_utils.py:2570: FutureWarning: The `use_auth_token` argument is deprecated and will be removed in v5 of Transformers. Please use `token` instead.\nwarnings.warn(\n\u001b[32m2023-11-27 18:00:44\u001b[0m \u001b[1m\t successfully loaded stable diffusion!\u001b[0m\n/src/src/utils.py:45: RuntimeWarning: invalid value encountered in cast\ntensor = (tensor * 255).astype(np.uint8)\n 0% painting step 0/10 [00:00<?, ?it/s]/src/src/stable_diffusion_depth.py:198: FutureWarning: Accessing config attribute `in_channels` directly via 'UNet2DConditionModel' object attribute is deprecated. Please access 'in_channels' over 'UNet2DConditionModel's config object instead, e.g. 'unet.config.in_channels'.\n(text_embeddings.shape[0] // 2, self.unet.in_channels - 1, depth_mask.shape[2],\n0it [00:00, ?it/s]\u001b[A\n2it [00:00, 13.09it/s]\u001b[A\n4it [00:00, 13.05it/s]\u001b[A\n6it [00:00, 13.05it/s]\u001b[A\n8it [00:00, 13.08it/s]\u001b[A\n10it [00:00, 13.08it/s]\u001b[A\n12it [00:00, 13.06it/s]\u001b[A\n14it [00:01, 13.06it/s]\u001b[A\n16it [00:01, 13.06it/s]\u001b[A\n18it [00:01, 13.05it/s]\u001b[A\n20it [00:01, 13.07it/s]\u001b[A\n22it [00:01, 13.07it/s]\u001b[A\n24it [00:01, 13.07it/s]\u001b[A\n26it [00:01, 12.99it/s]\u001b[A\n28it [00:02, 13.07it/s]\u001b[A\n30it [00:02, 13.09it/s]\u001b[A\n32it [00:02, 12.97it/s]\u001b[A\n34it [00:02, 13.12it/s]\u001b[A\n36it [00:02, 13.12it/s]\u001b[A\n38it [00:02, 13.09it/s]\u001b[A\n40it [00:03, 13.10it/s]\u001b[A\n42it [00:03, 13.08it/s]\u001b[A\n44it [00:03, 13.08it/s]\u001b[A\n46it [00:03, 13.08it/s]\u001b[A\n48it [00:03, 13.08it/s]\u001b[A\n50it [00:03, 13.07it/s]\u001b[A\n51it [00:03, 13.07it/s]\nfitting mesh colors: 0%| | 0/200 [00:00<?, ?it/s]\u001b[A\nfitting mesh colors: 4%|▎ | 7/200 [00:00<00:03, 61.53it/s]\u001b[A\nfitting mesh colors: 7%|▋ | 14/200 [00:00<00:03, 61.97it/s]\u001b[A\nfitting mesh colors: 10%|█ | 21/200 [00:00<00:02, 62.07it/s]\u001b[A\nfitting mesh colors: 14%|█▍ | 28/200 [00:00<00:02, 62.17it/s]\u001b[A\nfitting mesh colors: 18%|█▊ | 35/200 [00:00<00:02, 62.17it/s]\u001b[A\nfitting mesh colors: 21%|██ | 42/200 [00:00<00:02, 62.08it/s]\u001b[A\nfitting mesh colors: 24%|██▍ | 49/200 [00:00<00:02, 62.07it/s]\u001b[A\nfitting mesh colors: 28%|██▊ | 56/200 [00:00<00:02, 62.09it/s]\u001b[A\nfitting mesh colors: 32%|███▏ | 63/200 [00:01<00:02, 62.13it/s]\u001b[A\nfitting mesh colors: 35%|███▌ | 70/200 [00:01<00:02, 62.17it/s]\u001b[A\nfitting mesh colors: 38%|███▊ | 77/200 [00:01<00:01, 62.09it/s]\u001b[A\nfitting mesh colors: 42%|████▏ | 84/200 [00:01<00:01, 62.04it/s]\u001b[A\nfitting mesh colors: 46%|████▌ | 91/200 [00:01<00:01, 62.10it/s]\u001b[A\nfitting mesh colors: 49%|████▉ | 98/200 [00:01<00:01, 62.10it/s]\u001b[A\nfitting mesh colors: 52%|█████▎ | 105/200 [00:01<00:01, 62.13it/s]\u001b[A\nfitting mesh colors: 56%|█████▌ | 112/200 [00:01<00:01, 62.16it/s]\u001b[A\nfitting mesh colors: 60%|█████▉ | 119/200 [00:01<00:01, 61.42it/s]\u001b[A\nfitting mesh colors: 63%|██████▎ | 126/200 [00:02<00:01, 61.60it/s]\u001b[A\nfitting mesh colors: 66%|██████▋ | 133/200 [00:02<00:01, 61.75it/s]\u001b[A\nfitting mesh colors: 70%|███████ | 140/200 [00:02<00:00, 61.90it/s]\u001b[A\nfitting mesh colors: 74%|███████▎ | 147/200 [00:02<00:00, 61.98it/s]\u001b[A\nfitting mesh colors: 77%|███████▋ | 154/200 [00:02<00:00, 62.00it/s]\u001b[A\nfitting mesh colors: 80%|████████ | 161/200 [00:02<00:00, 62.01it/s]\u001b[A\nfitting mesh colors: 84%|████████▍ | 168/200 [00:02<00:00, 62.03it/s]\u001b[A\nfitting mesh colors: 88%|████████▊ | 175/200 [00:02<00:00, 62.14it/s]\u001b[A\nfitting mesh colors: 91%|█████████ | 182/200 [00:02<00:00, 62.15it/s]\u001b[A\nfitting mesh colors: 94%|█████████▍| 189/200 [00:03<00:00, 62.22it/s]\u001b[A\nfitting mesh colors: 98%|█████████▊| 196/200 [00:03<00:00, 62.24it/s]\u001b[A\nfitting mesh colors: 100%|██████████| 200/200 [00:03<00:00, 62.05it/s]\n 20% painting step 2/10 [00:09<00:39, 4.88s/it]\n0it [00:00, ?it/s]\u001b[A\n1it [00:00, 7.47it/s]\u001b[A\n3it [00:00, 11.35it/s]\u001b[A\n5it [00:00, 12.10it/s]\u001b[A\n7it [00:00, 12.51it/s]\u001b[A\n9it [00:00, 12.72it/s]\u001b[A\n11it [00:00, 12.83it/s]\u001b[A\n13it [00:01, 12.88it/s]\u001b[A\n15it [00:01, 12.92it/s]\u001b[A\n17it [00:01, 13.03it/s]\u001b[A\n19it [00:01, 13.06it/s]\u001b[A\n21it [00:01, 13.05it/s]\u001b[A\n23it [00:01, 13.07it/s]\u001b[A\n25it [00:01, 13.08it/s]\u001b[A\n27it [00:02, 13.07it/s]\u001b[A\n29it [00:02, 13.07it/s]\u001b[A\n31it [00:02, 13.07it/s]\u001b[A\n33it [00:02, 13.07it/s]\u001b[A\n35it [00:02, 13.07it/s]\u001b[A\n37it [00:02, 13.05it/s]\u001b[A\n39it [00:03, 12.97it/s]\u001b[A\n41it [00:03, 13.08it/s]\u001b[A\n43it [00:03, 13.07it/s]\u001b[A\n45it [00:03, 13.07it/s]\u001b[A\n47it [00:03, 13.05it/s]\u001b[A\n49it [00:03, 13.05it/s]\u001b[A\n51it [00:03, 13.04it/s]\u001b[A\n51it [00:03, 12.90it/s]\nfitting mesh colors: 0%| | 0/200 [00:00<?, ?it/s]\u001b[A\nfitting mesh colors: 4%|▎ | 7/200 [00:00<00:02, 66.15it/s]\u001b[A\nfitting mesh colors: 7%|▋ | 14/200 [00:00<00:02, 63.85it/s]\u001b[A\nfitting mesh colors: 10%|█ | 21/200 [00:00<00:02, 63.37it/s]\u001b[A\nfitting mesh colors: 14%|█▍ | 28/200 [00:00<00:02, 63.08it/s]\u001b[A\nfitting mesh colors: 18%|█▊ | 35/200 [00:00<00:02, 62.99it/s]\u001b[A\nfitting mesh colors: 21%|██ | 42/200 [00:00<00:02, 62.81it/s]\u001b[A\nfitting mesh colors: 24%|██▍ | 49/200 [00:00<00:02, 62.78it/s]\u001b[A\nfitting mesh colors: 28%|██▊ | 56/200 [00:00<00:02, 62.71it/s]\u001b[A\nfitting mesh colors: 32%|███▏ | 63/200 [00:01<00:02, 62.61it/s]\u001b[A\nfitting mesh colors: 35%|███▌ | 70/200 [00:01<00:02, 62.56it/s]\u001b[A\nfitting mesh colors: 38%|███▊ | 77/200 [00:01<00:01, 62.55it/s]\u001b[A\nfitting mesh colors: 42%|████▏ | 84/200 [00:01<00:01, 62.57it/s]\u001b[A\nfitting mesh colors: 46%|████▌ | 91/200 [00:01<00:01, 62.58it/s]\u001b[A\nfitting mesh colors: 49%|████▉ | 98/200 [00:01<00:01, 62.49it/s]\u001b[A\nfitting mesh colors: 52%|█████▎ | 105/200 [00:01<00:01, 62.54it/s]\u001b[A\nfitting mesh colors: 56%|█████▌ | 112/200 [00:01<00:01, 62.45it/s]\u001b[A\nfitting mesh colors: 60%|█████▉ | 119/200 [00:01<00:01, 62.42it/s]\u001b[A\nfitting mesh colors: 63%|██████▎ | 126/200 [00:02<00:01, 62.46it/s]\u001b[A\nfitting mesh colors: 66%|██████▋ | 133/200 [00:02<00:01, 62.55it/s]\u001b[A\nfitting mesh colors: 70%|███████ | 140/200 [00:02<00:00, 62.54it/s]\u001b[A\nfitting mesh colors: 74%|███████▎ | 147/200 [00:02<00:00, 62.26it/s]\u001b[A\nfitting mesh colors: 77%|███████▋ | 154/200 [00:02<00:00, 62.01it/s]\u001b[A\nfitting mesh colors: 80%|████████ | 161/200 [00:02<00:00, 61.88it/s]\u001b[A\nfitting mesh colors: 84%|████████▍ | 168/200 [00:02<00:00, 61.80it/s]\u001b[A\nfitting mesh colors: 88%|████████▊ | 175/200 [00:02<00:00, 61.70it/s]\u001b[A\nfitting mesh colors: 91%|█████████ | 182/200 [00:02<00:00, 61.79it/s]\u001b[A\nfitting mesh colors: 94%|█████████▍| 189/200 [00:03<00:00, 61.60it/s]\u001b[A\nfitting mesh colors: 98%|█████████▊| 196/200 [00:03<00:00, 61.39it/s]\u001b[A\nfitting mesh colors: 100%|██████████| 200/200 [00:03<00:00, 62.33it/s]\n 30% painting step 3/10 [00:18<00:46, 6.61s/it]\n0it [00:00, ?it/s]\u001b[A\n1it [00:00, 7.76it/s]\u001b[A\n3it [00:00, 11.18it/s]\u001b[A\n5it [00:00, 12.01it/s]\u001b[A\n7it [00:00, 12.41it/s]\u001b[A\n9it [00:00, 12.82it/s]\u001b[A\n11it [00:00, 12.90it/s]\u001b[A\n13it [00:01, 12.92it/s]\u001b[A\n15it [00:01, 13.00it/s]\u001b[A\n17it [00:01, 13.03it/s]\u001b[A\n19it [00:01, 13.06it/s]\u001b[A\n21it [00:01, 13.03it/s]\u001b[A\n23it [00:01, 13.06it/s]\u001b[A\n25it [00:01, 13.06it/s]\u001b[A\n27it [00:02, 13.03it/s]\u001b[A\n29it [00:02, 13.05it/s]\u001b[A\n31it [00:02, 13.01it/s]\u001b[A\n33it [00:02, 13.04it/s]\u001b[A\n35it [00:02, 13.03it/s]\u001b[A\n37it [00:02, 13.06it/s]\u001b[A\n39it [00:03, 12.85it/s]\u001b[A\n41it [00:03, 13.11it/s]\u001b[A\n43it [00:03, 12.91it/s]\u001b[A\n45it [00:03, 13.12it/s]\u001b[A\n47it [00:03, 13.11it/s]\u001b[A\n49it [00:03, 13.08it/s]\u001b[A\n51it [00:03, 13.07it/s]\u001b[A\n51it [00:03, 12.90it/s]\nfitting mesh colors: 0%| | 0/200 [00:00<?, ?it/s]\u001b[A\nfitting mesh colors: 4%|▎ | 7/200 [00:00<00:02, 66.20it/s]\u001b[A\nfitting mesh colors: 7%|▋ | 14/200 [00:00<00:02, 64.47it/s]\u001b[A\nfitting mesh colors: 10%|█ | 21/200 [00:00<00:02, 63.96it/s]\u001b[A\nfitting mesh colors: 14%|█▍ | 28/200 [00:00<00:02, 63.74it/s]\u001b[A\nfitting mesh colors: 18%|█▊ | 35/200 [00:00<00:02, 63.48it/s]\u001b[A\nfitting mesh colors: 21%|██ | 42/200 [00:00<00:02, 63.35it/s]\u001b[A\nfitting mesh colors: 24%|██▍ | 49/200 [00:00<00:02, 63.33it/s]\u001b[A\nfitting mesh colors: 28%|██▊ | 56/200 [00:00<00:02, 63.23it/s]\u001b[A\nfitting mesh colors: 32%|███▏ | 63/200 [00:00<00:02, 63.28it/s]\u001b[A\nfitting mesh colors: 35%|███▌ | 70/200 [00:01<00:02, 63.19it/s]\u001b[A\nfitting mesh colors: 38%|███▊ | 77/200 [00:01<00:01, 63.17it/s]\u001b[A\nfitting mesh colors: 42%|████▏ | 84/200 [00:01<00:01, 63.22it/s]\u001b[A\nfitting mesh colors: 46%|████▌ | 91/200 [00:01<00:01, 63.13it/s]\u001b[A\nfitting mesh colors: 49%|████▉ | 98/200 [00:01<00:01, 63.13it/s]\u001b[A\nfitting mesh colors: 52%|█████▎ | 105/200 [00:01<00:01, 63.19it/s]\u001b[A\nfitting mesh colors: 56%|█████▌ | 112/200 [00:01<00:01, 63.14it/s]\u001b[A\nfitting mesh colors: 60%|█████▉ | 119/200 [00:01<00:01, 63.13it/s]\u001b[A\nfitting mesh colors: 63%|██████▎ | 126/200 [00:01<00:01, 62.97it/s]\u001b[A\nfitting mesh colors: 66%|██████▋ | 133/200 [00:02<00:01, 63.09it/s]\u001b[A\nfitting mesh colors: 70%|███████ | 140/200 [00:02<00:00, 63.10it/s]\u001b[A\nfitting mesh colors: 74%|███████▎ | 147/200 [00:02<00:00, 63.08it/s]\u001b[A\nfitting mesh colors: 77%|███████▋ | 154/200 [00:02<00:00, 63.10it/s]\u001b[A\nfitting mesh colors: 80%|████████ | 161/200 [00:02<00:00, 63.09it/s]\u001b[A\nfitting mesh colors: 84%|████████▍ | 168/200 [00:02<00:00, 63.07it/s]\u001b[A\nfitting mesh colors: 88%|████████▊ | 175/200 [00:02<00:00, 63.07it/s]\u001b[A\nfitting mesh colors: 91%|█████████ | 182/200 [00:02<00:00, 63.04it/s]\u001b[A\nfitting mesh colors: 94%|█████████▍| 189/200 [00:02<00:00, 62.29it/s]\u001b[A\nfitting mesh colors: 98%|█████████▊| 196/200 [00:03<00:00, 62.61it/s]\u001b[A\nfitting mesh colors: 100%|██████████| 200/200 [00:03<00:00, 63.14it/s]\n 40% painting step 4/10 [00:27<00:44, 7.46s/it]\n0it [00:00, ?it/s]\u001b[A\n1it [00:00, 7.93it/s]\u001b[A\n3it [00:00, 11.08it/s]\u001b[A\n5it [00:00, 12.12it/s]\u001b[A\n7it [00:00, 12.51it/s]\u001b[A\n9it [00:00, 12.72it/s]\u001b[A\n11it [00:00, 12.82it/s]\u001b[A\n13it [00:01, 12.90it/s]\u001b[A\n15it [00:01, 12.58it/s]\u001b[A\n17it [00:01, 13.00it/s]\u001b[A\n19it [00:01, 13.03it/s]\u001b[A\n21it [00:01, 13.01it/s]\u001b[A\n23it [00:01, 13.06it/s]\u001b[A\n25it [00:01, 13.05it/s]\u001b[A\n27it [00:02, 13.00it/s]\u001b[A\n29it [00:02, 12.89it/s]\u001b[A\n31it [00:02, 13.08it/s]\u001b[A\n33it [00:02, 13.00it/s]\u001b[A\n35it [00:02, 13.09it/s]\u001b[A\n37it [00:02, 12.99it/s]\u001b[A\n39it [00:03, 13.01it/s]\u001b[A\n41it [00:03, 13.02it/s]\u001b[A\n43it [00:03, 13.08it/s]\u001b[A\n45it [00:03, 13.07it/s]\u001b[A\n47it [00:03, 12.99it/s]\u001b[A\n49it [00:03, 12.93it/s]\u001b[A\n51it [00:03, 12.97it/s]\u001b[A\n51it [00:03, 12.85it/s]\nfitting mesh colors: 0%| | 0/200 [00:00<?, ?it/s]\u001b[A\nfitting mesh colors: 4%|▎ | 7/200 [00:00<00:02, 65.76it/s]\u001b[A\nfitting mesh colors: 7%|▋ | 14/200 [00:00<00:02, 64.13it/s]\u001b[A\nfitting mesh colors: 10%|█ | 21/200 [00:00<00:02, 63.44it/s]\u001b[A\nfitting mesh colors: 14%|█▍ | 28/200 [00:00<00:02, 63.34it/s]\u001b[A\nfitting mesh colors: 18%|█▊ | 35/200 [00:00<00:02, 63.26it/s]\u001b[A\nfitting mesh colors: 21%|██ | 42/200 [00:00<00:02, 63.23it/s]\u001b[A\nfitting mesh colors: 24%|██▍ | 49/200 [00:00<00:02, 63.14it/s]\u001b[A\nfitting mesh colors: 28%|██▊ | 56/200 [00:00<00:02, 63.08it/s]\u001b[A\nfitting mesh colors: 32%|███▏ | 63/200 [00:00<00:02, 63.11it/s]\u001b[A\nfitting mesh colors: 35%|███▌ | 70/200 [00:01<00:02, 63.06it/s]\u001b[A\nfitting mesh colors: 38%|███▊ | 77/200 [00:01<00:01, 63.07it/s]\u001b[A\nfitting mesh colors: 42%|████▏ | 84/200 [00:01<00:01, 63.09it/s]\u001b[A\nfitting mesh colors: 46%|████▌ | 91/200 [00:01<00:01, 63.08it/s]\u001b[A\nfitting mesh colors: 49%|████▉ | 98/200 [00:01<00:01, 63.09it/s]\u001b[A\nfitting mesh colors: 52%|█████▎ | 105/200 [00:01<00:01, 63.14it/s]\u001b[A\nfitting mesh colors: 56%|█████▌ | 112/200 [00:01<00:01, 63.13it/s]\u001b[A\nfitting mesh colors: 60%|█████▉ | 119/200 [00:01<00:01, 63.15it/s]\u001b[A\nfitting mesh colors: 63%|██████▎ | 126/200 [00:01<00:01, 63.14it/s]\u001b[A\nfitting mesh colors: 66%|██████▋ | 133/200 [00:02<00:01, 63.20it/s]\u001b[A\nfitting mesh colors: 70%|███████ | 140/200 [00:02<00:00, 63.29it/s]\u001b[A\nfitting mesh colors: 74%|███████▎ | 147/200 [00:02<00:00, 63.31it/s]\u001b[A\nfitting mesh colors: 77%|███████▋ | 154/200 [00:02<00:00, 63.35it/s]\u001b[A\nfitting mesh colors: 80%|████████ | 161/200 [00:02<00:00, 63.33it/s]\u001b[A\nfitting mesh colors: 84%|████████▍ | 168/200 [00:02<00:00, 63.26it/s]\u001b[A\nfitting mesh colors: 88%|████████▊ | 175/200 [00:02<00:00, 63.24it/s]\u001b[A\nfitting mesh colors: 91%|█████████ | 182/200 [00:02<00:00, 63.28it/s]\u001b[A\nfitting mesh colors: 94%|█████████▍| 189/200 [00:02<00:00, 63.21it/s]\u001b[A\nfitting mesh colors: 98%|█████████▊| 196/200 [00:03<00:00, 63.28it/s]\u001b[A\nfitting mesh colors: 100%|██████████| 200/200 [00:03<00:00, 63.25it/s]\n 50% painting step 5/10 [00:36<00:39, 7.97s/it]\n0it [00:00, ?it/s]\u001b[A\n1it [00:00, 7.86it/s]\u001b[A\n3it [00:00, 11.27it/s]\u001b[A\n5it [00:00, 12.13it/s]\u001b[A\n7it [00:00, 12.52it/s]\u001b[A\n9it [00:00, 12.71it/s]\u001b[A\n11it [00:00, 12.83it/s]\u001b[A\n13it [00:01, 12.90it/s]\u001b[A\n15it [00:01, 12.96it/s]\u001b[A\n17it [00:01, 12.91it/s]\u001b[A\n19it [00:01, 13.03it/s]\u001b[A\n21it [00:01, 13.01it/s]\u001b[A\n23it [00:01, 13.05it/s]\u001b[A\n25it [00:01, 13.04it/s]\u001b[A\n27it [00:02, 13.03it/s]\u001b[A\n29it [00:02, 12.91it/s]\u001b[A\n31it [00:02, 13.07it/s]\u001b[A\n33it [00:02, 13.06it/s]\u001b[A\n35it [00:02, 13.06it/s]\u001b[A\n37it [00:02, 13.06it/s]\u001b[A\n39it [00:03, 13.01it/s]\u001b[A\n41it [00:03, 13.05it/s]\u001b[A\n43it [00:03, 12.96it/s]\u001b[A\n45it [00:03, 13.05it/s]\u001b[A\n47it [00:03, 13.05it/s]\u001b[A\n49it [00:03, 13.04it/s]\u001b[A\n51it [00:03, 13.03it/s]\u001b[A\n51it [00:03, 12.88it/s]\nfitting mesh colors: 0%| | 0/200 [00:00<?, ?it/s]\u001b[A\nfitting mesh colors: 4%|▎ | 7/200 [00:00<00:02, 66.34it/s]\u001b[A\nfitting mesh colors: 7%|▋ | 14/200 [00:00<00:02, 64.37it/s]\u001b[A\nfitting mesh colors: 10%|█ | 21/200 [00:00<00:02, 63.71it/s]\u001b[A\nfitting mesh colors: 14%|█▍ | 28/200 [00:00<00:02, 63.28it/s]\u001b[A\nfitting mesh colors: 18%|█▊ | 35/200 [00:00<00:02, 62.80it/s]\u001b[A\nfitting mesh colors: 21%|██ | 42/200 [00:00<00:02, 62.91it/s]\u001b[A\nfitting mesh colors: 24%|██▍ | 49/200 [00:00<00:02, 62.80it/s]\u001b[A\nfitting mesh colors: 28%|██▊ | 56/200 [00:00<00:02, 62.86it/s]\u001b[A\nfitting mesh colors: 32%|███▏ | 63/200 [00:00<00:02, 62.89it/s]\u001b[A\nfitting mesh colors: 35%|███▌ | 70/200 [00:01<00:02, 62.89it/s]\u001b[A\nfitting mesh colors: 38%|███▊ | 77/200 [00:01<00:01, 62.94it/s]\u001b[A\nfitting mesh colors: 42%|████▏ | 84/200 [00:01<00:01, 63.04it/s]\u001b[A\nfitting mesh colors: 46%|████▌ | 91/200 [00:01<00:01, 63.08it/s]\u001b[A\nfitting mesh colors: 49%|████▉ | 98/200 [00:01<00:01, 63.10it/s]\u001b[A\nfitting mesh colors: 52%|█████▎ | 105/200 [00:01<00:01, 63.18it/s]\u001b[A\nfitting mesh colors: 56%|█████▌ | 112/200 [00:01<00:01, 63.20it/s]\u001b[A\nfitting mesh colors: 60%|█████▉ | 119/200 [00:01<00:01, 62.98it/s]\u001b[A\nfitting mesh colors: 63%|██████▎ | 126/200 [00:01<00:01, 63.08it/s]\u001b[A\nfitting mesh colors: 66%|██████▋ | 133/200 [00:02<00:01, 62.99it/s]\u001b[A\nfitting mesh colors: 70%|███████ | 140/200 [00:02<00:00, 62.86it/s]\u001b[A\nfitting mesh colors: 74%|███████▎ | 147/200 [00:02<00:00, 62.82it/s]\u001b[A\nfitting mesh colors: 77%|███████▋ | 154/200 [00:02<00:00, 62.87it/s]\u001b[A\nfitting mesh colors: 80%|████████ | 161/200 [00:02<00:00, 62.89it/s]\u001b[A\nfitting mesh colors: 84%|████████▍ | 168/200 [00:02<00:00, 62.89it/s]\u001b[A\nfitting mesh colors: 88%|████████▊ | 175/200 [00:02<00:00, 62.85it/s]\u001b[A\nfitting mesh colors: 91%|█████████ | 182/200 [00:02<00:00, 62.87it/s]\u001b[A\nfitting mesh colors: 94%|█████████▍| 189/200 [00:02<00:00, 62.85it/s]\u001b[A\nfitting mesh colors: 98%|█████████▊| 196/200 [00:03<00:00, 62.82it/s]\u001b[A\nfitting mesh colors: 100%|██████████| 200/200 [00:03<00:00, 63.01it/s]\n 60% painting step 6/10 [00:45<00:33, 8.28s/it]\n0it [00:00, ?it/s]\u001b[A\n1it [00:00, 7.96it/s]\u001b[A\n3it [00:00, 11.28it/s]\u001b[A\n5it [00:00, 12.06it/s]\u001b[A\n7it [00:00, 12.49it/s]\u001b[A\n9it [00:00, 12.71it/s]\u001b[A\n11it [00:00, 12.82it/s]\u001b[A\n13it [00:01, 12.90it/s]\u001b[A\n15it [00:01, 12.96it/s]\u001b[A\n17it [00:01, 12.99it/s]\u001b[A\n19it [00:01, 13.01it/s]\u001b[A\n21it [00:01, 13.00it/s]\u001b[A\n23it [00:01, 13.04it/s]\u001b[A\n25it [00:01, 13.04it/s]\u001b[A\n27it [00:02, 13.05it/s]\u001b[A\n29it [00:02, 13.05it/s]\u001b[A\n31it [00:02, 13.05it/s]\u001b[A\n33it [00:02, 13.06it/s]\u001b[A\n35it [00:02, 13.10it/s]\u001b[A\n37it [00:02, 13.10it/s]\u001b[A\n39it [00:03, 13.10it/s]\u001b[A\n41it [00:03, 13.10it/s]\u001b[A\n43it [00:03, 13.10it/s]\u001b[A\n45it [00:03, 13.05it/s]\u001b[A\n47it [00:03, 13.07it/s]\u001b[A\n49it [00:03, 13.10it/s]\u001b[A\n51it [00:03, 13.05it/s]\u001b[A\n51it [00:03, 12.91it/s]\nfitting mesh colors: 0%| | 0/200 [00:00<?, ?it/s]\u001b[A\nfitting mesh colors: 4%|▎ | 7/200 [00:00<00:02, 66.17it/s]\u001b[A\nfitting mesh colors: 7%|▋ | 14/200 [00:00<00:02, 63.91it/s]\u001b[A\nfitting mesh colors: 10%|█ | 21/200 [00:00<00:02, 63.48it/s]\u001b[A\nfitting mesh colors: 14%|█▍ | 28/200 [00:00<00:02, 63.07it/s]\u001b[A\nfitting mesh colors: 18%|█▊ | 35/200 [00:00<00:02, 62.77it/s]\u001b[A\nfitting mesh colors: 21%|██ | 42/200 [00:00<00:02, 62.95it/s]\u001b[A\nfitting mesh colors: 24%|██▍ | 49/200 [00:00<00:02, 63.08it/s]\u001b[A\nfitting mesh colors: 28%|██▊ | 56/200 [00:00<00:02, 62.42it/s]\u001b[A\nfitting mesh colors: 32%|███▏ | 63/200 [00:01<00:02, 62.69it/s]\u001b[A\nfitting mesh colors: 35%|███▌ | 70/200 [00:01<00:02, 62.67it/s]\u001b[A\nfitting mesh colors: 38%|███▊ | 77/200 [00:01<00:01, 62.38it/s]\u001b[A\nfitting mesh colors: 42%|████▏ | 84/200 [00:01<00:01, 62.59it/s]\u001b[A\nfitting mesh colors: 46%|████▌ | 91/200 [00:01<00:01, 62.79it/s]\u001b[A\nfitting mesh colors: 49%|████▉ | 98/200 [00:01<00:01, 62.18it/s]\u001b[A\nfitting mesh colors: 52%|█████▎ | 105/200 [00:01<00:01, 62.48it/s]\u001b[A\nfitting mesh colors: 56%|█████▌ | 112/200 [00:01<00:01, 62.44it/s]\u001b[A\nfitting mesh colors: 60%|█████▉ | 119/200 [00:01<00:01, 61.89it/s]\u001b[A\nfitting mesh colors: 63%|██████▎ | 126/200 [00:02<00:01, 62.31it/s]\u001b[A\nfitting mesh colors: 66%|██████▋ | 133/200 [00:02<00:01, 62.63it/s]\u001b[A\nfitting mesh colors: 70%|███████ | 140/200 [00:02<00:00, 62.29it/s]\u001b[A\nfitting mesh colors: 74%|███████▎ | 147/200 [00:02<00:00, 62.26it/s]\u001b[A\nfitting mesh colors: 77%|███████▋ | 154/200 [00:02<00:00, 62.08it/s]\u001b[A\nfitting mesh colors: 80%|████████ | 161/200 [00:02<00:00, 61.99it/s]\u001b[A\nfitting mesh colors: 84%|████████▍ | 168/200 [00:02<00:00, 62.47it/s]\u001b[A\nfitting mesh colors: 88%|████████▊ | 175/200 [00:02<00:00, 62.51it/s]\u001b[A\nfitting mesh colors: 91%|█████████ | 182/200 [00:02<00:00, 62.25it/s]\u001b[A\nfitting mesh colors: 94%|█████████▍| 189/200 [00:03<00:00, 62.66it/s]\u001b[A\nfitting mesh colors: 98%|█████████▊| 196/200 [00:03<00:00, 62.35it/s]\u001b[A\nfitting mesh colors: 100%|██████████| 200/200 [00:03<00:00, 62.50it/s]\n 70% painting step 7/10 [00:54<00:25, 8.50s/it]\n0it [00:00, ?it/s]\u001b[A\n1it [00:00, 7.80it/s]\u001b[A\n3it [00:00, 11.31it/s]\u001b[A\n5it [00:00, 12.06it/s]\u001b[A\n7it [00:00, 12.50it/s]\u001b[A\n9it [00:00, 12.70it/s]\u001b[A\n11it [00:00, 12.73it/s]\u001b[A\n13it [00:01, 12.82it/s]\u001b[A\n15it [00:01, 12.92it/s]\u001b[A\n17it [00:01, 13.00it/s]\u001b[A\n19it [00:01, 12.97it/s]\u001b[A\n21it [00:01, 13.01it/s]\u001b[A\n23it [00:01, 13.06it/s]\u001b[A\n25it [00:01, 13.07it/s]\u001b[A\n27it [00:02, 13.07it/s]\u001b[A\n29it [00:02, 13.06it/s]\u001b[A\n31it [00:02, 12.92it/s]\u001b[A\n33it [00:02, 12.98it/s]\u001b[A\n35it [00:02, 12.94it/s]\u001b[A\n37it [00:02, 13.04it/s]\u001b[A\n39it [00:03, 13.05it/s]\u001b[A\n41it [00:03, 13.06it/s]\u001b[A\n43it [00:03, 13.06it/s]\u001b[A\n45it [00:03, 13.05it/s]\u001b[A\n47it [00:03, 13.06it/s]\u001b[A\n49it [00:03, 13.04it/s]\u001b[A\n51it [00:03, 13.07it/s]\u001b[A\n51it [00:03, 12.88it/s]\nfitting mesh colors: 0%| | 0/200 [00:00<?, ?it/s]\u001b[A\nfitting mesh colors: 4%|▎ | 7/200 [00:00<00:02, 64.89it/s]\u001b[A\nfitting mesh colors: 7%|▋ | 14/200 [00:00<00:02, 63.67it/s]\u001b[A\nfitting mesh colors: 10%|█ | 21/200 [00:00<00:02, 63.64it/s]\u001b[A\nfitting mesh colors: 14%|█▍ | 28/200 [00:00<00:02, 63.69it/s]\u001b[A\nfitting mesh colors: 18%|█▊ | 35/200 [00:00<00:02, 63.74it/s]\u001b[A\nfitting mesh colors: 21%|██ | 42/200 [00:00<00:02, 63.78it/s]\u001b[A\nfitting mesh colors: 24%|██▍ | 49/200 [00:00<00:02, 63.76it/s]\u001b[A\nfitting mesh colors: 28%|██▊ | 56/200 [00:00<00:02, 63.70it/s]\u001b[A\nfitting mesh colors: 32%|███▏ | 63/200 [00:00<00:02, 63.68it/s]\u001b[A\nfitting mesh colors: 35%|███▌ | 70/200 [00:01<00:02, 63.64it/s]\u001b[A\nfitting mesh colors: 38%|███▊ | 77/200 [00:01<00:01, 63.52it/s]\u001b[A\nfitting mesh colors: 42%|████▏ | 84/200 [00:01<00:01, 63.62it/s]\u001b[A\nfitting mesh colors: 46%|████▌ | 91/200 [00:01<00:01, 63.31it/s]\u001b[A\nfitting mesh colors: 49%|████▉ | 98/200 [00:01<00:01, 62.91it/s]\u001b[A\nfitting mesh colors: 52%|█████▎ | 105/200 [00:01<00:01, 63.11it/s]\u001b[A\nfitting mesh colors: 56%|█████▌ | 112/200 [00:01<00:01, 63.35it/s]\u001b[A\nfitting mesh colors: 60%|█████▉ | 119/200 [00:01<00:01, 63.46it/s]\u001b[A\nfitting mesh colors: 63%|██████▎ | 126/200 [00:01<00:01, 63.57it/s]\u001b[A\nfitting mesh colors: 66%|██████▋ | 133/200 [00:02<00:01, 63.57it/s]\u001b[A\nfitting mesh colors: 70%|███████ | 140/200 [00:02<00:00, 63.61it/s]\u001b[A\nfitting mesh colors: 74%|███████▎ | 147/200 [00:02<00:00, 63.58it/s]\u001b[A\nfitting mesh colors: 77%|███████▋ | 154/200 [00:02<00:00, 63.57it/s]\u001b[A\nfitting mesh colors: 80%|████████ | 161/200 [00:02<00:00, 63.61it/s]\u001b[A\nfitting mesh colors: 84%|████████▍ | 168/200 [00:02<00:00, 63.55it/s]\u001b[A\nfitting mesh colors: 88%|████████▊ | 175/200 [00:02<00:00, 63.55it/s]\u001b[A\nfitting mesh colors: 91%|█████████ | 182/200 [00:02<00:00, 63.52it/s]\u001b[A\nfitting mesh colors: 94%|█████████▍| 189/200 [00:02<00:00, 63.55it/s]\u001b[A\nfitting mesh colors: 98%|█████████▊| 196/200 [00:03<00:00, 63.63it/s]\u001b[A\nfitting mesh colors: 100%|██████████| 200/200 [00:03<00:00, 63.57it/s]\n 80% painting step 8/10 [01:03<00:17, 8.66s/it]\n0it [00:00, ?it/s]\u001b[A\n1it [00:00, 8.04it/s]\u001b[A\n3it [00:00, 11.28it/s]\u001b[A\n5it [00:00, 12.11it/s]\u001b[A\n7it [00:00, 12.47it/s]\u001b[A\n9it [00:00, 12.68it/s]\u001b[A\n11it [00:00, 12.79it/s]\u001b[A\n13it [00:01, 12.88it/s]\u001b[A\n15it [00:01, 12.94it/s]\u001b[A\n17it [00:01, 12.99it/s]\u001b[A\n19it [00:01, 13.02it/s]\u001b[A\n21it [00:01, 13.04it/s]\u001b[A\n23it [00:01, 13.05it/s]\u001b[A\n25it [00:01, 13.05it/s]\u001b[A\n27it [00:02, 13.06it/s]\u001b[A\n29it [00:02, 13.03it/s]\u001b[A\n31it [00:02, 13.04it/s]\u001b[A\n33it [00:02, 13.06it/s]\u001b[A\n35it [00:02, 13.07it/s]\u001b[A\n37it [00:02, 13.07it/s]\u001b[A\n39it [00:03, 13.07it/s]\u001b[A\n41it [00:03, 13.07it/s]\u001b[A\n43it [00:03, 13.07it/s]\u001b[A\n45it [00:03, 13.05it/s]\u001b[A\n47it [00:03, 13.06it/s]\u001b[A\n49it [00:03, 13.05it/s]\u001b[A\n51it [00:03, 13.05it/s]\u001b[A\n51it [00:03, 12.90it/s]\nfitting mesh colors: 0%| | 0/200 [00:00<?, ?it/s]\u001b[A\nfitting mesh colors: 4%|▎ | 7/200 [00:00<00:02, 67.00it/s]\u001b[A\nfitting mesh colors: 7%|▋ | 14/200 [00:00<00:02, 64.85it/s]\u001b[A\nfitting mesh colors: 10%|█ | 21/200 [00:00<00:02, 64.30it/s]\u001b[A\nfitting mesh colors: 14%|█▍ | 28/200 [00:00<00:02, 64.02it/s]\u001b[A\nfitting mesh colors: 18%|█▊ | 35/200 [00:00<00:02, 63.86it/s]\u001b[A\nfitting mesh colors: 21%|██ | 42/200 [00:00<00:02, 63.72it/s]\u001b[A\nfitting mesh colors: 24%|██▍ | 49/200 [00:00<00:02, 63.69it/s]\u001b[A\nfitting mesh colors: 28%|██▊ | 56/200 [00:00<00:02, 63.63it/s]\u001b[A\nfitting mesh colors: 32%|███▏ | 63/200 [00:00<00:02, 63.50it/s]\u001b[A\nfitting mesh colors: 35%|███▌ | 70/200 [00:01<00:02, 63.51it/s]\u001b[A\nfitting mesh colors: 38%|███▊ | 77/200 [00:01<00:01, 63.54it/s]\u001b[A\nfitting mesh colors: 42%|████▏ | 84/200 [00:01<00:01, 63.43it/s]\u001b[A\nfitting mesh colors: 46%|████▌ | 91/200 [00:01<00:01, 63.43it/s]\u001b[A\nfitting mesh colors: 49%|████▉ | 98/200 [00:01<00:01, 63.49it/s]\u001b[A\nfitting mesh colors: 52%|█████▎ | 105/200 [00:01<00:01, 63.44it/s]\u001b[A\nfitting mesh colors: 56%|█████▌ | 112/200 [00:01<00:01, 63.49it/s]\u001b[A\nfitting mesh colors: 60%|█████▉ | 119/200 [00:01<00:01, 63.56it/s]\u001b[A\nfitting mesh colors: 63%|██████▎ | 126/200 [00:01<00:01, 63.54it/s]\u001b[A\nfitting mesh colors: 66%|██████▋ | 133/200 [00:02<00:01, 63.55it/s]\u001b[A\nfitting mesh colors: 70%|███████ | 140/200 [00:02<00:00, 63.56it/s]\u001b[A\nfitting mesh colors: 74%|███████▎ | 147/200 [00:02<00:00, 63.52it/s]\u001b[A\nfitting mesh colors: 77%|███████▋ | 154/200 [00:02<00:00, 63.52it/s]\u001b[A\nfitting mesh colors: 80%|████████ | 161/200 [00:02<00:00, 63.50it/s]\u001b[A\nfitting mesh colors: 84%|████████▍ | 168/200 [00:02<00:00, 63.52it/s]\u001b[A\nfitting mesh colors: 88%|████████▊ | 175/200 [00:02<00:00, 63.56it/s]\u001b[A\nfitting mesh colors: 91%|█████████ | 182/200 [00:02<00:00, 63.55it/s]\u001b[A\nfitting mesh colors: 94%|█████████▍| 189/200 [00:02<00:00, 63.58it/s]\u001b[A\nfitting mesh colors: 98%|█████████▊| 196/200 [00:03<00:00, 63.60it/s]\u001b[A\nfitting mesh colors: 100%|██████████| 200/200 [00:03<00:00, 63.64it/s]\n 90% painting step 9/10 [01:12<00:08, 8.74s/it]\n0it [00:00, ?it/s]\u001b[A\n1it [00:00, 8.01it/s]\u001b[A\n3it [00:00, 11.27it/s]\u001b[A\n5it [00:00, 12.10it/s]\u001b[A\n7it [00:00, 12.50it/s]\u001b[A\n9it [00:00, 12.71it/s]\u001b[A\n11it [00:00, 12.82it/s]\u001b[A\n13it [00:01, 12.92it/s]\u001b[A\n15it [00:01, 12.97it/s]\u001b[A\n17it [00:01, 13.03it/s]\u001b[A\n19it [00:01, 13.03it/s]\u001b[A\n21it [00:01, 13.05it/s]\u001b[A\n23it [00:01, 13.07it/s]\u001b[A\n25it [00:01, 13.07it/s]\u001b[A\n27it [00:02, 13.07it/s]\u001b[A\n29it [00:02, 13.08it/s]\u001b[A\n31it [00:02, 13.08it/s]\u001b[A\n33it [00:02, 13.07it/s]\u001b[A\n35it [00:02, 13.07it/s]\u001b[A\n37it [00:02, 13.07it/s]\u001b[A\n39it [00:03, 13.07it/s]\u001b[A\n41it [00:03, 13.06it/s]\u001b[A\n43it [00:03, 13.06it/s]\u001b[A\n45it [00:03, 13.06it/s]\u001b[A\n47it [00:03, 13.06it/s]\u001b[A\n49it [00:03, 13.04it/s]\u001b[A\n51it [00:03, 13.06it/s]\u001b[A\n51it [00:03, 12.91it/s]\nfitting mesh colors: 0%| | 0/200 [00:00<?, ?it/s]\u001b[A\nfitting mesh colors: 4%|▎ | 7/200 [00:00<00:02, 67.01it/s]\u001b[A\nfitting mesh colors: 7%|▋ | 14/200 [00:00<00:02, 65.10it/s]\u001b[A\nfitting mesh colors: 10%|█ | 21/200 [00:00<00:02, 64.85it/s]\u001b[A\nfitting mesh colors: 14%|█▍ | 28/200 [00:00<00:02, 64.37it/s]\u001b[A\nfitting mesh colors: 18%|█▊ | 35/200 [00:00<00:02, 64.31it/s]\u001b[A\nfitting mesh colors: 21%|██ | 42/200 [00:00<00:02, 64.28it/s]\u001b[A\nfitting mesh colors: 24%|██▍ | 49/200 [00:00<00:02, 64.32it/s]\u001b[A\nfitting mesh colors: 28%|██▊ | 56/200 [00:00<00:02, 64.36it/s]\u001b[A\nfitting mesh colors: 32%|███▏ | 63/200 [00:00<00:02, 64.33it/s]\u001b[A\nfitting mesh colors: 35%|███▌ | 70/200 [00:01<00:02, 64.32it/s]\u001b[A\nfitting mesh colors: 38%|███▊ | 77/200 [00:01<00:01, 64.29it/s]\u001b[A\nfitting mesh colors: 42%|████▏ | 84/200 [00:01<00:01, 64.29it/s]\u001b[A\nfitting mesh colors: 46%|████▌ | 91/200 [00:01<00:01, 64.27it/s]\u001b[A\nfitting mesh colors: 49%|████▉ | 98/200 [00:01<00:01, 64.32it/s]\u001b[A\nfitting mesh colors: 52%|█████▎ | 105/200 [00:01<00:01, 64.40it/s]\u001b[A\nfitting mesh colors: 56%|█████▌ | 112/200 [00:01<00:01, 64.41it/s]\u001b[A\nfitting mesh colors: 60%|█████▉ | 119/200 [00:01<00:01, 64.52it/s]\u001b[A\nfitting mesh colors: 63%|██████▎ | 126/200 [00:01<00:01, 64.54it/s]\u001b[A\nfitting mesh colors: 66%|██████▋ | 133/200 [00:02<00:01, 64.53it/s]\u001b[A\nfitting mesh colors: 70%|███████ | 140/200 [00:02<00:00, 64.28it/s]\u001b[A\nfitting mesh colors: 74%|███████▎ | 147/200 [00:02<00:00, 64.36it/s]\u001b[A\nfitting mesh colors: 77%|███████▋ | 154/200 [00:02<00:00, 64.26it/s]\u001b[A\nfitting mesh colors: 80%|████████ | 161/200 [00:02<00:00, 64.31it/s]\u001b[A\nfitting mesh colors: 84%|████████▍ | 168/200 [00:02<00:00, 64.42it/s]\u001b[A\nfitting mesh colors: 88%|████████▊ | 175/200 [00:02<00:00, 64.43it/s]\u001b[A\nfitting mesh colors: 91%|█████████ | 182/200 [00:02<00:00, 64.42it/s]\u001b[A\nfitting mesh colors: 94%|█████████▍| 189/200 [00:02<00:00, 64.45it/s]\u001b[A\nfitting mesh colors: 98%|█████████▊| 196/200 [00:03<00:00, 64.47it/s]\u001b[A\nfitting mesh colors: 100%|██████████| 200/200 [00:03<00:00, 64.43it/s]\n100% painting step 10/10 [01:21<00:00, 8.79s/it]\n0it [00:00, ?it/s]\u001b[A\n1it [00:00, 7.97it/s]\u001b[A\n3it [00:00, 11.27it/s]\u001b[A\n5it [00:00, 12.12it/s]\u001b[A\n7it [00:00, 12.13it/s]\u001b[A\n9it [00:00, 12.67it/s]\u001b[A\n11it [00:00, 12.64it/s]\u001b[A\n13it [00:01, 12.63it/s]\u001b[A\n15it [00:01, 12.74it/s]\u001b[A\n17it [00:01, 12.85it/s]\u001b[A\n19it [00:01, 12.88it/s]\u001b[A\n21it [00:01, 12.85it/s]\u001b[A\n23it [00:01, 12.88it/s]\u001b[A\n25it [00:01, 12.86it/s]\u001b[A\n27it [00:02, 13.01it/s]\u001b[A\n29it [00:02, 12.65it/s]\u001b[A\n31it [00:02, 12.71it/s]\u001b[A\n33it [00:02, 12.68it/s]\u001b[A\n35it [00:02, 12.69it/s]\u001b[A\n37it [00:02, 12.71it/s]\u001b[A\n39it [00:03, 12.80it/s]\u001b[A\n41it [00:03, 12.79it/s]\u001b[A\n43it [00:03, 12.85it/s]\u001b[A\n45it [00:03, 12.82it/s]\u001b[A\n47it [00:03, 12.84it/s]\u001b[A\n49it [00:03, 12.81it/s]\u001b[A\n51it [00:04, 12.90it/s]\u001b[A\n51it [00:04, 12.69it/s]\nfitting mesh colors: 0%| | 0/200 [00:00<?, ?it/s]\u001b[A\nfitting mesh colors: 4%|▎ | 7/200 [00:00<00:02, 64.90it/s]\u001b[A\nfitting mesh colors: 7%|▋ | 14/200 [00:00<00:03, 61.78it/s]\u001b[A\nfitting mesh colors: 10%|█ | 21/200 [00:00<00:02, 60.82it/s]\u001b[A\nfitting mesh colors: 14%|█▍ | 28/200 [00:00<00:02, 60.63it/s]\u001b[A\nfitting mesh colors: 18%|█▊ | 35/200 [00:00<00:02, 59.65it/s]\u001b[A\nfitting mesh colors: 21%|██ | 42/200 [00:00<00:02, 59.92it/s]\u001b[A\nfitting mesh colors: 24%|██▍ | 49/200 [00:00<00:02, 60.10it/s]\u001b[A\nfitting mesh colors: 28%|██▊ | 56/200 [00:00<00:02, 60.21it/s]\u001b[A\nfitting mesh colors: 32%|███▏ | 63/200 [00:01<00:02, 59.47it/s]\u001b[A\nfitting mesh colors: 34%|███▍ | 69/200 [00:01<00:02, 59.10it/s]\u001b[A\nfitting mesh colors: 38%|███▊ | 75/200 [00:01<00:02, 59.10it/s]\u001b[A\nfitting mesh colors: 41%|████ | 82/200 [00:01<00:01, 59.54it/s]\u001b[A\nfitting mesh colors: 44%|████▍ | 89/200 [00:01<00:01, 60.02it/s]\u001b[A\nfitting mesh colors: 48%|████▊ | 96/200 [00:01<00:01, 60.44it/s]\u001b[A\nfitting mesh colors: 52%|█████▏ | 103/200 [00:01<00:01, 60.58it/s]\u001b[A\nfitting mesh colors: 55%|█████▌ | 110/200 [00:01<00:01, 60.73it/s]\u001b[A\nfitting mesh colors: 58%|█████▊ | 117/200 [00:01<00:01, 60.71it/s]\u001b[A\nfitting mesh colors: 62%|██████▏ | 124/200 [00:02<00:01, 60.33it/s]\u001b[A\nfitting mesh colors: 66%|██████▌ | 131/200 [00:02<00:01, 60.33it/s]\u001b[A\nfitting mesh colors: 69%|██████▉ | 138/200 [00:02<00:01, 60.34it/s]\u001b[A\nfitting mesh colors: 72%|███████▎ | 145/200 [00:02<00:00, 59.71it/s]\u001b[A\nfitting mesh colors: 76%|███████▌ | 152/200 [00:02<00:00, 60.44it/s]\u001b[A\nfitting mesh colors: 80%|███████▉ | 159/200 [00:02<00:00, 60.96it/s]\u001b[A\nfitting mesh colors: 83%|████████▎ | 166/200 [00:02<00:00, 61.07it/s]\u001b[A\nfitting mesh colors: 86%|████████▋ | 173/200 [00:02<00:00, 61.45it/s]\u001b[A\nfitting mesh colors: 90%|█████████ | 180/200 [00:02<00:00, 61.16it/s]\u001b[A\nfitting mesh colors: 94%|█████████▎| 187/200 [00:03<00:00, 60.92it/s]\u001b[A\nfitting mesh colors: 97%|█████████▋| 194/200 [00:03<00:00, 60.43it/s]\u001b[A\nfitting mesh colors: 100%|██████████| 200/200 [00:03<00:00, 60.45it/s]\n100% painting step 10/10 [01:37<00:00, 9.75s/it]\nadding: tmp/mesh/ (stored 0%)\n adding: tmp/mesh/albedo.png(deflated 0%)\n adding: tmp/mesh/mesh.obj(deflated 64%)\nadding: tmp/mesh/mesh.mtl (deflated 55%)", "metrics": { "predict_time": 124.231807, "total_time": 435.578865 }, "output": [ "https://replicate.delivery/pbxt/VHB0exHBWiX2fERWw5if1UmX6zV24atjrsTRkNwJSSihdR5jA/mesh.glb", "https://replicate.delivery/pbxt/jlafTVOZyiWcEiALzyDfaoz39l1BR7ftWpfCfo3xRqgM2FlPC/output.mp4" ], "started_at": "2023-11-27T18:00:21.670632Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/qew6dwtbnsstzwrvmkwnmjkyo4", "cancel": "https://api.replicate.com/v1/predictions/qew6dwtbnsstzwrvmkwnmjkyo4/cancel" }, "version": "456e72c47358d0da0a1b3002c8cf9f4eb123afa4bb8ff2b521fea40a71746a7f" }
Generated in2023-11-27 18:00:25 try to load hugging face access token from the default place, make sure you have run `huggingface-cli login`. 2023-11-27 18:00:25 loading stable diffusion with /src/hf-cache/stable-diffusion-2-depth... /root/.pyenv/versions/3.8.18/lib/python3.8/site-packages/transformers/tokenization_utils_base.py:1895: FutureWarning: The `use_auth_token` argument is deprecated and will be removed in v5 of Transformers. Please use `token` instead. warnings.warn( /root/.pyenv/versions/3.8.18/lib/python3.8/site-packages/transformers/modeling_utils.py:2570: FutureWarning: The `use_auth_token` argument is deprecated and will be removed in v5 of Transformers. Please use `token` instead. warnings.warn( 2023-11-27 18:00:44 successfully loaded stable diffusion! /src/src/utils.py:45: RuntimeWarning: invalid value encountered in cast tensor = (tensor * 255).astype(np.uint8) 0% painting step 0/10 [00:00<?, ?it/s]/src/src/stable_diffusion_depth.py:198: FutureWarning: Accessing config attribute `in_channels` directly via 'UNet2DConditionModel' object attribute is deprecated. Please access 'in_channels' over 'UNet2DConditionModel's config object instead, e.g. 'unet.config.in_channels'. (text_embeddings.shape[0] // 2, self.unet.in_channels - 1, depth_mask.shape[2], 0it [00:00, ?it/s] 2it [00:00, 13.09it/s] 4it [00:00, 13.05it/s] 6it [00:00, 13.05it/s] 8it [00:00, 13.08it/s] 10it [00:00, 13.08it/s] 12it [00:00, 13.06it/s] 14it [00:01, 13.06it/s] 16it [00:01, 13.06it/s] 18it [00:01, 13.05it/s] 20it [00:01, 13.07it/s] 22it [00:01, 13.07it/s] 24it [00:01, 13.07it/s] 26it [00:01, 12.99it/s] 28it [00:02, 13.07it/s] 30it [00:02, 13.09it/s] 32it [00:02, 12.97it/s] 34it [00:02, 13.12it/s] 36it [00:02, 13.12it/s] 38it [00:02, 13.09it/s] 40it [00:03, 13.10it/s] 42it [00:03, 13.08it/s] 44it [00:03, 13.08it/s] 46it [00:03, 13.08it/s] 48it [00:03, 13.08it/s] 50it [00:03, 13.07it/s] 51it [00:03, 13.07it/s] fitting mesh colors: 0%| | 0/200 [00:00<?, ?it/s] fitting mesh colors: 4%|▎ | 7/200 [00:00<00:03, 61.53it/s] fitting mesh colors: 7%|▋ | 14/200 [00:00<00:03, 61.97it/s] fitting mesh colors: 10%|█ | 21/200 [00:00<00:02, 62.07it/s] fitting mesh colors: 14%|█▍ | 28/200 [00:00<00:02, 62.17it/s] fitting mesh colors: 18%|█▊ | 35/200 [00:00<00:02, 62.17it/s] fitting mesh colors: 21%|██ | 42/200 [00:00<00:02, 62.08it/s] fitting mesh colors: 24%|██▍ | 49/200 [00:00<00:02, 62.07it/s] fitting mesh colors: 28%|██▊ | 56/200 [00:00<00:02, 62.09it/s] fitting mesh colors: 32%|███▏ | 63/200 [00:01<00:02, 62.13it/s] fitting mesh colors: 35%|███▌ | 70/200 [00:01<00:02, 62.17it/s] fitting mesh colors: 38%|███▊ | 77/200 [00:01<00:01, 62.09it/s] fitting mesh colors: 42%|████▏ | 84/200 [00:01<00:01, 62.04it/s] fitting mesh colors: 46%|████▌ | 91/200 [00:01<00:01, 62.10it/s] fitting mesh colors: 49%|████▉ | 98/200 [00:01<00:01, 62.10it/s] fitting mesh colors: 52%|█████▎ | 105/200 [00:01<00:01, 62.13it/s] fitting mesh colors: 56%|█████▌ | 112/200 [00:01<00:01, 62.16it/s] fitting mesh colors: 60%|█████▉ | 119/200 [00:01<00:01, 61.42it/s] fitting mesh colors: 63%|██████▎ | 126/200 [00:02<00:01, 61.60it/s] fitting mesh colors: 66%|██████▋ | 133/200 [00:02<00:01, 61.75it/s] fitting mesh colors: 70%|███████ | 140/200 [00:02<00:00, 61.90it/s] fitting mesh colors: 74%|███████▎ | 147/200 [00:02<00:00, 61.98it/s] fitting mesh colors: 77%|███████▋ | 154/200 [00:02<00:00, 62.00it/s] fitting mesh colors: 80%|████████ | 161/200 [00:02<00:00, 62.01it/s] fitting mesh colors: 84%|████████▍ | 168/200 [00:02<00:00, 62.03it/s] fitting mesh colors: 88%|████████▊ | 175/200 [00:02<00:00, 62.14it/s] fitting mesh colors: 91%|█████████ | 182/200 [00:02<00:00, 62.15it/s] fitting mesh colors: 94%|█████████▍| 189/200 [00:03<00:00, 62.22it/s] fitting mesh colors: 98%|█████████▊| 196/200 [00:03<00:00, 62.24it/s] fitting mesh colors: 100%|██████████| 200/200 [00:03<00:00, 62.05it/s] 20% painting step 2/10 [00:09<00:39, 4.88s/it] 0it [00:00, ?it/s] 1it [00:00, 7.47it/s] 3it [00:00, 11.35it/s] 5it [00:00, 12.10it/s] 7it [00:00, 12.51it/s] 9it [00:00, 12.72it/s] 11it [00:00, 12.83it/s] 13it [00:01, 12.88it/s] 15it [00:01, 12.92it/s] 17it [00:01, 13.03it/s] 19it [00:01, 13.06it/s] 21it [00:01, 13.05it/s] 23it [00:01, 13.07it/s] 25it [00:01, 13.08it/s] 27it [00:02, 13.07it/s] 29it [00:02, 13.07it/s] 31it [00:02, 13.07it/s] 33it [00:02, 13.07it/s] 35it [00:02, 13.07it/s] 37it [00:02, 13.05it/s] 39it [00:03, 12.97it/s] 41it [00:03, 13.08it/s] 43it [00:03, 13.07it/s] 45it [00:03, 13.07it/s] 47it [00:03, 13.05it/s] 49it [00:03, 13.05it/s] 51it [00:03, 13.04it/s] 51it [00:03, 12.90it/s] fitting mesh colors: 0%| | 0/200 [00:00<?, ?it/s] fitting mesh colors: 4%|▎ | 7/200 [00:00<00:02, 66.15it/s] fitting mesh colors: 7%|▋ | 14/200 [00:00<00:02, 63.85it/s] fitting mesh colors: 10%|█ | 21/200 [00:00<00:02, 63.37it/s] fitting mesh colors: 14%|█▍ | 28/200 [00:00<00:02, 63.08it/s] fitting mesh colors: 18%|█▊ | 35/200 [00:00<00:02, 62.99it/s] fitting mesh colors: 21%|██ | 42/200 [00:00<00:02, 62.81it/s] fitting mesh colors: 24%|██▍ | 49/200 [00:00<00:02, 62.78it/s] fitting mesh colors: 28%|██▊ | 56/200 [00:00<00:02, 62.71it/s] fitting mesh colors: 32%|███▏ | 63/200 [00:01<00:02, 62.61it/s] fitting mesh colors: 35%|███▌ | 70/200 [00:01<00:02, 62.56it/s] fitting mesh colors: 38%|███▊ | 77/200 [00:01<00:01, 62.55it/s] fitting mesh colors: 42%|████▏ | 84/200 [00:01<00:01, 62.57it/s] fitting mesh colors: 46%|████▌ | 91/200 [00:01<00:01, 62.58it/s] fitting mesh colors: 49%|████▉ | 98/200 [00:01<00:01, 62.49it/s] fitting mesh colors: 52%|█████▎ | 105/200 [00:01<00:01, 62.54it/s] fitting mesh colors: 56%|█████▌ | 112/200 [00:01<00:01, 62.45it/s] fitting mesh colors: 60%|█████▉ | 119/200 [00:01<00:01, 62.42it/s] fitting mesh colors: 63%|██████▎ | 126/200 [00:02<00:01, 62.46it/s] fitting mesh colors: 66%|██████▋ | 133/200 [00:02<00:01, 62.55it/s] fitting mesh colors: 70%|███████ | 140/200 [00:02<00:00, 62.54it/s] fitting mesh colors: 74%|███████▎ | 147/200 [00:02<00:00, 62.26it/s] fitting mesh colors: 77%|███████▋ | 154/200 [00:02<00:00, 62.01it/s] fitting mesh colors: 80%|████████ | 161/200 [00:02<00:00, 61.88it/s] fitting mesh colors: 84%|████████▍ | 168/200 [00:02<00:00, 61.80it/s] fitting mesh colors: 88%|████████▊ | 175/200 [00:02<00:00, 61.70it/s] fitting mesh colors: 91%|█████████ | 182/200 [00:02<00:00, 61.79it/s] fitting mesh colors: 94%|█████████▍| 189/200 [00:03<00:00, 61.60it/s] fitting mesh colors: 98%|█████████▊| 196/200 [00:03<00:00, 61.39it/s] fitting mesh colors: 100%|██████████| 200/200 [00:03<00:00, 62.33it/s] 30% painting step 3/10 [00:18<00:46, 6.61s/it] 0it [00:00, ?it/s] 1it [00:00, 7.76it/s] 3it [00:00, 11.18it/s] 5it [00:00, 12.01it/s] 7it [00:00, 12.41it/s] 9it [00:00, 12.82it/s] 11it [00:00, 12.90it/s] 13it [00:01, 12.92it/s] 15it [00:01, 13.00it/s] 17it [00:01, 13.03it/s] 19it [00:01, 13.06it/s] 21it [00:01, 13.03it/s] 23it [00:01, 13.06it/s] 25it [00:01, 13.06it/s] 27it [00:02, 13.03it/s] 29it [00:02, 13.05it/s] 31it [00:02, 13.01it/s] 33it [00:02, 13.04it/s] 35it [00:02, 13.03it/s] 37it [00:02, 13.06it/s] 39it [00:03, 12.85it/s] 41it [00:03, 13.11it/s] 43it [00:03, 12.91it/s] 45it [00:03, 13.12it/s] 47it [00:03, 13.11it/s] 49it [00:03, 13.08it/s] 51it [00:03, 13.07it/s] 51it [00:03, 12.90it/s] fitting mesh colors: 0%| | 0/200 [00:00<?, ?it/s] fitting mesh colors: 4%|▎ | 7/200 [00:00<00:02, 66.20it/s] fitting mesh colors: 7%|▋ | 14/200 [00:00<00:02, 64.47it/s] fitting mesh colors: 10%|█ | 21/200 [00:00<00:02, 63.96it/s] fitting mesh colors: 14%|█▍ | 28/200 [00:00<00:02, 63.74it/s] fitting mesh colors: 18%|█▊ | 35/200 [00:00<00:02, 63.48it/s] fitting mesh colors: 21%|██ | 42/200 [00:00<00:02, 63.35it/s] fitting mesh colors: 24%|██▍ | 49/200 [00:00<00:02, 63.33it/s] fitting mesh colors: 28%|██▊ | 56/200 [00:00<00:02, 63.23it/s] fitting mesh colors: 32%|███▏ | 63/200 [00:00<00:02, 63.28it/s] fitting mesh colors: 35%|███▌ | 70/200 [00:01<00:02, 63.19it/s] fitting mesh colors: 38%|███▊ | 77/200 [00:01<00:01, 63.17it/s] fitting mesh colors: 42%|████▏ | 84/200 [00:01<00:01, 63.22it/s] fitting mesh colors: 46%|████▌ | 91/200 [00:01<00:01, 63.13it/s] fitting mesh colors: 49%|████▉ | 98/200 [00:01<00:01, 63.13it/s] fitting mesh colors: 52%|█████▎ | 105/200 [00:01<00:01, 63.19it/s] fitting mesh colors: 56%|█████▌ | 112/200 [00:01<00:01, 63.14it/s] fitting mesh colors: 60%|█████▉ | 119/200 [00:01<00:01, 63.13it/s] fitting mesh colors: 63%|██████▎ | 126/200 [00:01<00:01, 62.97it/s] fitting mesh colors: 66%|██████▋ | 133/200 [00:02<00:01, 63.09it/s] fitting mesh colors: 70%|███████ | 140/200 [00:02<00:00, 63.10it/s] fitting mesh colors: 74%|███████▎ | 147/200 [00:02<00:00, 63.08it/s] fitting mesh colors: 77%|███████▋ | 154/200 [00:02<00:00, 63.10it/s] fitting mesh colors: 80%|████████ | 161/200 [00:02<00:00, 63.09it/s] fitting mesh colors: 84%|████████▍ | 168/200 [00:02<00:00, 63.07it/s] fitting mesh colors: 88%|████████▊ | 175/200 [00:02<00:00, 63.07it/s] fitting mesh colors: 91%|█████████ | 182/200 [00:02<00:00, 63.04it/s] fitting mesh colors: 94%|█████████▍| 189/200 [00:02<00:00, 62.29it/s] fitting mesh colors: 98%|█████████▊| 196/200 [00:03<00:00, 62.61it/s] fitting mesh colors: 100%|██████████| 200/200 [00:03<00:00, 63.14it/s] 40% painting step 4/10 [00:27<00:44, 7.46s/it] 0it [00:00, ?it/s] 1it [00:00, 7.93it/s] 3it [00:00, 11.08it/s] 5it [00:00, 12.12it/s] 7it [00:00, 12.51it/s] 9it [00:00, 12.72it/s] 11it [00:00, 12.82it/s] 13it [00:01, 12.90it/s] 15it [00:01, 12.58it/s] 17it [00:01, 13.00it/s] 19it [00:01, 13.03it/s] 21it [00:01, 13.01it/s] 23it [00:01, 13.06it/s] 25it [00:01, 13.05it/s] 27it [00:02, 13.00it/s] 29it [00:02, 12.89it/s] 31it [00:02, 13.08it/s] 33it [00:02, 13.00it/s] 35it [00:02, 13.09it/s] 37it [00:02, 12.99it/s] 39it [00:03, 13.01it/s] 41it [00:03, 13.02it/s] 43it [00:03, 13.08it/s] 45it [00:03, 13.07it/s] 47it [00:03, 12.99it/s] 49it [00:03, 12.93it/s] 51it [00:03, 12.97it/s] 51it [00:03, 12.85it/s] fitting mesh colors: 0%| | 0/200 [00:00<?, ?it/s] fitting mesh colors: 4%|▎ | 7/200 [00:00<00:02, 65.76it/s] fitting mesh colors: 7%|▋ | 14/200 [00:00<00:02, 64.13it/s] fitting mesh colors: 10%|█ | 21/200 [00:00<00:02, 63.44it/s] fitting mesh colors: 14%|█▍ | 28/200 [00:00<00:02, 63.34it/s] fitting mesh colors: 18%|█▊ | 35/200 [00:00<00:02, 63.26it/s] fitting mesh colors: 21%|██ | 42/200 [00:00<00:02, 63.23it/s] fitting mesh colors: 24%|██▍ | 49/200 [00:00<00:02, 63.14it/s] fitting mesh colors: 28%|██▊ | 56/200 [00:00<00:02, 63.08it/s] fitting mesh colors: 32%|███▏ | 63/200 [00:00<00:02, 63.11it/s] fitting mesh colors: 35%|███▌ | 70/200 [00:01<00:02, 63.06it/s] fitting mesh colors: 38%|███▊ | 77/200 [00:01<00:01, 63.07it/s] fitting mesh colors: 42%|████▏ | 84/200 [00:01<00:01, 63.09it/s] fitting mesh colors: 46%|████▌ | 91/200 [00:01<00:01, 63.08it/s] fitting mesh colors: 49%|████▉ | 98/200 [00:01<00:01, 63.09it/s] fitting mesh colors: 52%|█████▎ | 105/200 [00:01<00:01, 63.14it/s] fitting mesh colors: 56%|█████▌ | 112/200 [00:01<00:01, 63.13it/s] fitting mesh colors: 60%|█████▉ | 119/200 [00:01<00:01, 63.15it/s] fitting mesh colors: 63%|██████▎ | 126/200 [00:01<00:01, 63.14it/s] fitting mesh colors: 66%|██████▋ | 133/200 [00:02<00:01, 63.20it/s] fitting mesh colors: 70%|███████ | 140/200 [00:02<00:00, 63.29it/s] fitting mesh colors: 74%|███████▎ | 147/200 [00:02<00:00, 63.31it/s] fitting mesh colors: 77%|███████▋ | 154/200 [00:02<00:00, 63.35it/s] fitting mesh colors: 80%|████████ | 161/200 [00:02<00:00, 63.33it/s] fitting mesh colors: 84%|████████▍ | 168/200 [00:02<00:00, 63.26it/s] fitting mesh colors: 88%|████████▊ | 175/200 [00:02<00:00, 63.24it/s] fitting mesh colors: 91%|█████████ | 182/200 [00:02<00:00, 63.28it/s] fitting mesh colors: 94%|█████████▍| 189/200 [00:02<00:00, 63.21it/s] fitting mesh colors: 98%|█████████▊| 196/200 [00:03<00:00, 63.28it/s] fitting mesh colors: 100%|██████████| 200/200 [00:03<00:00, 63.25it/s] 50% painting step 5/10 [00:36<00:39, 7.97s/it] 0it [00:00, ?it/s] 1it [00:00, 7.86it/s] 3it [00:00, 11.27it/s] 5it [00:00, 12.13it/s] 7it [00:00, 12.52it/s] 9it [00:00, 12.71it/s] 11it [00:00, 12.83it/s] 13it [00:01, 12.90it/s] 15it [00:01, 12.96it/s] 17it [00:01, 12.91it/s] 19it [00:01, 13.03it/s] 21it [00:01, 13.01it/s] 23it [00:01, 13.05it/s] 25it [00:01, 13.04it/s] 27it [00:02, 13.03it/s] 29it [00:02, 12.91it/s] 31it [00:02, 13.07it/s] 33it [00:02, 13.06it/s] 35it [00:02, 13.06it/s] 37it [00:02, 13.06it/s] 39it [00:03, 13.01it/s] 41it [00:03, 13.05it/s] 43it [00:03, 12.96it/s] 45it [00:03, 13.05it/s] 47it [00:03, 13.05it/s] 49it [00:03, 13.04it/s] 51it [00:03, 13.03it/s] 51it [00:03, 12.88it/s] fitting mesh colors: 0%| | 0/200 [00:00<?, ?it/s] fitting mesh colors: 4%|▎ | 7/200 [00:00<00:02, 66.34it/s] fitting mesh colors: 7%|▋ | 14/200 [00:00<00:02, 64.37it/s] fitting mesh colors: 10%|█ | 21/200 [00:00<00:02, 63.71it/s] fitting mesh colors: 14%|█▍ | 28/200 [00:00<00:02, 63.28it/s] fitting mesh colors: 18%|█▊ | 35/200 [00:00<00:02, 62.80it/s] fitting mesh colors: 21%|██ | 42/200 [00:00<00:02, 62.91it/s] fitting mesh colors: 24%|██▍ | 49/200 [00:00<00:02, 62.80it/s] fitting mesh colors: 28%|██▊ | 56/200 [00:00<00:02, 62.86it/s] fitting mesh colors: 32%|███▏ | 63/200 [00:00<00:02, 62.89it/s] fitting mesh colors: 35%|███▌ | 70/200 [00:01<00:02, 62.89it/s] fitting mesh colors: 38%|███▊ | 77/200 [00:01<00:01, 62.94it/s] fitting mesh colors: 42%|████▏ | 84/200 [00:01<00:01, 63.04it/s] fitting mesh colors: 46%|████▌ | 91/200 [00:01<00:01, 63.08it/s] fitting mesh colors: 49%|████▉ | 98/200 [00:01<00:01, 63.10it/s] fitting mesh colors: 52%|█████▎ | 105/200 [00:01<00:01, 63.18it/s] fitting mesh colors: 56%|█████▌ | 112/200 [00:01<00:01, 63.20it/s] fitting mesh colors: 60%|█████▉ | 119/200 [00:01<00:01, 62.98it/s] fitting mesh colors: 63%|██████▎ | 126/200 [00:01<00:01, 63.08it/s] fitting mesh colors: 66%|██████▋ | 133/200 [00:02<00:01, 62.99it/s] fitting mesh colors: 70%|███████ | 140/200 [00:02<00:00, 62.86it/s] fitting mesh colors: 74%|███████▎ | 147/200 [00:02<00:00, 62.82it/s] fitting mesh colors: 77%|███████▋ | 154/200 [00:02<00:00, 62.87it/s] fitting mesh colors: 80%|████████ | 161/200 [00:02<00:00, 62.89it/s] fitting mesh colors: 84%|████████▍ | 168/200 [00:02<00:00, 62.89it/s] fitting mesh colors: 88%|████████▊ | 175/200 [00:02<00:00, 62.85it/s] fitting mesh colors: 91%|█████████ | 182/200 [00:02<00:00, 62.87it/s] fitting mesh colors: 94%|█████████▍| 189/200 [00:02<00:00, 62.85it/s] fitting mesh colors: 98%|█████████▊| 196/200 [00:03<00:00, 62.82it/s] fitting mesh colors: 100%|██████████| 200/200 [00:03<00:00, 63.01it/s] 60% painting step 6/10 [00:45<00:33, 8.28s/it] 0it [00:00, ?it/s] 1it [00:00, 7.96it/s] 3it [00:00, 11.28it/s] 5it [00:00, 12.06it/s] 7it [00:00, 12.49it/s] 9it [00:00, 12.71it/s] 11it [00:00, 12.82it/s] 13it [00:01, 12.90it/s] 15it [00:01, 12.96it/s] 17it [00:01, 12.99it/s] 19it [00:01, 13.01it/s] 21it [00:01, 13.00it/s] 23it [00:01, 13.04it/s] 25it [00:01, 13.04it/s] 27it [00:02, 13.05it/s] 29it [00:02, 13.05it/s] 31it [00:02, 13.05it/s] 33it [00:02, 13.06it/s] 35it [00:02, 13.10it/s] 37it [00:02, 13.10it/s] 39it [00:03, 13.10it/s] 41it [00:03, 13.10it/s] 43it [00:03, 13.10it/s] 45it [00:03, 13.05it/s] 47it [00:03, 13.07it/s] 49it [00:03, 13.10it/s] 51it [00:03, 13.05it/s] 51it [00:03, 12.91it/s] fitting mesh colors: 0%| | 0/200 [00:00<?, ?it/s] fitting mesh colors: 4%|▎ | 7/200 [00:00<00:02, 66.17it/s] fitting mesh colors: 7%|▋ | 14/200 [00:00<00:02, 63.91it/s] fitting mesh colors: 10%|█ | 21/200 [00:00<00:02, 63.48it/s] fitting mesh colors: 14%|█▍ | 28/200 [00:00<00:02, 63.07it/s] fitting mesh colors: 18%|█▊ | 35/200 [00:00<00:02, 62.77it/s] fitting mesh colors: 21%|██ | 42/200 [00:00<00:02, 62.95it/s] fitting mesh colors: 24%|██▍ | 49/200 [00:00<00:02, 63.08it/s] fitting mesh colors: 28%|██▊ | 56/200 [00:00<00:02, 62.42it/s] fitting mesh colors: 32%|███▏ | 63/200 [00:01<00:02, 62.69it/s] fitting mesh colors: 35%|███▌ | 70/200 [00:01<00:02, 62.67it/s] fitting mesh colors: 38%|███▊ | 77/200 [00:01<00:01, 62.38it/s] fitting mesh colors: 42%|████▏ | 84/200 [00:01<00:01, 62.59it/s] fitting mesh colors: 46%|████▌ | 91/200 [00:01<00:01, 62.79it/s] fitting mesh colors: 49%|████▉ | 98/200 [00:01<00:01, 62.18it/s] fitting mesh colors: 52%|█████▎ | 105/200 [00:01<00:01, 62.48it/s] fitting mesh colors: 56%|█████▌ | 112/200 [00:01<00:01, 62.44it/s] fitting mesh colors: 60%|█████▉ | 119/200 [00:01<00:01, 61.89it/s] fitting mesh colors: 63%|██████▎ | 126/200 [00:02<00:01, 62.31it/s] fitting mesh colors: 66%|██████▋ | 133/200 [00:02<00:01, 62.63it/s] fitting mesh colors: 70%|███████ | 140/200 [00:02<00:00, 62.29it/s] fitting mesh colors: 74%|███████▎ | 147/200 [00:02<00:00, 62.26it/s] fitting mesh colors: 77%|███████▋ | 154/200 [00:02<00:00, 62.08it/s] fitting mesh colors: 80%|████████ | 161/200 [00:02<00:00, 61.99it/s] fitting mesh colors: 84%|████████▍ | 168/200 [00:02<00:00, 62.47it/s] fitting mesh colors: 88%|████████▊ | 175/200 [00:02<00:00, 62.51it/s] fitting mesh colors: 91%|█████████ | 182/200 [00:02<00:00, 62.25it/s] fitting mesh colors: 94%|█████████▍| 189/200 [00:03<00:00, 62.66it/s] fitting mesh colors: 98%|█████████▊| 196/200 [00:03<00:00, 62.35it/s] fitting mesh colors: 100%|██████████| 200/200 [00:03<00:00, 62.50it/s] 70% painting step 7/10 [00:54<00:25, 8.50s/it] 0it [00:00, ?it/s] 1it [00:00, 7.80it/s] 3it [00:00, 11.31it/s] 5it [00:00, 12.06it/s] 7it [00:00, 12.50it/s] 9it [00:00, 12.70it/s] 11it [00:00, 12.73it/s] 13it [00:01, 12.82it/s] 15it [00:01, 12.92it/s] 17it [00:01, 13.00it/s] 19it [00:01, 12.97it/s] 21it [00:01, 13.01it/s] 23it [00:01, 13.06it/s] 25it [00:01, 13.07it/s] 27it [00:02, 13.07it/s] 29it [00:02, 13.06it/s] 31it [00:02, 12.92it/s] 33it [00:02, 12.98it/s] 35it [00:02, 12.94it/s] 37it [00:02, 13.04it/s] 39it [00:03, 13.05it/s] 41it [00:03, 13.06it/s] 43it [00:03, 13.06it/s] 45it [00:03, 13.05it/s] 47it [00:03, 13.06it/s] 49it [00:03, 13.04it/s] 51it [00:03, 13.07it/s] 51it [00:03, 12.88it/s] fitting mesh colors: 0%| | 0/200 [00:00<?, ?it/s] fitting mesh colors: 4%|▎ | 7/200 [00:00<00:02, 64.89it/s] fitting mesh colors: 7%|▋ | 14/200 [00:00<00:02, 63.67it/s] fitting mesh colors: 10%|█ | 21/200 [00:00<00:02, 63.64it/s] fitting mesh colors: 14%|█▍ | 28/200 [00:00<00:02, 63.69it/s] fitting mesh colors: 18%|█▊ | 35/200 [00:00<00:02, 63.74it/s] fitting mesh colors: 21%|██ | 42/200 [00:00<00:02, 63.78it/s] fitting mesh colors: 24%|██▍ | 49/200 [00:00<00:02, 63.76it/s] fitting mesh colors: 28%|██▊ | 56/200 [00:00<00:02, 63.70it/s] fitting mesh colors: 32%|███▏ | 63/200 [00:00<00:02, 63.68it/s] fitting mesh colors: 35%|███▌ | 70/200 [00:01<00:02, 63.64it/s] fitting mesh colors: 38%|███▊ | 77/200 [00:01<00:01, 63.52it/s] fitting mesh colors: 42%|████▏ | 84/200 [00:01<00:01, 63.62it/s] fitting mesh colors: 46%|████▌ | 91/200 [00:01<00:01, 63.31it/s] fitting mesh colors: 49%|████▉ | 98/200 [00:01<00:01, 62.91it/s] fitting mesh colors: 52%|█████▎ | 105/200 [00:01<00:01, 63.11it/s] fitting mesh colors: 56%|█████▌ | 112/200 [00:01<00:01, 63.35it/s] fitting mesh colors: 60%|█████▉ | 119/200 [00:01<00:01, 63.46it/s] fitting mesh colors: 63%|██████▎ | 126/200 [00:01<00:01, 63.57it/s] fitting mesh colors: 66%|██████▋ | 133/200 [00:02<00:01, 63.57it/s] fitting mesh colors: 70%|███████ | 140/200 [00:02<00:00, 63.61it/s] fitting mesh colors: 74%|███████▎ | 147/200 [00:02<00:00, 63.58it/s] fitting mesh colors: 77%|███████▋ | 154/200 [00:02<00:00, 63.57it/s] fitting mesh colors: 80%|████████ | 161/200 [00:02<00:00, 63.61it/s] fitting mesh colors: 84%|████████▍ | 168/200 [00:02<00:00, 63.55it/s] fitting mesh colors: 88%|████████▊ | 175/200 [00:02<00:00, 63.55it/s] fitting mesh colors: 91%|█████████ | 182/200 [00:02<00:00, 63.52it/s] fitting mesh colors: 94%|█████████▍| 189/200 [00:02<00:00, 63.55it/s] fitting mesh colors: 98%|█████████▊| 196/200 [00:03<00:00, 63.63it/s] fitting mesh colors: 100%|██████████| 200/200 [00:03<00:00, 63.57it/s] 80% painting step 8/10 [01:03<00:17, 8.66s/it] 0it [00:00, ?it/s] 1it [00:00, 8.04it/s] 3it [00:00, 11.28it/s] 5it [00:00, 12.11it/s] 7it [00:00, 12.47it/s] 9it [00:00, 12.68it/s] 11it [00:00, 12.79it/s] 13it [00:01, 12.88it/s] 15it [00:01, 12.94it/s] 17it [00:01, 12.99it/s] 19it [00:01, 13.02it/s] 21it [00:01, 13.04it/s] 23it [00:01, 13.05it/s] 25it [00:01, 13.05it/s] 27it [00:02, 13.06it/s] 29it [00:02, 13.03it/s] 31it [00:02, 13.04it/s] 33it [00:02, 13.06it/s] 35it [00:02, 13.07it/s] 37it [00:02, 13.07it/s] 39it [00:03, 13.07it/s] 41it [00:03, 13.07it/s] 43it [00:03, 13.07it/s] 45it [00:03, 13.05it/s] 47it [00:03, 13.06it/s] 49it [00:03, 13.05it/s] 51it [00:03, 13.05it/s] 51it [00:03, 12.90it/s] fitting mesh colors: 0%| | 0/200 [00:00<?, ?it/s] fitting mesh colors: 4%|▎ | 7/200 [00:00<00:02, 67.00it/s] fitting mesh colors: 7%|▋ | 14/200 [00:00<00:02, 64.85it/s] fitting mesh colors: 10%|█ | 21/200 [00:00<00:02, 64.30it/s] fitting mesh colors: 14%|█▍ | 28/200 [00:00<00:02, 64.02it/s] fitting mesh colors: 18%|█▊ | 35/200 [00:00<00:02, 63.86it/s] fitting mesh colors: 21%|██ | 42/200 [00:00<00:02, 63.72it/s] fitting mesh colors: 24%|██▍ | 49/200 [00:00<00:02, 63.69it/s] fitting mesh colors: 28%|██▊ | 56/200 [00:00<00:02, 63.63it/s] fitting mesh colors: 32%|███▏ | 63/200 [00:00<00:02, 63.50it/s] fitting mesh colors: 35%|███▌ | 70/200 [00:01<00:02, 63.51it/s] fitting mesh colors: 38%|███▊ | 77/200 [00:01<00:01, 63.54it/s] fitting mesh colors: 42%|████▏ | 84/200 [00:01<00:01, 63.43it/s] fitting mesh colors: 46%|████▌ | 91/200 [00:01<00:01, 63.43it/s] fitting mesh colors: 49%|████▉ | 98/200 [00:01<00:01, 63.49it/s] fitting mesh colors: 52%|█████▎ | 105/200 [00:01<00:01, 63.44it/s] fitting mesh colors: 56%|█████▌ | 112/200 [00:01<00:01, 63.49it/s] fitting mesh colors: 60%|█████▉ | 119/200 [00:01<00:01, 63.56it/s] fitting mesh colors: 63%|██████▎ | 126/200 [00:01<00:01, 63.54it/s] fitting mesh colors: 66%|██████▋ | 133/200 [00:02<00:01, 63.55it/s] fitting mesh colors: 70%|███████ | 140/200 [00:02<00:00, 63.56it/s] fitting mesh colors: 74%|███████▎ | 147/200 [00:02<00:00, 63.52it/s] fitting mesh colors: 77%|███████▋ | 154/200 [00:02<00:00, 63.52it/s] fitting mesh colors: 80%|████████ | 161/200 [00:02<00:00, 63.50it/s] fitting mesh colors: 84%|████████▍ | 168/200 [00:02<00:00, 63.52it/s] fitting mesh colors: 88%|████████▊ | 175/200 [00:02<00:00, 63.56it/s] fitting mesh colors: 91%|█████████ | 182/200 [00:02<00:00, 63.55it/s] fitting mesh colors: 94%|█████████▍| 189/200 [00:02<00:00, 63.58it/s] fitting mesh colors: 98%|█████████▊| 196/200 [00:03<00:00, 63.60it/s] fitting mesh colors: 100%|██████████| 200/200 [00:03<00:00, 63.64it/s] 90% painting step 9/10 [01:12<00:08, 8.74s/it] 0it [00:00, ?it/s] 1it [00:00, 8.01it/s] 3it [00:00, 11.27it/s] 5it [00:00, 12.10it/s] 7it [00:00, 12.50it/s] 9it [00:00, 12.71it/s] 11it [00:00, 12.82it/s] 13it [00:01, 12.92it/s] 15it [00:01, 12.97it/s] 17it [00:01, 13.03it/s] 19it [00:01, 13.03it/s] 21it [00:01, 13.05it/s] 23it [00:01, 13.07it/s] 25it [00:01, 13.07it/s] 27it [00:02, 13.07it/s] 29it [00:02, 13.08it/s] 31it [00:02, 13.08it/s] 33it [00:02, 13.07it/s] 35it [00:02, 13.07it/s] 37it [00:02, 13.07it/s] 39it [00:03, 13.07it/s] 41it [00:03, 13.06it/s] 43it [00:03, 13.06it/s] 45it [00:03, 13.06it/s] 47it [00:03, 13.06it/s] 49it [00:03, 13.04it/s] 51it [00:03, 13.06it/s] 51it [00:03, 12.91it/s] fitting mesh colors: 0%| | 0/200 [00:00<?, ?it/s] fitting mesh colors: 4%|▎ | 7/200 [00:00<00:02, 67.01it/s] fitting mesh colors: 7%|▋ | 14/200 [00:00<00:02, 65.10it/s] fitting mesh colors: 10%|█ | 21/200 [00:00<00:02, 64.85it/s] fitting mesh colors: 14%|█▍ | 28/200 [00:00<00:02, 64.37it/s] fitting mesh colors: 18%|█▊ | 35/200 [00:00<00:02, 64.31it/s] fitting mesh colors: 21%|██ | 42/200 [00:00<00:02, 64.28it/s] fitting mesh colors: 24%|██▍ | 49/200 [00:00<00:02, 64.32it/s] fitting mesh colors: 28%|██▊ | 56/200 [00:00<00:02, 64.36it/s] fitting mesh colors: 32%|███▏ | 63/200 [00:00<00:02, 64.33it/s] fitting mesh colors: 35%|███▌ | 70/200 [00:01<00:02, 64.32it/s] fitting mesh colors: 38%|███▊ | 77/200 [00:01<00:01, 64.29it/s] fitting mesh colors: 42%|████▏ | 84/200 [00:01<00:01, 64.29it/s] fitting mesh colors: 46%|████▌ | 91/200 [00:01<00:01, 64.27it/s] fitting mesh colors: 49%|████▉ | 98/200 [00:01<00:01, 64.32it/s] fitting mesh colors: 52%|█████▎ | 105/200 [00:01<00:01, 64.40it/s] fitting mesh colors: 56%|█████▌ | 112/200 [00:01<00:01, 64.41it/s] fitting mesh colors: 60%|█████▉ | 119/200 [00:01<00:01, 64.52it/s] fitting mesh colors: 63%|██████▎ | 126/200 [00:01<00:01, 64.54it/s] fitting mesh colors: 66%|██████▋ | 133/200 [00:02<00:01, 64.53it/s] fitting mesh colors: 70%|███████ | 140/200 [00:02<00:00, 64.28it/s] fitting mesh colors: 74%|███████▎ | 147/200 [00:02<00:00, 64.36it/s] fitting mesh colors: 77%|███████▋ | 154/200 [00:02<00:00, 64.26it/s] fitting mesh colors: 80%|████████ | 161/200 [00:02<00:00, 64.31it/s] fitting mesh colors: 84%|████████▍ | 168/200 [00:02<00:00, 64.42it/s] fitting mesh colors: 88%|████████▊ | 175/200 [00:02<00:00, 64.43it/s] fitting mesh colors: 91%|█████████ | 182/200 [00:02<00:00, 64.42it/s] fitting mesh colors: 94%|█████████▍| 189/200 [00:02<00:00, 64.45it/s] fitting mesh colors: 98%|█████████▊| 196/200 [00:03<00:00, 64.47it/s] fitting mesh colors: 100%|██████████| 200/200 [00:03<00:00, 64.43it/s] 100% painting step 10/10 [01:21<00:00, 8.79s/it] 0it [00:00, ?it/s] 1it [00:00, 7.97it/s] 3it [00:00, 11.27it/s] 5it [00:00, 12.12it/s] 7it [00:00, 12.13it/s] 9it [00:00, 12.67it/s] 11it [00:00, 12.64it/s] 13it [00:01, 12.63it/s] 15it [00:01, 12.74it/s] 17it [00:01, 12.85it/s] 19it [00:01, 12.88it/s] 21it [00:01, 12.85it/s] 23it [00:01, 12.88it/s] 25it [00:01, 12.86it/s] 27it [00:02, 13.01it/s] 29it [00:02, 12.65it/s] 31it [00:02, 12.71it/s] 33it [00:02, 12.68it/s] 35it [00:02, 12.69it/s] 37it [00:02, 12.71it/s] 39it [00:03, 12.80it/s] 41it [00:03, 12.79it/s] 43it [00:03, 12.85it/s] 45it [00:03, 12.82it/s] 47it [00:03, 12.84it/s] 49it [00:03, 12.81it/s] 51it [00:04, 12.90it/s] 51it [00:04, 12.69it/s] fitting mesh colors: 0%| | 0/200 [00:00<?, ?it/s] fitting mesh colors: 4%|▎ | 7/200 [00:00<00:02, 64.90it/s] fitting mesh colors: 7%|▋ | 14/200 [00:00<00:03, 61.78it/s] fitting mesh colors: 10%|█ | 21/200 [00:00<00:02, 60.82it/s] fitting mesh colors: 14%|█▍ | 28/200 [00:00<00:02, 60.63it/s] fitting mesh colors: 18%|█▊ | 35/200 [00:00<00:02, 59.65it/s] fitting mesh colors: 21%|██ | 42/200 [00:00<00:02, 59.92it/s] fitting mesh colors: 24%|██▍ | 49/200 [00:00<00:02, 60.10it/s] fitting mesh colors: 28%|██▊ | 56/200 [00:00<00:02, 60.21it/s] fitting mesh colors: 32%|███▏ | 63/200 [00:01<00:02, 59.47it/s] fitting mesh colors: 34%|███▍ | 69/200 [00:01<00:02, 59.10it/s] fitting mesh colors: 38%|███▊ | 75/200 [00:01<00:02, 59.10it/s] fitting mesh colors: 41%|████ | 82/200 [00:01<00:01, 59.54it/s] fitting mesh colors: 44%|████▍ | 89/200 [00:01<00:01, 60.02it/s] fitting mesh colors: 48%|████▊ | 96/200 [00:01<00:01, 60.44it/s] fitting mesh colors: 52%|█████▏ | 103/200 [00:01<00:01, 60.58it/s] fitting mesh colors: 55%|█████▌ | 110/200 [00:01<00:01, 60.73it/s] fitting mesh colors: 58%|█████▊ | 117/200 [00:01<00:01, 60.71it/s] fitting mesh colors: 62%|██████▏ | 124/200 [00:02<00:01, 60.33it/s] fitting mesh colors: 66%|██████▌ | 131/200 [00:02<00:01, 60.33it/s] fitting mesh colors: 69%|██████▉ | 138/200 [00:02<00:01, 60.34it/s] fitting mesh colors: 72%|███████▎ | 145/200 [00:02<00:00, 59.71it/s] fitting mesh colors: 76%|███████▌ | 152/200 [00:02<00:00, 60.44it/s] fitting mesh colors: 80%|███████▉ | 159/200 [00:02<00:00, 60.96it/s] fitting mesh colors: 83%|████████▎ | 166/200 [00:02<00:00, 61.07it/s] fitting mesh colors: 86%|████████▋ | 173/200 [00:02<00:00, 61.45it/s] fitting mesh colors: 90%|█████████ | 180/200 [00:02<00:00, 61.16it/s] fitting mesh colors: 94%|█████████▎| 187/200 [00:03<00:00, 60.92it/s] fitting mesh colors: 97%|█████████▋| 194/200 [00:03<00:00, 60.43it/s] fitting mesh colors: 100%|██████████| 200/200 [00:03<00:00, 60.45it/s] 100% painting step 10/10 [01:37<00:00, 9.75s/it] adding: tmp/mesh/ (stored 0%) adding: tmp/mesh/albedo.png(deflated 0%) adding: tmp/mesh/mesh.obj(deflated 64%) adding: tmp/mesh/mesh.mtl (deflated 55%)
Prediction
adirik/texture:456e72c47358d0da0a1b3002c8cf9f4eb123afa4bb8ff2b521fea40a71746a7fIDraqw4ktbuzjuevih4mcmkomynaStatusSucceededSourceWebHardwareA40Total durationCreatedInput
- seed
- 0
- prompt
- A photo of Napoleon Bonaparte
- shape_path
- napoleon.obj
- shape_scale
- 0.6
- guidance_scale
- 10
- texture_resolution
- 1024
- texture_interpolation_mode
- bilinear
{ "seed": 0, "prompt": "A photo of Napoleon Bonaparte", "shape_path": "https://replicate.delivery/pbxt/Jx2VoxkBcmy2kDtSfbignfE0ViRkxOJOwlJk96oXJZG3wOJp/napoleon.obj", "shape_scale": 0.6, "guidance_scale": 10, "texture_resolution": 1024, "texture_interpolation_mode": "bilinear" }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run adirik/texture using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "adirik/texture:456e72c47358d0da0a1b3002c8cf9f4eb123afa4bb8ff2b521fea40a71746a7f", { input: { seed: 0, prompt: "A photo of Napoleon Bonaparte", shape_path: "https://replicate.delivery/pbxt/Jx2VoxkBcmy2kDtSfbignfE0ViRkxOJOwlJk96oXJZG3wOJp/napoleon.obj", shape_scale: 0.6, guidance_scale: 10, texture_resolution: 1024, texture_interpolation_mode: "bilinear" } } ); // 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.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run adirik/texture using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "adirik/texture:456e72c47358d0da0a1b3002c8cf9f4eb123afa4bb8ff2b521fea40a71746a7f", input={ "seed": 0, "prompt": "A photo of Napoleon Bonaparte", "shape_path": "https://replicate.delivery/pbxt/Jx2VoxkBcmy2kDtSfbignfE0ViRkxOJOwlJk96oXJZG3wOJp/napoleon.obj", "shape_scale": 0.6, "guidance_scale": 10, "texture_resolution": 1024, "texture_interpolation_mode": "bilinear" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run adirik/texture 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": "adirik/texture:456e72c47358d0da0a1b3002c8cf9f4eb123afa4bb8ff2b521fea40a71746a7f", "input": { "seed": 0, "prompt": "A photo of Napoleon Bonaparte", "shape_path": "https://replicate.delivery/pbxt/Jx2VoxkBcmy2kDtSfbignfE0ViRkxOJOwlJk96oXJZG3wOJp/napoleon.obj", "shape_scale": 0.6, "guidance_scale": 10, "texture_resolution": 1024, "texture_interpolation_mode": "bilinear" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
Loading...{ "completed_at": "2023-11-27T18:19:07.817728Z", "created_at": "2023-11-27T18:05:27.605457Z", "data_removed": false, "error": null, "id": "raqw4ktbuzjuevih4mcmkomyna", "input": { "seed": 0, "prompt": "A photo of Napoleon Bonaparte", "shape_path": "https://replicate.delivery/pbxt/Jx2VoxkBcmy2kDtSfbignfE0ViRkxOJOwlJk96oXJZG3wOJp/napoleon.obj", "shape_scale": 0.6, "guidance_scale": 10, "texture_resolution": 1024, "texture_interpolation_mode": "bilinear" }, "logs": "\u001b[32m2023-11-27 18:16:20\u001b[0m \u001b[33m\u001b[1mtry to load hugging face access token from the default place, make sure you have run `huggingface-cli login`.\u001b[0m\n\u001b[32m2023-11-27 18:16:20\u001b[0m \u001b[1mloading stable diffusion with /src/hf-cache/stable-diffusion-2-depth...\u001b[0m\n/root/.pyenv/versions/3.8.18/lib/python3.8/site-packages/transformers/tokenization_utils_base.py:1895: FutureWarning: The `use_auth_token` argument is deprecated and will be removed in v5 of Transformers. Please use `token` instead.\nwarnings.warn(\n/root/.pyenv/versions/3.8.18/lib/python3.8/site-packages/transformers/modeling_utils.py:2570: FutureWarning: The `use_auth_token` argument is deprecated and will be removed in v5 of Transformers. Please use `token` instead.\nwarnings.warn(\n\u001b[32m2023-11-27 18:16:35\u001b[0m \u001b[1m\t successfully loaded stable diffusion!\u001b[0m\n/src/src/utils.py:45: RuntimeWarning: invalid value encountered in cast\ntensor = (tensor * 255).astype(np.uint8)\n 0% painting step 0/10 [00:00<?, ?it/s]/src/src/stable_diffusion_depth.py:198: FutureWarning: Accessing config attribute `in_channels` directly via 'UNet2DConditionModel' object attribute is deprecated. Please access 'in_channels' over 'UNet2DConditionModel's config object instead, e.g. 'unet.config.in_channels'.\n(text_embeddings.shape[0] // 2, self.unet.in_channels - 1, depth_mask.shape[2],\n0it [00:00, ?it/s]\u001b[A\n2it [00:00, 12.98it/s]\u001b[A\n4it [00:00, 13.02it/s]\u001b[A\n6it [00:00, 13.04it/s]\u001b[A\n8it [00:00, 13.07it/s]\u001b[A\n10it [00:00, 13.02it/s]\u001b[A\n12it [00:00, 13.04it/s]\u001b[A\n14it [00:01, 13.04it/s]\u001b[A\n16it [00:01, 13.09it/s]\u001b[A\n18it [00:01, 13.08it/s]\u001b[A\n20it [00:01, 13.08it/s]\u001b[A\n22it [00:01, 13.01it/s]\u001b[A\n24it [00:01, 13.04it/s]\u001b[A\n26it [00:01, 13.05it/s]\u001b[A\n28it [00:02, 13.03it/s]\u001b[A\n30it [00:02, 13.06it/s]\u001b[A\n32it [00:02, 13.03it/s]\u001b[A\n34it [00:02, 13.01it/s]\u001b[A\n36it [00:02, 13.07it/s]\u001b[A\n38it [00:02, 13.08it/s]\u001b[A\n40it [00:03, 13.09it/s]\u001b[A\n42it [00:03, 13.04it/s]\u001b[A\n44it [00:03, 13.02it/s]\u001b[A\n46it [00:03, 12.99it/s]\u001b[A\n48it [00:03, 13.03it/s]\u001b[A\n50it [00:03, 13.08it/s]\u001b[A\n51it [00:03, 13.05it/s]\nfitting mesh colors: 0%| | 0/200 [00:00<?, ?it/s]\u001b[A\nfitting mesh colors: 4%|▎ | 7/200 [00:00<00:02, 68.48it/s]\u001b[A\nfitting mesh colors: 7%|▋ | 14/200 [00:00<00:02, 66.42it/s]\u001b[A\nfitting mesh colors: 10%|█ | 21/200 [00:00<00:02, 65.78it/s]\u001b[A\nfitting mesh colors: 14%|█▍ | 28/200 [00:00<00:02, 65.50it/s]\u001b[A\nfitting mesh colors: 18%|█▊ | 35/200 [00:00<00:02, 65.38it/s]\u001b[A\nfitting mesh colors: 21%|██ | 42/200 [00:00<00:02, 65.27it/s]\u001b[A\nfitting mesh colors: 24%|██▍ | 49/200 [00:00<00:02, 65.03it/s]\u001b[A\nfitting mesh colors: 28%|██▊ | 56/200 [00:00<00:02, 64.97it/s]\u001b[A\nfitting mesh colors: 32%|███▏ | 63/200 [00:00<00:02, 64.95it/s]\u001b[A\nfitting mesh colors: 35%|███▌ | 70/200 [00:01<00:02, 65.00it/s]\u001b[A\nfitting mesh colors: 38%|███▊ | 77/200 [00:01<00:01, 64.96it/s]\u001b[A\nfitting mesh colors: 42%|████▏ | 84/200 [00:01<00:01, 65.00it/s]\u001b[A\nfitting mesh colors: 46%|████▌ | 91/200 [00:01<00:01, 64.97it/s]\u001b[A\nfitting mesh colors: 49%|████▉ | 98/200 [00:01<00:01, 65.06it/s]\u001b[A\nfitting mesh colors: 52%|█████▎ | 105/200 [00:01<00:01, 65.04it/s]\u001b[A\nfitting mesh colors: 56%|█████▌ | 112/200 [00:01<00:01, 65.04it/s]\u001b[A\nfitting mesh colors: 60%|█████▉ | 119/200 [00:01<00:01, 64.87it/s]\u001b[A\nfitting mesh colors: 63%|██████▎ | 126/200 [00:01<00:01, 64.91it/s]\u001b[A\nfitting mesh colors: 66%|██████▋ | 133/200 [00:02<00:01, 64.95it/s]\u001b[A\nfitting mesh colors: 70%|███████ | 140/200 [00:02<00:00, 64.99it/s]\u001b[A\nfitting mesh colors: 74%|███████▎ | 147/200 [00:02<00:00, 65.01it/s]\u001b[A\nfitting mesh colors: 77%|███████▋ | 154/200 [00:02<00:00, 64.98it/s]\u001b[A\nfitting mesh colors: 80%|████████ | 161/200 [00:02<00:00, 64.96it/s]\u001b[A\nfitting mesh colors: 84%|████████▍ | 168/200 [00:02<00:00, 64.93it/s]\u001b[A\nfitting mesh colors: 88%|████████▊ | 175/200 [00:02<00:00, 64.90it/s]\u001b[A\nfitting mesh colors: 91%|█████████ | 182/200 [00:02<00:00, 64.61it/s]\u001b[A\nfitting mesh colors: 94%|█████████▍| 189/200 [00:02<00:00, 64.46it/s]\u001b[A\nfitting mesh colors: 98%|█████████▊| 196/200 [00:03<00:00, 64.64it/s]\u001b[A\nfitting mesh colors: 100%|██████████| 200/200 [00:03<00:00, 65.01it/s]\n 20% painting step 2/10 [00:12<00:48, 6.04s/it]\n0it [00:00, ?it/s]\u001b[A\n1it [00:00, 8.04it/s]\u001b[A\n3it [00:00, 11.31it/s]\u001b[A\n5it [00:00, 12.16it/s]\u001b[A\n7it [00:00, 12.54it/s]\u001b[A\n9it [00:00, 12.60it/s]\u001b[A\n11it [00:00, 12.90it/s]\u001b[A\n13it [00:01, 12.97it/s]\u001b[A\n15it [00:01, 13.02it/s]\u001b[A\n17it [00:01, 13.05it/s]\u001b[A\n19it [00:01, 13.08it/s]\u001b[A\n21it [00:01, 13.08it/s]\u001b[A\n23it [00:01, 13.10it/s]\u001b[A\n25it [00:01, 13.10it/s]\u001b[A\n27it [00:02, 13.10it/s]\u001b[A\n29it [00:02, 13.08it/s]\u001b[A\n31it [00:02, 13.09it/s]\u001b[A\n33it [00:02, 13.09it/s]\u001b[A\n35it [00:02, 12.92it/s]\u001b[A\n37it [00:02, 13.15it/s]\u001b[A\n39it [00:03, 13.13it/s]\u001b[A\n41it [00:03, 13.12it/s]\u001b[A\n43it [00:03, 13.06it/s]\u001b[A\n45it [00:03, 13.12it/s]\u001b[A\n47it [00:03, 13.12it/s]\u001b[A\n49it [00:03, 13.11it/s]\u001b[A\n51it [00:03, 13.11it/s]\u001b[A\n51it [00:03, 12.94it/s]\nfitting mesh colors: 0%| | 0/200 [00:00<?, ?it/s]\u001b[A\nfitting mesh colors: 4%|▍ | 8/200 [00:00<00:02, 69.56it/s]\u001b[A\nfitting mesh colors: 8%|▊ | 15/200 [00:00<00:02, 67.93it/s]\u001b[A\nfitting mesh colors: 11%|█ | 22/200 [00:00<00:02, 67.19it/s]\u001b[A\nfitting mesh colors: 14%|█▍ | 29/200 [00:00<00:02, 66.87it/s]\u001b[A\nfitting mesh colors: 18%|█▊ | 36/200 [00:00<00:02, 66.73it/s]\u001b[A\nfitting mesh colors: 22%|██▏ | 43/200 [00:00<00:02, 66.60it/s]\u001b[A\nfitting mesh colors: 25%|██▌ | 50/200 [00:00<00:02, 66.55it/s]\u001b[A\nfitting mesh colors: 28%|██▊ | 57/200 [00:00<00:02, 66.51it/s]\u001b[A\nfitting mesh colors: 32%|███▏ | 64/200 [00:00<00:02, 66.50it/s]\u001b[A\nfitting mesh colors: 36%|███▌ | 71/200 [00:01<00:01, 66.42it/s]\u001b[A\nfitting mesh colors: 39%|███▉ | 78/200 [00:01<00:01, 66.41it/s]\u001b[A\nfitting mesh colors: 42%|████▎ | 85/200 [00:01<00:01, 66.39it/s]\u001b[A\nfitting mesh colors: 46%|████▌ | 92/200 [00:01<00:01, 66.31it/s]\u001b[A\nfitting mesh colors: 50%|████▉ | 99/200 [00:01<00:01, 66.37it/s]\u001b[A\nfitting mesh colors: 53%|█████▎ | 106/200 [00:01<00:01, 66.40it/s]\u001b[A\nfitting mesh colors: 56%|█████▋ | 113/200 [00:01<00:01, 66.47it/s]\u001b[A\nfitting mesh colors: 60%|██████ | 120/200 [00:01<00:01, 66.25it/s]\u001b[A\nfitting mesh colors: 64%|██████▎ | 127/200 [00:01<00:01, 66.20it/s]\u001b[A\nfitting mesh colors: 67%|██████▋ | 134/200 [00:02<00:00, 66.25it/s]\u001b[A\nfitting mesh colors: 70%|███████ | 141/200 [00:02<00:00, 66.32it/s]\u001b[A\nfitting mesh colors: 74%|███████▍ | 148/200 [00:02<00:00, 66.26it/s]\u001b[A\nfitting mesh colors: 78%|███████▊ | 155/200 [00:02<00:00, 66.36it/s]\u001b[A\nfitting mesh colors: 81%|████████ | 162/200 [00:02<00:00, 66.37it/s]\u001b[A\nfitting mesh colors: 84%|████████▍ | 169/200 [00:02<00:00, 66.43it/s]\u001b[A\nfitting mesh colors: 88%|████████▊ | 176/200 [00:02<00:00, 66.35it/s]\u001b[A\nfitting mesh colors: 92%|█████████▏| 183/200 [00:02<00:00, 66.31it/s]\u001b[A\nfitting mesh colors: 95%|█████████▌| 190/200 [00:02<00:00, 66.36it/s]\u001b[A\nfitting mesh colors: 98%|█████████▊| 197/200 [00:02<00:00, 66.40it/s]\u001b[A\nfitting mesh colors: 100%|██████████| 200/200 [00:03<00:00, 66.49it/s]\n 30% painting step 3/10 [00:23<00:57, 8.20s/it]\n0it [00:00, ?it/s]\u001b[A\n1it [00:00, 8.03it/s]\u001b[A\n3it [00:00, 11.30it/s]\u001b[A\n5it [00:00, 12.15it/s]\u001b[A\n7it [00:00, 12.53it/s]\u001b[A\n9it [00:00, 12.72it/s]\u001b[A\n11it [00:00, 12.82it/s]\u001b[A\n13it [00:01, 12.92it/s]\u001b[A\n15it [00:01, 12.98it/s]\u001b[A\n17it [00:01, 13.01it/s]\u001b[A\n19it [00:01, 13.00it/s]\u001b[A\n21it [00:01, 13.04it/s]\u001b[A\n23it [00:01, 13.07it/s]\u001b[A\n25it [00:01, 13.06it/s]\u001b[A\n27it [00:02, 13.02it/s]\u001b[A\n29it [00:02, 13.05it/s]\u001b[A\n31it [00:02, 13.01it/s]\u001b[A\n33it [00:02, 13.05it/s]\u001b[A\n35it [00:02, 13.07it/s]\u001b[A\n37it [00:02, 13.06it/s]\u001b[A\n39it [00:03, 13.06it/s]\u001b[A\n41it [00:03, 13.05it/s]\u001b[A\n43it [00:03, 13.07it/s]\u001b[A\n45it [00:03, 12.87it/s]\u001b[A\n47it [00:03, 13.12it/s]\u001b[A\n49it [00:03, 13.10it/s]\u001b[A\n51it [00:03, 13.09it/s]\u001b[A\n51it [00:03, 12.91it/s]\nfitting mesh colors: 0%| | 0/200 [00:00<?, ?it/s]\u001b[A\nfitting mesh colors: 4%|▎ | 7/200 [00:00<00:02, 69.39it/s]\u001b[A\nfitting mesh colors: 7%|▋ | 14/200 [00:00<00:02, 66.95it/s]\u001b[A\nfitting mesh colors: 10%|█ | 21/200 [00:00<00:02, 66.37it/s]\u001b[A\nfitting mesh colors: 14%|█▍ | 28/200 [00:00<00:02, 66.24it/s]\u001b[A\nfitting mesh colors: 18%|█▊ | 35/200 [00:00<00:02, 66.18it/s]\u001b[A\nfitting mesh colors: 21%|██ | 42/200 [00:00<00:02, 66.20it/s]\u001b[A\nfitting mesh colors: 24%|██▍ | 49/200 [00:00<00:02, 66.15it/s]\u001b[A\nfitting mesh colors: 28%|██▊ | 56/200 [00:00<00:02, 66.08it/s]\u001b[A\nfitting mesh colors: 32%|███▏ | 63/200 [00:00<00:02, 66.10it/s]\u001b[A\nfitting mesh colors: 35%|███▌ | 70/200 [00:01<00:01, 66.15it/s]\u001b[A\nfitting mesh colors: 38%|███▊ | 77/200 [00:01<00:01, 66.13it/s]\u001b[A\nfitting mesh colors: 42%|████▏ | 84/200 [00:01<00:01, 66.10it/s]\u001b[A\nfitting mesh colors: 46%|████▌ | 91/200 [00:01<00:01, 66.02it/s]\u001b[A\nfitting mesh colors: 49%|████▉ | 98/200 [00:01<00:01, 65.97it/s]\u001b[A\nfitting mesh colors: 52%|█████▎ | 105/200 [00:01<00:01, 65.91it/s]\u001b[A\nfitting mesh colors: 56%|█████▌ | 112/200 [00:01<00:01, 66.01it/s]\u001b[A\nfitting mesh colors: 60%|█████▉ | 119/200 [00:01<00:01, 66.05it/s]\u001b[A\nfitting mesh colors: 63%|██████▎ | 126/200 [00:01<00:01, 66.06it/s]\u001b[A\nfitting mesh colors: 66%|██████▋ | 133/200 [00:02<00:01, 66.06it/s]\u001b[A\nfitting mesh colors: 70%|███████ | 140/200 [00:02<00:00, 66.10it/s]\u001b[A\nfitting mesh colors: 74%|███████▎ | 147/200 [00:02<00:00, 66.12it/s]\u001b[A\nfitting mesh colors: 77%|███████▋ | 154/200 [00:02<00:00, 66.13it/s]\u001b[A\nfitting mesh colors: 80%|████████ | 161/200 [00:02<00:00, 66.04it/s]\u001b[A\nfitting mesh colors: 84%|████████▍ | 168/200 [00:02<00:00, 66.03it/s]\u001b[A\nfitting mesh colors: 88%|████████▊ | 175/200 [00:02<00:00, 66.03it/s]\u001b[A\nfitting mesh colors: 91%|█████████ | 182/200 [00:02<00:00, 66.10it/s]\u001b[A\nfitting mesh colors: 94%|█████████▍| 189/200 [00:02<00:00, 66.06it/s]\u001b[A\nfitting mesh colors: 98%|█████████▊| 196/200 [00:02<00:00, 66.11it/s]\u001b[A\nfitting mesh colors: 100%|██████████| 200/200 [00:03<00:00, 66.14it/s]\n 40% painting step 4/10 [00:34<00:56, 9.34s/it]\n0it [00:00, ?it/s]\u001b[A\n1it [00:00, 8.04it/s]\u001b[A\n3it [00:00, 11.29it/s]\u001b[A\n5it [00:00, 12.14it/s]\u001b[A\n7it [00:00, 12.50it/s]\u001b[A\n9it [00:00, 12.71it/s]\u001b[A\n11it [00:00, 12.83it/s]\u001b[A\n13it [00:01, 12.92it/s]\u001b[A\n15it [00:01, 12.97it/s]\u001b[A\n17it [00:01, 13.00it/s]\u001b[A\n19it [00:01, 13.02it/s]\u001b[A\n21it [00:01, 13.03it/s]\u001b[A\n23it [00:01, 13.04it/s]\u001b[A\n25it [00:01, 13.05it/s]\u001b[A\n27it [00:02, 13.00it/s]\u001b[A\n29it [00:02, 13.05it/s]\u001b[A\n31it [00:02, 13.06it/s]\u001b[A\n33it [00:02, 13.06it/s]\u001b[A\n35it [00:02, 13.05it/s]\u001b[A\n37it [00:02, 13.05it/s]\u001b[A\n39it [00:03, 13.02it/s]\u001b[A\n41it [00:03, 12.99it/s]\u001b[A\n43it [00:03, 13.04it/s]\u001b[A\n45it [00:03, 13.04it/s]\u001b[A\n47it [00:03, 13.05it/s]\u001b[A\n49it [00:03, 13.05it/s]\u001b[A\n51it [00:03, 13.05it/s]\u001b[A\n51it [00:03, 12.90it/s]\nfitting mesh colors: 0%| | 0/200 [00:00<?, ?it/s]\u001b[A\nfitting mesh colors: 4%|▎ | 7/200 [00:00<00:02, 69.04it/s]\u001b[A\nfitting mesh colors: 7%|▋ | 14/200 [00:00<00:02, 67.03it/s]\u001b[A\nfitting mesh colors: 10%|█ | 21/200 [00:00<00:02, 66.52it/s]\u001b[A\nfitting mesh colors: 14%|█▍ | 28/200 [00:00<00:02, 66.26it/s]\u001b[A\nfitting mesh colors: 18%|█▊ | 35/200 [00:00<00:02, 66.20it/s]\u001b[A\nfitting mesh colors: 21%|██ | 42/200 [00:00<00:02, 66.06it/s]\u001b[A\nfitting mesh colors: 24%|██▍ | 49/200 [00:00<00:02, 65.97it/s]\u001b[A\nfitting mesh colors: 28%|██▊ | 56/200 [00:00<00:02, 65.99it/s]\u001b[A\nfitting mesh colors: 32%|███▏ | 63/200 [00:00<00:02, 66.00it/s]\u001b[A\nfitting mesh colors: 35%|███▌ | 70/200 [00:01<00:01, 65.96it/s]\u001b[A\nfitting mesh colors: 38%|███▊ | 77/200 [00:01<00:01, 65.89it/s]\u001b[A\nfitting mesh colors: 42%|████▏ | 84/200 [00:01<00:01, 65.92it/s]\u001b[A\nfitting mesh colors: 46%|████▌ | 91/200 [00:01<00:01, 65.96it/s]\u001b[A\nfitting mesh colors: 49%|████▉ | 98/200 [00:01<00:01, 65.94it/s]\u001b[A\nfitting mesh colors: 52%|█████▎ | 105/200 [00:01<00:01, 65.96it/s]\u001b[A\nfitting mesh colors: 56%|█████▌ | 112/200 [00:01<00:01, 65.68it/s]\u001b[A\nfitting mesh colors: 60%|█████▉ | 119/200 [00:01<00:01, 65.43it/s]\u001b[A\nfitting mesh colors: 63%|██████▎ | 126/200 [00:01<00:01, 65.56it/s]\u001b[A\nfitting mesh colors: 66%|██████▋ | 133/200 [00:02<00:01, 65.67it/s]\u001b[A\nfitting mesh colors: 70%|███████ | 140/200 [00:02<00:00, 65.70it/s]\u001b[A\nfitting mesh colors: 74%|███████▎ | 147/200 [00:02<00:00, 65.77it/s]\u001b[A\nfitting mesh colors: 77%|███████▋ | 154/200 [00:02<00:00, 65.78it/s]\u001b[A\nfitting mesh colors: 80%|████████ | 161/200 [00:02<00:00, 65.82it/s]\u001b[A\nfitting mesh colors: 84%|████████▍ | 168/200 [00:02<00:00, 65.24it/s]\u001b[A\nfitting mesh colors: 88%|████████▊ | 175/200 [00:02<00:00, 65.44it/s]\u001b[A\nfitting mesh colors: 91%|█████████ | 182/200 [00:02<00:00, 65.54it/s]\u001b[A\nfitting mesh colors: 94%|█████████▍| 189/200 [00:02<00:00, 65.31it/s]\u001b[A\nfitting mesh colors: 98%|█████████▊| 196/200 [00:02<00:00, 64.96it/s]\u001b[A\nfitting mesh colors: 100%|██████████| 200/200 [00:03<00:00, 65.75it/s]\n 50% painting step 5/10 [00:45<00:50, 10.05s/it]\n0it [00:00, ?it/s]\u001b[A\n1it [00:00, 8.06it/s]\u001b[A\n3it [00:00, 11.09it/s]\u001b[A\n5it [00:00, 12.16it/s]\u001b[A\n7it [00:00, 12.52it/s]\u001b[A\n9it [00:00, 12.71it/s]\u001b[A\n11it [00:00, 12.63it/s]\u001b[A\n13it [00:01, 12.97it/s]\u001b[A\n15it [00:01, 13.01it/s]\u001b[A\n17it [00:01, 13.03it/s]\u001b[A\n19it [00:01, 13.04it/s]\u001b[A\n21it [00:01, 13.03it/s]\u001b[A\n23it [00:01, 13.05it/s]\u001b[A\n25it [00:01, 13.05it/s]\u001b[A\n27it [00:02, 13.05it/s]\u001b[A\n29it [00:02, 13.05it/s]\u001b[A\n31it [00:02, 13.05it/s]\u001b[A\n33it [00:02, 13.05it/s]\u001b[A\n35it [00:02, 13.05it/s]\u001b[A\n37it [00:02, 13.05it/s]\u001b[A\n39it [00:03, 13.05it/s]\u001b[A\n41it [00:03, 13.05it/s]\u001b[A\n43it [00:03, 13.05it/s]\u001b[A\n45it [00:03, 13.05it/s]\u001b[A\n47it [00:03, 13.05it/s]\u001b[A\n49it [00:03, 13.06it/s]\u001b[A\n51it [00:03, 13.05it/s]\u001b[A\n51it [00:03, 12.90it/s]\nfitting mesh colors: 0%| | 0/200 [00:00<?, ?it/s]\u001b[A\nfitting mesh colors: 4%|▎ | 7/200 [00:00<00:02, 69.12it/s]\u001b[A\nfitting mesh colors: 7%|▋ | 14/200 [00:00<00:02, 65.85it/s]\u001b[A\nfitting mesh colors: 10%|█ | 21/200 [00:00<00:02, 65.35it/s]\u001b[A\nfitting mesh colors: 14%|█▍ | 28/200 [00:00<00:02, 65.13it/s]\u001b[A\nfitting mesh colors: 18%|█▊ | 35/200 [00:00<00:02, 64.95it/s]\u001b[A\nfitting mesh colors: 21%|██ | 42/200 [00:00<00:02, 65.20it/s]\u001b[A\nfitting mesh colors: 24%|██▍ | 49/200 [00:00<00:02, 65.35it/s]\u001b[A\nfitting mesh colors: 28%|██▊ | 56/200 [00:00<00:02, 65.40it/s]\u001b[A\nfitting mesh colors: 32%|███▏ | 63/200 [00:00<00:02, 65.55it/s]\u001b[A\nfitting mesh colors: 35%|███▌ | 70/200 [00:01<00:01, 65.58it/s]\u001b[A\nfitting mesh colors: 38%|███▊ | 77/200 [00:01<00:01, 65.32it/s]\u001b[A\nfitting mesh colors: 42%|████▏ | 84/200 [00:01<00:01, 65.34it/s]\u001b[A\nfitting mesh colors: 46%|████▌ | 91/200 [00:01<00:01, 65.37it/s]\u001b[A\nfitting mesh colors: 49%|████▉ | 98/200 [00:01<00:01, 65.40it/s]\u001b[A\nfitting mesh colors: 52%|█████▎ | 105/200 [00:01<00:01, 65.46it/s]\u001b[A\nfitting mesh colors: 56%|█████▌ | 112/200 [00:01<00:01, 65.40it/s]\u001b[A\nfitting mesh colors: 60%|█████▉ | 119/200 [00:01<00:01, 65.45it/s]\u001b[A\nfitting mesh colors: 63%|██████▎ | 126/200 [00:01<00:01, 65.52it/s]\u001b[A\nfitting mesh colors: 66%|██████▋ | 133/200 [00:02<00:01, 65.55it/s]\u001b[A\nfitting mesh colors: 70%|███████ | 140/200 [00:02<00:00, 65.50it/s]\u001b[A\nfitting mesh colors: 74%|███████▎ | 147/200 [00:02<00:00, 65.45it/s]\u001b[A\nfitting mesh colors: 77%|███████▋ | 154/200 [00:02<00:00, 65.45it/s]\u001b[A\nfitting mesh colors: 80%|████████ | 161/200 [00:02<00:00, 65.47it/s]\u001b[A\nfitting mesh colors: 84%|████████▍ | 168/200 [00:02<00:00, 65.48it/s]\u001b[A\nfitting mesh colors: 88%|████████▊ | 175/200 [00:02<00:00, 65.48it/s]\u001b[A\nfitting mesh colors: 91%|█████████ | 182/200 [00:02<00:00, 65.43it/s]\u001b[A\nfitting mesh colors: 94%|█████████▍| 189/200 [00:02<00:00, 65.44it/s]\u001b[A\nfitting mesh colors: 98%|█████████▊| 196/200 [00:02<00:00, 65.49it/s]\u001b[A\nfitting mesh colors: 100%|██████████| 200/200 [00:03<00:00, 65.46it/s]\n 60% painting step 6/10 [00:57<00:41, 10.50s/it]\n0it [00:00, ?it/s]\u001b[A\n1it [00:00, 8.06it/s]\u001b[A\n3it [00:00, 11.27it/s]\u001b[A\n5it [00:00, 12.13it/s]\u001b[A\n7it [00:00, 12.51it/s]\u001b[A\n9it [00:00, 12.71it/s]\u001b[A\n11it [00:00, 12.83it/s]\u001b[A\n13it [00:01, 12.92it/s]\u001b[A\n15it [00:01, 12.97it/s]\u001b[A\n17it [00:01, 13.01it/s]\u001b[A\n19it [00:01, 13.03it/s]\u001b[A\n21it [00:01, 13.02it/s]\u001b[A\n23it [00:01, 13.05it/s]\u001b[A\n25it [00:01, 13.05it/s]\u001b[A\n27it [00:02, 12.98it/s]\u001b[A\n29it [00:02, 13.07it/s]\u001b[A\n31it [00:02, 13.07it/s]\u001b[A\n33it [00:02, 13.04it/s]\u001b[A\n35it [00:02, 13.05it/s]\u001b[A\n37it [00:02, 13.04it/s]\u001b[A\n39it [00:03, 12.99it/s]\u001b[A\n41it [00:03, 13.04it/s]\u001b[A\n43it [00:03, 13.03it/s]\u001b[A\n45it [00:03, 12.99it/s]\u001b[A\n47it [00:03, 13.06it/s]\u001b[A\n49it [00:03, 13.06it/s]\u001b[A\n51it [00:03, 13.06it/s]\u001b[A\n51it [00:03, 12.90it/s]\nfitting mesh colors: 0%| | 0/200 [00:00<?, ?it/s]\u001b[A\nfitting mesh colors: 4%|▎ | 7/200 [00:00<00:02, 69.20it/s]\u001b[A\nfitting mesh colors: 7%|▋ | 14/200 [00:00<00:02, 66.95it/s]\u001b[A\nfitting mesh colors: 10%|█ | 21/200 [00:00<00:02, 66.24it/s]\u001b[A\nfitting mesh colors: 14%|█▍ | 28/200 [00:00<00:02, 65.61it/s]\u001b[A\nfitting mesh colors: 18%|█▊ | 35/200 [00:00<00:02, 65.57it/s]\u001b[A\nfitting mesh colors: 21%|██ | 42/200 [00:00<00:02, 65.58it/s]\u001b[A\nfitting mesh colors: 24%|██▍ | 49/200 [00:00<00:02, 65.28it/s]\u001b[A\nfitting mesh colors: 28%|██▊ | 56/200 [00:00<00:02, 65.38it/s]\u001b[A\nfitting mesh colors: 32%|███▏ | 63/200 [00:00<00:02, 65.31it/s]\u001b[A\nfitting mesh colors: 35%|███▌ | 70/200 [00:01<00:01, 65.39it/s]\u001b[A\nfitting mesh colors: 38%|███▊ | 77/200 [00:01<00:01, 65.42it/s]\u001b[A\nfitting mesh colors: 42%|████▏ | 84/200 [00:01<00:01, 65.42it/s]\u001b[A\nfitting mesh colors: 46%|████▌ | 91/200 [00:01<00:01, 65.44it/s]\u001b[A\nfitting mesh colors: 49%|████▉ | 98/200 [00:01<00:01, 65.43it/s]\u001b[A\nfitting mesh colors: 52%|█████▎ | 105/200 [00:01<00:01, 65.45it/s]\u001b[A\nfitting mesh colors: 56%|█████▌ | 112/200 [00:01<00:01, 65.45it/s]\u001b[A\nfitting mesh colors: 60%|█████▉ | 119/200 [00:01<00:01, 65.54it/s]\u001b[A\nfitting mesh colors: 63%|██████▎ | 126/200 [00:01<00:01, 65.17it/s]\u001b[A\nfitting mesh colors: 66%|██████▋ | 133/200 [00:02<00:01, 65.02it/s]\u001b[A\nfitting mesh colors: 70%|███████ | 140/200 [00:02<00:00, 65.21it/s]\u001b[A\nfitting mesh colors: 74%|███████▎ | 147/200 [00:02<00:00, 65.27it/s]\u001b[A\nfitting mesh colors: 77%|███████▋ | 154/200 [00:02<00:00, 64.90it/s]\u001b[A\nfitting mesh colors: 80%|████████ | 161/200 [00:02<00:00, 65.06it/s]\u001b[A\nfitting mesh colors: 84%|████████▍ | 168/200 [00:02<00:00, 65.16it/s]\u001b[A\nfitting mesh colors: 88%|████████▊ | 175/200 [00:02<00:00, 65.31it/s]\u001b[A\nfitting mesh colors: 91%|█████████ | 182/200 [00:02<00:00, 65.38it/s]\u001b[A\nfitting mesh colors: 94%|█████████▍| 189/200 [00:02<00:00, 65.42it/s]\u001b[A\nfitting mesh colors: 98%|█████████▊| 196/200 [00:02<00:00, 65.49it/s]\u001b[A\nfitting mesh colors: 100%|██████████| 200/200 [00:03<00:00, 65.44it/s]\n 70% painting step 7/10 [01:08<00:32, 10.78s/it]\n0it [00:00, ?it/s]\u001b[A\n1it [00:00, 7.85it/s]\u001b[A\n3it [00:00, 11.30it/s]\u001b[A\n5it [00:00, 12.15it/s]\u001b[A\n7it [00:00, 12.52it/s]\u001b[A\n9it [00:00, 12.70it/s]\u001b[A\n11it [00:00, 12.83it/s]\u001b[A\n13it [00:01, 12.91it/s]\u001b[A\n15it [00:01, 12.97it/s]\u001b[A\n17it [00:01, 13.00it/s]\u001b[A\n19it [00:01, 13.02it/s]\u001b[A\n21it [00:01, 13.03it/s]\u001b[A\n23it [00:01, 13.04it/s]\u001b[A\n25it [00:01, 13.04it/s]\u001b[A\n27it [00:02, 13.00it/s]\u001b[A\n29it [00:02, 13.06it/s]\u001b[A\n31it [00:02, 13.06it/s]\u001b[A\n33it [00:02, 13.05it/s]\u001b[A\n35it [00:02, 13.05it/s]\u001b[A\n37it [00:02, 13.06it/s]\u001b[A\n39it [00:03, 13.05it/s]\u001b[A\n41it [00:03, 13.04it/s]\u001b[A\n43it [00:03, 13.05it/s]\u001b[A\n45it [00:03, 13.03it/s]\u001b[A\n47it [00:03, 13.05it/s]\u001b[A\n49it [00:03, 13.05it/s]\u001b[A\n51it [00:03, 13.04it/s]\u001b[A\n51it [00:03, 12.90it/s]\nfitting mesh colors: 0%| | 0/200 [00:00<?, ?it/s]\u001b[A\nfitting mesh colors: 4%|▎ | 7/200 [00:00<00:02, 69.19it/s]\u001b[A\nfitting mesh colors: 7%|▋ | 14/200 [00:00<00:02, 66.92it/s]\u001b[A\nfitting mesh colors: 10%|█ | 21/200 [00:00<00:02, 66.31it/s]\u001b[A\nfitting mesh colors: 14%|█▍ | 28/200 [00:00<00:02, 66.01it/s]\u001b[A\nfitting mesh colors: 18%|█▊ | 35/200 [00:00<00:02, 65.93it/s]\u001b[A\nfitting mesh colors: 21%|██ | 42/200 [00:00<00:02, 65.76it/s]\u001b[A\nfitting mesh colors: 24%|██▍ | 49/200 [00:00<00:02, 65.66it/s]\u001b[A\nfitting mesh colors: 28%|██▊ | 56/200 [00:00<00:02, 65.59it/s]\u001b[A\nfitting mesh colors: 32%|███▏ | 63/200 [00:00<00:02, 65.56it/s]\u001b[A\nfitting mesh colors: 35%|███▌ | 70/200 [00:01<00:01, 65.55it/s]\u001b[A\nfitting mesh colors: 38%|███▊ | 77/200 [00:01<00:01, 65.56it/s]\u001b[A\nfitting mesh colors: 42%|████▏ | 84/200 [00:01<00:01, 65.64it/s]\u001b[A\nfitting mesh colors: 46%|████▌ | 91/200 [00:01<00:01, 65.61it/s]\u001b[A\nfitting mesh colors: 49%|████▉ | 98/200 [00:01<00:01, 65.55it/s]\u001b[A\nfitting mesh colors: 52%|█████▎ | 105/200 [00:01<00:01, 65.53it/s]\u001b[A\nfitting mesh colors: 56%|█████▌ | 112/200 [00:01<00:01, 65.38it/s]\u001b[A\nfitting mesh colors: 60%|█████▉ | 119/200 [00:01<00:01, 65.39it/s]\u001b[A\nfitting mesh colors: 63%|██████▎ | 126/200 [00:01<00:01, 65.42it/s]\u001b[A\nfitting mesh colors: 66%|██████▋ | 133/200 [00:02<00:01, 65.44it/s]\u001b[A\nfitting mesh colors: 70%|███████ | 140/200 [00:02<00:00, 65.46it/s]\u001b[A\nfitting mesh colors: 74%|███████▎ | 147/200 [00:02<00:00, 65.54it/s]\u001b[A\nfitting mesh colors: 77%|███████▋ | 154/200 [00:02<00:00, 65.55it/s]\u001b[A\nfitting mesh colors: 80%|████████ | 161/200 [00:02<00:00, 65.58it/s]\u001b[A\nfitting mesh colors: 84%|████████▍ | 168/200 [00:02<00:00, 65.54it/s]\u001b[A\nfitting mesh colors: 88%|████████▊ | 175/200 [00:02<00:00, 65.54it/s]\u001b[A\nfitting mesh colors: 91%|█████████ | 182/200 [00:02<00:00, 65.49it/s]\u001b[A\nfitting mesh colors: 94%|█████████▍| 189/200 [00:02<00:00, 65.49it/s]\u001b[A\nfitting mesh colors: 98%|█████████▊| 196/200 [00:02<00:00, 65.37it/s]\u001b[A\nfitting mesh colors: 100%|██████████| 200/200 [00:03<00:00, 65.62it/s]\n 80% painting step 8/10 [01:20<00:21, 10.96s/it]\n0it [00:00, ?it/s]\u001b[A\n1it [00:00, 8.05it/s]\u001b[A\n3it [00:00, 11.19it/s]\u001b[A\n5it [00:00, 12.15it/s]\u001b[A\n7it [00:00, 12.51it/s]\u001b[A\n9it [00:00, 12.70it/s]\u001b[A\n11it [00:00, 12.82it/s]\u001b[A\n13it [00:01, 12.90it/s]\u001b[A\n15it [00:01, 12.96it/s]\u001b[A\n17it [00:01, 12.96it/s]\u001b[A\n19it [00:01, 13.01it/s]\u001b[A\n21it [00:01, 12.77it/s]\u001b[A\n23it [00:01, 12.97it/s]\u001b[A\n25it [00:01, 13.10it/s]\u001b[A\n27it [00:02, 13.09it/s]\u001b[A\n29it [00:02, 13.07it/s]\u001b[A\n31it [00:02, 13.07it/s]\u001b[A\n33it [00:02, 13.06it/s]\u001b[A\n35it [00:02, 12.97it/s]\u001b[A\n37it [00:02, 13.05it/s]\u001b[A\n39it [00:03, 13.05it/s]\u001b[A\n41it [00:03, 13.04it/s]\u001b[A\n43it [00:03, 13.02it/s]\u001b[A\n45it [00:03, 13.03it/s]\u001b[A\n47it [00:03, 13.04it/s]\u001b[A\n49it [00:03, 13.03it/s]\u001b[A\n51it [00:03, 13.04it/s]\u001b[A\n51it [00:03, 12.88it/s]\nfitting mesh colors: 0%| | 0/200 [00:00<?, ?it/s]\u001b[A\nfitting mesh colors: 4%|▎ | 7/200 [00:00<00:02, 69.37it/s]\u001b[A\nfitting mesh colors: 7%|▋ | 14/200 [00:00<00:02, 67.61it/s]\u001b[A\nfitting mesh colors: 10%|█ | 21/200 [00:00<00:02, 67.14it/s]\u001b[A\nfitting mesh colors: 14%|█▍ | 28/200 [00:00<00:02, 66.87it/s]\u001b[A\nfitting mesh colors: 18%|█▊ | 35/200 [00:00<00:02, 66.78it/s]\u001b[A\nfitting mesh colors: 21%|██ | 42/200 [00:00<00:02, 65.94it/s]\u001b[A\nfitting mesh colors: 24%|██▍ | 49/200 [00:00<00:02, 66.84it/s]\u001b[A\nfitting mesh colors: 28%|██▊ | 56/200 [00:00<00:02, 66.73it/s]\u001b[A\nfitting mesh colors: 32%|███▏ | 63/200 [00:00<00:02, 66.74it/s]\u001b[A\nfitting mesh colors: 35%|███▌ | 70/200 [00:01<00:01, 66.60it/s]\u001b[A\nfitting mesh colors: 38%|███▊ | 77/200 [00:01<00:01, 66.61it/s]\u001b[A\nfitting mesh colors: 42%|████▏ | 84/200 [00:01<00:01, 66.36it/s]\u001b[A\nfitting mesh colors: 46%|████▌ | 91/200 [00:01<00:01, 66.17it/s]\u001b[A\nfitting mesh colors: 49%|████▉ | 98/200 [00:01<00:01, 65.40it/s]\u001b[A\nfitting mesh colors: 52%|█████▎ | 105/200 [00:01<00:01, 64.05it/s]\u001b[A\nfitting mesh colors: 56%|█████▌ | 112/200 [00:01<00:01, 64.22it/s]\u001b[A\nfitting mesh colors: 60%|█████▉ | 119/200 [00:01<00:01, 64.46it/s]\u001b[A\nfitting mesh colors: 63%|██████▎ | 126/200 [00:01<00:01, 64.71it/s]\u001b[A\nfitting mesh colors: 66%|██████▋ | 133/200 [00:02<00:01, 64.98it/s]\u001b[A\nfitting mesh colors: 70%|███████ | 140/200 [00:02<00:00, 65.49it/s]\u001b[A\nfitting mesh colors: 74%|███████▎ | 147/200 [00:02<00:00, 65.50it/s]\u001b[A\nfitting mesh colors: 77%|███████▋ | 154/200 [00:02<00:00, 65.84it/s]\u001b[A\nfitting mesh colors: 80%|████████ | 161/200 [00:02<00:00, 66.04it/s]\u001b[A\nfitting mesh colors: 84%|████████▍ | 168/200 [00:02<00:00, 66.14it/s]\u001b[A\nfitting mesh colors: 88%|████████▊ | 175/200 [00:02<00:00, 66.25it/s]\u001b[A\nfitting mesh colors: 91%|█████████ | 182/200 [00:02<00:00, 66.22it/s]\u001b[A\nfitting mesh colors: 94%|█████████▍| 189/200 [00:02<00:00, 66.12it/s]\u001b[A\nfitting mesh colors: 98%|█████████▊| 196/200 [00:02<00:00, 66.18it/s]\u001b[A\nfitting mesh colors: 100%|██████████| 200/200 [00:03<00:00, 65.98it/s]\n 90% painting step 9/10 [01:31<00:11, 11.10s/it]\n0it [00:00, ?it/s]\u001b[A\n1it [00:00, 7.97it/s]\u001b[A\n3it [00:00, 11.29it/s]\u001b[A\n5it [00:00, 12.13it/s]\u001b[A\n7it [00:00, 12.51it/s]\u001b[A\n9it [00:00, 12.67it/s]\u001b[A\n11it [00:00, 12.81it/s]\u001b[A\n13it [00:01, 12.90it/s]\u001b[A\n15it [00:01, 12.93it/s]\u001b[A\n17it [00:01, 12.99it/s]\u001b[A\n19it [00:01, 13.02it/s]\u001b[A\n21it [00:01, 12.99it/s]\u001b[A\n23it [00:01, 12.88it/s]\u001b[A\n25it [00:01, 12.91it/s]\u001b[A\n27it [00:02, 13.00it/s]\u001b[A\n29it [00:02, 13.01it/s]\u001b[A\n31it [00:02, 13.01it/s]\u001b[A\n33it [00:02, 13.01it/s]\u001b[A\n35it [00:02, 13.02it/s]\u001b[A\n37it [00:02, 13.03it/s]\u001b[A\n39it [00:03, 13.03it/s]\u001b[A\n41it [00:03, 13.04it/s]\u001b[A\n43it [00:03, 13.03it/s]\u001b[A\n45it [00:03, 13.04it/s]\u001b[A\n47it [00:03, 13.04it/s]\u001b[A\n49it [00:03, 13.04it/s]\u001b[A\n51it [00:03, 13.04it/s]\u001b[A\n51it [00:03, 12.87it/s]\nfitting mesh colors: 0%| | 0/200 [00:00<?, ?it/s]\u001b[A\nfitting mesh colors: 4%|▍ | 8/200 [00:00<00:02, 69.15it/s]\u001b[A\nfitting mesh colors: 8%|▊ | 15/200 [00:00<00:02, 66.93it/s]\u001b[A\nfitting mesh colors: 11%|█ | 22/200 [00:00<00:02, 65.78it/s]\u001b[A\nfitting mesh colors: 14%|█▍ | 29/200 [00:00<00:02, 65.61it/s]\u001b[A\nfitting mesh colors: 18%|█▊ | 36/200 [00:00<00:02, 65.86it/s]\u001b[A\nfitting mesh colors: 22%|██▏ | 43/200 [00:00<00:02, 66.05it/s]\u001b[A\nfitting mesh colors: 25%|██▌ | 50/200 [00:00<00:02, 66.45it/s]\u001b[A\nfitting mesh colors: 28%|██▊ | 57/200 [00:00<00:02, 66.16it/s]\u001b[A\nfitting mesh colors: 32%|███▏ | 64/200 [00:00<00:02, 66.49it/s]\u001b[A\nfitting mesh colors: 36%|███▌ | 71/200 [00:01<00:01, 65.83it/s]\u001b[A\nfitting mesh colors: 39%|███▉ | 78/200 [00:01<00:01, 65.93it/s]\u001b[A\nfitting mesh colors: 42%|████▎ | 85/200 [00:01<00:01, 66.30it/s]\u001b[A\nfitting mesh colors: 46%|████▌ | 92/200 [00:01<00:01, 66.30it/s]\u001b[A\nfitting mesh colors: 50%|████▉ | 99/200 [00:01<00:01, 66.35it/s]\u001b[A\nfitting mesh colors: 53%|█████▎ | 106/200 [00:01<00:01, 66.35it/s]\u001b[A\nfitting mesh colors: 56%|█████▋ | 113/200 [00:01<00:01, 66.63it/s]\u001b[A\nfitting mesh colors: 60%|██████ | 120/200 [00:01<00:01, 66.51it/s]\u001b[A\nfitting mesh colors: 64%|██████▎ | 127/200 [00:01<00:01, 66.42it/s]\u001b[A\nfitting mesh colors: 67%|██████▋ | 134/200 [00:02<00:00, 66.28it/s]\u001b[A\nfitting mesh colors: 70%|███████ | 141/200 [00:02<00:00, 66.19it/s]\u001b[A\nfitting mesh colors: 74%|███████▍ | 148/200 [00:02<00:00, 66.49it/s]\u001b[A\nfitting mesh colors: 78%|███████▊ | 155/200 [00:02<00:00, 66.65it/s]\u001b[A\nfitting mesh colors: 81%|████████ | 162/200 [00:02<00:00, 66.48it/s]\u001b[A\nfitting mesh colors: 84%|████████▍ | 169/200 [00:02<00:00, 66.42it/s]\u001b[A\nfitting mesh colors: 88%|████████▊ | 176/200 [00:02<00:00, 66.38it/s]\u001b[A\nfitting mesh colors: 92%|█████████▏| 183/200 [00:02<00:00, 66.38it/s]\u001b[A\nfitting mesh colors: 95%|█████████▌| 190/200 [00:02<00:00, 66.39it/s]\u001b[A\nfitting mesh colors: 98%|█████████▊| 197/200 [00:02<00:00, 66.32it/s]\u001b[A\nfitting mesh colors: 100%|██████████| 200/200 [00:03<00:00, 66.31it/s]\n100% painting step 10/10 [01:42<00:00, 11.20s/it]\n0it [00:00, ?it/s]\u001b[A\n1it [00:00, 8.04it/s]\u001b[A\n3it [00:00, 11.28it/s]\u001b[A\n5it [00:00, 12.12it/s]\u001b[A\n7it [00:00, 12.49it/s]\u001b[A\n9it [00:00, 12.68it/s]\u001b[A\n11it [00:00, 12.78it/s]\u001b[A\n13it [00:01, 12.90it/s]\u001b[A\n15it [00:01, 12.96it/s]\u001b[A\n17it [00:01, 12.99it/s]\u001b[A\n19it [00:01, 13.02it/s]\u001b[A\n21it [00:01, 13.02it/s]\u001b[A\n23it [00:01, 13.04it/s]\u001b[A\n25it [00:01, 13.02it/s]\u001b[A\n27it [00:02, 13.04it/s]\u001b[A\n29it [00:02, 13.05it/s]\u001b[A\n31it [00:02, 13.05it/s]\u001b[A\n33it [00:02, 13.04it/s]\u001b[A\n35it [00:02, 13.05it/s]\u001b[A\n37it [00:02, 13.05it/s]\u001b[A\n39it [00:03, 13.04it/s]\u001b[A\n41it [00:03, 12.99it/s]\u001b[A\n43it [00:03, 13.05it/s]\u001b[A\n45it [00:03, 13.05it/s]\u001b[A\n47it [00:03, 13.04it/s]\u001b[A\n49it [00:03, 13.04it/s]\u001b[A\n51it [00:03, 13.04it/s]\u001b[A\n51it [00:03, 12.89it/s]\nfitting mesh colors: 0%| | 0/200 [00:00<?, ?it/s]\u001b[A\nfitting mesh colors: 4%|▎ | 7/200 [00:00<00:02, 68.30it/s]\u001b[A\nfitting mesh colors: 7%|▋ | 14/200 [00:00<00:02, 65.61it/s]\u001b[A\nfitting mesh colors: 10%|█ | 21/200 [00:00<00:02, 65.21it/s]\u001b[A\nfitting mesh colors: 14%|█▍ | 28/200 [00:00<00:02, 65.12it/s]\u001b[A\nfitting mesh colors: 18%|█▊ | 35/200 [00:00<00:02, 64.75it/s]\u001b[A\nfitting mesh colors: 21%|██ | 42/200 [00:00<00:02, 64.73it/s]\u001b[A\nfitting mesh colors: 24%|██▍ | 49/200 [00:00<00:02, 64.37it/s]\u001b[A\nfitting mesh colors: 28%|██▊ | 56/200 [00:00<00:02, 64.20it/s]\u001b[A\nfitting mesh colors: 32%|███▏ | 63/200 [00:00<00:02, 64.39it/s]\u001b[A\nfitting mesh colors: 35%|███▌ | 70/200 [00:01<00:02, 64.55it/s]\u001b[A\nfitting mesh colors: 38%|███▊ | 77/200 [00:01<00:01, 64.64it/s]\u001b[A\nfitting mesh colors: 42%|████▏ | 84/200 [00:01<00:01, 64.70it/s]\u001b[A\nfitting mesh colors: 46%|████▌ | 91/200 [00:01<00:01, 64.71it/s]\u001b[A\nfitting mesh colors: 49%|████▉ | 98/200 [00:01<00:01, 64.78it/s]\u001b[A\nfitting mesh colors: 52%|█████▎ | 105/200 [00:01<00:01, 64.81it/s]\u001b[A\nfitting mesh colors: 56%|█████▌ | 112/200 [00:01<00:01, 64.71it/s]\u001b[A\nfitting mesh colors: 60%|█████▉ | 119/200 [00:01<00:01, 64.71it/s]\u001b[A\nfitting mesh colors: 63%|██████▎ | 126/200 [00:01<00:01, 64.38it/s]\u001b[A\nfitting mesh colors: 66%|██████▋ | 133/200 [00:02<00:01, 64.49it/s]\u001b[A\nfitting mesh colors: 70%|███████ | 140/200 [00:02<00:00, 64.57it/s]\u001b[A\nfitting mesh colors: 74%|███████▎ | 147/200 [00:02<00:00, 64.64it/s]\u001b[A\nfitting mesh colors: 77%|███████▋ | 154/200 [00:02<00:00, 64.73it/s]\u001b[A\nfitting mesh colors: 80%|████████ | 161/200 [00:02<00:00, 64.52it/s]\u001b[A\nfitting mesh colors: 84%|████████▍ | 168/200 [00:02<00:00, 64.62it/s]\u001b[A\nfitting mesh colors: 88%|████████▊ | 175/200 [00:02<00:00, 64.72it/s]\u001b[A\nfitting mesh colors: 91%|█████████ | 182/200 [00:02<00:00, 64.61it/s]\u001b[A\nfitting mesh colors: 94%|█████████▍| 189/200 [00:02<00:00, 64.65it/s]\u001b[A\nfitting mesh colors: 98%|█████████▊| 196/200 [00:03<00:00, 64.72it/s]\u001b[A\nfitting mesh colors: 100%|██████████| 200/200 [00:03<00:00, 64.71it/s]\n100% painting step 10/10 [02:25<00:00, 14.55s/it]\nadding: tmp/mesh/ (stored 0%)\n adding: tmp/mesh/albedo.png(deflated 0%)\n adding: tmp/mesh/mesh.obj(deflated 57%)\nadding: tmp/mesh/mesh.mtl (deflated 55%)", "metrics": { "predict_time": 258.882203, "total_time": 820.212271 }, "output": [ "https://replicate.delivery/pbxt/KqPSAb76V2qRB5WHgRmoRFYz0vSnDABXerOZY1mfjvbaeR5jA/mesh.glb", "https://replicate.delivery/pbxt/bVeTXbQwmnVHLatWtXGUt3PguwEr0T2OoEmGYb9QBXwNfo8RA/output.mp4" ], "started_at": "2023-11-27T18:14:48.935525Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/raqw4ktbuzjuevih4mcmkomyna", "cancel": "https://api.replicate.com/v1/predictions/raqw4ktbuzjuevih4mcmkomyna/cancel" }, "version": "456e72c47358d0da0a1b3002c8cf9f4eb123afa4bb8ff2b521fea40a71746a7f" }
Generated in2023-11-27 18:16:20 try to load hugging face access token from the default place, make sure you have run `huggingface-cli login`. 2023-11-27 18:16:20 loading stable diffusion with /src/hf-cache/stable-diffusion-2-depth... /root/.pyenv/versions/3.8.18/lib/python3.8/site-packages/transformers/tokenization_utils_base.py:1895: FutureWarning: The `use_auth_token` argument is deprecated and will be removed in v5 of Transformers. Please use `token` instead. warnings.warn( /root/.pyenv/versions/3.8.18/lib/python3.8/site-packages/transformers/modeling_utils.py:2570: FutureWarning: The `use_auth_token` argument is deprecated and will be removed in v5 of Transformers. Please use `token` instead. warnings.warn( 2023-11-27 18:16:35 successfully loaded stable diffusion! /src/src/utils.py:45: RuntimeWarning: invalid value encountered in cast tensor = (tensor * 255).astype(np.uint8) 0% painting step 0/10 [00:00<?, ?it/s]/src/src/stable_diffusion_depth.py:198: FutureWarning: Accessing config attribute `in_channels` directly via 'UNet2DConditionModel' object attribute is deprecated. Please access 'in_channels' over 'UNet2DConditionModel's config object instead, e.g. 'unet.config.in_channels'. (text_embeddings.shape[0] // 2, self.unet.in_channels - 1, depth_mask.shape[2], 0it [00:00, ?it/s] 2it [00:00, 12.98it/s] 4it [00:00, 13.02it/s] 6it [00:00, 13.04it/s] 8it [00:00, 13.07it/s] 10it [00:00, 13.02it/s] 12it [00:00, 13.04it/s] 14it [00:01, 13.04it/s] 16it [00:01, 13.09it/s] 18it [00:01, 13.08it/s] 20it [00:01, 13.08it/s] 22it [00:01, 13.01it/s] 24it [00:01, 13.04it/s] 26it [00:01, 13.05it/s] 28it [00:02, 13.03it/s] 30it [00:02, 13.06it/s] 32it [00:02, 13.03it/s] 34it [00:02, 13.01it/s] 36it [00:02, 13.07it/s] 38it [00:02, 13.08it/s] 40it [00:03, 13.09it/s] 42it [00:03, 13.04it/s] 44it [00:03, 13.02it/s] 46it [00:03, 12.99it/s] 48it [00:03, 13.03it/s] 50it [00:03, 13.08it/s] 51it [00:03, 13.05it/s] fitting mesh colors: 0%| | 0/200 [00:00<?, ?it/s] fitting mesh colors: 4%|▎ | 7/200 [00:00<00:02, 68.48it/s] fitting mesh colors: 7%|▋ | 14/200 [00:00<00:02, 66.42it/s] fitting mesh colors: 10%|█ | 21/200 [00:00<00:02, 65.78it/s] fitting mesh colors: 14%|█▍ | 28/200 [00:00<00:02, 65.50it/s] fitting mesh colors: 18%|█▊ | 35/200 [00:00<00:02, 65.38it/s] fitting mesh colors: 21%|██ | 42/200 [00:00<00:02, 65.27it/s] fitting mesh colors: 24%|██▍ | 49/200 [00:00<00:02, 65.03it/s] fitting mesh colors: 28%|██▊ | 56/200 [00:00<00:02, 64.97it/s] fitting mesh colors: 32%|███▏ | 63/200 [00:00<00:02, 64.95it/s] fitting mesh colors: 35%|███▌ | 70/200 [00:01<00:02, 65.00it/s] fitting mesh colors: 38%|███▊ | 77/200 [00:01<00:01, 64.96it/s] fitting mesh colors: 42%|████▏ | 84/200 [00:01<00:01, 65.00it/s] fitting mesh colors: 46%|████▌ | 91/200 [00:01<00:01, 64.97it/s] fitting mesh colors: 49%|████▉ | 98/200 [00:01<00:01, 65.06it/s] fitting mesh colors: 52%|█████▎ | 105/200 [00:01<00:01, 65.04it/s] fitting mesh colors: 56%|█████▌ | 112/200 [00:01<00:01, 65.04it/s] fitting mesh colors: 60%|█████▉ | 119/200 [00:01<00:01, 64.87it/s] fitting mesh colors: 63%|██████▎ | 126/200 [00:01<00:01, 64.91it/s] fitting mesh colors: 66%|██████▋ | 133/200 [00:02<00:01, 64.95it/s] fitting mesh colors: 70%|███████ | 140/200 [00:02<00:00, 64.99it/s] fitting mesh colors: 74%|███████▎ | 147/200 [00:02<00:00, 65.01it/s] fitting mesh colors: 77%|███████▋ | 154/200 [00:02<00:00, 64.98it/s] fitting mesh colors: 80%|████████ | 161/200 [00:02<00:00, 64.96it/s] fitting mesh colors: 84%|████████▍ | 168/200 [00:02<00:00, 64.93it/s] fitting mesh colors: 88%|████████▊ | 175/200 [00:02<00:00, 64.90it/s] fitting mesh colors: 91%|█████████ | 182/200 [00:02<00:00, 64.61it/s] fitting mesh colors: 94%|█████████▍| 189/200 [00:02<00:00, 64.46it/s] fitting mesh colors: 98%|█████████▊| 196/200 [00:03<00:00, 64.64it/s] fitting mesh colors: 100%|██████████| 200/200 [00:03<00:00, 65.01it/s] 20% painting step 2/10 [00:12<00:48, 6.04s/it] 0it [00:00, ?it/s] 1it [00:00, 8.04it/s] 3it [00:00, 11.31it/s] 5it [00:00, 12.16it/s] 7it [00:00, 12.54it/s] 9it [00:00, 12.60it/s] 11it [00:00, 12.90it/s] 13it [00:01, 12.97it/s] 15it [00:01, 13.02it/s] 17it [00:01, 13.05it/s] 19it [00:01, 13.08it/s] 21it [00:01, 13.08it/s] 23it [00:01, 13.10it/s] 25it [00:01, 13.10it/s] 27it [00:02, 13.10it/s] 29it [00:02, 13.08it/s] 31it [00:02, 13.09it/s] 33it [00:02, 13.09it/s] 35it [00:02, 12.92it/s] 37it [00:02, 13.15it/s] 39it [00:03, 13.13it/s] 41it [00:03, 13.12it/s] 43it [00:03, 13.06it/s] 45it [00:03, 13.12it/s] 47it [00:03, 13.12it/s] 49it [00:03, 13.11it/s] 51it [00:03, 13.11it/s] 51it [00:03, 12.94it/s] fitting mesh colors: 0%| | 0/200 [00:00<?, ?it/s] fitting mesh colors: 4%|▍ | 8/200 [00:00<00:02, 69.56it/s] fitting mesh colors: 8%|▊ | 15/200 [00:00<00:02, 67.93it/s] fitting mesh colors: 11%|█ | 22/200 [00:00<00:02, 67.19it/s] fitting mesh colors: 14%|█▍ | 29/200 [00:00<00:02, 66.87it/s] fitting mesh colors: 18%|█▊ | 36/200 [00:00<00:02, 66.73it/s] fitting mesh colors: 22%|██▏ | 43/200 [00:00<00:02, 66.60it/s] fitting mesh colors: 25%|██▌ | 50/200 [00:00<00:02, 66.55it/s] fitting mesh colors: 28%|██▊ | 57/200 [00:00<00:02, 66.51it/s] fitting mesh colors: 32%|███▏ | 64/200 [00:00<00:02, 66.50it/s] fitting mesh colors: 36%|███▌ | 71/200 [00:01<00:01, 66.42it/s] fitting mesh colors: 39%|███▉ | 78/200 [00:01<00:01, 66.41it/s] fitting mesh colors: 42%|████▎ | 85/200 [00:01<00:01, 66.39it/s] fitting mesh colors: 46%|████▌ | 92/200 [00:01<00:01, 66.31it/s] fitting mesh colors: 50%|████▉ | 99/200 [00:01<00:01, 66.37it/s] fitting mesh colors: 53%|█████▎ | 106/200 [00:01<00:01, 66.40it/s] fitting mesh colors: 56%|█████▋ | 113/200 [00:01<00:01, 66.47it/s] fitting mesh colors: 60%|██████ | 120/200 [00:01<00:01, 66.25it/s] fitting mesh colors: 64%|██████▎ | 127/200 [00:01<00:01, 66.20it/s] fitting mesh colors: 67%|██████▋ | 134/200 [00:02<00:00, 66.25it/s] fitting mesh colors: 70%|███████ | 141/200 [00:02<00:00, 66.32it/s] fitting mesh colors: 74%|███████▍ | 148/200 [00:02<00:00, 66.26it/s] fitting mesh colors: 78%|███████▊ | 155/200 [00:02<00:00, 66.36it/s] fitting mesh colors: 81%|████████ | 162/200 [00:02<00:00, 66.37it/s] fitting mesh colors: 84%|████████▍ | 169/200 [00:02<00:00, 66.43it/s] fitting mesh colors: 88%|████████▊ | 176/200 [00:02<00:00, 66.35it/s] fitting mesh colors: 92%|█████████▏| 183/200 [00:02<00:00, 66.31it/s] fitting mesh colors: 95%|█████████▌| 190/200 [00:02<00:00, 66.36it/s] fitting mesh colors: 98%|█████████▊| 197/200 [00:02<00:00, 66.40it/s] fitting mesh colors: 100%|██████████| 200/200 [00:03<00:00, 66.49it/s] 30% painting step 3/10 [00:23<00:57, 8.20s/it] 0it [00:00, ?it/s] 1it [00:00, 8.03it/s] 3it [00:00, 11.30it/s] 5it [00:00, 12.15it/s] 7it [00:00, 12.53it/s] 9it [00:00, 12.72it/s] 11it [00:00, 12.82it/s] 13it [00:01, 12.92it/s] 15it [00:01, 12.98it/s] 17it [00:01, 13.01it/s] 19it [00:01, 13.00it/s] 21it [00:01, 13.04it/s] 23it [00:01, 13.07it/s] 25it [00:01, 13.06it/s] 27it [00:02, 13.02it/s] 29it [00:02, 13.05it/s] 31it [00:02, 13.01it/s] 33it [00:02, 13.05it/s] 35it [00:02, 13.07it/s] 37it [00:02, 13.06it/s] 39it [00:03, 13.06it/s] 41it [00:03, 13.05it/s] 43it [00:03, 13.07it/s] 45it [00:03, 12.87it/s] 47it [00:03, 13.12it/s] 49it [00:03, 13.10it/s] 51it [00:03, 13.09it/s] 51it [00:03, 12.91it/s] fitting mesh colors: 0%| | 0/200 [00:00<?, ?it/s] fitting mesh colors: 4%|▎ | 7/200 [00:00<00:02, 69.39it/s] fitting mesh colors: 7%|▋ | 14/200 [00:00<00:02, 66.95it/s] fitting mesh colors: 10%|█ | 21/200 [00:00<00:02, 66.37it/s] fitting mesh colors: 14%|█▍ | 28/200 [00:00<00:02, 66.24it/s] fitting mesh colors: 18%|█▊ | 35/200 [00:00<00:02, 66.18it/s] fitting mesh colors: 21%|██ | 42/200 [00:00<00:02, 66.20it/s] fitting mesh colors: 24%|██▍ | 49/200 [00:00<00:02, 66.15it/s] fitting mesh colors: 28%|██▊ | 56/200 [00:00<00:02, 66.08it/s] fitting mesh colors: 32%|███▏ | 63/200 [00:00<00:02, 66.10it/s] fitting mesh colors: 35%|███▌ | 70/200 [00:01<00:01, 66.15it/s] fitting mesh colors: 38%|███▊ | 77/200 [00:01<00:01, 66.13it/s] fitting mesh colors: 42%|████▏ | 84/200 [00:01<00:01, 66.10it/s] fitting mesh colors: 46%|████▌ | 91/200 [00:01<00:01, 66.02it/s] fitting mesh colors: 49%|████▉ | 98/200 [00:01<00:01, 65.97it/s] fitting mesh colors: 52%|█████▎ | 105/200 [00:01<00:01, 65.91it/s] fitting mesh colors: 56%|█████▌ | 112/200 [00:01<00:01, 66.01it/s] fitting mesh colors: 60%|█████▉ | 119/200 [00:01<00:01, 66.05it/s] fitting mesh colors: 63%|██████▎ | 126/200 [00:01<00:01, 66.06it/s] fitting mesh colors: 66%|██████▋ | 133/200 [00:02<00:01, 66.06it/s] fitting mesh colors: 70%|███████ | 140/200 [00:02<00:00, 66.10it/s] fitting mesh colors: 74%|███████▎ | 147/200 [00:02<00:00, 66.12it/s] fitting mesh colors: 77%|███████▋ | 154/200 [00:02<00:00, 66.13it/s] fitting mesh colors: 80%|████████ | 161/200 [00:02<00:00, 66.04it/s] fitting mesh colors: 84%|████████▍ | 168/200 [00:02<00:00, 66.03it/s] fitting mesh colors: 88%|████████▊ | 175/200 [00:02<00:00, 66.03it/s] fitting mesh colors: 91%|█████████ | 182/200 [00:02<00:00, 66.10it/s] fitting mesh colors: 94%|█████████▍| 189/200 [00:02<00:00, 66.06it/s] fitting mesh colors: 98%|█████████▊| 196/200 [00:02<00:00, 66.11it/s] fitting mesh colors: 100%|██████████| 200/200 [00:03<00:00, 66.14it/s] 40% painting step 4/10 [00:34<00:56, 9.34s/it] 0it [00:00, ?it/s] 1it [00:00, 8.04it/s] 3it [00:00, 11.29it/s] 5it [00:00, 12.14it/s] 7it [00:00, 12.50it/s] 9it [00:00, 12.71it/s] 11it [00:00, 12.83it/s] 13it [00:01, 12.92it/s] 15it [00:01, 12.97it/s] 17it [00:01, 13.00it/s] 19it [00:01, 13.02it/s] 21it [00:01, 13.03it/s] 23it [00:01, 13.04it/s] 25it [00:01, 13.05it/s] 27it [00:02, 13.00it/s] 29it [00:02, 13.05it/s] 31it [00:02, 13.06it/s] 33it [00:02, 13.06it/s] 35it [00:02, 13.05it/s] 37it [00:02, 13.05it/s] 39it [00:03, 13.02it/s] 41it [00:03, 12.99it/s] 43it [00:03, 13.04it/s] 45it [00:03, 13.04it/s] 47it [00:03, 13.05it/s] 49it [00:03, 13.05it/s] 51it [00:03, 13.05it/s] 51it [00:03, 12.90it/s] fitting mesh colors: 0%| | 0/200 [00:00<?, ?it/s] fitting mesh colors: 4%|▎ | 7/200 [00:00<00:02, 69.04it/s] fitting mesh colors: 7%|▋ | 14/200 [00:00<00:02, 67.03it/s] fitting mesh colors: 10%|█ | 21/200 [00:00<00:02, 66.52it/s] fitting mesh colors: 14%|█▍ | 28/200 [00:00<00:02, 66.26it/s] fitting mesh colors: 18%|█▊ | 35/200 [00:00<00:02, 66.20it/s] fitting mesh colors: 21%|██ | 42/200 [00:00<00:02, 66.06it/s] fitting mesh colors: 24%|██▍ | 49/200 [00:00<00:02, 65.97it/s] fitting mesh colors: 28%|██▊ | 56/200 [00:00<00:02, 65.99it/s] fitting mesh colors: 32%|███▏ | 63/200 [00:00<00:02, 66.00it/s] fitting mesh colors: 35%|███▌ | 70/200 [00:01<00:01, 65.96it/s] fitting mesh colors: 38%|███▊ | 77/200 [00:01<00:01, 65.89it/s] fitting mesh colors: 42%|████▏ | 84/200 [00:01<00:01, 65.92it/s] fitting mesh colors: 46%|████▌ | 91/200 [00:01<00:01, 65.96it/s] fitting mesh colors: 49%|████▉ | 98/200 [00:01<00:01, 65.94it/s] fitting mesh colors: 52%|█████▎ | 105/200 [00:01<00:01, 65.96it/s] fitting mesh colors: 56%|█████▌ | 112/200 [00:01<00:01, 65.68it/s] fitting mesh colors: 60%|█████▉ | 119/200 [00:01<00:01, 65.43it/s] fitting mesh colors: 63%|██████▎ | 126/200 [00:01<00:01, 65.56it/s] fitting mesh colors: 66%|██████▋ | 133/200 [00:02<00:01, 65.67it/s] fitting mesh colors: 70%|███████ | 140/200 [00:02<00:00, 65.70it/s] fitting mesh colors: 74%|███████▎ | 147/200 [00:02<00:00, 65.77it/s] fitting mesh colors: 77%|███████▋ | 154/200 [00:02<00:00, 65.78it/s] fitting mesh colors: 80%|████████ | 161/200 [00:02<00:00, 65.82it/s] fitting mesh colors: 84%|████████▍ | 168/200 [00:02<00:00, 65.24it/s] fitting mesh colors: 88%|████████▊ | 175/200 [00:02<00:00, 65.44it/s] fitting mesh colors: 91%|█████████ | 182/200 [00:02<00:00, 65.54it/s] fitting mesh colors: 94%|█████████▍| 189/200 [00:02<00:00, 65.31it/s] fitting mesh colors: 98%|█████████▊| 196/200 [00:02<00:00, 64.96it/s] fitting mesh colors: 100%|██████████| 200/200 [00:03<00:00, 65.75it/s] 50% painting step 5/10 [00:45<00:50, 10.05s/it] 0it [00:00, ?it/s] 1it [00:00, 8.06it/s] 3it [00:00, 11.09it/s] 5it [00:00, 12.16it/s] 7it [00:00, 12.52it/s] 9it [00:00, 12.71it/s] 11it [00:00, 12.63it/s] 13it [00:01, 12.97it/s] 15it [00:01, 13.01it/s] 17it [00:01, 13.03it/s] 19it [00:01, 13.04it/s] 21it [00:01, 13.03it/s] 23it [00:01, 13.05it/s] 25it [00:01, 13.05it/s] 27it [00:02, 13.05it/s] 29it [00:02, 13.05it/s] 31it [00:02, 13.05it/s] 33it [00:02, 13.05it/s] 35it [00:02, 13.05it/s] 37it [00:02, 13.05it/s] 39it [00:03, 13.05it/s] 41it [00:03, 13.05it/s] 43it [00:03, 13.05it/s] 45it [00:03, 13.05it/s] 47it [00:03, 13.05it/s] 49it [00:03, 13.06it/s] 51it [00:03, 13.05it/s] 51it [00:03, 12.90it/s] fitting mesh colors: 0%| | 0/200 [00:00<?, ?it/s] fitting mesh colors: 4%|▎ | 7/200 [00:00<00:02, 69.12it/s] fitting mesh colors: 7%|▋ | 14/200 [00:00<00:02, 65.85it/s] fitting mesh colors: 10%|█ | 21/200 [00:00<00:02, 65.35it/s] fitting mesh colors: 14%|█▍ | 28/200 [00:00<00:02, 65.13it/s] fitting mesh colors: 18%|█▊ | 35/200 [00:00<00:02, 64.95it/s] fitting mesh colors: 21%|██ | 42/200 [00:00<00:02, 65.20it/s] fitting mesh colors: 24%|██▍ | 49/200 [00:00<00:02, 65.35it/s] fitting mesh colors: 28%|██▊ | 56/200 [00:00<00:02, 65.40it/s] fitting mesh colors: 32%|███▏ | 63/200 [00:00<00:02, 65.55it/s] fitting mesh colors: 35%|███▌ | 70/200 [00:01<00:01, 65.58it/s] fitting mesh colors: 38%|███▊ | 77/200 [00:01<00:01, 65.32it/s] fitting mesh colors: 42%|████▏ | 84/200 [00:01<00:01, 65.34it/s] fitting mesh colors: 46%|████▌ | 91/200 [00:01<00:01, 65.37it/s] fitting mesh colors: 49%|████▉ | 98/200 [00:01<00:01, 65.40it/s] fitting mesh colors: 52%|█████▎ | 105/200 [00:01<00:01, 65.46it/s] fitting mesh colors: 56%|█████▌ | 112/200 [00:01<00:01, 65.40it/s] fitting mesh colors: 60%|█████▉ | 119/200 [00:01<00:01, 65.45it/s] fitting mesh colors: 63%|██████▎ | 126/200 [00:01<00:01, 65.52it/s] fitting mesh colors: 66%|██████▋ | 133/200 [00:02<00:01, 65.55it/s] fitting mesh colors: 70%|███████ | 140/200 [00:02<00:00, 65.50it/s] fitting mesh colors: 74%|███████▎ | 147/200 [00:02<00:00, 65.45it/s] fitting mesh colors: 77%|███████▋ | 154/200 [00:02<00:00, 65.45it/s] fitting mesh colors: 80%|████████ | 161/200 [00:02<00:00, 65.47it/s] fitting mesh colors: 84%|████████▍ | 168/200 [00:02<00:00, 65.48it/s] fitting mesh colors: 88%|████████▊ | 175/200 [00:02<00:00, 65.48it/s] fitting mesh colors: 91%|█████████ | 182/200 [00:02<00:00, 65.43it/s] fitting mesh colors: 94%|█████████▍| 189/200 [00:02<00:00, 65.44it/s] fitting mesh colors: 98%|█████████▊| 196/200 [00:02<00:00, 65.49it/s] fitting mesh colors: 100%|██████████| 200/200 [00:03<00:00, 65.46it/s] 60% painting step 6/10 [00:57<00:41, 10.50s/it] 0it [00:00, ?it/s] 1it [00:00, 8.06it/s] 3it [00:00, 11.27it/s] 5it [00:00, 12.13it/s] 7it [00:00, 12.51it/s] 9it [00:00, 12.71it/s] 11it [00:00, 12.83it/s] 13it [00:01, 12.92it/s] 15it [00:01, 12.97it/s] 17it [00:01, 13.01it/s] 19it [00:01, 13.03it/s] 21it [00:01, 13.02it/s] 23it [00:01, 13.05it/s] 25it [00:01, 13.05it/s] 27it [00:02, 12.98it/s] 29it [00:02, 13.07it/s] 31it [00:02, 13.07it/s] 33it [00:02, 13.04it/s] 35it [00:02, 13.05it/s] 37it [00:02, 13.04it/s] 39it [00:03, 12.99it/s] 41it [00:03, 13.04it/s] 43it [00:03, 13.03it/s] 45it [00:03, 12.99it/s] 47it [00:03, 13.06it/s] 49it [00:03, 13.06it/s] 51it [00:03, 13.06it/s] 51it [00:03, 12.90it/s] fitting mesh colors: 0%| | 0/200 [00:00<?, ?it/s] fitting mesh colors: 4%|▎ | 7/200 [00:00<00:02, 69.20it/s] fitting mesh colors: 7%|▋ | 14/200 [00:00<00:02, 66.95it/s] fitting mesh colors: 10%|█ | 21/200 [00:00<00:02, 66.24it/s] fitting mesh colors: 14%|█▍ | 28/200 [00:00<00:02, 65.61it/s] fitting mesh colors: 18%|█▊ | 35/200 [00:00<00:02, 65.57it/s] fitting mesh colors: 21%|██ | 42/200 [00:00<00:02, 65.58it/s] fitting mesh colors: 24%|██▍ | 49/200 [00:00<00:02, 65.28it/s] fitting mesh colors: 28%|██▊ | 56/200 [00:00<00:02, 65.38it/s] fitting mesh colors: 32%|███▏ | 63/200 [00:00<00:02, 65.31it/s] fitting mesh colors: 35%|███▌ | 70/200 [00:01<00:01, 65.39it/s] fitting mesh colors: 38%|███▊ | 77/200 [00:01<00:01, 65.42it/s] fitting mesh colors: 42%|████▏ | 84/200 [00:01<00:01, 65.42it/s] fitting mesh colors: 46%|████▌ | 91/200 [00:01<00:01, 65.44it/s] fitting mesh colors: 49%|████▉ | 98/200 [00:01<00:01, 65.43it/s] fitting mesh colors: 52%|█████▎ | 105/200 [00:01<00:01, 65.45it/s] fitting mesh colors: 56%|█████▌ | 112/200 [00:01<00:01, 65.45it/s] fitting mesh colors: 60%|█████▉ | 119/200 [00:01<00:01, 65.54it/s] fitting mesh colors: 63%|██████▎ | 126/200 [00:01<00:01, 65.17it/s] fitting mesh colors: 66%|██████▋ | 133/200 [00:02<00:01, 65.02it/s] fitting mesh colors: 70%|███████ | 140/200 [00:02<00:00, 65.21it/s] fitting mesh colors: 74%|███████▎ | 147/200 [00:02<00:00, 65.27it/s] fitting mesh colors: 77%|███████▋ | 154/200 [00:02<00:00, 64.90it/s] fitting mesh colors: 80%|████████ | 161/200 [00:02<00:00, 65.06it/s] fitting mesh colors: 84%|████████▍ | 168/200 [00:02<00:00, 65.16it/s] fitting mesh colors: 88%|████████▊ | 175/200 [00:02<00:00, 65.31it/s] fitting mesh colors: 91%|█████████ | 182/200 [00:02<00:00, 65.38it/s] fitting mesh colors: 94%|█████████▍| 189/200 [00:02<00:00, 65.42it/s] fitting mesh colors: 98%|█████████▊| 196/200 [00:02<00:00, 65.49it/s] fitting mesh colors: 100%|██████████| 200/200 [00:03<00:00, 65.44it/s] 70% painting step 7/10 [01:08<00:32, 10.78s/it] 0it [00:00, ?it/s] 1it [00:00, 7.85it/s] 3it [00:00, 11.30it/s] 5it [00:00, 12.15it/s] 7it [00:00, 12.52it/s] 9it [00:00, 12.70it/s] 11it [00:00, 12.83it/s] 13it [00:01, 12.91it/s] 15it [00:01, 12.97it/s] 17it [00:01, 13.00it/s] 19it [00:01, 13.02it/s] 21it [00:01, 13.03it/s] 23it [00:01, 13.04it/s] 25it [00:01, 13.04it/s] 27it [00:02, 13.00it/s] 29it [00:02, 13.06it/s] 31it [00:02, 13.06it/s] 33it [00:02, 13.05it/s] 35it [00:02, 13.05it/s] 37it [00:02, 13.06it/s] 39it [00:03, 13.05it/s] 41it [00:03, 13.04it/s] 43it [00:03, 13.05it/s] 45it [00:03, 13.03it/s] 47it [00:03, 13.05it/s] 49it [00:03, 13.05it/s] 51it [00:03, 13.04it/s] 51it [00:03, 12.90it/s] fitting mesh colors: 0%| | 0/200 [00:00<?, ?it/s] fitting mesh colors: 4%|▎ | 7/200 [00:00<00:02, 69.19it/s] fitting mesh colors: 7%|▋ | 14/200 [00:00<00:02, 66.92it/s] fitting mesh colors: 10%|█ | 21/200 [00:00<00:02, 66.31it/s] fitting mesh colors: 14%|█▍ | 28/200 [00:00<00:02, 66.01it/s] fitting mesh colors: 18%|█▊ | 35/200 [00:00<00:02, 65.93it/s] fitting mesh colors: 21%|██ | 42/200 [00:00<00:02, 65.76it/s] fitting mesh colors: 24%|██▍ | 49/200 [00:00<00:02, 65.66it/s] fitting mesh colors: 28%|██▊ | 56/200 [00:00<00:02, 65.59it/s] fitting mesh colors: 32%|███▏ | 63/200 [00:00<00:02, 65.56it/s] fitting mesh colors: 35%|███▌ | 70/200 [00:01<00:01, 65.55it/s] fitting mesh colors: 38%|███▊ | 77/200 [00:01<00:01, 65.56it/s] fitting mesh colors: 42%|████▏ | 84/200 [00:01<00:01, 65.64it/s] fitting mesh colors: 46%|████▌ | 91/200 [00:01<00:01, 65.61it/s] fitting mesh colors: 49%|████▉ | 98/200 [00:01<00:01, 65.55it/s] fitting mesh colors: 52%|█████▎ | 105/200 [00:01<00:01, 65.53it/s] fitting mesh colors: 56%|█████▌ | 112/200 [00:01<00:01, 65.38it/s] fitting mesh colors: 60%|█████▉ | 119/200 [00:01<00:01, 65.39it/s] fitting mesh colors: 63%|██████▎ | 126/200 [00:01<00:01, 65.42it/s] fitting mesh colors: 66%|██████▋ | 133/200 [00:02<00:01, 65.44it/s] fitting mesh colors: 70%|███████ | 140/200 [00:02<00:00, 65.46it/s] fitting mesh colors: 74%|███████▎ | 147/200 [00:02<00:00, 65.54it/s] fitting mesh colors: 77%|███████▋ | 154/200 [00:02<00:00, 65.55it/s] fitting mesh colors: 80%|████████ | 161/200 [00:02<00:00, 65.58it/s] fitting mesh colors: 84%|████████▍ | 168/200 [00:02<00:00, 65.54it/s] fitting mesh colors: 88%|████████▊ | 175/200 [00:02<00:00, 65.54it/s] fitting mesh colors: 91%|█████████ | 182/200 [00:02<00:00, 65.49it/s] fitting mesh colors: 94%|█████████▍| 189/200 [00:02<00:00, 65.49it/s] fitting mesh colors: 98%|█████████▊| 196/200 [00:02<00:00, 65.37it/s] fitting mesh colors: 100%|██████████| 200/200 [00:03<00:00, 65.62it/s] 80% painting step 8/10 [01:20<00:21, 10.96s/it] 0it [00:00, ?it/s] 1it [00:00, 8.05it/s] 3it [00:00, 11.19it/s] 5it [00:00, 12.15it/s] 7it [00:00, 12.51it/s] 9it [00:00, 12.70it/s] 11it [00:00, 12.82it/s] 13it [00:01, 12.90it/s] 15it [00:01, 12.96it/s] 17it [00:01, 12.96it/s] 19it [00:01, 13.01it/s] 21it [00:01, 12.77it/s] 23it [00:01, 12.97it/s] 25it [00:01, 13.10it/s] 27it [00:02, 13.09it/s] 29it [00:02, 13.07it/s] 31it [00:02, 13.07it/s] 33it [00:02, 13.06it/s] 35it [00:02, 12.97it/s] 37it [00:02, 13.05it/s] 39it [00:03, 13.05it/s] 41it [00:03, 13.04it/s] 43it [00:03, 13.02it/s] 45it [00:03, 13.03it/s] 47it [00:03, 13.04it/s] 49it [00:03, 13.03it/s] 51it [00:03, 13.04it/s] 51it [00:03, 12.88it/s] fitting mesh colors: 0%| | 0/200 [00:00<?, ?it/s] fitting mesh colors: 4%|▎ | 7/200 [00:00<00:02, 69.37it/s] fitting mesh colors: 7%|▋ | 14/200 [00:00<00:02, 67.61it/s] fitting mesh colors: 10%|█ | 21/200 [00:00<00:02, 67.14it/s] fitting mesh colors: 14%|█▍ | 28/200 [00:00<00:02, 66.87it/s] fitting mesh colors: 18%|█▊ | 35/200 [00:00<00:02, 66.78it/s] fitting mesh colors: 21%|██ | 42/200 [00:00<00:02, 65.94it/s] fitting mesh colors: 24%|██▍ | 49/200 [00:00<00:02, 66.84it/s] fitting mesh colors: 28%|██▊ | 56/200 [00:00<00:02, 66.73it/s] fitting mesh colors: 32%|███▏ | 63/200 [00:00<00:02, 66.74it/s] fitting mesh colors: 35%|███▌ | 70/200 [00:01<00:01, 66.60it/s] fitting mesh colors: 38%|███▊ | 77/200 [00:01<00:01, 66.61it/s] fitting mesh colors: 42%|████▏ | 84/200 [00:01<00:01, 66.36it/s] fitting mesh colors: 46%|████▌ | 91/200 [00:01<00:01, 66.17it/s] fitting mesh colors: 49%|████▉ | 98/200 [00:01<00:01, 65.40it/s] fitting mesh colors: 52%|█████▎ | 105/200 [00:01<00:01, 64.05it/s] fitting mesh colors: 56%|█████▌ | 112/200 [00:01<00:01, 64.22it/s] fitting mesh colors: 60%|█████▉ | 119/200 [00:01<00:01, 64.46it/s] fitting mesh colors: 63%|██████▎ | 126/200 [00:01<00:01, 64.71it/s] fitting mesh colors: 66%|██████▋ | 133/200 [00:02<00:01, 64.98it/s] fitting mesh colors: 70%|███████ | 140/200 [00:02<00:00, 65.49it/s] fitting mesh colors: 74%|███████▎ | 147/200 [00:02<00:00, 65.50it/s] fitting mesh colors: 77%|███████▋ | 154/200 [00:02<00:00, 65.84it/s] fitting mesh colors: 80%|████████ | 161/200 [00:02<00:00, 66.04it/s] fitting mesh colors: 84%|████████▍ | 168/200 [00:02<00:00, 66.14it/s] fitting mesh colors: 88%|████████▊ | 175/200 [00:02<00:00, 66.25it/s] fitting mesh colors: 91%|█████████ | 182/200 [00:02<00:00, 66.22it/s] fitting mesh colors: 94%|█████████▍| 189/200 [00:02<00:00, 66.12it/s] fitting mesh colors: 98%|█████████▊| 196/200 [00:02<00:00, 66.18it/s] fitting mesh colors: 100%|██████████| 200/200 [00:03<00:00, 65.98it/s] 90% painting step 9/10 [01:31<00:11, 11.10s/it] 0it [00:00, ?it/s] 1it [00:00, 7.97it/s] 3it [00:00, 11.29it/s] 5it [00:00, 12.13it/s] 7it [00:00, 12.51it/s] 9it [00:00, 12.67it/s] 11it [00:00, 12.81it/s] 13it [00:01, 12.90it/s] 15it [00:01, 12.93it/s] 17it [00:01, 12.99it/s] 19it [00:01, 13.02it/s] 21it [00:01, 12.99it/s] 23it [00:01, 12.88it/s] 25it [00:01, 12.91it/s] 27it [00:02, 13.00it/s] 29it [00:02, 13.01it/s] 31it [00:02, 13.01it/s] 33it [00:02, 13.01it/s] 35it [00:02, 13.02it/s] 37it [00:02, 13.03it/s] 39it [00:03, 13.03it/s] 41it [00:03, 13.04it/s] 43it [00:03, 13.03it/s] 45it [00:03, 13.04it/s] 47it [00:03, 13.04it/s] 49it [00:03, 13.04it/s] 51it [00:03, 13.04it/s] 51it [00:03, 12.87it/s] fitting mesh colors: 0%| | 0/200 [00:00<?, ?it/s] fitting mesh colors: 4%|▍ | 8/200 [00:00<00:02, 69.15it/s] fitting mesh colors: 8%|▊ | 15/200 [00:00<00:02, 66.93it/s] fitting mesh colors: 11%|█ | 22/200 [00:00<00:02, 65.78it/s] fitting mesh colors: 14%|█▍ | 29/200 [00:00<00:02, 65.61it/s] fitting mesh colors: 18%|█▊ | 36/200 [00:00<00:02, 65.86it/s] fitting mesh colors: 22%|██▏ | 43/200 [00:00<00:02, 66.05it/s] fitting mesh colors: 25%|██▌ | 50/200 [00:00<00:02, 66.45it/s] fitting mesh colors: 28%|██▊ | 57/200 [00:00<00:02, 66.16it/s] fitting mesh colors: 32%|███▏ | 64/200 [00:00<00:02, 66.49it/s] fitting mesh colors: 36%|███▌ | 71/200 [00:01<00:01, 65.83it/s] fitting mesh colors: 39%|███▉ | 78/200 [00:01<00:01, 65.93it/s] fitting mesh colors: 42%|████▎ | 85/200 [00:01<00:01, 66.30it/s] fitting mesh colors: 46%|████▌ | 92/200 [00:01<00:01, 66.30it/s] fitting mesh colors: 50%|████▉ | 99/200 [00:01<00:01, 66.35it/s] fitting mesh colors: 53%|█████▎ | 106/200 [00:01<00:01, 66.35it/s] fitting mesh colors: 56%|█████▋ | 113/200 [00:01<00:01, 66.63it/s] fitting mesh colors: 60%|██████ | 120/200 [00:01<00:01, 66.51it/s] fitting mesh colors: 64%|██████▎ | 127/200 [00:01<00:01, 66.42it/s] fitting mesh colors: 67%|██████▋ | 134/200 [00:02<00:00, 66.28it/s] fitting mesh colors: 70%|███████ | 141/200 [00:02<00:00, 66.19it/s] fitting mesh colors: 74%|███████▍ | 148/200 [00:02<00:00, 66.49it/s] fitting mesh colors: 78%|███████▊ | 155/200 [00:02<00:00, 66.65it/s] fitting mesh colors: 81%|████████ | 162/200 [00:02<00:00, 66.48it/s] fitting mesh colors: 84%|████████▍ | 169/200 [00:02<00:00, 66.42it/s] fitting mesh colors: 88%|████████▊ | 176/200 [00:02<00:00, 66.38it/s] fitting mesh colors: 92%|█████████▏| 183/200 [00:02<00:00, 66.38it/s] fitting mesh colors: 95%|█████████▌| 190/200 [00:02<00:00, 66.39it/s] fitting mesh colors: 98%|█████████▊| 197/200 [00:02<00:00, 66.32it/s] fitting mesh colors: 100%|██████████| 200/200 [00:03<00:00, 66.31it/s] 100% painting step 10/10 [01:42<00:00, 11.20s/it] 0it [00:00, ?it/s] 1it [00:00, 8.04it/s] 3it [00:00, 11.28it/s] 5it [00:00, 12.12it/s] 7it [00:00, 12.49it/s] 9it [00:00, 12.68it/s] 11it [00:00, 12.78it/s] 13it [00:01, 12.90it/s] 15it [00:01, 12.96it/s] 17it [00:01, 12.99it/s] 19it [00:01, 13.02it/s] 21it [00:01, 13.02it/s] 23it [00:01, 13.04it/s] 25it [00:01, 13.02it/s] 27it [00:02, 13.04it/s] 29it [00:02, 13.05it/s] 31it [00:02, 13.05it/s] 33it [00:02, 13.04it/s] 35it [00:02, 13.05it/s] 37it [00:02, 13.05it/s] 39it [00:03, 13.04it/s] 41it [00:03, 12.99it/s] 43it [00:03, 13.05it/s] 45it [00:03, 13.05it/s] 47it [00:03, 13.04it/s] 49it [00:03, 13.04it/s] 51it [00:03, 13.04it/s] 51it [00:03, 12.89it/s] fitting mesh colors: 0%| | 0/200 [00:00<?, ?it/s] fitting mesh colors: 4%|▎ | 7/200 [00:00<00:02, 68.30it/s] fitting mesh colors: 7%|▋ | 14/200 [00:00<00:02, 65.61it/s] fitting mesh colors: 10%|█ | 21/200 [00:00<00:02, 65.21it/s] fitting mesh colors: 14%|█▍ | 28/200 [00:00<00:02, 65.12it/s] fitting mesh colors: 18%|█▊ | 35/200 [00:00<00:02, 64.75it/s] fitting mesh colors: 21%|██ | 42/200 [00:00<00:02, 64.73it/s] fitting mesh colors: 24%|██▍ | 49/200 [00:00<00:02, 64.37it/s] fitting mesh colors: 28%|██▊ | 56/200 [00:00<00:02, 64.20it/s] fitting mesh colors: 32%|███▏ | 63/200 [00:00<00:02, 64.39it/s] fitting mesh colors: 35%|███▌ | 70/200 [00:01<00:02, 64.55it/s] fitting mesh colors: 38%|███▊ | 77/200 [00:01<00:01, 64.64it/s] fitting mesh colors: 42%|████▏ | 84/200 [00:01<00:01, 64.70it/s] fitting mesh colors: 46%|████▌ | 91/200 [00:01<00:01, 64.71it/s] fitting mesh colors: 49%|████▉ | 98/200 [00:01<00:01, 64.78it/s] fitting mesh colors: 52%|█████▎ | 105/200 [00:01<00:01, 64.81it/s] fitting mesh colors: 56%|█████▌ | 112/200 [00:01<00:01, 64.71it/s] fitting mesh colors: 60%|█████▉ | 119/200 [00:01<00:01, 64.71it/s] fitting mesh colors: 63%|██████▎ | 126/200 [00:01<00:01, 64.38it/s] fitting mesh colors: 66%|██████▋ | 133/200 [00:02<00:01, 64.49it/s] fitting mesh colors: 70%|███████ | 140/200 [00:02<00:00, 64.57it/s] fitting mesh colors: 74%|███████▎ | 147/200 [00:02<00:00, 64.64it/s] fitting mesh colors: 77%|███████▋ | 154/200 [00:02<00:00, 64.73it/s] fitting mesh colors: 80%|████████ | 161/200 [00:02<00:00, 64.52it/s] fitting mesh colors: 84%|████████▍ | 168/200 [00:02<00:00, 64.62it/s] fitting mesh colors: 88%|████████▊ | 175/200 [00:02<00:00, 64.72it/s] fitting mesh colors: 91%|█████████ | 182/200 [00:02<00:00, 64.61it/s] fitting mesh colors: 94%|█████████▍| 189/200 [00:02<00:00, 64.65it/s] fitting mesh colors: 98%|█████████▊| 196/200 [00:03<00:00, 64.72it/s] fitting mesh colors: 100%|██████████| 200/200 [00:03<00:00, 64.71it/s] 100% painting step 10/10 [02:25<00:00, 14.55s/it] adding: tmp/mesh/ (stored 0%) adding: tmp/mesh/albedo.png(deflated 0%) adding: tmp/mesh/mesh.obj(deflated 57%) adding: tmp/mesh/mesh.mtl (deflated 55%)
Want to make some of these yourself?
Run this model