Failed to load versions. Head to the versions page to see all versions for this model.
You're looking at a specific version of this model. Jump to the model overview.
Input
Run this model in Node.js with one line of code:
npm install replicate
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import Replicate from "replicate";
const replicate = new Replicate({
auth: process.env.REPLICATE_API_TOKEN,
});
Run cjwbw/tokenflow using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"cjwbw/tokenflow:d456a26c0c1764ac4d9b933a564fe70e660c46423ba0afb5d3200f1a46060728",
{
input: {
fps: 20,
video: "https://replicate.delivery/pbxt/KHC7KXbwWKEPQVLfnOq9akgsSvdW8Meo4V2lJY1VLfMbVDo9/test.mp4",
width: 512,
height: 512,
n_frames: 40,
guidance_scale: 7.5,
diffusion_prompt: "a shiny silver robot doing the floss dance on Mars",
inversion_prompt: "",
num_diffusion_steps: 50,
num_inversion_steps: 50,
negative_diffusion_prompt: "ugly, blurry, low res, unrealistic, unaesthetic"
}
}
);
console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
pip install replicate
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import replicate
Run cjwbw/tokenflow using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"cjwbw/tokenflow:d456a26c0c1764ac4d9b933a564fe70e660c46423ba0afb5d3200f1a46060728",
input={
"fps": 20,
"video": "https://replicate.delivery/pbxt/KHC7KXbwWKEPQVLfnOq9akgsSvdW8Meo4V2lJY1VLfMbVDo9/test.mp4",
"width": 512,
"height": 512,
"n_frames": 40,
"guidance_scale": 7.5,
"diffusion_prompt": "a shiny silver robot doing the floss dance on Mars",
"inversion_prompt": "",
"num_diffusion_steps": 50,
"num_inversion_steps": 50,
"negative_diffusion_prompt": "ugly, blurry, low res, unrealistic, unaesthetic"
}
)
print(output)
To learn more, take a look at the guide on getting started with Python.
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run cjwbw/tokenflow 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": "d456a26c0c1764ac4d9b933a564fe70e660c46423ba0afb5d3200f1a46060728",
"input": {
"fps": 20,
"video": "https://replicate.delivery/pbxt/KHC7KXbwWKEPQVLfnOq9akgsSvdW8Meo4V2lJY1VLfMbVDo9/test.mp4",
"width": 512,
"height": 512,
"n_frames": 40,
"guidance_scale": 7.5,
"diffusion_prompt": "a shiny silver robot doing the floss dance on Mars",
"inversion_prompt": "",
"num_diffusion_steps": 50,
"num_inversion_steps": 50,
"negative_diffusion_prompt": "ugly, blurry, low res, unrealistic, unaesthetic"
}
}' \
https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Add a payment method to run this model.
By signing in, you agree to our
terms of service and privacy policy
Output
{
"completed_at": "2024-01-23T12:54:31.427985Z",
"created_at": "2024-01-23T12:50:36.268062Z",
"data_removed": false,
"error": null,
"id": "g77x35lban5n66a6b3gd6mnekq",
"input": {
"fps": 20,
"video": "https://replicate.delivery/pbxt/KHC7KXbwWKEPQVLfnOq9akgsSvdW8Meo4V2lJY1VLfMbVDo9/test.mp4",
"width": 512,
"height": 512,
"n_frames": 40,
"guidance_scale": 7.5,
"diffusion_prompt": "a shiny silver robot doing the floss dance on Mars",
"inversion_prompt": "",
"num_diffusion_steps": 50,
"num_inversion_steps": 50,
"negative_diffusion_prompt": "ugly, blurry, low res, unrealistic, unaesthetic"
},
"logs": "Using seed: 51873\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:24, 1.99it/s]\n 4%|▍ | 2/50 [00:01<00:23, 2.00it/s]\n 6%|▌ | 3/50 [00:01<00:23, 2.01it/s]\n 8%|▊ | 4/50 [00:01<00:22, 2.01it/s]\n 10%|█ | 5/50 [00:02<00:22, 2.01it/s]\n 12%|█▏ | 6/50 [00:02<00:21, 2.01it/s]\n 14%|█▍ | 7/50 [00:03<00:21, 2.01it/s]\n 16%|█▌ | 8/50 [00:03<00:20, 2.01it/s]\n 18%|█▊ | 9/50 [00:04<00:20, 2.01it/s]\n 20%|██ | 10/50 [00:04<00:19, 2.01it/s]\n 22%|██▏ | 11/50 [00:05<00:19, 2.00it/s]\n 24%|██▍ | 12/50 [00:05<00:18, 2.01it/s]\n 26%|██▌ | 13/50 [00:06<00:18, 2.01it/s]\n 28%|██▊ | 14/50 [00:06<00:17, 2.01it/s]\n 30%|███ | 15/50 [00:07<00:17, 2.01it/s]\n 32%|███▏ | 16/50 [00:07<00:16, 2.00it/s]\n 34%|███▍ | 17/50 [00:08<00:16, 2.01it/s]\n 36%|███▌ | 18/50 [00:08<00:15, 2.01it/s]\n 38%|███▊ | 19/50 [00:09<00:15, 2.01it/s]\n 40%|████ | 20/50 [00:09<00:14, 2.01it/s]\n 42%|████▏ | 21/50 [00:10<00:14, 2.01it/s]\n 44%|████▍ | 22/50 [00:10<00:13, 2.01it/s]\n 46%|████▌ | 23/50 [00:11<00:13, 2.01it/s]\n 48%|████▊ | 24/50 [00:11<00:12, 2.01it/s]\n 50%|█████ | 25/50 [00:12<00:12, 2.00it/s]\n 52%|█████▏ | 26/50 [00:12<00:11, 2.00it/s]\n 54%|█████▍ | 27/50 [00:13<00:11, 2.00it/s]\n 56%|█████▌ | 28/50 [00:13<00:10, 2.01it/s]\n 58%|█████▊ | 29/50 [00:14<00:10, 2.01it/s]\n 60%|██████ | 30/50 [00:14<00:09, 2.00it/s]\n 62%|██████▏ | 31/50 [00:15<00:09, 2.00it/s]\n 64%|██████▍ | 32/50 [00:15<00:08, 2.00it/s]\n 66%|██████▌ | 33/50 [00:16<00:08, 2.00it/s]\n 68%|██████▊ | 34/50 [00:16<00:07, 2.00it/s]\n 70%|███████ | 35/50 [00:17<00:07, 2.00it/s]\n 72%|███████▏ | 36/50 [00:17<00:06, 2.00it/s]\n 74%|███████▍ | 37/50 [00:18<00:06, 2.00it/s]\n 76%|███████▌ | 38/50 [00:18<00:05, 2.01it/s]\n 78%|███████▊ | 39/50 [00:19<00:05, 2.01it/s]\n 80%|████████ | 40/50 [00:19<00:04, 2.00it/s]\n 82%|████████▏ | 41/50 [00:20<00:04, 2.00it/s]\n 84%|████████▍ | 42/50 [00:20<00:03, 2.00it/s]\n 86%|████████▌ | 43/50 [00:21<00:03, 2.00it/s]\n 88%|████████▊ | 44/50 [00:21<00:02, 2.00it/s]\n 90%|█████████ | 45/50 [00:22<00:02, 2.00it/s]\n 92%|█████████▏| 46/50 [00:22<00:01, 2.00it/s]\n 94%|█████████▍| 47/50 [00:23<00:01, 2.00it/s]\n 96%|█████████▌| 48/50 [00:23<00:00, 2.00it/s]\n 98%|█████████▊| 49/50 [00:24<00:00, 2.00it/s]\n100%|██████████| 50/50 [00:24<00:00, 2.00it/s]\n100%|██████████| 50/50 [00:24<00:00, 2.00it/s]\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:05, 9.45it/s]\n 4%|▍ | 2/50 [00:00<00:16, 2.98it/s]\n 6%|▌ | 3/50 [00:01<00:19, 2.44it/s]\n 8%|▊ | 4/50 [00:01<00:20, 2.25it/s]\n 10%|█ | 5/50 [00:02<00:20, 2.15it/s]\n 12%|█▏ | 6/50 [00:02<00:20, 2.10it/s]\n 14%|█▍ | 7/50 [00:03<00:20, 2.07it/s]\n 16%|█▌ | 8/50 [00:03<00:20, 2.05it/s]\n 18%|█▊ | 9/50 [00:04<00:20, 2.04it/s]\n 20%|██ | 10/50 [00:04<00:19, 2.03it/s]\n 22%|██▏ | 11/50 [00:05<00:19, 2.02it/s]\n 24%|██▍ | 12/50 [00:05<00:18, 2.02it/s]\n 26%|██▌ | 13/50 [00:06<00:18, 2.01it/s]\n 28%|██▊ | 14/50 [00:06<00:17, 2.01it/s]\n 30%|███ | 15/50 [00:07<00:17, 2.01it/s]\n 32%|███▏ | 16/50 [00:07<00:16, 2.01it/s]\n 34%|███▍ | 17/50 [00:08<00:16, 2.01it/s]\n 36%|███▌ | 18/50 [00:08<00:15, 2.01it/s]\n 38%|███▊ | 19/50 [00:09<00:15, 2.01it/s]\n 40%|████ | 20/50 [00:09<00:14, 2.01it/s]\n 42%|████▏ | 21/50 [00:10<00:14, 2.01it/s]\n 44%|████▍ | 22/50 [00:10<00:13, 2.01it/s]\n 46%|████▌ | 23/50 [00:11<00:13, 2.00it/s]\n 48%|████▊ | 24/50 [00:11<00:12, 2.00it/s]\n 50%|█████ | 25/50 [00:12<00:12, 2.00it/s]\n 52%|█████▏ | 26/50 [00:12<00:11, 2.00it/s]\n 54%|█████▍ | 27/50 [00:13<00:11, 2.00it/s]\n 56%|█████▌ | 28/50 [00:13<00:10, 2.01it/s]\n 58%|█████▊ | 29/50 [00:14<00:10, 2.01it/s]\n 60%|██████ | 30/50 [00:14<00:09, 2.01it/s]\n 62%|██████▏ | 31/50 [00:15<00:09, 2.01it/s]\n 64%|██████▍ | 32/50 [00:15<00:08, 2.01it/s]\n 66%|██████▌ | 33/50 [00:16<00:08, 2.01it/s]\n 68%|██████▊ | 34/50 [00:16<00:07, 2.01it/s]\n 70%|███████ | 35/50 [00:17<00:07, 2.01it/s]\n 72%|███████▏ | 36/50 [00:17<00:06, 2.01it/s]\n 74%|███████▍ | 37/50 [00:18<00:06, 2.01it/s]\n 76%|███████▌ | 38/50 [00:18<00:05, 2.01it/s]\n 78%|███████▊ | 39/50 [00:19<00:05, 2.01it/s]\n 80%|████████ | 40/50 [00:19<00:04, 2.01it/s]\n 82%|████████▏ | 41/50 [00:20<00:04, 2.01it/s]\n 84%|████████▍ | 42/50 [00:20<00:03, 2.01it/s]\n 86%|████████▌ | 43/50 [00:21<00:03, 2.01it/s]\n 88%|████████▊ | 44/50 [00:21<00:02, 2.01it/s]\n 90%|█████████ | 45/50 [00:22<00:02, 2.01it/s]\n 92%|█████████▏| 46/50 [00:22<00:01, 2.01it/s]\n 94%|█████████▍| 47/50 [00:23<00:01, 2.01it/s]\n 96%|█████████▌| 48/50 [00:23<00:00, 2.01it/s]\n 98%|█████████▊| 49/50 [00:24<00:00, 2.00it/s]\n100%|██████████| 50/50 [00:24<00:00, 2.00it/s]\n100%|██████████| 50/50 [00:24<00:00, 2.04it/s]\nInversion completed!\nNumber of frames for editing: 32\nSampling: 0%| | 0/50 [00:00<?, ?it/s]\nSampling: 2%|▏ | 1/50 [00:02<01:48, 2.22s/it]\nSampling: 4%|▍ | 2/50 [00:04<01:46, 2.21s/it]\nSampling: 6%|▌ | 3/50 [00:06<01:44, 2.21s/it]\nSampling: 8%|▊ | 4/50 [00:08<01:41, 2.21s/it]\nSampling: 10%|█ | 5/50 [00:11<01:39, 2.21s/it]\nSampling: 12%|█▏ | 6/50 [00:13<01:37, 2.21s/it]\nSampling: 14%|█▍ | 7/50 [00:15<01:35, 2.21s/it]\nSampling: 16%|█▌ | 8/50 [00:17<01:32, 2.21s/it]\nSampling: 18%|█▊ | 9/50 [00:19<01:30, 2.21s/it]\nSampling: 20%|██ | 10/50 [00:22<01:28, 2.21s/it]\nSampling: 22%|██▏ | 11/50 [00:24<01:26, 2.21s/it]\nSampling: 24%|██▍ | 12/50 [00:26<01:24, 2.22s/it]\nSampling: 26%|██▌ | 13/50 [00:28<01:21, 2.22s/it]\nSampling: 28%|██▊ | 14/50 [00:31<01:19, 2.22s/it]\nSampling: 30%|███ | 15/50 [00:33<01:17, 2.22s/it]\nSampling: 32%|███▏ | 16/50 [00:35<01:15, 2.22s/it]\nSampling: 34%|███▍ | 17/50 [00:37<01:13, 2.22s/it]\nSampling: 36%|███▌ | 18/50 [00:39<01:10, 2.21s/it]\nSampling: 38%|███▊ | 19/50 [00:42<01:08, 2.22s/it]\nSampling: 40%|████ | 20/50 [00:44<01:06, 2.22s/it]\nSampling: 42%|████▏ | 21/50 [00:46<01:04, 2.22s/it]\nSampling: 44%|████▍ | 22/50 [00:48<01:02, 2.22s/it]\nSampling: 46%|████▌ | 23/50 [00:50<00:59, 2.22s/it]\nSampling: 48%|████▊ | 24/50 [00:53<00:57, 2.21s/it]\nSampling: 50%|█████ | 25/50 [00:55<00:55, 2.21s/it]\nSampling: 52%|█████▏ | 26/50 [00:57<00:53, 2.22s/it]\nSampling: 54%|█████▍ | 27/50 [00:59<00:50, 2.21s/it]\nSampling: 56%|█████▌ | 28/50 [01:02<00:48, 2.21s/it]\nSampling: 58%|█████▊ | 29/50 [01:04<00:46, 2.21s/it]\nSampling: 60%|██████ | 30/50 [01:06<00:44, 2.21s/it]\nSampling: 62%|██████▏ | 31/50 [01:08<00:42, 2.21s/it]\nSampling: 64%|██████▍ | 32/50 [01:10<00:39, 2.22s/it]\nSampling: 66%|██████▌ | 33/50 [01:13<00:37, 2.22s/it]\nSampling: 68%|██████▊ | 34/50 [01:15<00:35, 2.22s/it]\nSampling: 70%|███████ | 35/50 [01:17<00:33, 2.22s/it]\nSampling: 72%|███████▏ | 36/50 [01:19<00:31, 2.22s/it]\nSampling: 74%|███████▍ | 37/50 [01:21<00:28, 2.22s/it]\nSampling: 76%|███████▌ | 38/50 [01:24<00:26, 2.22s/it]\nSampling: 78%|███████▊ | 39/50 [01:26<00:24, 2.22s/it]\nSampling: 80%|████████ | 40/50 [01:28<00:22, 2.22s/it]\nSampling: 82%|████████▏ | 41/50 [01:30<00:19, 2.22s/it]\nSampling: 84%|████████▍ | 42/50 [01:33<00:17, 2.22s/it]\nSampling: 86%|████████▌ | 43/50 [01:35<00:15, 2.22s/it]\nSampling: 88%|████████▊ | 44/50 [01:37<00:13, 2.22s/it]\nSampling: 90%|█████████ | 45/50 [01:39<00:11, 2.22s/it]\nSampling: 92%|█████████▏| 46/50 [01:41<00:08, 2.22s/it]\nSampling: 94%|█████████▍| 47/50 [01:44<00:06, 2.22s/it]\nSampling: 96%|█████████▌| 48/50 [01:46<00:04, 2.22s/it]\nSampling: 98%|█████████▊| 49/50 [01:48<00:02, 2.22s/it]\nSampling: 100%|██████████| 50/50 [01:50<00:00, 2.22s/it]\nSampling: 100%|██████████| 50/50 [01:50<00:00, 2.22s/it]\nDone!",
"metrics": {
"predict_time": 175.176738,
"total_time": 235.159923
},
"output": "https://replicate.delivery/pbxt/ciXSoBxyX2oCDVBXwqeMAkXvf2eQwg64MNic3KfjQUYZQa9IB/out.mp4",
"started_at": "2024-01-23T12:51:36.251247Z",
"status": "succeeded",
"urls": {
"get": "https://api.replicate.com/v1/predictions/g77x35lban5n66a6b3gd6mnekq",
"cancel": "https://api.replicate.com/v1/predictions/g77x35lban5n66a6b3gd6mnekq/cancel"
},
"version": "d456a26c0c1764ac4d9b933a564fe70e660c46423ba0afb5d3200f1a46060728"
}
Using seed: 51873
0%| | 0/50 [00:00<?, ?it/s]
2%|▏ | 1/50 [00:00<00:24, 1.99it/s]
4%|▍ | 2/50 [00:01<00:23, 2.00it/s]
6%|▌ | 3/50 [00:01<00:23, 2.01it/s]
8%|▊ | 4/50 [00:01<00:22, 2.01it/s]
10%|█ | 5/50 [00:02<00:22, 2.01it/s]
12%|█▏ | 6/50 [00:02<00:21, 2.01it/s]
14%|█▍ | 7/50 [00:03<00:21, 2.01it/s]
16%|█▌ | 8/50 [00:03<00:20, 2.01it/s]
18%|█▊ | 9/50 [00:04<00:20, 2.01it/s]
20%|██ | 10/50 [00:04<00:19, 2.01it/s]
22%|██▏ | 11/50 [00:05<00:19, 2.00it/s]
24%|██▍ | 12/50 [00:05<00:18, 2.01it/s]
26%|██▌ | 13/50 [00:06<00:18, 2.01it/s]
28%|██▊ | 14/50 [00:06<00:17, 2.01it/s]
30%|███ | 15/50 [00:07<00:17, 2.01it/s]
32%|███▏ | 16/50 [00:07<00:16, 2.00it/s]
34%|███▍ | 17/50 [00:08<00:16, 2.01it/s]
36%|███▌ | 18/50 [00:08<00:15, 2.01it/s]
38%|███▊ | 19/50 [00:09<00:15, 2.01it/s]
40%|████ | 20/50 [00:09<00:14, 2.01it/s]
42%|████▏ | 21/50 [00:10<00:14, 2.01it/s]
44%|████▍ | 22/50 [00:10<00:13, 2.01it/s]
46%|████▌ | 23/50 [00:11<00:13, 2.01it/s]
48%|████▊ | 24/50 [00:11<00:12, 2.01it/s]
50%|█████ | 25/50 [00:12<00:12, 2.00it/s]
52%|█████▏ | 26/50 [00:12<00:11, 2.00it/s]
54%|█████▍ | 27/50 [00:13<00:11, 2.00it/s]
56%|█████▌ | 28/50 [00:13<00:10, 2.01it/s]
58%|█████▊ | 29/50 [00:14<00:10, 2.01it/s]
60%|██████ | 30/50 [00:14<00:09, 2.00it/s]
62%|██████▏ | 31/50 [00:15<00:09, 2.00it/s]
64%|██████▍ | 32/50 [00:15<00:08, 2.00it/s]
66%|██████▌ | 33/50 [00:16<00:08, 2.00it/s]
68%|██████▊ | 34/50 [00:16<00:07, 2.00it/s]
70%|███████ | 35/50 [00:17<00:07, 2.00it/s]
72%|███████▏ | 36/50 [00:17<00:06, 2.00it/s]
74%|███████▍ | 37/50 [00:18<00:06, 2.00it/s]
76%|███████▌ | 38/50 [00:18<00:05, 2.01it/s]
78%|███████▊ | 39/50 [00:19<00:05, 2.01it/s]
80%|████████ | 40/50 [00:19<00:04, 2.00it/s]
82%|████████▏ | 41/50 [00:20<00:04, 2.00it/s]
84%|████████▍ | 42/50 [00:20<00:03, 2.00it/s]
86%|████████▌ | 43/50 [00:21<00:03, 2.00it/s]
88%|████████▊ | 44/50 [00:21<00:02, 2.00it/s]
90%|█████████ | 45/50 [00:22<00:02, 2.00it/s]
92%|█████████▏| 46/50 [00:22<00:01, 2.00it/s]
94%|█████████▍| 47/50 [00:23<00:01, 2.00it/s]
96%|█████████▌| 48/50 [00:23<00:00, 2.00it/s]
98%|█████████▊| 49/50 [00:24<00:00, 2.00it/s]
100%|██████████| 50/50 [00:24<00:00, 2.00it/s]
100%|██████████| 50/50 [00:24<00:00, 2.00it/s]
0%| | 0/50 [00:00<?, ?it/s]
2%|▏ | 1/50 [00:00<00:05, 9.45it/s]
4%|▍ | 2/50 [00:00<00:16, 2.98it/s]
6%|▌ | 3/50 [00:01<00:19, 2.44it/s]
8%|▊ | 4/50 [00:01<00:20, 2.25it/s]
10%|█ | 5/50 [00:02<00:20, 2.15it/s]
12%|█▏ | 6/50 [00:02<00:20, 2.10it/s]
14%|█▍ | 7/50 [00:03<00:20, 2.07it/s]
16%|█▌ | 8/50 [00:03<00:20, 2.05it/s]
18%|█▊ | 9/50 [00:04<00:20, 2.04it/s]
20%|██ | 10/50 [00:04<00:19, 2.03it/s]
22%|██▏ | 11/50 [00:05<00:19, 2.02it/s]
24%|██▍ | 12/50 [00:05<00:18, 2.02it/s]
26%|██▌ | 13/50 [00:06<00:18, 2.01it/s]
28%|██▊ | 14/50 [00:06<00:17, 2.01it/s]
30%|███ | 15/50 [00:07<00:17, 2.01it/s]
32%|███▏ | 16/50 [00:07<00:16, 2.01it/s]
34%|███▍ | 17/50 [00:08<00:16, 2.01it/s]
36%|███▌ | 18/50 [00:08<00:15, 2.01it/s]
38%|███▊ | 19/50 [00:09<00:15, 2.01it/s]
40%|████ | 20/50 [00:09<00:14, 2.01it/s]
42%|████▏ | 21/50 [00:10<00:14, 2.01it/s]
44%|████▍ | 22/50 [00:10<00:13, 2.01it/s]
46%|████▌ | 23/50 [00:11<00:13, 2.00it/s]
48%|████▊ | 24/50 [00:11<00:12, 2.00it/s]
50%|█████ | 25/50 [00:12<00:12, 2.00it/s]
52%|█████▏ | 26/50 [00:12<00:11, 2.00it/s]
54%|█████▍ | 27/50 [00:13<00:11, 2.00it/s]
56%|█████▌ | 28/50 [00:13<00:10, 2.01it/s]
58%|█████▊ | 29/50 [00:14<00:10, 2.01it/s]
60%|██████ | 30/50 [00:14<00:09, 2.01it/s]
62%|██████▏ | 31/50 [00:15<00:09, 2.01it/s]
64%|██████▍ | 32/50 [00:15<00:08, 2.01it/s]
66%|██████▌ | 33/50 [00:16<00:08, 2.01it/s]
68%|██████▊ | 34/50 [00:16<00:07, 2.01it/s]
70%|███████ | 35/50 [00:17<00:07, 2.01it/s]
72%|███████▏ | 36/50 [00:17<00:06, 2.01it/s]
74%|███████▍ | 37/50 [00:18<00:06, 2.01it/s]
76%|███████▌ | 38/50 [00:18<00:05, 2.01it/s]
78%|███████▊ | 39/50 [00:19<00:05, 2.01it/s]
80%|████████ | 40/50 [00:19<00:04, 2.01it/s]
82%|████████▏ | 41/50 [00:20<00:04, 2.01it/s]
84%|████████▍ | 42/50 [00:20<00:03, 2.01it/s]
86%|████████▌ | 43/50 [00:21<00:03, 2.01it/s]
88%|████████▊ | 44/50 [00:21<00:02, 2.01it/s]
90%|█████████ | 45/50 [00:22<00:02, 2.01it/s]
92%|█████████▏| 46/50 [00:22<00:01, 2.01it/s]
94%|█████████▍| 47/50 [00:23<00:01, 2.01it/s]
96%|█████████▌| 48/50 [00:23<00:00, 2.01it/s]
98%|█████████▊| 49/50 [00:24<00:00, 2.00it/s]
100%|██████████| 50/50 [00:24<00:00, 2.00it/s]
100%|██████████| 50/50 [00:24<00:00, 2.04it/s]
Inversion completed!
Number of frames for editing: 32
Sampling: 0%| | 0/50 [00:00<?, ?it/s]
Sampling: 2%|▏ | 1/50 [00:02<01:48, 2.22s/it]
Sampling: 4%|▍ | 2/50 [00:04<01:46, 2.21s/it]
Sampling: 6%|▌ | 3/50 [00:06<01:44, 2.21s/it]
Sampling: 8%|▊ | 4/50 [00:08<01:41, 2.21s/it]
Sampling: 10%|█ | 5/50 [00:11<01:39, 2.21s/it]
Sampling: 12%|█▏ | 6/50 [00:13<01:37, 2.21s/it]
Sampling: 14%|█▍ | 7/50 [00:15<01:35, 2.21s/it]
Sampling: 16%|█▌ | 8/50 [00:17<01:32, 2.21s/it]
Sampling: 18%|█▊ | 9/50 [00:19<01:30, 2.21s/it]
Sampling: 20%|██ | 10/50 [00:22<01:28, 2.21s/it]
Sampling: 22%|██▏ | 11/50 [00:24<01:26, 2.21s/it]
Sampling: 24%|██▍ | 12/50 [00:26<01:24, 2.22s/it]
Sampling: 26%|██▌ | 13/50 [00:28<01:21, 2.22s/it]
Sampling: 28%|██▊ | 14/50 [00:31<01:19, 2.22s/it]
Sampling: 30%|███ | 15/50 [00:33<01:17, 2.22s/it]
Sampling: 32%|███▏ | 16/50 [00:35<01:15, 2.22s/it]
Sampling: 34%|███▍ | 17/50 [00:37<01:13, 2.22s/it]
Sampling: 36%|███▌ | 18/50 [00:39<01:10, 2.21s/it]
Sampling: 38%|███▊ | 19/50 [00:42<01:08, 2.22s/it]
Sampling: 40%|████ | 20/50 [00:44<01:06, 2.22s/it]
Sampling: 42%|████▏ | 21/50 [00:46<01:04, 2.22s/it]
Sampling: 44%|████▍ | 22/50 [00:48<01:02, 2.22s/it]
Sampling: 46%|████▌ | 23/50 [00:50<00:59, 2.22s/it]
Sampling: 48%|████▊ | 24/50 [00:53<00:57, 2.21s/it]
Sampling: 50%|█████ | 25/50 [00:55<00:55, 2.21s/it]
Sampling: 52%|█████▏ | 26/50 [00:57<00:53, 2.22s/it]
Sampling: 54%|█████▍ | 27/50 [00:59<00:50, 2.21s/it]
Sampling: 56%|█████▌ | 28/50 [01:02<00:48, 2.21s/it]
Sampling: 58%|█████▊ | 29/50 [01:04<00:46, 2.21s/it]
Sampling: 60%|██████ | 30/50 [01:06<00:44, 2.21s/it]
Sampling: 62%|██████▏ | 31/50 [01:08<00:42, 2.21s/it]
Sampling: 64%|██████▍ | 32/50 [01:10<00:39, 2.22s/it]
Sampling: 66%|██████▌ | 33/50 [01:13<00:37, 2.22s/it]
Sampling: 68%|██████▊ | 34/50 [01:15<00:35, 2.22s/it]
Sampling: 70%|███████ | 35/50 [01:17<00:33, 2.22s/it]
Sampling: 72%|███████▏ | 36/50 [01:19<00:31, 2.22s/it]
Sampling: 74%|███████▍ | 37/50 [01:21<00:28, 2.22s/it]
Sampling: 76%|███████▌ | 38/50 [01:24<00:26, 2.22s/it]
Sampling: 78%|███████▊ | 39/50 [01:26<00:24, 2.22s/it]
Sampling: 80%|████████ | 40/50 [01:28<00:22, 2.22s/it]
Sampling: 82%|████████▏ | 41/50 [01:30<00:19, 2.22s/it]
Sampling: 84%|████████▍ | 42/50 [01:33<00:17, 2.22s/it]
Sampling: 86%|████████▌ | 43/50 [01:35<00:15, 2.22s/it]
Sampling: 88%|████████▊ | 44/50 [01:37<00:13, 2.22s/it]
Sampling: 90%|█████████ | 45/50 [01:39<00:11, 2.22s/it]
Sampling: 92%|█████████▏| 46/50 [01:41<00:08, 2.22s/it]
Sampling: 94%|█████████▍| 47/50 [01:44<00:06, 2.22s/it]
Sampling: 96%|█████████▌| 48/50 [01:46<00:04, 2.22s/it]
Sampling: 98%|█████████▊| 49/50 [01:48<00:02, 2.22s/it]
Sampling: 100%|██████████| 50/50 [01:50<00:00, 2.22s/it]
Sampling: 100%|██████████| 50/50 [01:50<00:00, 2.22s/it]
Done!