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/KHC9ogpXAwlDf1vM7u8melD8QuU3tTsUsoLFMUwEccx3ZMRT/woman-running.mp4",
width: 512,
height: 512,
n_frames: 40,
guidance_scale: 7.5,
diffusion_prompt: "a marble sculpture of a woman running, Venus de Milo",
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/KHC9ogpXAwlDf1vM7u8melD8QuU3tTsUsoLFMUwEccx3ZMRT/woman-running.mp4",
"width": 512,
"height": 512,
"n_frames": 40,
"guidance_scale": 7.5,
"diffusion_prompt": "a marble sculpture of a woman running, Venus de Milo",
"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/KHC9ogpXAwlDf1vM7u8melD8QuU3tTsUsoLFMUwEccx3ZMRT/woman-running.mp4",
"width": 512,
"height": 512,
"n_frames": 40,
"guidance_scale": 7.5,
"diffusion_prompt": "a marble sculpture of a woman running, Venus de Milo",
"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.
brew install cog
If you don’t have Homebrew, there are other installation options available.
Run this to download the model and run it in your local environment:
cog predict r8.im/chenxwh/tokenflow@sha256:d456a26c0c1764ac4d9b933a564fe70e660c46423ba0afb5d3200f1a46060728 \
-i 'fps=20' \
-i 'video="https://replicate.delivery/pbxt/KHC9ogpXAwlDf1vM7u8melD8QuU3tTsUsoLFMUwEccx3ZMRT/woman-running.mp4"' \
-i 'width=512' \
-i 'height=512' \
-i 'n_frames=40' \
-i 'guidance_scale=7.5' \
-i 'diffusion_prompt="a marble sculpture of a woman running, Venus de Milo"' \
-i 'inversion_prompt=""' \
-i 'num_diffusion_steps=50' \
-i 'num_inversion_steps=50' \
-i 'negative_diffusion_prompt="ugly, blurry, low res, unrealistic, unaesthetic"'
To learn more, take a look at the Cog documentation.
Run this to download the model and run it in your local environment:
docker run -d -p 5000:5000 --gpus=all r8.im/chenxwh/tokenflow@sha256:d456a26c0c1764ac4d9b933a564fe70e660c46423ba0afb5d3200f1a46060728
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "fps": 20, "video": "https://replicate.delivery/pbxt/KHC9ogpXAwlDf1vM7u8melD8QuU3tTsUsoLFMUwEccx3ZMRT/woman-running.mp4", "width": 512, "height": 512, "n_frames": 40, "guidance_scale": 7.5, "diffusion_prompt": "a marble sculpture of a woman running, Venus de Milo", "inversion_prompt": "", "num_diffusion_steps": 50, "num_inversion_steps": 50, "negative_diffusion_prompt": "ugly, blurry, low res, unrealistic, unaesthetic" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Add a payment method to run this model.
Each run costs approximately $0.27. Alternatively, try out our featured models for free.
By signing in, you agree to our
terms of service and privacy policy
Output
{
"completed_at": "2024-01-23T12:56:55.939586Z",
"created_at": "2024-01-23T12:53:14.115204Z",
"data_removed": false,
"error": null,
"id": "msm4lilblwh3f7s5haf3gf7d24",
"input": {
"fps": 20,
"video": "https://replicate.delivery/pbxt/KHC9ogpXAwlDf1vM7u8melD8QuU3tTsUsoLFMUwEccx3ZMRT/woman-running.mp4",
"width": 512,
"height": 512,
"n_frames": 40,
"guidance_scale": 7.5,
"diffusion_prompt": "a marble sculpture of a woman running, Venus de Milo",
"inversion_prompt": "",
"num_diffusion_steps": 50,
"num_inversion_steps": 50,
"negative_diffusion_prompt": "ugly, blurry, low res, unrealistic, unaesthetic"
},
"logs": "Using seed: 4067\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:25, 1.95it/s]\n 4%|▍ | 2/50 [00:01<00:24, 1.96it/s]\n 6%|▌ | 3/50 [00:01<00:23, 1.96it/s]\n 8%|▊ | 4/50 [00:02<00:23, 1.96it/s]\n 10%|█ | 5/50 [00:02<00:22, 1.96it/s]\n 12%|█▏ | 6/50 [00:03<00:22, 1.96it/s]\n 14%|█▍ | 7/50 [00:03<00:21, 1.96it/s]\n 16%|█▌ | 8/50 [00:04<00:21, 1.96it/s]\n 18%|█▊ | 9/50 [00:04<00:20, 1.96it/s]\n 20%|██ | 10/50 [00:05<00:20, 1.96it/s]\n 22%|██▏ | 11/50 [00:05<00:19, 1.96it/s]\n 24%|██▍ | 12/50 [00:06<00:19, 1.96it/s]\n 26%|██▌ | 13/50 [00:06<00:18, 1.96it/s]\n 28%|██▊ | 14/50 [00:07<00:18, 1.96it/s]\n 30%|███ | 15/50 [00:07<00:17, 1.96it/s]\n 32%|███▏ | 16/50 [00:08<00:17, 1.96it/s]\n 34%|███▍ | 17/50 [00:08<00:16, 1.96it/s]\n 36%|███▌ | 18/50 [00:09<00:16, 1.96it/s]\n 38%|███▊ | 19/50 [00:09<00:15, 1.96it/s]\n 40%|████ | 20/50 [00:10<00:15, 1.96it/s]\n 42%|████▏ | 21/50 [00:10<00:14, 1.96it/s]\n 44%|████▍ | 22/50 [00:11<00:14, 1.96it/s]\n 46%|████▌ | 23/50 [00:11<00:13, 1.96it/s]\n 48%|████▊ | 24/50 [00:12<00:13, 1.96it/s]\n 50%|█████ | 25/50 [00:12<00:12, 1.95it/s]\n 52%|█████▏ | 26/50 [00:13<00:12, 1.96it/s]\n 54%|█████▍ | 27/50 [00:13<00:11, 1.96it/s]\n 56%|█████▌ | 28/50 [00:14<00:11, 1.96it/s]\n 58%|█████▊ | 29/50 [00:14<00:10, 1.96it/s]\n 60%|██████ | 30/50 [00:15<00:10, 1.96it/s]\n 62%|██████▏ | 31/50 [00:15<00:09, 1.97it/s]\n 64%|██████▍ | 32/50 [00:16<00:09, 1.96it/s]\n 66%|██████▌ | 33/50 [00:16<00:08, 1.96it/s]\n 68%|██████▊ | 34/50 [00:17<00:08, 1.96it/s]\n 70%|███████ | 35/50 [00:17<00:07, 1.97it/s]\n 72%|███████▏ | 36/50 [00:18<00:07, 1.97it/s]\n 74%|███████▍ | 37/50 [00:18<00:06, 1.96it/s]\n 76%|███████▌ | 38/50 [00:19<00:06, 1.96it/s]\n 78%|███████▊ | 39/50 [00:19<00:05, 1.96it/s]\n 80%|████████ | 40/50 [00:20<00:05, 1.96it/s]\n 82%|████████▏ | 41/50 [00:20<00:04, 1.96it/s]\n 84%|████████▍ | 42/50 [00:21<00:04, 1.96it/s]\n 86%|████████▌ | 43/50 [00:21<00:03, 1.96it/s]\n 88%|████████▊ | 44/50 [00:22<00:03, 1.96it/s]\n 90%|█████████ | 45/50 [00:22<00:02, 1.96it/s]\n 92%|█████████▏| 46/50 [00:23<00:02, 1.96it/s]\n 94%|█████████▍| 47/50 [00:23<00:01, 1.96it/s]\n 96%|█████████▌| 48/50 [00:24<00:01, 1.96it/s]\n 98%|█████████▊| 49/50 [00:24<00:00, 1.96it/s]\n100%|██████████| 50/50 [00:25<00:00, 1.96it/s]\n100%|██████████| 50/50 [00:25<00:00, 1.96it/s]\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:05, 9.14it/s]\n 4%|▍ | 2/50 [00:00<00:16, 2.91it/s]\n 6%|▌ | 3/50 [00:01<00:19, 2.39it/s]\n 8%|▊ | 4/50 [00:01<00:20, 2.20it/s]\n 10%|█ | 5/50 [00:02<00:21, 2.11it/s]\n 12%|█▏ | 6/50 [00:02<00:21, 2.06it/s]\n 14%|█▍ | 7/50 [00:03<00:21, 2.03it/s]\n 16%|█▌ | 8/50 [00:03<00:20, 2.01it/s]\n 18%|█▊ | 9/50 [00:04<00:20, 2.00it/s]\n 20%|██ | 10/50 [00:04<00:20, 1.99it/s]\n 22%|██▏ | 11/50 [00:05<00:19, 1.98it/s]\n 24%|██▍ | 12/50 [00:05<00:19, 1.98it/s]\n 26%|██▌ | 13/50 [00:06<00:18, 1.97it/s]\n 28%|██▊ | 14/50 [00:06<00:18, 1.97it/s]\n 30%|███ | 15/50 [00:07<00:17, 1.97it/s]\n 32%|███▏ | 16/50 [00:07<00:17, 1.97it/s]\n 34%|███▍ | 17/50 [00:08<00:16, 1.97it/s]\n 36%|███▌ | 18/50 [00:08<00:16, 1.97it/s]\n 38%|███▊ | 19/50 [00:09<00:15, 1.97it/s]\n 40%|████ | 20/50 [00:09<00:15, 1.97it/s]\n 42%|████▏ | 21/50 [00:10<00:14, 1.96it/s]\n 44%|████▍ | 22/50 [00:10<00:14, 1.96it/s]\n 46%|████▌ | 23/50 [00:11<00:13, 1.96it/s]\n 48%|████▊ | 24/50 [00:11<00:13, 1.96it/s]\n 50%|█████ | 25/50 [00:12<00:12, 1.96it/s]\n 52%|█████▏ | 26/50 [00:12<00:12, 1.96it/s]\n 54%|█████▍ | 27/50 [00:13<00:11, 1.96it/s]\n 56%|█████▌ | 28/50 [00:13<00:11, 1.96it/s]\n 58%|█████▊ | 29/50 [00:14<00:10, 1.96it/s]\n 60%|██████ | 30/50 [00:14<00:10, 1.96it/s]\n 62%|██████▏ | 31/50 [00:15<00:09, 1.96it/s]\n 64%|██████▍ | 32/50 [00:15<00:09, 1.96it/s]\n 66%|██████▌ | 33/50 [00:16<00:08, 1.96it/s]\n 68%|██████▊ | 34/50 [00:16<00:08, 1.96it/s]\n 70%|███████ | 35/50 [00:17<00:07, 1.96it/s]\n 72%|███████▏ | 36/50 [00:17<00:07, 1.96it/s]\n 74%|███████▍ | 37/50 [00:18<00:06, 1.96it/s]\n 76%|███████▌ | 38/50 [00:18<00:06, 1.96it/s]\n 78%|███████▊ | 39/50 [00:19<00:05, 1.96it/s]\n 80%|████████ | 40/50 [00:19<00:05, 1.96it/s]\n 82%|████████▏ | 41/50 [00:20<00:04, 1.96it/s]\n 84%|████████▍ | 42/50 [00:20<00:04, 1.96it/s]\n 86%|████████▌ | 43/50 [00:21<00:03, 1.96it/s]\n 88%|████████▊ | 44/50 [00:22<00:03, 1.96it/s]\n 90%|█████████ | 45/50 [00:22<00:02, 1.96it/s]\n 92%|█████████▏| 46/50 [00:23<00:02, 1.96it/s]\n 94%|█████████▍| 47/50 [00:23<00:01, 1.96it/s]\n 96%|█████████▌| 48/50 [00:24<00:01, 1.96it/s]\n 98%|█████████▊| 49/50 [00:24<00:00, 1.96it/s]\n100%|██████████| 50/50 [00:25<00:00, 1.96it/s]\n100%|██████████| 50/50 [00:25<00:00, 1.99it/s]\nInversion completed!\nNumber of frames for editing: 40\nSampling: 0%| | 0/50 [00:00<?, ?it/s]\nSampling: 2%|▏ | 1/50 [00:02<02:26, 2.99s/it]\nSampling: 4%|▍ | 2/50 [00:05<02:23, 2.99s/it]\nSampling: 6%|▌ | 3/50 [00:08<02:20, 2.99s/it]\nSampling: 8%|▊ | 4/50 [00:11<02:17, 2.99s/it]\nSampling: 10%|█ | 5/50 [00:14<02:14, 2.98s/it]\nSampling: 12%|█▏ | 6/50 [00:17<02:11, 2.98s/it]\nSampling: 14%|█▍ | 7/50 [00:20<02:08, 2.98s/it]\nSampling: 16%|█▌ | 8/50 [00:23<02:05, 2.98s/it]\nSampling: 18%|█▊ | 9/50 [00:26<02:02, 2.98s/it]\nSampling: 20%|██ | 10/50 [00:29<01:59, 2.98s/it]\nSampling: 22%|██▏ | 11/50 [00:32<01:56, 2.98s/it]\nSampling: 24%|██▍ | 12/50 [00:35<01:53, 2.98s/it]\nSampling: 26%|██▌ | 13/50 [00:38<01:50, 2.98s/it]\nSampling: 28%|██▊ | 14/50 [00:41<01:47, 2.98s/it]\nSampling: 30%|███ | 15/50 [00:44<01:44, 2.98s/it]\nSampling: 32%|███▏ | 16/50 [00:47<01:41, 2.98s/it]\nSampling: 34%|███▍ | 17/50 [00:50<01:38, 2.98s/it]\nSampling: 36%|███▌ | 18/50 [00:53<01:35, 2.98s/it]\nSampling: 38%|███▊ | 19/50 [00:56<01:32, 2.98s/it]\nSampling: 40%|████ | 20/50 [00:59<01:29, 2.98s/it]\nSampling: 42%|████▏ | 21/50 [01:02<01:26, 2.98s/it]\nSampling: 44%|████▍ | 22/50 [01:05<01:23, 2.98s/it]\nSampling: 46%|████▌ | 23/50 [01:08<01:20, 2.98s/it]\nSampling: 48%|████▊ | 24/50 [01:11<01:17, 2.98s/it]\nSampling: 50%|█████ | 25/50 [01:14<01:14, 2.98s/it]\nSampling: 52%|█████▏ | 26/50 [01:17<01:11, 2.98s/it]\nSampling: 54%|█████▍ | 27/50 [01:20<01:08, 2.98s/it]\nSampling: 56%|█████▌ | 28/50 [01:23<01:05, 2.98s/it]\nSampling: 58%|█████▊ | 29/50 [01:26<01:02, 2.98s/it]\nSampling: 60%|██████ | 30/50 [01:29<00:59, 2.98s/it]\nSampling: 62%|██████▏ | 31/50 [01:32<00:56, 2.97s/it]\nSampling: 64%|██████▍ | 32/50 [01:35<00:53, 2.97s/it]\nSampling: 66%|██████▌ | 33/50 [01:38<00:50, 2.98s/it]\nSampling: 68%|██████▊ | 34/50 [01:41<00:47, 2.97s/it]\nSampling: 70%|███████ | 35/50 [01:44<00:44, 2.98s/it]\nSampling: 72%|███████▏ | 36/50 [01:47<00:41, 2.98s/it]\nSampling: 74%|███████▍ | 37/50 [01:50<00:38, 2.98s/it]\nSampling: 76%|███████▌ | 38/50 [01:53<00:35, 2.98s/it]\nSampling: 78%|███████▊ | 39/50 [01:56<00:32, 2.98s/it]\nSampling: 80%|████████ | 40/50 [01:59<00:29, 2.98s/it]\nSampling: 82%|████████▏ | 41/50 [02:02<00:26, 2.98s/it]\nSampling: 84%|████████▍ | 42/50 [02:05<00:23, 2.98s/it]\nSampling: 86%|████████▌ | 43/50 [02:08<00:20, 2.98s/it]\nSampling: 88%|████████▊ | 44/50 [02:11<00:17, 2.98s/it]\nSampling: 90%|█████████ | 45/50 [02:13<00:14, 2.98s/it]\nSampling: 92%|█████████▏| 46/50 [02:16<00:11, 2.98s/it]\nSampling: 94%|█████████▍| 47/50 [02:19<00:08, 2.98s/it]\nSampling: 96%|█████████▌| 48/50 [02:22<00:05, 2.98s/it]\nSampling: 98%|█████████▊| 49/50 [02:25<00:02, 2.98s/it]\nSampling: 100%|██████████| 50/50 [02:28<00:00, 2.98s/it]\nSampling: 100%|██████████| 50/50 [02:28<00:00, 2.98s/it]\nDone!",
"metrics": {
"predict_time": 221.492871,
"total_time": 221.824382
},
"output": "https://replicate.delivery/pbxt/FEjd8kM09b6uPFcJvWK2zDPUulBtWTkeND8tzjYiJTkLTrHJA/out.mp4",
"started_at": "2024-01-23T12:53:14.446715Z",
"status": "succeeded",
"urls": {
"get": "https://api.replicate.com/v1/predictions/msm4lilblwh3f7s5haf3gf7d24",
"cancel": "https://api.replicate.com/v1/predictions/msm4lilblwh3f7s5haf3gf7d24/cancel"
},
"version": "d456a26c0c1764ac4d9b933a564fe70e660c46423ba0afb5d3200f1a46060728"
}
Using seed: 4067
0%| | 0/50 [00:00<?, ?it/s]
2%|▏ | 1/50 [00:00<00:25, 1.95it/s]
4%|▍ | 2/50 [00:01<00:24, 1.96it/s]
6%|▌ | 3/50 [00:01<00:23, 1.96it/s]
8%|▊ | 4/50 [00:02<00:23, 1.96it/s]
10%|█ | 5/50 [00:02<00:22, 1.96it/s]
12%|█▏ | 6/50 [00:03<00:22, 1.96it/s]
14%|█▍ | 7/50 [00:03<00:21, 1.96it/s]
16%|█▌ | 8/50 [00:04<00:21, 1.96it/s]
18%|█▊ | 9/50 [00:04<00:20, 1.96it/s]
20%|██ | 10/50 [00:05<00:20, 1.96it/s]
22%|██▏ | 11/50 [00:05<00:19, 1.96it/s]
24%|██▍ | 12/50 [00:06<00:19, 1.96it/s]
26%|██▌ | 13/50 [00:06<00:18, 1.96it/s]
28%|██▊ | 14/50 [00:07<00:18, 1.96it/s]
30%|███ | 15/50 [00:07<00:17, 1.96it/s]
32%|███▏ | 16/50 [00:08<00:17, 1.96it/s]
34%|███▍ | 17/50 [00:08<00:16, 1.96it/s]
36%|███▌ | 18/50 [00:09<00:16, 1.96it/s]
38%|███▊ | 19/50 [00:09<00:15, 1.96it/s]
40%|████ | 20/50 [00:10<00:15, 1.96it/s]
42%|████▏ | 21/50 [00:10<00:14, 1.96it/s]
44%|████▍ | 22/50 [00:11<00:14, 1.96it/s]
46%|████▌ | 23/50 [00:11<00:13, 1.96it/s]
48%|████▊ | 24/50 [00:12<00:13, 1.96it/s]
50%|█████ | 25/50 [00:12<00:12, 1.95it/s]
52%|█████▏ | 26/50 [00:13<00:12, 1.96it/s]
54%|█████▍ | 27/50 [00:13<00:11, 1.96it/s]
56%|█████▌ | 28/50 [00:14<00:11, 1.96it/s]
58%|█████▊ | 29/50 [00:14<00:10, 1.96it/s]
60%|██████ | 30/50 [00:15<00:10, 1.96it/s]
62%|██████▏ | 31/50 [00:15<00:09, 1.97it/s]
64%|██████▍ | 32/50 [00:16<00:09, 1.96it/s]
66%|██████▌ | 33/50 [00:16<00:08, 1.96it/s]
68%|██████▊ | 34/50 [00:17<00:08, 1.96it/s]
70%|███████ | 35/50 [00:17<00:07, 1.97it/s]
72%|███████▏ | 36/50 [00:18<00:07, 1.97it/s]
74%|███████▍ | 37/50 [00:18<00:06, 1.96it/s]
76%|███████▌ | 38/50 [00:19<00:06, 1.96it/s]
78%|███████▊ | 39/50 [00:19<00:05, 1.96it/s]
80%|████████ | 40/50 [00:20<00:05, 1.96it/s]
82%|████████▏ | 41/50 [00:20<00:04, 1.96it/s]
84%|████████▍ | 42/50 [00:21<00:04, 1.96it/s]
86%|████████▌ | 43/50 [00:21<00:03, 1.96it/s]
88%|████████▊ | 44/50 [00:22<00:03, 1.96it/s]
90%|█████████ | 45/50 [00:22<00:02, 1.96it/s]
92%|█████████▏| 46/50 [00:23<00:02, 1.96it/s]
94%|█████████▍| 47/50 [00:23<00:01, 1.96it/s]
96%|█████████▌| 48/50 [00:24<00:01, 1.96it/s]
98%|█████████▊| 49/50 [00:24<00:00, 1.96it/s]
100%|██████████| 50/50 [00:25<00:00, 1.96it/s]
100%|██████████| 50/50 [00:25<00:00, 1.96it/s]
0%| | 0/50 [00:00<?, ?it/s]
2%|▏ | 1/50 [00:00<00:05, 9.14it/s]
4%|▍ | 2/50 [00:00<00:16, 2.91it/s]
6%|▌ | 3/50 [00:01<00:19, 2.39it/s]
8%|▊ | 4/50 [00:01<00:20, 2.20it/s]
10%|█ | 5/50 [00:02<00:21, 2.11it/s]
12%|█▏ | 6/50 [00:02<00:21, 2.06it/s]
14%|█▍ | 7/50 [00:03<00:21, 2.03it/s]
16%|█▌ | 8/50 [00:03<00:20, 2.01it/s]
18%|█▊ | 9/50 [00:04<00:20, 2.00it/s]
20%|██ | 10/50 [00:04<00:20, 1.99it/s]
22%|██▏ | 11/50 [00:05<00:19, 1.98it/s]
24%|██▍ | 12/50 [00:05<00:19, 1.98it/s]
26%|██▌ | 13/50 [00:06<00:18, 1.97it/s]
28%|██▊ | 14/50 [00:06<00:18, 1.97it/s]
30%|███ | 15/50 [00:07<00:17, 1.97it/s]
32%|███▏ | 16/50 [00:07<00:17, 1.97it/s]
34%|███▍ | 17/50 [00:08<00:16, 1.97it/s]
36%|███▌ | 18/50 [00:08<00:16, 1.97it/s]
38%|███▊ | 19/50 [00:09<00:15, 1.97it/s]
40%|████ | 20/50 [00:09<00:15, 1.97it/s]
42%|████▏ | 21/50 [00:10<00:14, 1.96it/s]
44%|████▍ | 22/50 [00:10<00:14, 1.96it/s]
46%|████▌ | 23/50 [00:11<00:13, 1.96it/s]
48%|████▊ | 24/50 [00:11<00:13, 1.96it/s]
50%|█████ | 25/50 [00:12<00:12, 1.96it/s]
52%|█████▏ | 26/50 [00:12<00:12, 1.96it/s]
54%|█████▍ | 27/50 [00:13<00:11, 1.96it/s]
56%|█████▌ | 28/50 [00:13<00:11, 1.96it/s]
58%|█████▊ | 29/50 [00:14<00:10, 1.96it/s]
60%|██████ | 30/50 [00:14<00:10, 1.96it/s]
62%|██████▏ | 31/50 [00:15<00:09, 1.96it/s]
64%|██████▍ | 32/50 [00:15<00:09, 1.96it/s]
66%|██████▌ | 33/50 [00:16<00:08, 1.96it/s]
68%|██████▊ | 34/50 [00:16<00:08, 1.96it/s]
70%|███████ | 35/50 [00:17<00:07, 1.96it/s]
72%|███████▏ | 36/50 [00:17<00:07, 1.96it/s]
74%|███████▍ | 37/50 [00:18<00:06, 1.96it/s]
76%|███████▌ | 38/50 [00:18<00:06, 1.96it/s]
78%|███████▊ | 39/50 [00:19<00:05, 1.96it/s]
80%|████████ | 40/50 [00:19<00:05, 1.96it/s]
82%|████████▏ | 41/50 [00:20<00:04, 1.96it/s]
84%|████████▍ | 42/50 [00:20<00:04, 1.96it/s]
86%|████████▌ | 43/50 [00:21<00:03, 1.96it/s]
88%|████████▊ | 44/50 [00:22<00:03, 1.96it/s]
90%|█████████ | 45/50 [00:22<00:02, 1.96it/s]
92%|█████████▏| 46/50 [00:23<00:02, 1.96it/s]
94%|█████████▍| 47/50 [00:23<00:01, 1.96it/s]
96%|█████████▌| 48/50 [00:24<00:01, 1.96it/s]
98%|█████████▊| 49/50 [00:24<00:00, 1.96it/s]
100%|██████████| 50/50 [00:25<00:00, 1.96it/s]
100%|██████████| 50/50 [00:25<00:00, 1.99it/s]
Inversion completed!
Number of frames for editing: 40
Sampling: 0%| | 0/50 [00:00<?, ?it/s]
Sampling: 2%|▏ | 1/50 [00:02<02:26, 2.99s/it]
Sampling: 4%|▍ | 2/50 [00:05<02:23, 2.99s/it]
Sampling: 6%|▌ | 3/50 [00:08<02:20, 2.99s/it]
Sampling: 8%|▊ | 4/50 [00:11<02:17, 2.99s/it]
Sampling: 10%|█ | 5/50 [00:14<02:14, 2.98s/it]
Sampling: 12%|█▏ | 6/50 [00:17<02:11, 2.98s/it]
Sampling: 14%|█▍ | 7/50 [00:20<02:08, 2.98s/it]
Sampling: 16%|█▌ | 8/50 [00:23<02:05, 2.98s/it]
Sampling: 18%|█▊ | 9/50 [00:26<02:02, 2.98s/it]
Sampling: 20%|██ | 10/50 [00:29<01:59, 2.98s/it]
Sampling: 22%|██▏ | 11/50 [00:32<01:56, 2.98s/it]
Sampling: 24%|██▍ | 12/50 [00:35<01:53, 2.98s/it]
Sampling: 26%|██▌ | 13/50 [00:38<01:50, 2.98s/it]
Sampling: 28%|██▊ | 14/50 [00:41<01:47, 2.98s/it]
Sampling: 30%|███ | 15/50 [00:44<01:44, 2.98s/it]
Sampling: 32%|███▏ | 16/50 [00:47<01:41, 2.98s/it]
Sampling: 34%|███▍ | 17/50 [00:50<01:38, 2.98s/it]
Sampling: 36%|███▌ | 18/50 [00:53<01:35, 2.98s/it]
Sampling: 38%|███▊ | 19/50 [00:56<01:32, 2.98s/it]
Sampling: 40%|████ | 20/50 [00:59<01:29, 2.98s/it]
Sampling: 42%|████▏ | 21/50 [01:02<01:26, 2.98s/it]
Sampling: 44%|████▍ | 22/50 [01:05<01:23, 2.98s/it]
Sampling: 46%|████▌ | 23/50 [01:08<01:20, 2.98s/it]
Sampling: 48%|████▊ | 24/50 [01:11<01:17, 2.98s/it]
Sampling: 50%|█████ | 25/50 [01:14<01:14, 2.98s/it]
Sampling: 52%|█████▏ | 26/50 [01:17<01:11, 2.98s/it]
Sampling: 54%|█████▍ | 27/50 [01:20<01:08, 2.98s/it]
Sampling: 56%|█████▌ | 28/50 [01:23<01:05, 2.98s/it]
Sampling: 58%|█████▊ | 29/50 [01:26<01:02, 2.98s/it]
Sampling: 60%|██████ | 30/50 [01:29<00:59, 2.98s/it]
Sampling: 62%|██████▏ | 31/50 [01:32<00:56, 2.97s/it]
Sampling: 64%|██████▍ | 32/50 [01:35<00:53, 2.97s/it]
Sampling: 66%|██████▌ | 33/50 [01:38<00:50, 2.98s/it]
Sampling: 68%|██████▊ | 34/50 [01:41<00:47, 2.97s/it]
Sampling: 70%|███████ | 35/50 [01:44<00:44, 2.98s/it]
Sampling: 72%|███████▏ | 36/50 [01:47<00:41, 2.98s/it]
Sampling: 74%|███████▍ | 37/50 [01:50<00:38, 2.98s/it]
Sampling: 76%|███████▌ | 38/50 [01:53<00:35, 2.98s/it]
Sampling: 78%|███████▊ | 39/50 [01:56<00:32, 2.98s/it]
Sampling: 80%|████████ | 40/50 [01:59<00:29, 2.98s/it]
Sampling: 82%|████████▏ | 41/50 [02:02<00:26, 2.98s/it]
Sampling: 84%|████████▍ | 42/50 [02:05<00:23, 2.98s/it]
Sampling: 86%|████████▌ | 43/50 [02:08<00:20, 2.98s/it]
Sampling: 88%|████████▊ | 44/50 [02:11<00:17, 2.98s/it]
Sampling: 90%|█████████ | 45/50 [02:13<00:14, 2.98s/it]
Sampling: 92%|█████████▏| 46/50 [02:16<00:11, 2.98s/it]
Sampling: 94%|█████████▍| 47/50 [02:19<00:08, 2.98s/it]
Sampling: 96%|█████████▌| 48/50 [02:22<00:05, 2.98s/it]
Sampling: 98%|█████████▊| 49/50 [02:25<00:02, 2.98s/it]
Sampling: 100%|██████████| 50/50 [02:28<00:00, 2.98s/it]
Sampling: 100%|██████████| 50/50 [02:28<00:00, 2.98s/it]
Done!