zsxkib
/
v-express
🫦 Realistic facial expression manipulation (lip-syncing) using audio or video
Prediction
zsxkib/v-express:e0122658Input
- audio_path
- https://replicate.delivery/pbxt/L3WYDN9aRYHe4jqstFC1gNYslCrtmd3oAjGoCSMEDSAg8jsn/aud.mp3
- retarget_strategy
- fix_face
- num_inference_steps
- 25
- audio_attention_weight
- 3
- reference_attention_weight
- 0.95
{ "audio_path": "https://replicate.delivery/pbxt/L3WYDN9aRYHe4jqstFC1gNYslCrtmd3oAjGoCSMEDSAg8jsn/aud.mp3", "reference_image": "https://replicate.delivery/pbxt/L3WYDjrlsOiUQMAMjtIcopmNH79WM3EwxYUSMKdGYm6Gklz5/out_1.webp", "retarget_strategy": "fix_face", "num_inference_steps": 25, "audio_attention_weight": 3, "reference_attention_weight": 0.95 }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run zsxkib/v-express using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "zsxkib/v-express:e01226580ffa003adb191086383ae9c8d687ba1f37ddedd758351a28cf3488b2", { input: { reference_image: "https://replicate.delivery/pbxt/L3WYDjrlsOiUQMAMjtIcopmNH79WM3EwxYUSMKdGYm6Gklz5/out_1.webp", num_inference_steps: 25, audio_attention_weight: 3, reference_attention_weight: 0.95 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client:import replicate
Run zsxkib/v-express using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "zsxkib/v-express:e01226580ffa003adb191086383ae9c8d687ba1f37ddedd758351a28cf3488b2", input={ "reference_image": "https://replicate.delivery/pbxt/L3WYDjrlsOiUQMAMjtIcopmNH79WM3EwxYUSMKdGYm6Gklz5/out_1.webp", "num_inference_steps": 25, "audio_attention_weight": 3, "reference_attention_weight": 0.95 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run zsxkib/v-express 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": "e01226580ffa003adb191086383ae9c8d687ba1f37ddedd758351a28cf3488b2", "input": { "reference_image": "https://replicate.delivery/pbxt/L3WYDjrlsOiUQMAMjtIcopmNH79WM3EwxYUSMKdGYm6Gklz5/out_1.webp", "num_inference_steps": 25, "audio_attention_weight": 3, "reference_attention_weight": 0.95 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-06-07T16:43:07.414221Z", "created_at": "2024-06-07T16:35:49.429000Z", "data_removed": false, "error": null, "id": "qvktt6bg6nrgp0cfye780czr88", "input": { "audio_path": "https://replicate.delivery/pbxt/L3WYDN9aRYHe4jqstFC1gNYslCrtmd3oAjGoCSMEDSAg8jsn/aud.mp3", "reference_image": "https://replicate.delivery/pbxt/L3WYDjrlsOiUQMAMjtIcopmNH79WM3EwxYUSMKdGYm6Gklz5/out_1.webp", "retarget_strategy": "fix_face", "num_inference_steps": 25, "audio_attention_weight": 3, "reference_attention_weight": 0.95 }, "logs": "/root/.pyenv/versions/3.11.9/lib/python3.11/site-packages/insightface/utils/transform.py:68: FutureWarning: `rcond` parameter will change to the default of machine precision times ``max(M, N)`` where M and N are the input matrix dimensions.\nTo use the future default and silence this warning we advise to pass `rcond=None`, to keep using the old, explicitly pass `rcond=-1`.\nP = np.linalg.lstsq(X_homo, Y)[0].T # Affine matrix. 3 x 4\n/src/predict.py:224: UserWarning: Creating a tensor from a list of numpy.ndarrays is extremely slow. Please consider converting the list to a single numpy.ndarray with numpy.array() before converting to a tensor. (Triggered internally at ../torch/csrc/utils/tensor_new.cpp:245.)\nkps_sequence = torch.tensor([reference_kps] * video_length)\n/src/pipelines/v_express_pipeline.py:516: FutureWarning: Accessing config attribute `in_channels` directly via 'UNet3DConditionModel' object attribute is deprecated. Please access 'in_channels' over 'UNet3DConditionModel's config object instead, e.g. 'unet.config.in_channels'.\nnum_channels_latents = self.denoising_unet.in_channels\n 0%| | 0/25 [00:00<?, ?it/s]\n 4%|▍ | 1/25 [00:08<03:28, 8.67s/it]\n 8%|▊ | 2/25 [00:17<03:18, 8.62s/it]\n 12%|█▏ | 3/25 [00:25<03:09, 8.62s/it]\n 16%|█▌ | 4/25 [00:34<03:01, 8.62s/it]\n 20%|██ | 5/25 [00:43<02:52, 8.63s/it]\n 24%|██▍ | 6/25 [00:51<02:44, 8.65s/it]\n 28%|██▊ | 7/25 [01:00<02:36, 8.67s/it]\n 32%|███▏ | 8/25 [01:09<02:27, 8.68s/it]\n 36%|███▌ | 9/25 [01:17<02:19, 8.69s/it]\n 40%|████ | 10/25 [01:26<02:10, 8.70s/it]\n 44%|████▍ | 11/25 [01:35<02:01, 8.71s/it]\n 48%|████▊ | 12/25 [01:44<01:53, 8.72s/it]\n 52%|█████▏ | 13/25 [01:52<01:44, 8.73s/it]\n 56%|█████▌ | 14/25 [02:01<01:36, 8.73s/it]\n 60%|██████ | 15/25 [02:10<01:27, 8.74s/it]\n 64%|██████▍ | 16/25 [02:19<01:18, 8.75s/it]\n 68%|██████▊ | 17/25 [02:27<01:10, 8.76s/it]\n 72%|███████▏ | 18/25 [02:36<01:01, 8.77s/it]\n 76%|███████▌ | 19/25 [02:45<00:52, 8.77s/it]\n 80%|████████ | 20/25 [02:54<00:43, 8.77s/it]\n 84%|████████▍ | 21/25 [03:03<00:35, 8.77s/it]\n 88%|████████▊ | 22/25 [03:11<00:26, 8.78s/it]\n 92%|█████████▏| 23/25 [03:20<00:17, 8.78s/it]\n 96%|█████████▌| 24/25 [03:29<00:08, 8.78s/it]\n100%|██████████| 25/25 [03:38<00:00, 8.78s/it]\n100%|██████████| 25/25 [03:38<00:00, 8.73s/it]\n 0%| | 0/120 [00:00<?, ?it/s]\n 4%|▍ | 5/120 [00:00<00:02, 43.24it/s]\n 8%|▊ | 10/120 [00:00<00:04, 23.74it/s]\n 11%|█ | 13/120 [00:00<00:04, 21.45it/s]\n 13%|█▎ | 16/120 [00:00<00:05, 20.21it/s]\n 16%|█▌ | 19/120 [00:00<00:05, 19.46it/s]\n 18%|█▊ | 22/120 [00:01<00:05, 18.99it/s]\n 20%|██ | 24/120 [00:01<00:05, 18.76it/s]\n 22%|██▏ | 26/120 [00:01<00:05, 18.57it/s]\n 23%|██▎ | 28/120 [00:01<00:04, 18.43it/s]\n 25%|██▌ | 30/120 [00:01<00:04, 18.31it/s]\n 27%|██▋ | 32/120 [00:01<00:04, 18.23it/s]\n 28%|██▊ | 34/120 [00:01<00:04, 18.17it/s]\n 30%|███ | 36/120 [00:01<00:04, 18.14it/s]\n 32%|███▏ | 38/120 [00:01<00:04, 18.11it/s]\n 33%|███▎ | 40/120 [00:02<00:04, 18.09it/s]\n 35%|███▌ | 42/120 [00:02<00:04, 18.07it/s]\n 37%|███▋ | 44/120 [00:02<00:04, 18.06it/s]\n 38%|███▊ | 46/120 [00:02<00:04, 18.05it/s]\n 40%|████ | 48/120 [00:02<00:03, 18.05it/s]\n 42%|████▏ | 50/120 [00:02<00:03, 18.04it/s]\n 43%|████▎ | 52/120 [00:02<00:03, 18.05it/s]\n 45%|████▌ | 54/120 [00:02<00:03, 18.04it/s]\n 47%|████▋ | 56/120 [00:02<00:03, 18.04it/s]\n 48%|████▊ | 58/120 [00:03<00:03, 18.04it/s]\n 50%|█████ | 60/120 [00:03<00:03, 18.05it/s]\n 52%|█████▏ | 62/120 [00:03<00:03, 18.05it/s]\n 53%|█████▎ | 64/120 [00:03<00:03, 18.04it/s]\n 55%|█████▌ | 66/120 [00:03<00:02, 18.05it/s]\n 57%|█████▋ | 68/120 [00:03<00:02, 18.04it/s]\n 58%|█████▊ | 70/120 [00:03<00:02, 18.05it/s]\n 60%|██████ | 72/120 [00:03<00:02, 18.05it/s]\n 62%|██████▏ | 74/120 [00:03<00:02, 18.05it/s]\n 63%|██████▎ | 76/120 [00:04<00:02, 18.03it/s]\n 65%|██████▌ | 78/120 [00:04<00:02, 18.03it/s]\n 67%|██████▋ | 80/120 [00:04<00:02, 18.04it/s]\n 68%|██████▊ | 82/120 [00:04<00:02, 18.05it/s]\n 70%|███████ | 84/120 [00:04<00:01, 18.05it/s]\n 72%|███████▏ | 86/120 [00:04<00:01, 18.05it/s]\n 73%|███████▎ | 88/120 [00:04<00:01, 18.04it/s]\n 75%|███████▌ | 90/120 [00:04<00:01, 18.03it/s]\n 77%|███████▋ | 92/120 [00:04<00:01, 18.03it/s]\n 78%|███████▊ | 94/120 [00:05<00:01, 18.04it/s]\n 80%|████████ | 96/120 [00:05<00:01, 18.04it/s]\n 82%|████████▏ | 98/120 [00:05<00:01, 18.04it/s]\n 83%|████████▎ | 100/120 [00:05<00:01, 18.03it/s]\n 85%|████████▌ | 102/120 [00:05<00:00, 18.04it/s]\n 87%|████████▋ | 104/120 [00:05<00:00, 18.04it/s]\n 88%|████████▊ | 106/120 [00:05<00:00, 18.05it/s]\n 90%|█████████ | 108/120 [00:05<00:00, 18.04it/s]\n 92%|█████████▏| 110/120 [00:05<00:00, 18.04it/s]\n 93%|█████████▎| 112/120 [00:06<00:00, 18.04it/s]\n 95%|█████████▌| 114/120 [00:06<00:00, 18.04it/s]\n 97%|█████████▋| 116/120 [00:06<00:00, 18.04it/s]\n 98%|█████████▊| 118/120 [00:06<00:00, 18.05it/s]\n100%|██████████| 120/120 [00:06<00:00, 18.04it/s]\n100%|██████████| 120/120 [00:06<00:00, 18.49it/s]", "metrics": { "predict_time": 267.307416, "total_time": 437.985221 }, "output": "https://replicate.delivery/pbxt/CCAYLqwVsXJfNq5WnL7tl9alHibYEHzqlqMhThfbwrxaqO8SA/output_video.mp4", "started_at": "2024-06-07T16:38:40.106805Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/qvktt6bg6nrgp0cfye780czr88", "cancel": "https://api.replicate.com/v1/predictions/qvktt6bg6nrgp0cfye780czr88/cancel" }, "version": "f3400fd305d761778fea70c22b8951356187d4096ab5fc1a553d1333095cf7c6" }
Generated in/root/.pyenv/versions/3.11.9/lib/python3.11/site-packages/insightface/utils/transform.py:68: FutureWarning: `rcond` parameter will change to the default of machine precision times ``max(M, N)`` where M and N are the input matrix dimensions. To use the future default and silence this warning we advise to pass `rcond=None`, to keep using the old, explicitly pass `rcond=-1`. P = np.linalg.lstsq(X_homo, Y)[0].T # Affine matrix. 3 x 4 /src/predict.py:224: UserWarning: Creating a tensor from a list of numpy.ndarrays is extremely slow. Please consider converting the list to a single numpy.ndarray with numpy.array() before converting to a tensor. (Triggered internally at ../torch/csrc/utils/tensor_new.cpp:245.) kps_sequence = torch.tensor([reference_kps] * video_length) /src/pipelines/v_express_pipeline.py:516: FutureWarning: Accessing config attribute `in_channels` directly via 'UNet3DConditionModel' object attribute is deprecated. Please access 'in_channels' over 'UNet3DConditionModel's config object instead, e.g. 'unet.config.in_channels'. num_channels_latents = self.denoising_unet.in_channels 0%| | 0/25 [00:00<?, ?it/s] 4%|▍ | 1/25 [00:08<03:28, 8.67s/it] 8%|▊ | 2/25 [00:17<03:18, 8.62s/it] 12%|█▏ | 3/25 [00:25<03:09, 8.62s/it] 16%|█▌ | 4/25 [00:34<03:01, 8.62s/it] 20%|██ | 5/25 [00:43<02:52, 8.63s/it] 24%|██▍ | 6/25 [00:51<02:44, 8.65s/it] 28%|██▊ | 7/25 [01:00<02:36, 8.67s/it] 32%|███▏ | 8/25 [01:09<02:27, 8.68s/it] 36%|███▌ | 9/25 [01:17<02:19, 8.69s/it] 40%|████ | 10/25 [01:26<02:10, 8.70s/it] 44%|████▍ | 11/25 [01:35<02:01, 8.71s/it] 48%|████▊ | 12/25 [01:44<01:53, 8.72s/it] 52%|█████▏ | 13/25 [01:52<01:44, 8.73s/it] 56%|█████▌ | 14/25 [02:01<01:36, 8.73s/it] 60%|██████ | 15/25 [02:10<01:27, 8.74s/it] 64%|██████▍ | 16/25 [02:19<01:18, 8.75s/it] 68%|██████▊ | 17/25 [02:27<01:10, 8.76s/it] 72%|███████▏ | 18/25 [02:36<01:01, 8.77s/it] 76%|███████▌ | 19/25 [02:45<00:52, 8.77s/it] 80%|████████ | 20/25 [02:54<00:43, 8.77s/it] 84%|████████▍ | 21/25 [03:03<00:35, 8.77s/it] 88%|████████▊ | 22/25 [03:11<00:26, 8.78s/it] 92%|█████████▏| 23/25 [03:20<00:17, 8.78s/it] 96%|█████████▌| 24/25 [03:29<00:08, 8.78s/it] 100%|██████████| 25/25 [03:38<00:00, 8.78s/it] 100%|██████████| 25/25 [03:38<00:00, 8.73s/it] 0%| | 0/120 [00:00<?, ?it/s] 4%|▍ | 5/120 [00:00<00:02, 43.24it/s] 8%|▊ | 10/120 [00:00<00:04, 23.74it/s] 11%|█ | 13/120 [00:00<00:04, 21.45it/s] 13%|█▎ | 16/120 [00:00<00:05, 20.21it/s] 16%|█▌ | 19/120 [00:00<00:05, 19.46it/s] 18%|█▊ | 22/120 [00:01<00:05, 18.99it/s] 20%|██ | 24/120 [00:01<00:05, 18.76it/s] 22%|██▏ | 26/120 [00:01<00:05, 18.57it/s] 23%|██▎ | 28/120 [00:01<00:04, 18.43it/s] 25%|██▌ | 30/120 [00:01<00:04, 18.31it/s] 27%|██▋ | 32/120 [00:01<00:04, 18.23it/s] 28%|██▊ | 34/120 [00:01<00:04, 18.17it/s] 30%|███ | 36/120 [00:01<00:04, 18.14it/s] 32%|███▏ | 38/120 [00:01<00:04, 18.11it/s] 33%|███▎ | 40/120 [00:02<00:04, 18.09it/s] 35%|███▌ | 42/120 [00:02<00:04, 18.07it/s] 37%|███▋ | 44/120 [00:02<00:04, 18.06it/s] 38%|███▊ | 46/120 [00:02<00:04, 18.05it/s] 40%|████ | 48/120 [00:02<00:03, 18.05it/s] 42%|████▏ | 50/120 [00:02<00:03, 18.04it/s] 43%|████▎ | 52/120 [00:02<00:03, 18.05it/s] 45%|████▌ | 54/120 [00:02<00:03, 18.04it/s] 47%|████▋ | 56/120 [00:02<00:03, 18.04it/s] 48%|████▊ | 58/120 [00:03<00:03, 18.04it/s] 50%|█████ | 60/120 [00:03<00:03, 18.05it/s] 52%|█████▏ | 62/120 [00:03<00:03, 18.05it/s] 53%|█████▎ | 64/120 [00:03<00:03, 18.04it/s] 55%|█████▌ | 66/120 [00:03<00:02, 18.05it/s] 57%|█████▋ | 68/120 [00:03<00:02, 18.04it/s] 58%|█████▊ | 70/120 [00:03<00:02, 18.05it/s] 60%|██████ | 72/120 [00:03<00:02, 18.05it/s] 62%|██████▏ | 74/120 [00:03<00:02, 18.05it/s] 63%|██████▎ | 76/120 [00:04<00:02, 18.03it/s] 65%|██████▌ | 78/120 [00:04<00:02, 18.03it/s] 67%|██████▋ | 80/120 [00:04<00:02, 18.04it/s] 68%|██████▊ | 82/120 [00:04<00:02, 18.05it/s] 70%|███████ | 84/120 [00:04<00:01, 18.05it/s] 72%|███████▏ | 86/120 [00:04<00:01, 18.05it/s] 73%|███████▎ | 88/120 [00:04<00:01, 18.04it/s] 75%|███████▌ | 90/120 [00:04<00:01, 18.03it/s] 77%|███████▋ | 92/120 [00:04<00:01, 18.03it/s] 78%|███████▊ | 94/120 [00:05<00:01, 18.04it/s] 80%|████████ | 96/120 [00:05<00:01, 18.04it/s] 82%|████████▏ | 98/120 [00:05<00:01, 18.04it/s] 83%|████████▎ | 100/120 [00:05<00:01, 18.03it/s] 85%|████████▌ | 102/120 [00:05<00:00, 18.04it/s] 87%|████████▋ | 104/120 [00:05<00:00, 18.04it/s] 88%|████████▊ | 106/120 [00:05<00:00, 18.05it/s] 90%|█████████ | 108/120 [00:05<00:00, 18.04it/s] 92%|█████████▏| 110/120 [00:05<00:00, 18.04it/s] 93%|█████████▎| 112/120 [00:06<00:00, 18.04it/s] 95%|█████████▌| 114/120 [00:06<00:00, 18.04it/s] 97%|█████████▋| 116/120 [00:06<00:00, 18.04it/s] 98%|█████████▊| 118/120 [00:06<00:00, 18.05it/s] 100%|██████████| 120/120 [00:06<00:00, 18.04it/s] 100%|██████████| 120/120 [00:06<00:00, 18.49it/s]
Prediction
zsxkib/v-express:e0122658IDwqdtjwgdw1rgj0cg0zjv2de6t0StatusSucceededSourceWebHardwareA40Total durationCreatedInput
- image_width
- 512
- motion_mode
- fast
- image_height
- 512
- driving_video
- context_stride
- 1
- guidance_scale
- 3.5
- context_overlap
- 4
- use_video_audio
- frames_per_second
- 30
- num_context_frames
- 12
- num_inference_steps
- 25
- audio_attention_weight
- 3
- num_audio_padding_frames
- 2
- reference_attention_weight
- 0.95
{ "image_width": 512, "motion_mode": "fast", "image_height": 512, "driving_video": "https://replicate.delivery/pbxt/L4vSsfo01fgRl2dRU2HrfCBrr0rkpb89qUCxwgcTM8NcQvhU/gt.mp4", "context_stride": 1, "guidance_scale": 3.5, "context_overlap": 4, "reference_image": "https://replicate.delivery/pbxt/L4vSshmDWkx5YqFBneDhH3n0EaEhJXPajTHDE7WMliKHhg4B/ref.jpg", "use_video_audio": true, "frames_per_second": 30, "num_context_frames": 12, "num_inference_steps": 25, "audio_attention_weight": 3, "num_audio_padding_frames": 2, "reference_attention_weight": 0.95 }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run zsxkib/v-express using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "zsxkib/v-express:e01226580ffa003adb191086383ae9c8d687ba1f37ddedd758351a28cf3488b2", { input: { image_width: 512, motion_mode: "fast", image_height: 512, driving_video: "https://replicate.delivery/pbxt/L4vSsfo01fgRl2dRU2HrfCBrr0rkpb89qUCxwgcTM8NcQvhU/gt.mp4", context_stride: 1, guidance_scale: 3.5, context_overlap: 4, reference_image: "https://replicate.delivery/pbxt/L4vSshmDWkx5YqFBneDhH3n0EaEhJXPajTHDE7WMliKHhg4B/ref.jpg", use_video_audio: true, frames_per_second: 30, num_context_frames: 12, num_inference_steps: 25, audio_attention_weight: 3, num_audio_padding_frames: 2, reference_attention_weight: 0.95 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client:import replicate
Run zsxkib/v-express using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "zsxkib/v-express:e01226580ffa003adb191086383ae9c8d687ba1f37ddedd758351a28cf3488b2", input={ "image_width": 512, "motion_mode": "fast", "image_height": 512, "driving_video": "https://replicate.delivery/pbxt/L4vSsfo01fgRl2dRU2HrfCBrr0rkpb89qUCxwgcTM8NcQvhU/gt.mp4", "context_stride": 1, "guidance_scale": 3.5, "context_overlap": 4, "reference_image": "https://replicate.delivery/pbxt/L4vSshmDWkx5YqFBneDhH3n0EaEhJXPajTHDE7WMliKHhg4B/ref.jpg", "use_video_audio": True, "frames_per_second": 30, "num_context_frames": 12, "num_inference_steps": 25, "audio_attention_weight": 3, "num_audio_padding_frames": 2, "reference_attention_weight": 0.95 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run zsxkib/v-express 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": "e01226580ffa003adb191086383ae9c8d687ba1f37ddedd758351a28cf3488b2", "input": { "image_width": 512, "motion_mode": "fast", "image_height": 512, "driving_video": "https://replicate.delivery/pbxt/L4vSsfo01fgRl2dRU2HrfCBrr0rkpb89qUCxwgcTM8NcQvhU/gt.mp4", "context_stride": 1, "guidance_scale": 3.5, "context_overlap": 4, "reference_image": "https://replicate.delivery/pbxt/L4vSshmDWkx5YqFBneDhH3n0EaEhJXPajTHDE7WMliKHhg4B/ref.jpg", "use_video_audio": true, "frames_per_second": 30, "num_context_frames": 12, "num_inference_steps": 25, "audio_attention_weight": 3, "num_audio_padding_frames": 2, "reference_attention_weight": 0.95 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-06-11T15:41:28.139503Z", "created_at": "2024-06-11T15:22:50.208000Z", "data_removed": false, "error": null, "id": "wqdtjwgdw1rgj0cg0zjv2de6t0", "input": { "image_width": 512, "motion_mode": "fast", "image_height": 512, "driving_video": "https://replicate.delivery/pbxt/L4vSsfo01fgRl2dRU2HrfCBrr0rkpb89qUCxwgcTM8NcQvhU/gt.mp4", "context_stride": 1, "guidance_scale": 3.5, "context_overlap": 4, "reference_image": "https://replicate.delivery/pbxt/L4vSshmDWkx5YqFBneDhH3n0EaEhJXPajTHDE7WMliKHhg4B/ref.jpg", "use_video_audio": true, "frames_per_second": 30, "num_context_frames": 12, "num_inference_steps": 25, "audio_attention_weight": 3, "num_audio_padding_frames": 2, "reference_attention_weight": 0.95 }, "logs": "Using seed: 2958\n/root/.pyenv/versions/3.11.9/lib/python3.11/site-packages/onnxruntime/capi/onnxruntime_inference_collection.py:69: UserWarning: Specified provider 'CUDAExecutionProvider' is not in available provider names.Available providers: 'AzureExecutionProvider, CPUExecutionProvider'\nwarnings.warn(\n2024-06-11 15:25:56.252731647 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5110, index: 1, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:56.252921447 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5115, index: 6, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:56.252756607 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5111, index: 2, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:56.252780867 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5112, index: 3, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:56.252814667 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5113, index: 4, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:56.260443366 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5152, index: 43, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:56.264364590 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5153, index: 44, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:56.264381690 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5131, index: 22, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:56.268352973 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5133, index: 24, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:56.272341447 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5154, index: 45, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:56.272348057 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5135, index: 26, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:56.275464664 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5116, index: 7, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:56.276348191 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5134, index: 25, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:56.276481380 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5136, index: 27, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:56.252864427 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5114, index: 5, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:56.252722077 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5109, index: 0, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:56.292361205 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5137, index: 28, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:56.296346609 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5140, index: 31, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:56.264353490 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5117, index: 8, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:56.300337253 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5138, index: 29, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:56.301419148 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5118, index: 9, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:56.304344726 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5143, index: 34, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:56.308347610 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5142, index: 33, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:56.312337273 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5144, index: 35, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:56.316338327 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5127, index: 18, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:56.320357321 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5145, index: 36, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:56.328338578 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5128, index: 19, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:56.332358682 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5151, index: 42, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:56.336351195 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5132, index: 23, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:56.332337511 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5119, index: 10, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:56.264368140 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5130, index: 21, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:56.332340651 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5146, index: 37, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:56.320344241 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5149, index: 40, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:56.332344311 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5150, index: 41, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:56.260444636 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5129, index: 20, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:56.260455976 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5155, index: 46, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:56.260464336 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5126, index: 17, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:56.260472106 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5125, index: 16, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:56.260478276 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5124, index: 15, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:56.396341040 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5148, index: 39, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:56.340332659 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5141, index: 32, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:56.344332582 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5147, index: 38, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:56.372333008 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5139, index: 30, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\nApplied providers: ['CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}}\nfind model: ./model_ckpts/insightface_models/models/buffalo_l/1k3d68.onnx landmark_3d_68 ['None', 3, 192, 192] 0.0 1.0\n2024-06-11 15:25:57.099679022 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5162, index: 0, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.099836972 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5163, index: 1, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.100606939 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5195, index: 33, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.104356633 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5196, index: 34, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.108345127 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5197, index: 35, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.108346797 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5193, index: 31, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.109136154 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5200, index: 38, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.112341891 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5167, index: 5, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.112348451 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5164, index: 2, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.112377500 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5190, index: 28, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.112344711 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5198, index: 36, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.116341844 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5192, index: 30, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.117115741 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5201, index: 39, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.120335708 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5171, index: 9, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.120344458 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5166, index: 4, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.124342991 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5169, index: 7, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.124408021 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5180, index: 18, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\nApplied providers: ['CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}}\n2024-06-11 15:25:57.125586606 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5202, index: 40, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\nfind model: ./model_ckpts/insightface_models/models/buffalo_l/2d106det.onnx landmark_2d_106 ['None', 3, 192, 192] 0.0 1.0\n2024-06-11 15:25:57.128352195 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5181, index: 19, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.128363555 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5194, index: 32, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.128371415 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5187, index: 25, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.132343249 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5188, index: 26, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.132364829 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5183, index: 21, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.133124335 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5203, index: 41, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.128352415 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5172, index: 10, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.136351372 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5189, index: 27, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.136356272 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5184, index: 22, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.132345579 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5182, index: 20, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.140344916 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5185, index: 23, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.141278162 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5204, index: 42, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.144333570 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5186, index: 24, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.148344523 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5211, index: 2, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.152340157 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5212, index: 3, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.153068974 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5191, index: 29, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.156336071 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5199, index: 37, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.156352740 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5232, index: 23, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.160335964 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5214, index: 5, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.160339554 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5233, index: 24, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.160347104 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5206, index: 44, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.164334868 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5207, index: 45, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.164348368 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5216, index: 7, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.164351468 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5235, index: 26, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.165430293 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5168, index: 6, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.168336801 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5208, index: 46, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.168348901 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5218, index: 9, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.168349631 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5237, index: 28, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.164336708 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5215, index: 6, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.172335375 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5238, index: 29, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.172348465 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5219, index: 10, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.174621136 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5170, index: 8, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.160336164 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5205, index: 43, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.176336029 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5239, index: 30, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.156335680 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5213, index: 4, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.180333282 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5224, index: 15, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.180336912 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5240, index: 31, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.184338786 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5225, index: 16, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.184402356 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5177, index: 15, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.164336188 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5234, index: 25, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.188334689 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5226, index: 17, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.188335120 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5210, index: 1, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.188430489 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5178, index: 16, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.192332353 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5227, index: 18, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.168339501 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5236, index: 27, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.196336787 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5228, index: 19, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.196337697 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5209, index: 0, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.196428576 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5179, index: 17, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.168337931 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5217, index: 8, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.200336540 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5229, index: 20, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.204331664 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5230, index: 21, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.208334068 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5231, index: 22, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.212334271 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5241, index: 32, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.216336925 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5242, index: 33, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.220333879 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5243, index: 34, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.224334182 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5244, index: 35, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.216337465 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5165, index: 3, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.228332806 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5245, index: 36, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.232334869 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5246, index: 37, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.236336343 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5247, index: 38, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.240333977 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5248, index: 39, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.244336380 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5249, index: 40, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.248374624 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5250, index: 41, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.252337568 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5251, index: 42, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.256343331 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5252, index: 43, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.260339335 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5253, index: 44, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.264347558 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5254, index: 45, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.268340072 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5255, index: 46, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\nApplied providers: ['CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}}\nfind model: ./model_ckpts/insightface_models/models/buffalo_l/det_10g.onnx detection [1, 3, '?', '?'] 127.5 128.0\n2024-06-11 15:25:57.524255316 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5264, index: 8, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.528346539 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5263, index: 7, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.528347999 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5265, index: 9, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.536835374 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5273, index: 17, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.540344620 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5274, index: 18, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.528363699 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5266, index: 10, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.528374429 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5271, index: 15, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.545112460 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5277, index: 21, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.528383009 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5272, index: 16, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.552759899 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5278, index: 22, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.528391679 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5275, index: 19, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.556759343 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5279, index: 23, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.528403159 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5276, index: 20, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.560759996 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5280, index: 24, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.564351022 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5283, index: 27, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.528416159 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5281, index: 25, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.568749884 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5284, index: 28, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.528424309 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5282, index: 26, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.572752857 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5286, index: 30, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.528433129 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5285, index: 29, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.576761071 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5287, index: 31, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.528444698 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5288, index: 32, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.580760295 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5262, index: 6, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.584349780 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5290, index: 34, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.528465998 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5293, index: 37, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.588774992 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5291, index: 35, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.592688596 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5292, index: 36, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.528474308 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5294, index: 38, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.597050358 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5295, index: 39, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.528487508 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5299, index: 43, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.601065551 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5296, index: 40, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.528499678 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5300, index: 44, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.605047365 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5297, index: 41, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.528512648 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5301, index: 45, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.609051529 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5298, index: 42, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.528454929 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5289, index: 33, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.613056482 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5302, index: 46, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.616686988 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5261, index: 5, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.620688521 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5260, index: 4, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.628343080 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5259, index: 3, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.668347616 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5257, index: 1, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.716344250 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5258, index: 2, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\nApplied providers: ['CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}}\nfind model: ./model_ckpts/insightface_models/models/buffalo_l/genderage.onnx genderage ['None', 3, 96, 96] 0.0 1.0\n2024-06-11 15:25:57.760358589 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5310, index: 7, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.764336393 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5311, index: 8, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.765035781 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5303, index: 0, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.768333427 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5304, index: 1, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.768334417 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5312, index: 9, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.768348267 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5305, index: 2, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.772334111 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5313, index: 10, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.776338584 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5306, index: 3, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.780333028 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5307, index: 4, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.784334102 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5308, index: 5, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.788338715 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5309, index: 6, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.796337542 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5318, index: 15, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.796350372 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5323, index: 20, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.796337202 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5322, index: 19, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.800339236 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5319, index: 16, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.804339780 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5320, index: 17, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.804943657 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5331, index: 28, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.808331593 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5321, index: 18, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.804339649 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5324, index: 21, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.812332627 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5332, index: 29, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.812336597 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5325, index: 22, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.812347987 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5327, index: 24, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.816332071 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5328, index: 25, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.812336737 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5326, index: 23, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.820339184 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5329, index: 26, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.824336288 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5334, index: 31, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.828338661 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5335, index: 32, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.828352781 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5333, index: 30, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.828341501 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5330, index: 27, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.836334369 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5338, index: 35, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.836346059 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5337, index: 34, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.836334779 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5336, index: 33, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.847347674 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5342, index: 39, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.852333713 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5339, index: 36, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.852387873 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5256, index: 0, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.860333720 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5340, index: 37, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.864333754 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5341, index: 38, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.870712308 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5343, index: 40, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.872349481 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5346, index: 43, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.880334229 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5347, index: 44, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.880338019 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5349, index: 46, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.884334472 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5348, index: 45, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.886638403 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5344, index: 41, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\n2024-06-11 15:25:57.892337089 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5345, index: 42, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set.\nApplied providers: ['CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}}\nfind model: ./model_ckpts/insightface_models/models/buffalo_l/w600k_r50.onnx recognition ['None', 3, 112, 112] 127.5 127.5\nset det-size: (512, 512)\nffmpeg version 4.2.2-static https://johnvansickle.com/ffmpeg/ Copyright (c) 2000-2019 the FFmpeg developers\nbuilt with gcc 8 (Debian 8.3.0-6)\nconfiguration: --enable-gpl --enable-version3 --enable-static --disable-debug --disable-ffplay --disable-indev=sndio --disable-outdev=sndio --cc=gcc --enable-fontconfig --enable-frei0r --enable-gnutls --enable-gmp --enable-libgme --enable-gray --enable-libaom --enable-libfribidi --enable-libass --enable-libvmaf --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-librubberband --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libvorbis --enable-libopus --enable-libtheora --enable-libvidstab --enable-libvo-amrwbenc --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libdav1d --enable-libxvid --enable-libzvbi --enable-libzimg\nlibavutil 56. 31.100 / 56. 31.100\nlibavcodec 58. 54.100 / 58. 54.100\nlibavformat 58. 29.100 / 58. 29.100\nlibavdevice 58. 8.100 / 58. 8.100\nlibavfilter 7. 57.100 / 7. 57.100\nlibswscale 5. 5.100 / 5. 5.100\nlibswresample 3. 5.100 / 3. 5.100\nlibpostproc 55. 5.100 / 55. 5.100\nInput #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/tmpl_l2vwyugt.mp4':\nMetadata:\nmajor_brand : isom\nminor_version : 512\ncompatible_brands: isomiso2avc1mp41\nencoder : Lavf58.29.100\nDuration: 00:00:04.64, start: 0.000000, bitrate: 366 kb/s\nStream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 512x512 [SAR 1:1 DAR 1:1], 304 kb/s, 30 fps, 30 tbr, 15360 tbn, 60 tbc (default)\nMetadata:\nhandler_name : VideoHandler\nStream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 16000 Hz, mono, fltp, 60 kb/s (default)\nMetadata:\nhandler_name : SoundHandler\nStream mapping:\nStream #0:1 -> #0:0 (aac (native) -> mp3 (libmp3lame))\nPress [q] to stop, [?] for help\nOutput #0, mp3, to 'temp_audio.mp3':\nMetadata:\nmajor_brand : isom\nminor_version : 512\ncompatible_brands: isomiso2avc1mp41\nTSSE : Lavf58.29.100\nStream #0:0(und): Audio: mp3 (libmp3lame), 16000 Hz, mono, fltp (default)\nMetadata:\nhandler_name : SoundHandler\nencoder : Lavc58.54.100 libmp3lame\nsize= 14kB time=00:00:04.61 bitrate= 24.9kbits/s speed= 317x\nvideo:0kB audio:14kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 2.336182%\n/root/.pyenv/versions/3.11.9/lib/python3.11/site-packages/insightface/utils/transform.py:68: FutureWarning: `rcond` parameter will change to the default of machine precision times ``max(M, N)`` where M and N are the input matrix dimensions.\nTo use the future default and silence this warning we advise to pass `rcond=None`, to keep using the old, explicitly pass `rcond=-1`.\nP = np.linalg.lstsq(X_homo, Y)[0].T # Affine matrix. 3 x 4\nLength of audio is 73728 with the sampling rate of 16000.\nThe corresponding video length is 138.\n/src/predict.py:418: UserWarning: Creating a tensor from a list of numpy.ndarrays is extremely slow. Please consider converting the list to a single numpy.ndarray with numpy.array() before converting to a tensor. (Triggered internally at ../torch/csrc/utils/tensor_new.cpp:245.)\nkps_sequence = torch.tensor(torch.load(kps_path)) # [len, 3, 2]\nThe original length of kps sequence is 137.\nThe interpolated length of kps sequence is 138.\n/src/pipelines/v_express_pipeline.py:516: FutureWarning: Accessing config attribute `in_channels` directly via 'UNet3DConditionModel' object attribute is deprecated. Please access 'in_channels' over 'UNet3DConditionModel's config object instead, e.g. 'unet.config.in_channels'.\nnum_channels_latents = self.denoising_unet.in_channels\n 0%| | 0/25 [00:00<?, ?it/s]\n 4%|▍ | 1/25 [00:10<04:08, 10.34s/it]\n 8%|▊ | 2/25 [00:20<03:56, 10.27s/it]\n 12%|█▏ | 3/25 [00:30<03:45, 10.27s/it]\n 16%|█▌ | 4/25 [00:41<03:35, 10.28s/it]\n 20%|██ | 5/25 [00:51<03:25, 10.29s/it]\n 24%|██▍ | 6/25 [01:01<03:15, 10.30s/it]\n 28%|██▊ | 7/25 [01:12<03:05, 10.30s/it]\n 32%|███▏ | 8/25 [01:22<02:55, 10.31s/it]\n 36%|███▌ | 9/25 [01:32<02:45, 10.32s/it]\n 40%|████ | 10/25 [01:43<02:34, 10.33s/it]\n 44%|████▍ | 11/25 [01:53<02:24, 10.34s/it]\n 48%|████▊ | 12/25 [02:03<02:14, 10.34s/it]\n 52%|█████▏ | 13/25 [02:14<02:04, 10.35s/it]\n 56%|█████▌ | 14/25 [02:24<01:53, 10.35s/it]\n 60%|██████ | 15/25 [02:34<01:43, 10.36s/it]\n 64%|██████▍ | 16/25 [02:45<01:33, 10.36s/it]\n 68%|██████▊ | 17/25 [02:55<01:22, 10.36s/it]\n 72%|███████▏ | 18/25 [03:05<01:12, 10.37s/it]\n 76%|███████▌ | 19/25 [03:16<01:02, 10.37s/it]\n 80%|████████ | 20/25 [03:26<00:51, 10.37s/it]\n 84%|████████▍ | 21/25 [03:37<00:41, 10.38s/it]\n 88%|████████▊ | 22/25 [03:47<00:31, 10.38s/it]\n 92%|█████████▏| 23/25 [03:57<00:20, 10.38s/it]\n 96%|█████████▌| 24/25 [04:08<00:10, 10.38s/it]\n100%|██████████| 25/25 [04:18<00:00, 10.38s/it]\n100%|██████████| 25/25 [04:18<00:00, 10.35s/it]\n 0%| | 0/138 [00:00<?, ?it/s]\n 4%|▎ | 5/138 [00:00<00:03, 43.66it/s]\n 7%|▋ | 10/138 [00:00<00:05, 23.92it/s]\n 9%|▉ | 13/138 [00:00<00:05, 21.62it/s]\n 12%|█▏ | 16/138 [00:00<00:05, 20.36it/s]\n 14%|█▍ | 19/138 [00:00<00:06, 19.61it/s]\n 16%|█▌ | 22/138 [00:01<00:06, 19.13it/s]\n 17%|█▋ | 24/138 [00:01<00:06, 18.91it/s]\n 19%|█▉ | 26/138 [00:01<00:05, 18.72it/s]\n 20%|██ | 28/138 [00:01<00:05, 18.58it/s]\n 22%|██▏ | 30/138 [00:01<00:05, 18.47it/s]\n 23%|██▎ | 32/138 [00:01<00:05, 18.38it/s]\n 25%|██▍ | 34/138 [00:01<00:05, 18.30it/s]\n 26%|██▌ | 36/138 [00:01<00:05, 18.26it/s]\n 28%|██▊ | 38/138 [00:01<00:05, 18.24it/s]\n 29%|██▉ | 40/138 [00:02<00:05, 18.22it/s]\n 30%|███ | 42/138 [00:02<00:05, 18.20it/s]\n 32%|███▏ | 44/138 [00:02<00:05, 18.19it/s]\n 33%|███▎ | 46/138 [00:02<00:05, 18.18it/s]\n 35%|███▍ | 48/138 [00:02<00:04, 18.18it/s]\n 36%|███▌ | 50/138 [00:02<00:04, 18.18it/s]\n 38%|███▊ | 52/138 [00:02<00:04, 18.18it/s]\n 39%|███▉ | 54/138 [00:02<00:04, 18.18it/s]\n 41%|████ | 56/138 [00:02<00:04, 18.18it/s]\n 42%|████▏ | 58/138 [00:03<00:04, 18.17it/s]\n 43%|████▎ | 60/138 [00:03<00:04, 18.17it/s]\n 45%|████▍ | 62/138 [00:03<00:04, 18.17it/s]\n 46%|████▋ | 64/138 [00:03<00:04, 18.17it/s]\n 48%|████▊ | 66/138 [00:03<00:03, 18.17it/s]\n 49%|████▉ | 68/138 [00:03<00:03, 18.18it/s]\n 51%|█████ | 70/138 [00:03<00:03, 18.18it/s]\n 52%|█████▏ | 72/138 [00:03<00:03, 18.18it/s]\n 54%|█████▎ | 74/138 [00:03<00:03, 18.18it/s]\n 55%|█████▌ | 76/138 [00:04<00:03, 18.18it/s]\n 57%|█████▋ | 78/138 [00:04<00:03, 18.18it/s]\n 58%|█████▊ | 80/138 [00:04<00:03, 18.18it/s]\n 59%|█████▉ | 82/138 [00:04<00:03, 18.18it/s]\n 61%|██████ | 84/138 [00:04<00:02, 18.18it/s]\n 62%|██████▏ | 86/138 [00:04<00:02, 18.18it/s]\n 64%|██████▍ | 88/138 [00:04<00:02, 18.19it/s]\n 65%|██████▌ | 90/138 [00:04<00:02, 18.19it/s]\n 67%|██████▋ | 92/138 [00:04<00:02, 18.18it/s]\n 68%|██████▊ | 94/138 [00:05<00:02, 18.18it/s]\n 70%|██████▉ | 96/138 [00:05<00:02, 18.18it/s]\n 71%|███████ | 98/138 [00:05<00:02, 18.19it/s]\n 72%|███████▏ | 100/138 [00:05<00:02, 18.17it/s]\n 74%|███████▍ | 102/138 [00:05<00:01, 18.18it/s]\n 75%|███████▌ | 104/138 [00:05<00:01, 18.18it/s]\n 77%|███████▋ | 106/138 [00:05<00:01, 18.18it/s]\n 78%|███████▊ | 108/138 [00:05<00:01, 18.18it/s]\n 80%|███████▉ | 110/138 [00:05<00:01, 18.19it/s]\n 81%|████████ | 112/138 [00:06<00:01, 18.19it/s]\n 83%|████████▎ | 114/138 [00:06<00:01, 18.18it/s]\n 84%|████████▍ | 116/138 [00:06<00:01, 18.18it/s]\n 86%|████████▌ | 118/138 [00:06<00:01, 18.18it/s]\n 87%|████████▋ | 120/138 [00:06<00:00, 18.18it/s]\n 88%|████████▊ | 122/138 [00:06<00:00, 18.18it/s]\n 90%|████████▉ | 124/138 [00:06<00:00, 18.18it/s]\n 91%|█████████▏| 126/138 [00:06<00:00, 18.17it/s]\n 93%|█████████▎| 128/138 [00:06<00:00, 18.16it/s]\n 94%|█████████▍| 130/138 [00:06<00:00, 18.16it/s]\n 96%|█████████▌| 132/138 [00:07<00:00, 18.16it/s]\n 97%|█████████▋| 134/138 [00:07<00:00, 18.16it/s]\n 99%|█████████▊| 136/138 [00:07<00:00, 18.16it/s]\n100%|██████████| 138/138 [00:07<00:00, 18.17it/s]\n100%|██████████| 138/138 [00:07<00:00, 18.56it/s]", "metrics": { "predict_time": 934.508004, "total_time": 1117.931503 }, "output": "https://replicate.delivery/pbxt/vzfyQB9r9OWoDK41dmlDY4TZi4X5IVKtjlXpQ7F9O1oTExeSA/output_video.mp4", "started_at": "2024-06-11T15:25:53.631499Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/wqdtjwgdw1rgj0cg0zjv2de6t0", "cancel": "https://api.replicate.com/v1/predictions/wqdtjwgdw1rgj0cg0zjv2de6t0/cancel" }, "version": "e1201aaba9c3d6c05cf8526e2f6bdcd0546be335dc440ed7837b48ccb5b39773" }
Generated inUsing seed: 2958 /root/.pyenv/versions/3.11.9/lib/python3.11/site-packages/onnxruntime/capi/onnxruntime_inference_collection.py:69: UserWarning: Specified provider 'CUDAExecutionProvider' is not in available provider names.Available providers: 'AzureExecutionProvider, CPUExecutionProvider' warnings.warn( 2024-06-11 15:25:56.252731647 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5110, index: 1, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:56.252921447 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5115, index: 6, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:56.252756607 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5111, index: 2, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:56.252780867 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5112, index: 3, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:56.252814667 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5113, index: 4, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:56.260443366 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5152, index: 43, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:56.264364590 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5153, index: 44, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:56.264381690 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5131, index: 22, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:56.268352973 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5133, index: 24, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:56.272341447 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5154, index: 45, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:56.272348057 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5135, index: 26, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:56.275464664 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5116, index: 7, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:56.276348191 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5134, index: 25, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:56.276481380 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5136, index: 27, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:56.252864427 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5114, index: 5, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:56.252722077 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5109, index: 0, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:56.292361205 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5137, index: 28, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:56.296346609 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5140, index: 31, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:56.264353490 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5117, index: 8, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:56.300337253 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5138, index: 29, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:56.301419148 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5118, index: 9, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:56.304344726 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5143, index: 34, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:56.308347610 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5142, index: 33, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:56.312337273 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5144, index: 35, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:56.316338327 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5127, index: 18, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:56.320357321 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5145, index: 36, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:56.328338578 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5128, index: 19, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:56.332358682 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5151, index: 42, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:56.336351195 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5132, index: 23, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:56.332337511 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5119, index: 10, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:56.264368140 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5130, index: 21, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:56.332340651 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5146, index: 37, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:56.320344241 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5149, index: 40, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:56.332344311 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5150, index: 41, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:56.260444636 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5129, index: 20, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:56.260455976 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5155, index: 46, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:56.260464336 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5126, index: 17, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:56.260472106 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5125, index: 16, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:56.260478276 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5124, index: 15, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:56.396341040 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5148, index: 39, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:56.340332659 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5141, index: 32, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:56.344332582 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5147, index: 38, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:56.372333008 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5139, index: 30, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Applied providers: ['CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}} find model: ./model_ckpts/insightface_models/models/buffalo_l/1k3d68.onnx landmark_3d_68 ['None', 3, 192, 192] 0.0 1.0 2024-06-11 15:25:57.099679022 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5162, index: 0, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.099836972 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5163, index: 1, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.100606939 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5195, index: 33, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.104356633 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5196, index: 34, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.108345127 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5197, index: 35, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.108346797 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5193, index: 31, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.109136154 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5200, index: 38, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.112341891 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5167, index: 5, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.112348451 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5164, index: 2, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.112377500 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5190, index: 28, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.112344711 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5198, index: 36, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.116341844 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5192, index: 30, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.117115741 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5201, index: 39, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.120335708 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5171, index: 9, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.120344458 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5166, index: 4, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.124342991 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5169, index: 7, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.124408021 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5180, index: 18, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Applied providers: ['CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}} 2024-06-11 15:25:57.125586606 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5202, index: 40, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. find model: ./model_ckpts/insightface_models/models/buffalo_l/2d106det.onnx landmark_2d_106 ['None', 3, 192, 192] 0.0 1.0 2024-06-11 15:25:57.128352195 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5181, index: 19, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.128363555 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5194, index: 32, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.128371415 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5187, index: 25, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.132343249 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5188, index: 26, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.132364829 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5183, index: 21, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.133124335 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5203, index: 41, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.128352415 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5172, index: 10, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.136351372 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5189, index: 27, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.136356272 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5184, index: 22, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.132345579 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5182, index: 20, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.140344916 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5185, index: 23, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.141278162 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5204, index: 42, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.144333570 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5186, index: 24, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.148344523 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5211, index: 2, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.152340157 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5212, index: 3, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.153068974 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5191, index: 29, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.156336071 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5199, index: 37, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.156352740 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5232, index: 23, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.160335964 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5214, index: 5, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.160339554 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5233, index: 24, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.160347104 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5206, index: 44, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.164334868 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5207, index: 45, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.164348368 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5216, index: 7, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.164351468 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5235, index: 26, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.165430293 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5168, index: 6, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.168336801 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5208, index: 46, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.168348901 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5218, index: 9, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.168349631 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5237, index: 28, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.164336708 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5215, index: 6, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.172335375 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5238, index: 29, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.172348465 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5219, index: 10, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.174621136 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5170, index: 8, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.160336164 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5205, index: 43, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.176336029 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5239, index: 30, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.156335680 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5213, index: 4, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.180333282 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5224, index: 15, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.180336912 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5240, index: 31, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.184338786 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5225, index: 16, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.184402356 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5177, index: 15, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.164336188 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5234, index: 25, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.188334689 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5226, index: 17, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.188335120 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5210, index: 1, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.188430489 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5178, index: 16, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.192332353 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5227, index: 18, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.168339501 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5236, index: 27, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.196336787 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5228, index: 19, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.196337697 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5209, index: 0, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.196428576 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5179, index: 17, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.168337931 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5217, index: 8, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.200336540 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5229, index: 20, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.204331664 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5230, index: 21, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.208334068 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5231, index: 22, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.212334271 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5241, index: 32, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.216336925 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5242, index: 33, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.220333879 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5243, index: 34, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.224334182 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5244, index: 35, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.216337465 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5165, index: 3, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.228332806 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5245, index: 36, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.232334869 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5246, index: 37, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.236336343 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5247, index: 38, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.240333977 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5248, index: 39, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.244336380 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5249, index: 40, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.248374624 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5250, index: 41, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.252337568 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5251, index: 42, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.256343331 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5252, index: 43, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.260339335 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5253, index: 44, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.264347558 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5254, index: 45, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.268340072 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5255, index: 46, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Applied providers: ['CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}} find model: ./model_ckpts/insightface_models/models/buffalo_l/det_10g.onnx detection [1, 3, '?', '?'] 127.5 128.0 2024-06-11 15:25:57.524255316 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5264, index: 8, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.528346539 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5263, index: 7, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.528347999 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5265, index: 9, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.536835374 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5273, index: 17, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.540344620 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5274, index: 18, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.528363699 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5266, index: 10, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.528374429 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5271, index: 15, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.545112460 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5277, index: 21, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.528383009 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5272, index: 16, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.552759899 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5278, index: 22, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.528391679 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5275, index: 19, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.556759343 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5279, index: 23, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.528403159 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5276, index: 20, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.560759996 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5280, index: 24, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.564351022 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5283, index: 27, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.528416159 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5281, index: 25, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.568749884 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5284, index: 28, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.528424309 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5282, index: 26, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.572752857 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5286, index: 30, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.528433129 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5285, index: 29, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.576761071 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5287, index: 31, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.528444698 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5288, index: 32, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.580760295 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5262, index: 6, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.584349780 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5290, index: 34, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.528465998 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5293, index: 37, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.588774992 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5291, index: 35, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.592688596 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5292, index: 36, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.528474308 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5294, index: 38, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.597050358 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5295, index: 39, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.528487508 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5299, index: 43, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.601065551 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5296, index: 40, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.528499678 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5300, index: 44, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.605047365 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5297, index: 41, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.528512648 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5301, index: 45, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.609051529 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5298, index: 42, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.528454929 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5289, index: 33, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.613056482 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5302, index: 46, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.616686988 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5261, index: 5, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.620688521 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5260, index: 4, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.628343080 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5259, index: 3, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.668347616 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5257, index: 1, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.716344250 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5258, index: 2, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Applied providers: ['CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}} find model: ./model_ckpts/insightface_models/models/buffalo_l/genderage.onnx genderage ['None', 3, 96, 96] 0.0 1.0 2024-06-11 15:25:57.760358589 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5310, index: 7, mask: {8, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.764336393 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5311, index: 8, mask: {9, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.765035781 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5303, index: 0, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.768333427 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5304, index: 1, mask: {2, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.768334417 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5312, index: 9, mask: {10, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.768348267 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5305, index: 2, mask: {3, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.772334111 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5313, index: 10, mask: {11, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.776338584 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5306, index: 3, mask: {4, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.780333028 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5307, index: 4, mask: {5, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.784334102 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5308, index: 5, mask: {6, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.788338715 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5309, index: 6, mask: {7, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.796337542 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5318, index: 15, mask: {16, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.796350372 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5323, index: 20, mask: {21, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.796337202 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5322, index: 19, mask: {20, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.800339236 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5319, index: 16, mask: {17, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.804339780 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5320, index: 17, mask: {18, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.804943657 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5331, index: 28, mask: {29, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.808331593 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5321, index: 18, mask: {19, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.804339649 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5324, index: 21, mask: {22, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.812332627 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5332, index: 29, mask: {30, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.812336597 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5325, index: 22, mask: {23, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.812347987 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5327, index: 24, mask: {25, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.816332071 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5328, index: 25, mask: {26, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.812336737 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5326, index: 23, mask: {24, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.820339184 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5329, index: 26, mask: {27, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.824336288 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5334, index: 31, mask: {32, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.828338661 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5335, index: 32, mask: {33, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.828352781 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5333, index: 30, mask: {31, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.828341501 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5330, index: 27, mask: {28, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.836334369 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5338, index: 35, mask: {36, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.836346059 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5337, index: 34, mask: {35, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.836334779 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5336, index: 33, mask: {34, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.847347674 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5342, index: 39, mask: {40, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.852333713 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5339, index: 36, mask: {37, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.852387873 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5256, index: 0, mask: {1, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.860333720 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5340, index: 37, mask: {38, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.864333754 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5341, index: 38, mask: {39, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.870712308 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5343, index: 40, mask: {41, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.872349481 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5346, index: 43, mask: {44, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.880334229 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5347, index: 44, mask: {45, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.880338019 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5349, index: 46, mask: {47, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.884334472 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5348, index: 45, mask: {46, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.886638403 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5344, index: 41, mask: {42, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. 2024-06-11 15:25:57.892337089 [E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5345, index: 42, mask: {43, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. Applied providers: ['CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}} find model: ./model_ckpts/insightface_models/models/buffalo_l/w600k_r50.onnx recognition ['None', 3, 112, 112] 127.5 127.5 set det-size: (512, 512) ffmpeg version 4.2.2-static https://johnvansickle.com/ffmpeg/ Copyright (c) 2000-2019 the FFmpeg developers built with gcc 8 (Debian 8.3.0-6) configuration: --enable-gpl --enable-version3 --enable-static --disable-debug --disable-ffplay --disable-indev=sndio --disable-outdev=sndio --cc=gcc --enable-fontconfig --enable-frei0r --enable-gnutls --enable-gmp --enable-libgme --enable-gray --enable-libaom --enable-libfribidi --enable-libass --enable-libvmaf --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-librubberband --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libvorbis --enable-libopus --enable-libtheora --enable-libvidstab --enable-libvo-amrwbenc --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libdav1d --enable-libxvid --enable-libzvbi --enable-libzimg libavutil 56. 31.100 / 56. 31.100 libavcodec 58. 54.100 / 58. 54.100 libavformat 58. 29.100 / 58. 29.100 libavdevice 58. 8.100 / 58. 8.100 libavfilter 7. 57.100 / 7. 57.100 libswscale 5. 5.100 / 5. 5.100 libswresample 3. 5.100 / 3. 5.100 libpostproc 55. 5.100 / 55. 5.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/tmpl_l2vwyugt.mp4': Metadata: major_brand : isom minor_version : 512 compatible_brands: isomiso2avc1mp41 encoder : Lavf58.29.100 Duration: 00:00:04.64, start: 0.000000, bitrate: 366 kb/s Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 512x512 [SAR 1:1 DAR 1:1], 304 kb/s, 30 fps, 30 tbr, 15360 tbn, 60 tbc (default) Metadata: handler_name : VideoHandler Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 16000 Hz, mono, fltp, 60 kb/s (default) Metadata: handler_name : SoundHandler Stream mapping: Stream #0:1 -> #0:0 (aac (native) -> mp3 (libmp3lame)) Press [q] to stop, [?] for help Output #0, mp3, to 'temp_audio.mp3': Metadata: major_brand : isom minor_version : 512 compatible_brands: isomiso2avc1mp41 TSSE : Lavf58.29.100 Stream #0:0(und): Audio: mp3 (libmp3lame), 16000 Hz, mono, fltp (default) Metadata: handler_name : SoundHandler encoder : Lavc58.54.100 libmp3lame size= 14kB time=00:00:04.61 bitrate= 24.9kbits/s speed= 317x video:0kB audio:14kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 2.336182% /root/.pyenv/versions/3.11.9/lib/python3.11/site-packages/insightface/utils/transform.py:68: FutureWarning: `rcond` parameter will change to the default of machine precision times ``max(M, N)`` where M and N are the input matrix dimensions. To use the future default and silence this warning we advise to pass `rcond=None`, to keep using the old, explicitly pass `rcond=-1`. P = np.linalg.lstsq(X_homo, Y)[0].T # Affine matrix. 3 x 4 Length of audio is 73728 with the sampling rate of 16000. The corresponding video length is 138. /src/predict.py:418: UserWarning: Creating a tensor from a list of numpy.ndarrays is extremely slow. Please consider converting the list to a single numpy.ndarray with numpy.array() before converting to a tensor. (Triggered internally at ../torch/csrc/utils/tensor_new.cpp:245.) kps_sequence = torch.tensor(torch.load(kps_path)) # [len, 3, 2] The original length of kps sequence is 137. The interpolated length of kps sequence is 138. /src/pipelines/v_express_pipeline.py:516: FutureWarning: Accessing config attribute `in_channels` directly via 'UNet3DConditionModel' object attribute is deprecated. Please access 'in_channels' over 'UNet3DConditionModel's config object instead, e.g. 'unet.config.in_channels'. num_channels_latents = self.denoising_unet.in_channels 0%| | 0/25 [00:00<?, ?it/s] 4%|▍ | 1/25 [00:10<04:08, 10.34s/it] 8%|▊ | 2/25 [00:20<03:56, 10.27s/it] 12%|█▏ | 3/25 [00:30<03:45, 10.27s/it] 16%|█▌ | 4/25 [00:41<03:35, 10.28s/it] 20%|██ | 5/25 [00:51<03:25, 10.29s/it] 24%|██▍ | 6/25 [01:01<03:15, 10.30s/it] 28%|██▊ | 7/25 [01:12<03:05, 10.30s/it] 32%|███▏ | 8/25 [01:22<02:55, 10.31s/it] 36%|███▌ | 9/25 [01:32<02:45, 10.32s/it] 40%|████ | 10/25 [01:43<02:34, 10.33s/it] 44%|████▍ | 11/25 [01:53<02:24, 10.34s/it] 48%|████▊ | 12/25 [02:03<02:14, 10.34s/it] 52%|█████▏ | 13/25 [02:14<02:04, 10.35s/it] 56%|█████▌ | 14/25 [02:24<01:53, 10.35s/it] 60%|██████ | 15/25 [02:34<01:43, 10.36s/it] 64%|██████▍ | 16/25 [02:45<01:33, 10.36s/it] 68%|██████▊ | 17/25 [02:55<01:22, 10.36s/it] 72%|███████▏ | 18/25 [03:05<01:12, 10.37s/it] 76%|███████▌ | 19/25 [03:16<01:02, 10.37s/it] 80%|████████ | 20/25 [03:26<00:51, 10.37s/it] 84%|████████▍ | 21/25 [03:37<00:41, 10.38s/it] 88%|████████▊ | 22/25 [03:47<00:31, 10.38s/it] 92%|█████████▏| 23/25 [03:57<00:20, 10.38s/it] 96%|█████████▌| 24/25 [04:08<00:10, 10.38s/it] 100%|██████████| 25/25 [04:18<00:00, 10.38s/it] 100%|██████████| 25/25 [04:18<00:00, 10.35s/it] 0%| | 0/138 [00:00<?, ?it/s] 4%|▎ | 5/138 [00:00<00:03, 43.66it/s] 7%|▋ | 10/138 [00:00<00:05, 23.92it/s] 9%|▉ | 13/138 [00:00<00:05, 21.62it/s] 12%|█▏ | 16/138 [00:00<00:05, 20.36it/s] 14%|█▍ | 19/138 [00:00<00:06, 19.61it/s] 16%|█▌ | 22/138 [00:01<00:06, 19.13it/s] 17%|█▋ | 24/138 [00:01<00:06, 18.91it/s] 19%|█▉ | 26/138 [00:01<00:05, 18.72it/s] 20%|██ | 28/138 [00:01<00:05, 18.58it/s] 22%|██▏ | 30/138 [00:01<00:05, 18.47it/s] 23%|██▎ | 32/138 [00:01<00:05, 18.38it/s] 25%|██▍ | 34/138 [00:01<00:05, 18.30it/s] 26%|██▌ | 36/138 [00:01<00:05, 18.26it/s] 28%|██▊ | 38/138 [00:01<00:05, 18.24it/s] 29%|██▉ | 40/138 [00:02<00:05, 18.22it/s] 30%|███ | 42/138 [00:02<00:05, 18.20it/s] 32%|███▏ | 44/138 [00:02<00:05, 18.19it/s] 33%|███▎ | 46/138 [00:02<00:05, 18.18it/s] 35%|███▍ | 48/138 [00:02<00:04, 18.18it/s] 36%|███▌ | 50/138 [00:02<00:04, 18.18it/s] 38%|███▊ | 52/138 [00:02<00:04, 18.18it/s] 39%|███▉ | 54/138 [00:02<00:04, 18.18it/s] 41%|████ | 56/138 [00:02<00:04, 18.18it/s] 42%|████▏ | 58/138 [00:03<00:04, 18.17it/s] 43%|████▎ | 60/138 [00:03<00:04, 18.17it/s] 45%|████▍ | 62/138 [00:03<00:04, 18.17it/s] 46%|████▋ | 64/138 [00:03<00:04, 18.17it/s] 48%|████▊ | 66/138 [00:03<00:03, 18.17it/s] 49%|████▉ | 68/138 [00:03<00:03, 18.18it/s] 51%|█████ | 70/138 [00:03<00:03, 18.18it/s] 52%|█████▏ | 72/138 [00:03<00:03, 18.18it/s] 54%|█████▎ | 74/138 [00:03<00:03, 18.18it/s] 55%|█████▌ | 76/138 [00:04<00:03, 18.18it/s] 57%|█████▋ | 78/138 [00:04<00:03, 18.18it/s] 58%|█████▊ | 80/138 [00:04<00:03, 18.18it/s] 59%|█████▉ | 82/138 [00:04<00:03, 18.18it/s] 61%|██████ | 84/138 [00:04<00:02, 18.18it/s] 62%|██████▏ | 86/138 [00:04<00:02, 18.18it/s] 64%|██████▍ | 88/138 [00:04<00:02, 18.19it/s] 65%|██████▌ | 90/138 [00:04<00:02, 18.19it/s] 67%|██████▋ | 92/138 [00:04<00:02, 18.18it/s] 68%|██████▊ | 94/138 [00:05<00:02, 18.18it/s] 70%|██████▉ | 96/138 [00:05<00:02, 18.18it/s] 71%|███████ | 98/138 [00:05<00:02, 18.19it/s] 72%|███████▏ | 100/138 [00:05<00:02, 18.17it/s] 74%|███████▍ | 102/138 [00:05<00:01, 18.18it/s] 75%|███████▌ | 104/138 [00:05<00:01, 18.18it/s] 77%|███████▋ | 106/138 [00:05<00:01, 18.18it/s] 78%|███████▊ | 108/138 [00:05<00:01, 18.18it/s] 80%|███████▉ | 110/138 [00:05<00:01, 18.19it/s] 81%|████████ | 112/138 [00:06<00:01, 18.19it/s] 83%|████████▎ | 114/138 [00:06<00:01, 18.18it/s] 84%|████████▍ | 116/138 [00:06<00:01, 18.18it/s] 86%|████████▌ | 118/138 [00:06<00:01, 18.18it/s] 87%|████████▋ | 120/138 [00:06<00:00, 18.18it/s] 88%|████████▊ | 122/138 [00:06<00:00, 18.18it/s] 90%|████████▉ | 124/138 [00:06<00:00, 18.18it/s] 91%|█████████▏| 126/138 [00:06<00:00, 18.17it/s] 93%|█████████▎| 128/138 [00:06<00:00, 18.16it/s] 94%|█████████▍| 130/138 [00:06<00:00, 18.16it/s] 96%|█████████▌| 132/138 [00:07<00:00, 18.16it/s] 97%|█████████▋| 134/138 [00:07<00:00, 18.16it/s] 99%|█████████▊| 136/138 [00:07<00:00, 18.16it/s] 100%|██████████| 138/138 [00:07<00:00, 18.17it/s] 100%|██████████| 138/138 [00:07<00:00, 18.56it/s]
Prediction
zsxkib/v-express:e0122658IDqh4s7s8j91rgp0cg1jbt9025c8StatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- image_width
- 512
- motion_mode
- standard
- image_height
- 512
- driving_audio
- Video Player is loading.Current Time 00:00:000/Duration 00:00:000Loaded: 0%00:00:000Stream Type LIVERemaining Time -00:00:0001x
- Chapters
- descriptions off, selected
- captions settings, opens captions settings dialog
- captions off, selected
This is a modal window.
The media could not be loaded, either because the server or network failed or because the format is not supported.Beginning of dialog window. Escape will cancel and close the window.
End of dialog window.
- context_stride
- 1
- guidance_scale
- 3.5
- context_overlap
- 4
- use_video_audio
- frames_per_second
- 30
- num_context_frames
- 12
- num_inference_steps
- 10
- audio_attention_weight
- 3
- num_audio_padding_frames
- 2
- reference_attention_weight
- 0.95
{ "image_width": 512, "motion_mode": "standard", "image_height": 512, "driving_audio": "https://replicate.delivery/pbxt/L5FWuPvdlnWlxwNsDwfUE4AyUqD1cCN0J21itPdxMvuhcKpK/aud.mp3", "context_stride": 1, "guidance_scale": 3.5, "context_overlap": 4, "reference_image": "https://replicate.delivery/pbxt/L5FWudG8QqhRatR1Rdk9SUdMakj0Oe2JNO12velSAGFUynRa/ref.jpg", "use_video_audio": false, "frames_per_second": 30, "num_context_frames": 12, "num_inference_steps": 10, "audio_attention_weight": 3, "num_audio_padding_frames": 2, "reference_attention_weight": 0.95 }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run zsxkib/v-express using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "zsxkib/v-express:e01226580ffa003adb191086383ae9c8d687ba1f37ddedd758351a28cf3488b2", { input: { image_width: 512, motion_mode: "standard", image_height: 512, driving_audio: "https://replicate.delivery/pbxt/L5FWuPvdlnWlxwNsDwfUE4AyUqD1cCN0J21itPdxMvuhcKpK/aud.mp3", context_stride: 1, guidance_scale: 3.5, context_overlap: 4, reference_image: "https://replicate.delivery/pbxt/L5FWudG8QqhRatR1Rdk9SUdMakj0Oe2JNO12velSAGFUynRa/ref.jpg", use_video_audio: false, frames_per_second: 30, num_context_frames: 12, num_inference_steps: 10, audio_attention_weight: 3, num_audio_padding_frames: 2, reference_attention_weight: 0.95 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client:import replicate
Run zsxkib/v-express using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "zsxkib/v-express:e01226580ffa003adb191086383ae9c8d687ba1f37ddedd758351a28cf3488b2", input={ "image_width": 512, "motion_mode": "standard", "image_height": 512, "driving_audio": "https://replicate.delivery/pbxt/L5FWuPvdlnWlxwNsDwfUE4AyUqD1cCN0J21itPdxMvuhcKpK/aud.mp3", "context_stride": 1, "guidance_scale": 3.5, "context_overlap": 4, "reference_image": "https://replicate.delivery/pbxt/L5FWudG8QqhRatR1Rdk9SUdMakj0Oe2JNO12velSAGFUynRa/ref.jpg", "use_video_audio": False, "frames_per_second": 30, "num_context_frames": 12, "num_inference_steps": 10, "audio_attention_weight": 3, "num_audio_padding_frames": 2, "reference_attention_weight": 0.95 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run zsxkib/v-express 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": "e01226580ffa003adb191086383ae9c8d687ba1f37ddedd758351a28cf3488b2", "input": { "image_width": 512, "motion_mode": "standard", "image_height": 512, "driving_audio": "https://replicate.delivery/pbxt/L5FWuPvdlnWlxwNsDwfUE4AyUqD1cCN0J21itPdxMvuhcKpK/aud.mp3", "context_stride": 1, "guidance_scale": 3.5, "context_overlap": 4, "reference_image": "https://replicate.delivery/pbxt/L5FWudG8QqhRatR1Rdk9SUdMakj0Oe2JNO12velSAGFUynRa/ref.jpg", "use_video_audio": false, "frames_per_second": 30, "num_context_frames": 12, "num_inference_steps": 10, "audio_attention_weight": 3, "num_audio_padding_frames": 2, "reference_attention_weight": 0.95 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-06-12T13:22:49.193518Z", "created_at": "2024-06-12T13:15:45.608000Z", "data_removed": false, "error": null, "id": "qh4s7s8j91rgp0cg1jbt9025c8", "input": { "image_width": 512, "motion_mode": "standard", "image_height": 512, "driving_audio": "https://replicate.delivery/pbxt/L5FWuPvdlnWlxwNsDwfUE4AyUqD1cCN0J21itPdxMvuhcKpK/aud.mp3", "context_stride": 1, "guidance_scale": 3.5, "context_overlap": 4, "reference_image": "https://replicate.delivery/pbxt/L5FWudG8QqhRatR1Rdk9SUdMakj0Oe2JNO12velSAGFUynRa/ref.jpg", "use_video_audio": false, "frames_per_second": 30, "num_context_frames": 12, "num_inference_steps": 10, "audio_attention_weight": 3, "num_audio_padding_frames": 2, "reference_attention_weight": 0.95 }, "logs": "[!] Using seed: 4488\n[~] Loading driving video and extracting keypoints and audio...\n[~] Loading and processing reference image...\n/root/.pyenv/versions/3.11.9/lib/python3.11/site-packages/insightface/utils/transform.py:68: FutureWarning: `rcond` parameter will change to the default of machine precision times ``max(M, N)`` where M and N are the input matrix dimensions.\nTo use the future default and silence this warning we advise to pass `rcond=None`, to keep using the old, explicitly pass `rcond=-1`.\nP = np.linalg.lstsq(X_homo, Y)[0].T # Affine matrix. 3 x 4\n[~] Loading and processing audio...\n[!] Length of audio is 135168 with the sampling rate of 16000.\n[!] The corresponding video length is 253 frames.\n[~] Applying keypoints retargeting strategy: fix_face...\n[~] Generating keypoints images...\n/src/predict.py:453: UserWarning: Creating a tensor from a list of numpy.ndarrays is extremely slow. Please consider converting the list to a single numpy.ndarray with numpy.array() before converting to a tensor. (Triggered internally at ../torch/csrc/utils/tensor_new.cpp:245.)\nkps_sequence = torch.tensor([reference_kps] * video_length)\n[~] Generating initial latent tensor with shape (1, 4, 253, 64, 64)...\n[~] Running main video generation pipeline...\n/src/pipelines/v_express_pipeline.py:516: FutureWarning: Accessing config attribute `in_channels` directly via 'UNet3DConditionModel' object attribute is deprecated. Please access 'in_channels' over 'UNet3DConditionModel's config object instead, e.g. 'unet.config.in_channels'.\nnum_channels_latents = self.denoising_unet.in_channels\n 0%| | 0/10 [00:00<?, ?it/s]\n 10%|█ | 1/10 [00:18<02:44, 18.31s/it]\n 20%|██ | 2/10 [00:36<02:26, 18.26s/it]\n 30%|███ | 3/10 [00:54<02:08, 18.30s/it]\n 40%|████ | 4/10 [01:13<01:49, 18.33s/it]\n 50%|█████ | 5/10 [01:31<01:31, 18.36s/it]\n 60%|██████ | 6/10 [01:50<01:13, 18.38s/it]\n 70%|███████ | 7/10 [02:08<00:55, 18.39s/it]\n 80%|████████ | 8/10 [02:26<00:36, 18.40s/it]\n 90%|█████████ | 9/10 [02:45<00:18, 18.41s/it]\n100%|██████████| 10/10 [03:03<00:00, 18.42s/it]\n100%|██████████| 10/10 [03:03<00:00, 18.38s/it]\n[~] Decoding latents into video tensor...\n 0%| | 0/253 [00:00<?, ?it/s]\n 2%|▏ | 5/253 [00:00<00:05, 43.55it/s]\n 4%|▍ | 10/253 [00:00<00:10, 24.00it/s]\n 5%|▌ | 13/253 [00:00<00:11, 21.74it/s]\n 6%|▋ | 16/253 [00:00<00:11, 20.49it/s]\n 8%|▊ | 19/253 [00:00<00:11, 19.74it/s]\n 9%|▊ | 22/253 [00:01<00:11, 19.27it/s]\n 9%|▉ | 24/253 [00:01<00:12, 19.03it/s]\n 10%|█ | 26/253 [00:01<00:12, 18.84it/s]\n 11%|█ | 28/253 [00:01<00:12, 18.70it/s]\n 12%|█▏ | 30/253 [00:01<00:12, 18.58it/s]\n 13%|█▎ | 32/253 [00:01<00:11, 18.51it/s]\n 13%|█▎ | 34/253 [00:01<00:11, 18.45it/s]\n 14%|█▍ | 36/253 [00:01<00:11, 18.40it/s]\n 15%|█▌ | 38/253 [00:01<00:11, 18.37it/s]\n 16%|█▌ | 40/253 [00:02<00:11, 18.35it/s]\n 17%|█▋ | 42/253 [00:02<00:11, 18.33it/s]\n 17%|█▋ | 44/253 [00:02<00:11, 18.32it/s]\n 18%|█▊ | 46/253 [00:02<00:11, 18.31it/s]\n 19%|█▉ | 48/253 [00:02<00:11, 18.31it/s]\n 20%|█▉ | 50/253 [00:02<00:11, 18.30it/s]\n 21%|██ | 52/253 [00:02<00:10, 18.30it/s]\n 21%|██▏ | 54/253 [00:02<00:10, 18.30it/s]\n 22%|██▏ | 56/253 [00:02<00:10, 18.30it/s]\n 23%|██▎ | 58/253 [00:03<00:10, 18.30it/s]\n 24%|██▎ | 60/253 [00:03<00:10, 18.30it/s]\n 25%|██▍ | 62/253 [00:03<00:10, 18.30it/s]\n 25%|██▌ | 64/253 [00:03<00:10, 18.30it/s]\n 26%|██▌ | 66/253 [00:03<00:10, 18.30it/s]\n 27%|██▋ | 68/253 [00:03<00:10, 18.28it/s]\n 28%|██▊ | 70/253 [00:03<00:10, 18.28it/s]\n 28%|██▊ | 72/253 [00:03<00:09, 18.28it/s]\n 29%|██▉ | 74/253 [00:03<00:09, 18.28it/s]\n 30%|███ | 76/253 [00:03<00:09, 18.29it/s]\n 31%|███ | 78/253 [00:04<00:09, 18.29it/s]\n 32%|███▏ | 80/253 [00:04<00:09, 18.29it/s]\n 32%|███▏ | 82/253 [00:04<00:09, 18.29it/s]\n 33%|███▎ | 84/253 [00:04<00:09, 18.30it/s]\n 34%|███▍ | 86/253 [00:04<00:09, 18.30it/s]\n 35%|███▍ | 88/253 [00:04<00:09, 18.29it/s]\n 36%|███▌ | 90/253 [00:04<00:08, 18.29it/s]\n 36%|███▋ | 92/253 [00:04<00:08, 18.29it/s]\n 37%|███▋ | 94/253 [00:04<00:08, 18.30it/s]\n 38%|███▊ | 96/253 [00:05<00:08, 18.30it/s]\n 39%|███▊ | 98/253 [00:05<00:08, 18.30it/s]\n 40%|███▉ | 100/253 [00:05<00:08, 18.30it/s]\n 40%|████ | 102/253 [00:05<00:08, 18.30it/s]\n 41%|████ | 104/253 [00:05<00:08, 18.30it/s]\n 42%|████▏ | 106/253 [00:05<00:08, 18.29it/s]\n 43%|████▎ | 108/253 [00:05<00:07, 18.29it/s]\n 43%|████▎ | 110/253 [00:05<00:07, 18.29it/s]\n 44%|████▍ | 112/253 [00:05<00:07, 18.29it/s]\n 45%|████▌ | 114/253 [00:06<00:07, 18.29it/s]\n 46%|████▌ | 116/253 [00:06<00:07, 18.29it/s]\n 47%|████▋ | 118/253 [00:06<00:07, 18.29it/s]\n 47%|████▋ | 120/253 [00:06<00:07, 18.29it/s]\n 48%|████▊ | 122/253 [00:06<00:07, 18.29it/s]\n 49%|████▉ | 124/253 [00:06<00:07, 18.29it/s]\n 50%|████▉ | 126/253 [00:06<00:06, 18.29it/s]\n 51%|█████ | 128/253 [00:06<00:06, 18.29it/s]\n 51%|█████▏ | 130/253 [00:06<00:06, 18.30it/s]\n 52%|█████▏ | 132/253 [00:07<00:06, 18.29it/s]\n 53%|█████▎ | 134/253 [00:07<00:06, 18.29it/s]\n 54%|█████▍ | 136/253 [00:07<00:06, 18.29it/s]\n 55%|█████▍ | 138/253 [00:07<00:06, 18.28it/s]\n 55%|█████▌ | 140/253 [00:07<00:06, 18.29it/s]\n 56%|█████▌ | 142/253 [00:07<00:06, 18.29it/s]\n 57%|█████▋ | 144/253 [00:07<00:05, 18.30it/s]\n 58%|█████▊ | 146/253 [00:07<00:05, 18.30it/s]\n 58%|█████▊ | 148/253 [00:07<00:05, 18.29it/s]\n 59%|█████▉ | 150/253 [00:08<00:05, 18.29it/s]\n 60%|██████ | 152/253 [00:08<00:05, 18.29it/s]\n 61%|██████ | 154/253 [00:08<00:05, 18.29it/s]\n 62%|██████▏ | 156/253 [00:08<00:05, 18.29it/s]\n 62%|██████▏ | 158/253 [00:08<00:05, 18.29it/s]\n 63%|██████▎ | 160/253 [00:08<00:05, 18.29it/s]\n 64%|██████▍ | 162/253 [00:08<00:04, 18.28it/s]\n 65%|██████▍ | 164/253 [00:08<00:04, 18.29it/s]\n 66%|██████▌ | 166/253 [00:08<00:04, 18.29it/s]\n 66%|██████▋ | 168/253 [00:09<00:04, 18.29it/s]\n 67%|██████▋ | 170/253 [00:09<00:04, 18.29it/s]\n 68%|██████▊ | 172/253 [00:09<00:04, 18.28it/s]\n 69%|██████▉ | 174/253 [00:09<00:04, 18.28it/s]\n 70%|██████▉ | 176/253 [00:09<00:04, 18.28it/s]\n 70%|███████ | 178/253 [00:09<00:04, 18.29it/s]\n 71%|███████ | 180/253 [00:09<00:03, 18.29it/s]\n 72%|███████▏ | 182/253 [00:09<00:03, 18.29it/s]\n 73%|███████▎ | 184/253 [00:09<00:03, 18.29it/s]\n 74%|███████▎ | 186/253 [00:10<00:03, 18.28it/s]\n 74%|███████▍ | 188/253 [00:10<00:03, 18.29it/s]\n 75%|███████▌ | 190/253 [00:10<00:03, 18.29it/s]\n 76%|███████▌ | 192/253 [00:10<00:03, 18.29it/s]\n 77%|███████▋ | 194/253 [00:10<00:03, 18.29it/s]\n 77%|███████▋ | 196/253 [00:10<00:03, 18.29it/s]\n 78%|███████▊ | 198/253 [00:10<00:03, 18.29it/s]\n 79%|███████▉ | 200/253 [00:10<00:02, 18.29it/s]\n 80%|███████▉ | 202/253 [00:10<00:02, 18.28it/s]\n 81%|████████ | 204/253 [00:10<00:02, 18.28it/s]\n 81%|████████▏ | 206/253 [00:11<00:02, 18.29it/s]\n 82%|████████▏ | 208/253 [00:11<00:02, 18.29it/s]\n 83%|████████▎ | 210/253 [00:11<00:02, 18.29it/s]\n 84%|████████▍ | 212/253 [00:11<00:02, 18.28it/s]\n 85%|████████▍ | 214/253 [00:11<00:02, 18.28it/s]\n 85%|████████▌ | 216/253 [00:11<00:02, 18.28it/s]\n 86%|████████▌ | 218/253 [00:11<00:01, 18.28it/s]\n 87%|████████▋ | 220/253 [00:11<00:01, 18.28it/s]\n 88%|████████▊ | 222/253 [00:11<00:01, 18.27it/s]\n 89%|████████▊ | 224/253 [00:12<00:01, 18.28it/s]\n 89%|████████▉ | 226/253 [00:12<00:01, 18.29it/s]\n 90%|█████████ | 228/253 [00:12<00:01, 18.29it/s]\n 91%|█████████ | 230/253 [00:12<00:01, 18.29it/s]\n 92%|█████████▏| 232/253 [00:12<00:01, 18.29it/s]\n 92%|█████████▏| 234/253 [00:12<00:01, 18.29it/s]\n 93%|█████████▎| 236/253 [00:12<00:00, 18.28it/s]\n 94%|█████████▍| 238/253 [00:12<00:00, 18.28it/s]\n 95%|█████████▍| 240/253 [00:12<00:00, 18.28it/s]\n 96%|█████████▌| 242/253 [00:13<00:00, 18.29it/s]\n 96%|█████████▋| 244/253 [00:13<00:00, 18.28it/s]\n 97%|█████████▋| 246/253 [00:13<00:00, 18.29it/s]\n 98%|█████████▊| 248/253 [00:13<00:00, 18.29it/s]\n 99%|█████████▉| 250/253 [00:13<00:00, 18.28it/s]\n100%|█████████▉| 252/253 [00:13<00:00, 18.28it/s]\n100%|██████████| 253/253 [00:13<00:00, 18.50it/s]\n[~] Saving generated video to ./output_video.mp4...\n[!] Video generation completed. Output saved to ./output_video.mp4", "metrics": { "predict_time": 272.185275, "total_time": 423.585518 }, "output": "https://replicate.delivery/pbxt/6R09ARbQGGYRCR5okD3N5XQ7OD8yB6M7rrfMie9ze6xQZq7lA/output_video.mp4", "started_at": "2024-06-12T13:18:17.008243Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/qh4s7s8j91rgp0cg1jbt9025c8", "cancel": "https://api.replicate.com/v1/predictions/qh4s7s8j91rgp0cg1jbt9025c8/cancel" }, "version": "e01226580ffa003adb191086383ae9c8d687ba1f37ddedd758351a28cf3488b2" }
Generated in[!] Using seed: 4488 [~] Loading driving video and extracting keypoints and audio... [~] Loading and processing reference image... /root/.pyenv/versions/3.11.9/lib/python3.11/site-packages/insightface/utils/transform.py:68: FutureWarning: `rcond` parameter will change to the default of machine precision times ``max(M, N)`` where M and N are the input matrix dimensions. To use the future default and silence this warning we advise to pass `rcond=None`, to keep using the old, explicitly pass `rcond=-1`. P = np.linalg.lstsq(X_homo, Y)[0].T # Affine matrix. 3 x 4 [~] Loading and processing audio... [!] Length of audio is 135168 with the sampling rate of 16000. [!] The corresponding video length is 253 frames. [~] Applying keypoints retargeting strategy: fix_face... [~] Generating keypoints images... /src/predict.py:453: UserWarning: Creating a tensor from a list of numpy.ndarrays is extremely slow. Please consider converting the list to a single numpy.ndarray with numpy.array() before converting to a tensor. (Triggered internally at ../torch/csrc/utils/tensor_new.cpp:245.) kps_sequence = torch.tensor([reference_kps] * video_length) [~] Generating initial latent tensor with shape (1, 4, 253, 64, 64)... [~] Running main video generation pipeline... /src/pipelines/v_express_pipeline.py:516: FutureWarning: Accessing config attribute `in_channels` directly via 'UNet3DConditionModel' object attribute is deprecated. Please access 'in_channels' over 'UNet3DConditionModel's config object instead, e.g. 'unet.config.in_channels'. num_channels_latents = self.denoising_unet.in_channels 0%| | 0/10 [00:00<?, ?it/s] 10%|█ | 1/10 [00:18<02:44, 18.31s/it] 20%|██ | 2/10 [00:36<02:26, 18.26s/it] 30%|███ | 3/10 [00:54<02:08, 18.30s/it] 40%|████ | 4/10 [01:13<01:49, 18.33s/it] 50%|█████ | 5/10 [01:31<01:31, 18.36s/it] 60%|██████ | 6/10 [01:50<01:13, 18.38s/it] 70%|███████ | 7/10 [02:08<00:55, 18.39s/it] 80%|████████ | 8/10 [02:26<00:36, 18.40s/it] 90%|█████████ | 9/10 [02:45<00:18, 18.41s/it] 100%|██████████| 10/10 [03:03<00:00, 18.42s/it] 100%|██████████| 10/10 [03:03<00:00, 18.38s/it] [~] Decoding latents into video tensor... 0%| | 0/253 [00:00<?, ?it/s] 2%|▏ | 5/253 [00:00<00:05, 43.55it/s] 4%|▍ | 10/253 [00:00<00:10, 24.00it/s] 5%|▌ | 13/253 [00:00<00:11, 21.74it/s] 6%|▋ | 16/253 [00:00<00:11, 20.49it/s] 8%|▊ | 19/253 [00:00<00:11, 19.74it/s] 9%|▊ | 22/253 [00:01<00:11, 19.27it/s] 9%|▉ | 24/253 [00:01<00:12, 19.03it/s] 10%|█ | 26/253 [00:01<00:12, 18.84it/s] 11%|█ | 28/253 [00:01<00:12, 18.70it/s] 12%|█▏ | 30/253 [00:01<00:12, 18.58it/s] 13%|█▎ | 32/253 [00:01<00:11, 18.51it/s] 13%|█▎ | 34/253 [00:01<00:11, 18.45it/s] 14%|█▍ | 36/253 [00:01<00:11, 18.40it/s] 15%|█▌ | 38/253 [00:01<00:11, 18.37it/s] 16%|█▌ | 40/253 [00:02<00:11, 18.35it/s] 17%|█▋ | 42/253 [00:02<00:11, 18.33it/s] 17%|█▋ | 44/253 [00:02<00:11, 18.32it/s] 18%|█▊ | 46/253 [00:02<00:11, 18.31it/s] 19%|█▉ | 48/253 [00:02<00:11, 18.31it/s] 20%|█▉ | 50/253 [00:02<00:11, 18.30it/s] 21%|██ | 52/253 [00:02<00:10, 18.30it/s] 21%|██▏ | 54/253 [00:02<00:10, 18.30it/s] 22%|██▏ | 56/253 [00:02<00:10, 18.30it/s] 23%|██▎ | 58/253 [00:03<00:10, 18.30it/s] 24%|██▎ | 60/253 [00:03<00:10, 18.30it/s] 25%|██▍ | 62/253 [00:03<00:10, 18.30it/s] 25%|██▌ | 64/253 [00:03<00:10, 18.30it/s] 26%|██▌ | 66/253 [00:03<00:10, 18.30it/s] 27%|██▋ | 68/253 [00:03<00:10, 18.28it/s] 28%|██▊ | 70/253 [00:03<00:10, 18.28it/s] 28%|██▊ | 72/253 [00:03<00:09, 18.28it/s] 29%|██▉ | 74/253 [00:03<00:09, 18.28it/s] 30%|███ | 76/253 [00:03<00:09, 18.29it/s] 31%|███ | 78/253 [00:04<00:09, 18.29it/s] 32%|███▏ | 80/253 [00:04<00:09, 18.29it/s] 32%|███▏ | 82/253 [00:04<00:09, 18.29it/s] 33%|███▎ | 84/253 [00:04<00:09, 18.30it/s] 34%|███▍ | 86/253 [00:04<00:09, 18.30it/s] 35%|███▍ | 88/253 [00:04<00:09, 18.29it/s] 36%|███▌ | 90/253 [00:04<00:08, 18.29it/s] 36%|███▋ | 92/253 [00:04<00:08, 18.29it/s] 37%|███▋ | 94/253 [00:04<00:08, 18.30it/s] 38%|███▊ | 96/253 [00:05<00:08, 18.30it/s] 39%|███▊ | 98/253 [00:05<00:08, 18.30it/s] 40%|███▉ | 100/253 [00:05<00:08, 18.30it/s] 40%|████ | 102/253 [00:05<00:08, 18.30it/s] 41%|████ | 104/253 [00:05<00:08, 18.30it/s] 42%|████▏ | 106/253 [00:05<00:08, 18.29it/s] 43%|████▎ | 108/253 [00:05<00:07, 18.29it/s] 43%|████▎ | 110/253 [00:05<00:07, 18.29it/s] 44%|████▍ | 112/253 [00:05<00:07, 18.29it/s] 45%|████▌ | 114/253 [00:06<00:07, 18.29it/s] 46%|████▌ | 116/253 [00:06<00:07, 18.29it/s] 47%|████▋ | 118/253 [00:06<00:07, 18.29it/s] 47%|████▋ | 120/253 [00:06<00:07, 18.29it/s] 48%|████▊ | 122/253 [00:06<00:07, 18.29it/s] 49%|████▉ | 124/253 [00:06<00:07, 18.29it/s] 50%|████▉ | 126/253 [00:06<00:06, 18.29it/s] 51%|█████ | 128/253 [00:06<00:06, 18.29it/s] 51%|█████▏ | 130/253 [00:06<00:06, 18.30it/s] 52%|█████▏ | 132/253 [00:07<00:06, 18.29it/s] 53%|█████▎ | 134/253 [00:07<00:06, 18.29it/s] 54%|█████▍ | 136/253 [00:07<00:06, 18.29it/s] 55%|█████▍ | 138/253 [00:07<00:06, 18.28it/s] 55%|█████▌ | 140/253 [00:07<00:06, 18.29it/s] 56%|█████▌ | 142/253 [00:07<00:06, 18.29it/s] 57%|█████▋ | 144/253 [00:07<00:05, 18.30it/s] 58%|█████▊ | 146/253 [00:07<00:05, 18.30it/s] 58%|█████▊ | 148/253 [00:07<00:05, 18.29it/s] 59%|█████▉ | 150/253 [00:08<00:05, 18.29it/s] 60%|██████ | 152/253 [00:08<00:05, 18.29it/s] 61%|██████ | 154/253 [00:08<00:05, 18.29it/s] 62%|██████▏ | 156/253 [00:08<00:05, 18.29it/s] 62%|██████▏ | 158/253 [00:08<00:05, 18.29it/s] 63%|██████▎ | 160/253 [00:08<00:05, 18.29it/s] 64%|██████▍ | 162/253 [00:08<00:04, 18.28it/s] 65%|██████▍ | 164/253 [00:08<00:04, 18.29it/s] 66%|██████▌ | 166/253 [00:08<00:04, 18.29it/s] 66%|██████▋ | 168/253 [00:09<00:04, 18.29it/s] 67%|██████▋ | 170/253 [00:09<00:04, 18.29it/s] 68%|██████▊ | 172/253 [00:09<00:04, 18.28it/s] 69%|██████▉ | 174/253 [00:09<00:04, 18.28it/s] 70%|██████▉ | 176/253 [00:09<00:04, 18.28it/s] 70%|███████ | 178/253 [00:09<00:04, 18.29it/s] 71%|███████ | 180/253 [00:09<00:03, 18.29it/s] 72%|███████▏ | 182/253 [00:09<00:03, 18.29it/s] 73%|███████▎ | 184/253 [00:09<00:03, 18.29it/s] 74%|███████▎ | 186/253 [00:10<00:03, 18.28it/s] 74%|███████▍ | 188/253 [00:10<00:03, 18.29it/s] 75%|███████▌ | 190/253 [00:10<00:03, 18.29it/s] 76%|███████▌ | 192/253 [00:10<00:03, 18.29it/s] 77%|███████▋ | 194/253 [00:10<00:03, 18.29it/s] 77%|███████▋ | 196/253 [00:10<00:03, 18.29it/s] 78%|███████▊ | 198/253 [00:10<00:03, 18.29it/s] 79%|███████▉ | 200/253 [00:10<00:02, 18.29it/s] 80%|███████▉ | 202/253 [00:10<00:02, 18.28it/s] 81%|████████ | 204/253 [00:10<00:02, 18.28it/s] 81%|████████▏ | 206/253 [00:11<00:02, 18.29it/s] 82%|████████▏ | 208/253 [00:11<00:02, 18.29it/s] 83%|████████▎ | 210/253 [00:11<00:02, 18.29it/s] 84%|████████▍ | 212/253 [00:11<00:02, 18.28it/s] 85%|████████▍ | 214/253 [00:11<00:02, 18.28it/s] 85%|████████▌ | 216/253 [00:11<00:02, 18.28it/s] 86%|████████▌ | 218/253 [00:11<00:01, 18.28it/s] 87%|████████▋ | 220/253 [00:11<00:01, 18.28it/s] 88%|████████▊ | 222/253 [00:11<00:01, 18.27it/s] 89%|████████▊ | 224/253 [00:12<00:01, 18.28it/s] 89%|████████▉ | 226/253 [00:12<00:01, 18.29it/s] 90%|█████████ | 228/253 [00:12<00:01, 18.29it/s] 91%|█████████ | 230/253 [00:12<00:01, 18.29it/s] 92%|█████████▏| 232/253 [00:12<00:01, 18.29it/s] 92%|█████████▏| 234/253 [00:12<00:01, 18.29it/s] 93%|█████████▎| 236/253 [00:12<00:00, 18.28it/s] 94%|█████████▍| 238/253 [00:12<00:00, 18.28it/s] 95%|█████████▍| 240/253 [00:12<00:00, 18.28it/s] 96%|█████████▌| 242/253 [00:13<00:00, 18.29it/s] 96%|█████████▋| 244/253 [00:13<00:00, 18.28it/s] 97%|█████████▋| 246/253 [00:13<00:00, 18.29it/s] 98%|█████████▊| 248/253 [00:13<00:00, 18.29it/s] 99%|█████████▉| 250/253 [00:13<00:00, 18.28it/s] 100%|█████████▉| 252/253 [00:13<00:00, 18.28it/s] 100%|██████████| 253/253 [00:13<00:00, 18.50it/s] [~] Saving generated video to ./output_video.mp4... [!] Video generation completed. Output saved to ./output_video.mp4
Prediction
zsxkib/v-express:e0122658IDjwjjmrvv39rge0cg1jzswggdsgStatusSucceededSourceWebHardwareA100 (40GB)Total durationCreatedInput
- image_width
- 512
- motion_mode
- standard
- image_height
- 512
- driving_audio
- Video Player is loading.Current Time 00:00:000/Duration 00:00:000Loaded: 0%00:00:000Stream Type LIVERemaining Time -00:00:0001x
- Chapters
- descriptions off, selected
- captions settings, opens captions settings dialog
- captions off, selected
This is a modal window.
The media could not be loaded, either because the server or network failed or because the format is not supported.Beginning of dialog window. Escape will cancel and close the window.
End of dialog window.
- context_stride
- 1
- guidance_scale
- 3.5
- context_overlap
- 4
- use_video_audio
- frames_per_second
- 30
- num_context_frames
- 12
- num_inference_steps
- 10
- audio_attention_weight
- 3
- num_audio_padding_frames
- 2
- reference_attention_weight
- 0.95
{ "image_width": 512, "motion_mode": "standard", "image_height": 512, "driving_audio": "https://replicate.delivery/pbxt/L5FWuPvdlnWlxwNsDwfUE4AyUqD1cCN0J21itPdxMvuhcKpK/aud.mp3", "context_stride": 1, "guidance_scale": 3.5, "context_overlap": 4, "reference_image": "https://replicate.delivery/pbxt/L5FWudG8QqhRatR1Rdk9SUdMakj0Oe2JNO12velSAGFUynRa/ref.jpg", "use_video_audio": false, "frames_per_second": 30, "num_context_frames": 12, "num_inference_steps": 10, "audio_attention_weight": 3, "num_audio_padding_frames": 2, "reference_attention_weight": 0.95 }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run zsxkib/v-express using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "zsxkib/v-express:e01226580ffa003adb191086383ae9c8d687ba1f37ddedd758351a28cf3488b2", { input: { image_width: 512, motion_mode: "standard", image_height: 512, driving_audio: "https://replicate.delivery/pbxt/L5FWuPvdlnWlxwNsDwfUE4AyUqD1cCN0J21itPdxMvuhcKpK/aud.mp3", context_stride: 1, guidance_scale: 3.5, context_overlap: 4, reference_image: "https://replicate.delivery/pbxt/L5FWudG8QqhRatR1Rdk9SUdMakj0Oe2JNO12velSAGFUynRa/ref.jpg", use_video_audio: false, frames_per_second: 30, num_context_frames: 12, num_inference_steps: 10, audio_attention_weight: 3, num_audio_padding_frames: 2, reference_attention_weight: 0.95 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client:import replicate
Run zsxkib/v-express using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "zsxkib/v-express:e01226580ffa003adb191086383ae9c8d687ba1f37ddedd758351a28cf3488b2", input={ "image_width": 512, "motion_mode": "standard", "image_height": 512, "driving_audio": "https://replicate.delivery/pbxt/L5FWuPvdlnWlxwNsDwfUE4AyUqD1cCN0J21itPdxMvuhcKpK/aud.mp3", "context_stride": 1, "guidance_scale": 3.5, "context_overlap": 4, "reference_image": "https://replicate.delivery/pbxt/L5FWudG8QqhRatR1Rdk9SUdMakj0Oe2JNO12velSAGFUynRa/ref.jpg", "use_video_audio": False, "frames_per_second": 30, "num_context_frames": 12, "num_inference_steps": 10, "audio_attention_weight": 3, "num_audio_padding_frames": 2, "reference_attention_weight": 0.95 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run zsxkib/v-express 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": "e01226580ffa003adb191086383ae9c8d687ba1f37ddedd758351a28cf3488b2", "input": { "image_width": 512, "motion_mode": "standard", "image_height": 512, "driving_audio": "https://replicate.delivery/pbxt/L5FWuPvdlnWlxwNsDwfUE4AyUqD1cCN0J21itPdxMvuhcKpK/aud.mp3", "context_stride": 1, "guidance_scale": 3.5, "context_overlap": 4, "reference_image": "https://replicate.delivery/pbxt/L5FWudG8QqhRatR1Rdk9SUdMakj0Oe2JNO12velSAGFUynRa/ref.jpg", "use_video_audio": false, "frames_per_second": 30, "num_context_frames": 12, "num_inference_steps": 10, "audio_attention_weight": 3, "num_audio_padding_frames": 2, "reference_attention_weight": 0.95 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-06-12T14:07:58.425326Z", "created_at": "2024-06-12T13:59:53.882000Z", "data_removed": false, "error": null, "id": "jwjjmrvv39rge0cg1jzswggdsg", "input": { "image_width": 512, "motion_mode": "standard", "image_height": 512, "driving_audio": "https://replicate.delivery/pbxt/L5FWuPvdlnWlxwNsDwfUE4AyUqD1cCN0J21itPdxMvuhcKpK/aud.mp3", "context_stride": 1, "guidance_scale": 3.5, "context_overlap": 4, "reference_image": "https://replicate.delivery/pbxt/L5FWudG8QqhRatR1Rdk9SUdMakj0Oe2JNO12velSAGFUynRa/ref.jpg", "use_video_audio": false, "frames_per_second": 30, "num_context_frames": 12, "num_inference_steps": 10, "audio_attention_weight": 3, "num_audio_padding_frames": 2, "reference_attention_weight": 0.95 }, "logs": "[!] Using seed: 52071\n[~] Loading driving video and extracting keypoints and audio...\n[~] Loading and processing reference image...\n/root/.pyenv/versions/3.11.9/lib/python3.11/site-packages/insightface/utils/transform.py:68: FutureWarning: `rcond` parameter will change to the default of machine precision times ``max(M, N)`` where M and N are the input matrix dimensions.\nTo use the future default and silence this warning we advise to pass `rcond=None`, to keep using the old, explicitly pass `rcond=-1`.\nP = np.linalg.lstsq(X_homo, Y)[0].T # Affine matrix. 3 x 4\n[~] Loading and processing audio...\n[!] Length of audio is 135168 with the sampling rate of 16000.\n[!] The corresponding video length is 253 frames.\n[~] Applying keypoints retargeting strategy: fix_face...\n[~] Generating keypoints images...\n/src/predict.py:453: UserWarning: Creating a tensor from a list of numpy.ndarrays is extremely slow. Please consider converting the list to a single numpy.ndarray with numpy.array() before converting to a tensor. (Triggered internally at ../torch/csrc/utils/tensor_new.cpp:245.)\nkps_sequence = torch.tensor([reference_kps] * video_length)\n[~] Generating initial latent tensor with shape (1, 4, 253, 64, 64)...\n[~] Running main video generation pipeline...\n/src/pipelines/v_express_pipeline.py:516: FutureWarning: Accessing config attribute `in_channels` directly via 'UNet3DConditionModel' object attribute is deprecated. Please access 'in_channels' over 'UNet3DConditionModel's config object instead, e.g. 'unet.config.in_channels'.\nnum_channels_latents = self.denoising_unet.in_channels\n 0%| | 0/10 [00:00<?, ?it/s]\n 10%|█ | 1/10 [00:10<01:37, 10.86s/it]\n 20%|██ | 2/10 [00:21<01:25, 10.73s/it]\n 30%|███ | 3/10 [00:32<01:15, 10.72s/it]\n 40%|████ | 4/10 [00:42<01:04, 10.70s/it]\n 50%|█████ | 5/10 [00:53<00:53, 10.69s/it]\n 60%|██████ | 6/10 [01:04<00:42, 10.69s/it]\n 70%|███████ | 7/10 [01:14<00:32, 10.70s/it]\n 80%|████████ | 8/10 [01:25<00:21, 10.70s/it]\n 90%|█████████ | 9/10 [01:36<00:10, 10.70s/it]\n100%|██████████| 10/10 [01:47<00:00, 10.70s/it]\n100%|██████████| 10/10 [01:47<00:00, 10.70s/it]\n[~] Decoding latents into video tensor...\n 0%| | 0/253 [00:00<?, ?it/s]\n 2%|▏ | 6/253 [00:00<00:05, 48.34it/s]\n 4%|▍ | 11/253 [00:00<00:07, 33.33it/s]\n 6%|▌ | 15/253 [00:00<00:07, 30.31it/s]\n 8%|▊ | 19/253 [00:00<00:08, 28.82it/s]\n 9%|▊ | 22/253 [00:00<00:08, 28.13it/s]\n 10%|▉ | 25/253 [00:00<00:08, 27.63it/s]\n 11%|█ | 28/253 [00:00<00:08, 27.28it/s]\n 12%|█▏ | 31/253 [00:01<00:08, 27.03it/s]\n 13%|█▎ | 34/253 [00:01<00:08, 26.86it/s]\n 15%|█▍ | 37/253 [00:01<00:08, 26.73it/s]\n 16%|█▌ | 40/253 [00:01<00:07, 26.65it/s]\n 17%|█▋ | 43/253 [00:01<00:07, 26.59it/s]\n 18%|█▊ | 46/253 [00:01<00:07, 26.55it/s]\n 19%|█▉ | 49/253 [00:01<00:07, 26.52it/s]\n 21%|██ | 52/253 [00:01<00:07, 26.50it/s]\n 22%|██▏ | 55/253 [00:01<00:07, 26.49it/s]\n 23%|██▎ | 58/253 [00:02<00:07, 26.48it/s]\n 24%|██▍ | 61/253 [00:02<00:07, 26.47it/s]\n 25%|██▌ | 64/253 [00:02<00:07, 26.47it/s]\n 26%|██▋ | 67/253 [00:02<00:07, 26.47it/s]\n 28%|██▊ | 70/253 [00:02<00:06, 26.46it/s]\n 29%|██▉ | 73/253 [00:02<00:06, 26.46it/s]\n 30%|███ | 76/253 [00:02<00:06, 26.46it/s]\n 31%|███ | 79/253 [00:02<00:06, 26.46it/s]\n 32%|███▏ | 82/253 [00:02<00:06, 26.46it/s]\n 34%|███▎ | 85/253 [00:03<00:06, 26.46it/s]\n 35%|███▍ | 88/253 [00:03<00:06, 26.46it/s]\n 36%|███▌ | 91/253 [00:03<00:06, 26.45it/s]\n 37%|███▋ | 94/253 [00:03<00:06, 26.45it/s]\n 38%|███▊ | 97/253 [00:03<00:05, 26.46it/s]\n 40%|███▉ | 100/253 [00:03<00:05, 26.46it/s]\n 41%|████ | 103/253 [00:03<00:05, 26.45it/s]\n 42%|████▏ | 106/253 [00:03<00:05, 26.45it/s]\n 43%|████▎ | 109/253 [00:04<00:05, 26.45it/s]\n 44%|████▍ | 112/253 [00:04<00:05, 26.46it/s]\n 45%|████▌ | 115/253 [00:04<00:05, 26.45it/s]\n 47%|████▋ | 118/253 [00:04<00:05, 26.45it/s]\n 48%|████▊ | 121/253 [00:04<00:04, 26.46it/s]\n 49%|████▉ | 124/253 [00:04<00:04, 26.46it/s]\n 50%|█████ | 127/253 [00:04<00:04, 26.46it/s]\n 51%|█████▏ | 130/253 [00:04<00:04, 26.46it/s]\n 53%|█████▎ | 133/253 [00:04<00:04, 26.46it/s]\n 54%|█████▍ | 136/253 [00:05<00:04, 26.46it/s]\n 55%|█████▍ | 139/253 [00:05<00:04, 26.46it/s]\n 56%|█████▌ | 142/253 [00:05<00:04, 26.46it/s]\n 57%|█████▋ | 145/253 [00:05<00:04, 26.45it/s]\n 58%|█████▊ | 148/253 [00:05<00:03, 26.46it/s]\n 60%|█████▉ | 151/253 [00:05<00:03, 26.46it/s]\n 61%|██████ | 154/253 [00:05<00:03, 26.46it/s]\n 62%|██████▏ | 157/253 [00:05<00:03, 26.46it/s]\n 63%|██████▎ | 160/253 [00:05<00:03, 26.46it/s]\n 64%|██████▍ | 163/253 [00:06<00:03, 26.46it/s]\n 66%|██████▌ | 166/253 [00:06<00:03, 26.45it/s]\n 67%|██████▋ | 169/253 [00:06<00:03, 26.45it/s]\n 68%|██████▊ | 172/253 [00:06<00:03, 26.45it/s]\n 69%|██████▉ | 175/253 [00:06<00:02, 26.45it/s]\n 70%|███████ | 178/253 [00:06<00:02, 26.46it/s]\n 72%|███████▏ | 181/253 [00:06<00:02, 26.46it/s]\n 73%|███████▎ | 184/253 [00:06<00:02, 26.46it/s]\n 74%|███████▍ | 187/253 [00:06<00:02, 26.46it/s]\n 75%|███████▌ | 190/253 [00:07<00:02, 26.46it/s]\n 76%|███████▋ | 193/253 [00:07<00:02, 26.45it/s]\n 77%|███████▋ | 196/253 [00:07<00:02, 26.45it/s]\n 79%|███████▊ | 199/253 [00:07<00:02, 26.45it/s]\n 80%|███████▉ | 202/253 [00:07<00:01, 26.45it/s]\n 81%|████████ | 205/253 [00:07<00:01, 26.46it/s]\n 82%|████████▏ | 208/253 [00:07<00:01, 26.46it/s]\n 83%|████████▎ | 211/253 [00:07<00:01, 26.46it/s]\n 85%|████████▍ | 214/253 [00:07<00:01, 26.46it/s]\n 86%|████████▌ | 217/253 [00:08<00:01, 26.46it/s]\n 87%|████████▋ | 220/253 [00:08<00:01, 26.45it/s]\n 88%|████████▊ | 223/253 [00:08<00:01, 26.46it/s]\n 89%|████████▉ | 226/253 [00:08<00:01, 26.45it/s]\n 91%|█████████ | 229/253 [00:08<00:00, 26.45it/s]\n 92%|█████████▏| 232/253 [00:08<00:00, 26.45it/s]\n 93%|█████████▎| 235/253 [00:08<00:00, 26.45it/s]\n 94%|█████████▍| 238/253 [00:08<00:00, 26.45it/s]\n 95%|█████████▌| 241/253 [00:09<00:00, 26.45it/s]\n 96%|█████████▋| 244/253 [00:09<00:00, 26.45it/s]\n 98%|█████████▊| 247/253 [00:09<00:00, 26.45it/s]\n 99%|█████████▉| 250/253 [00:09<00:00, 26.45it/s]\n100%|██████████| 253/253 [00:09<00:00, 26.45it/s]\n100%|██████████| 253/253 [00:09<00:00, 26.74it/s]\n[~] Saving generated video to ./output_video.mp4...\n[!] Video generation completed. Output saved to ./output_video.mp4", "metrics": { "predict_time": 211.26501, "total_time": 484.543326 }, "output": "https://replicate.delivery/czjl/N4s5ALmTBgZ0NhupkZsyEDe39Mu6ouhaxlhDDqNWFjZf219SA/output_video.mp4", "started_at": "2024-06-12T14:04:27.160316Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/jwjjmrvv39rge0cg1jzswggdsg", "cancel": "https://api.replicate.com/v1/predictions/jwjjmrvv39rge0cg1jzswggdsg/cancel" }, "version": "e01226580ffa003adb191086383ae9c8d687ba1f37ddedd758351a28cf3488b2" }
Generated in[!] Using seed: 52071 [~] Loading driving video and extracting keypoints and audio... [~] Loading and processing reference image... /root/.pyenv/versions/3.11.9/lib/python3.11/site-packages/insightface/utils/transform.py:68: FutureWarning: `rcond` parameter will change to the default of machine precision times ``max(M, N)`` where M and N are the input matrix dimensions. To use the future default and silence this warning we advise to pass `rcond=None`, to keep using the old, explicitly pass `rcond=-1`. P = np.linalg.lstsq(X_homo, Y)[0].T # Affine matrix. 3 x 4 [~] Loading and processing audio... [!] Length of audio is 135168 with the sampling rate of 16000. [!] The corresponding video length is 253 frames. [~] Applying keypoints retargeting strategy: fix_face... [~] Generating keypoints images... /src/predict.py:453: UserWarning: Creating a tensor from a list of numpy.ndarrays is extremely slow. Please consider converting the list to a single numpy.ndarray with numpy.array() before converting to a tensor. (Triggered internally at ../torch/csrc/utils/tensor_new.cpp:245.) kps_sequence = torch.tensor([reference_kps] * video_length) [~] Generating initial latent tensor with shape (1, 4, 253, 64, 64)... [~] Running main video generation pipeline... /src/pipelines/v_express_pipeline.py:516: FutureWarning: Accessing config attribute `in_channels` directly via 'UNet3DConditionModel' object attribute is deprecated. Please access 'in_channels' over 'UNet3DConditionModel's config object instead, e.g. 'unet.config.in_channels'. num_channels_latents = self.denoising_unet.in_channels 0%| | 0/10 [00:00<?, ?it/s] 10%|█ | 1/10 [00:10<01:37, 10.86s/it] 20%|██ | 2/10 [00:21<01:25, 10.73s/it] 30%|███ | 3/10 [00:32<01:15, 10.72s/it] 40%|████ | 4/10 [00:42<01:04, 10.70s/it] 50%|█████ | 5/10 [00:53<00:53, 10.69s/it] 60%|██████ | 6/10 [01:04<00:42, 10.69s/it] 70%|███████ | 7/10 [01:14<00:32, 10.70s/it] 80%|████████ | 8/10 [01:25<00:21, 10.70s/it] 90%|█████████ | 9/10 [01:36<00:10, 10.70s/it] 100%|██████████| 10/10 [01:47<00:00, 10.70s/it] 100%|██████████| 10/10 [01:47<00:00, 10.70s/it] [~] Decoding latents into video tensor... 0%| | 0/253 [00:00<?, ?it/s] 2%|▏ | 6/253 [00:00<00:05, 48.34it/s] 4%|▍ | 11/253 [00:00<00:07, 33.33it/s] 6%|▌ | 15/253 [00:00<00:07, 30.31it/s] 8%|▊ | 19/253 [00:00<00:08, 28.82it/s] 9%|▊ | 22/253 [00:00<00:08, 28.13it/s] 10%|▉ | 25/253 [00:00<00:08, 27.63it/s] 11%|█ | 28/253 [00:00<00:08, 27.28it/s] 12%|█▏ | 31/253 [00:01<00:08, 27.03it/s] 13%|█▎ | 34/253 [00:01<00:08, 26.86it/s] 15%|█▍ | 37/253 [00:01<00:08, 26.73it/s] 16%|█▌ | 40/253 [00:01<00:07, 26.65it/s] 17%|█▋ | 43/253 [00:01<00:07, 26.59it/s] 18%|█▊ | 46/253 [00:01<00:07, 26.55it/s] 19%|█▉ | 49/253 [00:01<00:07, 26.52it/s] 21%|██ | 52/253 [00:01<00:07, 26.50it/s] 22%|██▏ | 55/253 [00:01<00:07, 26.49it/s] 23%|██▎ | 58/253 [00:02<00:07, 26.48it/s] 24%|██▍ | 61/253 [00:02<00:07, 26.47it/s] 25%|██▌ | 64/253 [00:02<00:07, 26.47it/s] 26%|██▋ | 67/253 [00:02<00:07, 26.47it/s] 28%|██▊ | 70/253 [00:02<00:06, 26.46it/s] 29%|██▉ | 73/253 [00:02<00:06, 26.46it/s] 30%|███ | 76/253 [00:02<00:06, 26.46it/s] 31%|███ | 79/253 [00:02<00:06, 26.46it/s] 32%|███▏ | 82/253 [00:02<00:06, 26.46it/s] 34%|███▎ | 85/253 [00:03<00:06, 26.46it/s] 35%|███▍ | 88/253 [00:03<00:06, 26.46it/s] 36%|███▌ | 91/253 [00:03<00:06, 26.45it/s] 37%|███▋ | 94/253 [00:03<00:06, 26.45it/s] 38%|███▊ | 97/253 [00:03<00:05, 26.46it/s] 40%|███▉ | 100/253 [00:03<00:05, 26.46it/s] 41%|████ | 103/253 [00:03<00:05, 26.45it/s] 42%|████▏ | 106/253 [00:03<00:05, 26.45it/s] 43%|████▎ | 109/253 [00:04<00:05, 26.45it/s] 44%|████▍ | 112/253 [00:04<00:05, 26.46it/s] 45%|████▌ | 115/253 [00:04<00:05, 26.45it/s] 47%|████▋ | 118/253 [00:04<00:05, 26.45it/s] 48%|████▊ | 121/253 [00:04<00:04, 26.46it/s] 49%|████▉ | 124/253 [00:04<00:04, 26.46it/s] 50%|█████ | 127/253 [00:04<00:04, 26.46it/s] 51%|█████▏ | 130/253 [00:04<00:04, 26.46it/s] 53%|█████▎ | 133/253 [00:04<00:04, 26.46it/s] 54%|█████▍ | 136/253 [00:05<00:04, 26.46it/s] 55%|█████▍ | 139/253 [00:05<00:04, 26.46it/s] 56%|█████▌ | 142/253 [00:05<00:04, 26.46it/s] 57%|█████▋ | 145/253 [00:05<00:04, 26.45it/s] 58%|█████▊ | 148/253 [00:05<00:03, 26.46it/s] 60%|█████▉ | 151/253 [00:05<00:03, 26.46it/s] 61%|██████ | 154/253 [00:05<00:03, 26.46it/s] 62%|██████▏ | 157/253 [00:05<00:03, 26.46it/s] 63%|██████▎ | 160/253 [00:05<00:03, 26.46it/s] 64%|██████▍ | 163/253 [00:06<00:03, 26.46it/s] 66%|██████▌ | 166/253 [00:06<00:03, 26.45it/s] 67%|██████▋ | 169/253 [00:06<00:03, 26.45it/s] 68%|██████▊ | 172/253 [00:06<00:03, 26.45it/s] 69%|██████▉ | 175/253 [00:06<00:02, 26.45it/s] 70%|███████ | 178/253 [00:06<00:02, 26.46it/s] 72%|███████▏ | 181/253 [00:06<00:02, 26.46it/s] 73%|███████▎ | 184/253 [00:06<00:02, 26.46it/s] 74%|███████▍ | 187/253 [00:06<00:02, 26.46it/s] 75%|███████▌ | 190/253 [00:07<00:02, 26.46it/s] 76%|███████▋ | 193/253 [00:07<00:02, 26.45it/s] 77%|███████▋ | 196/253 [00:07<00:02, 26.45it/s] 79%|███████▊ | 199/253 [00:07<00:02, 26.45it/s] 80%|███████▉ | 202/253 [00:07<00:01, 26.45it/s] 81%|████████ | 205/253 [00:07<00:01, 26.46it/s] 82%|████████▏ | 208/253 [00:07<00:01, 26.46it/s] 83%|████████▎ | 211/253 [00:07<00:01, 26.46it/s] 85%|████████▍ | 214/253 [00:07<00:01, 26.46it/s] 86%|████████▌ | 217/253 [00:08<00:01, 26.46it/s] 87%|████████▋ | 220/253 [00:08<00:01, 26.45it/s] 88%|████████▊ | 223/253 [00:08<00:01, 26.46it/s] 89%|████████▉ | 226/253 [00:08<00:01, 26.45it/s] 91%|█████████ | 229/253 [00:08<00:00, 26.45it/s] 92%|█████████▏| 232/253 [00:08<00:00, 26.45it/s] 93%|█████████▎| 235/253 [00:08<00:00, 26.45it/s] 94%|█████████▍| 238/253 [00:08<00:00, 26.45it/s] 95%|█████████▌| 241/253 [00:09<00:00, 26.45it/s] 96%|█████████▋| 244/253 [00:09<00:00, 26.45it/s] 98%|█████████▊| 247/253 [00:09<00:00, 26.45it/s] 99%|█████████▉| 250/253 [00:09<00:00, 26.45it/s] 100%|██████████| 253/253 [00:09<00:00, 26.45it/s] 100%|██████████| 253/253 [00:09<00:00, 26.74it/s] [~] Saving generated video to ./output_video.mp4... [!] Video generation completed. Output saved to ./output_video.mp4
Want to make some of these yourself?
Run this model