lucataco
/
vseq2vseq
Text to video diffusion model with variable length frame conditioning for infinite length video
Prediction
lucataco/vseq2vseq:13a1402fID7qt3ildbczf4ksvbz6hfoyfvuiStatusSucceededSourceWebHardwareA100 (40GB)Total durationCreatedInput
- fps
- 16
- times
- 8
- width
- 384
- height
- 192
- prompt
- A stormtrooper surfing on the ocean
- img_width
- 1152
- num_steps
- 30
- img_height
- 640
- guidance_scale
- 20
- number_of_frames
- 24
- image_guidance_scale
- 12
{ "fps": 16, "times": 8, "width": 384, "height": 192, "prompt": "A stormtrooper surfing on the ocean", "img_width": 1152, "num_steps": 30, "img_height": 640, "guidance_scale": 20, "number_of_frames": 24, "image_guidance_scale": 12 }
npm install replicate
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the clientimport Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run lucataco/vseq2vseq using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "lucataco/vseq2vseq:13a1402f55c44835009212440ea48d1680041a7964951eb804c34188d24311e8", { input: { fps: 16, times: 8, width: 384, height: 192, prompt: "A stormtrooper surfing on the ocean", img_width: 1152, num_steps: 30, img_height: 640, guidance_scale: 20, number_of_frames: 24, image_guidance_scale: 12 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
pip install replicate
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the clientimport replicate
Run lucataco/vseq2vseq using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "lucataco/vseq2vseq:13a1402f55c44835009212440ea48d1680041a7964951eb804c34188d24311e8", input={ "fps": 16, "times": 8, "width": 384, "height": 192, "prompt": "A stormtrooper surfing on the ocean", "img_width": 1152, "num_steps": 30, "img_height": 640, "guidance_scale": 20, "number_of_frames": 24, "image_guidance_scale": 12 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run lucataco/vseq2vseq 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": "13a1402f55c44835009212440ea48d1680041a7964951eb804c34188d24311e8", "input": { "fps": 16, "times": 8, "width": 384, "height": 192, "prompt": "A stormtrooper surfing on the ocean", "img_width": 1152, "num_steps": 30, "img_height": 640, "guidance_scale": 20, "number_of_frames": 24, "image_guidance_scale": 12 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-11-16T22:21:29.082381Z", "created_at": "2023-11-16T22:18:43.243648Z", "data_removed": false, "error": null, "id": "7qt3ildbczf4ksvbz6hfoyfvui", "input": { "fps": 16, "times": 8, "width": 384, "height": 192, "prompt": "A stormtrooper surfing on the ocean", "img_width": 1152, "num_steps": 30, "img_height": 640, "guidance_scale": 20, "number_of_frames": 24, "image_guidance_scale": 12 }, "logs": "The cache for model files in Transformers v4.22.0 has been updated. Migrating your old cache. This is a one-time only operation. You can interrupt this and resume the migration later on by calling `transformers.utils.move_cache()`.\n0it [00:00, ?it/s]\n0it [00:00, ?it/s]\n/vseq2vseq/pipeline/pipeline.py:28: FutureWarning: Importing `DiffusionPipeline` or `ImagePipelineOutput` from diffusers.pipeline_utils is deprecated. Please import from diffusers.pipelines.pipeline_utils instead.\nfrom diffusers.pipeline_utils import DiffusionPipeline\nLoading pipeline components...: 0%| | 0/7 [00:00<?, ?it/s]\nLoading pipeline components...: 29%|██▊ | 2/7 [00:00<00:00, 7.75it/s]\nLoading pipeline components...: 43%|████▎ | 3/7 [00:00<00:01, 3.93it/s]\nLoading pipeline components...: 57%|█████▋ | 4/7 [00:01<00:01, 1.67it/s]\nLoading pipeline components...: 86%|████████▌ | 6/7 [00:01<00:00, 3.13it/s]\nLoading pipeline components...: 100%|██████████| 7/7 [00:01<00:00, 3.52it/s]\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:01<01:11, 1.46s/it]\n 6%|▌ | 3/50 [00:01<00:20, 2.27it/s]\n 10%|█ | 5/50 [00:01<00:11, 3.87it/s]\n 14%|█▍ | 7/50 [00:01<00:07, 5.39it/s]\n 18%|█▊ | 9/50 [00:02<00:06, 6.76it/s]\n 22%|██▏ | 11/50 [00:02<00:04, 7.92it/s]\n 26%|██▌ | 13/50 [00:02<00:04, 8.86it/s]\n 30%|███ | 15/50 [00:02<00:03, 9.59it/s]\n 34%|███▍ | 17/50 [00:02<00:03, 10.15it/s]\n 38%|███▊ | 19/50 [00:03<00:02, 10.57it/s]\n 42%|████▏ | 21/50 [00:03<00:02, 10.87it/s]\n 46%|████▌ | 23/50 [00:03<00:02, 11.09it/s]\n 50%|█████ | 25/50 [00:03<00:02, 11.25it/s]\n 54%|█████▍ | 27/50 [00:03<00:02, 11.36it/s]\n 58%|█████▊ | 29/50 [00:03<00:01, 11.43it/s]\n 62%|██████▏ | 31/50 [00:04<00:01, 11.49it/s]\n 66%|██████▌ | 33/50 [00:04<00:01, 11.53it/s]\n 70%|███████ | 35/50 [00:04<00:01, 11.56it/s]\n 74%|███████▍ | 37/50 [00:04<00:01, 11.58it/s]\n 78%|███████▊ | 39/50 [00:04<00:00, 11.59it/s]\n 82%|████████▏ | 41/50 [00:04<00:00, 11.59it/s]\n 86%|████████▌ | 43/50 [00:05<00:00, 11.60it/s]\n 90%|█████████ | 45/50 [00:05<00:00, 11.60it/s]\n 94%|█████████▍| 47/50 [00:05<00:00, 11.60it/s]\n 98%|█████████▊| 49/50 [00:05<00:00, 11.61it/s]\n100%|██████████| 50/50 [00:05<00:00, 8.81it/s]\nThe model has 2,333,275,464 trainable parameters\nLoading pipeline components...: 0%| | 0/5 [00:00<?, ?it/s]\nLoading pipeline components...: 100%|██████████| 5/5 [00:00<00:00, 12557.80it/s]\n49 Attention layers using Scaled Dot Product Attention.\n/root/.pyenv/versions/3.10.13/lib/python3.10/site-packages/diffusers/pipelines/text_to_video_synthesis/pipeline_text_to_video_synth.py:163: FutureWarning: `_encode_prompt()` is deprecated and it will be removed in a future version. Use `encode_prompt()` instead. Also, be aware that the output format changed from a concatenated tensor to a tuple.\ndeprecate(\"_encode_prompt()\", \"1.0.0\", deprecation_message, standard_warn=False)\nEncoding to latents...: 0%| | 0.00/1.00 [00:00<?, ?frame/s]\nEncoding to latents...: 100%|██████████| 1.00/1.00 [00:00<00:00, 22.5frame/s]\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:09, 3.09it/s]\n 7%|▋ | 2/30 [00:00<00:08, 3.24it/s]\n 10%|█ | 3/30 [00:00<00:08, 3.30it/s]\n 13%|█▎ | 4/30 [00:01<00:07, 3.32it/s]\n 17%|█▋ | 5/30 [00:01<00:07, 3.33it/s]\n 20%|██ | 6/30 [00:01<00:07, 3.34it/s]\n 23%|██▎ | 7/30 [00:02<00:06, 3.35it/s]\n 27%|██▋ | 8/30 [00:02<00:06, 3.35it/s]\n 30%|███ | 9/30 [00:02<00:06, 3.35it/s]\n 33%|███▎ | 10/30 [00:03<00:05, 3.35it/s]\n 37%|███▋ | 11/30 [00:03<00:05, 3.36it/s]\n 40%|████ | 12/30 [00:03<00:05, 3.36it/s]\n 43%|████▎ | 13/30 [00:03<00:05, 3.36it/s]\n 47%|████▋ | 14/30 [00:04<00:04, 3.36it/s]\n 50%|█████ | 15/30 [00:04<00:04, 3.36it/s]\n 53%|█████▎ | 16/30 [00:04<00:04, 3.36it/s]\n 57%|█████▋ | 17/30 [00:05<00:03, 3.36it/s]\n 60%|██████ | 18/30 [00:05<00:03, 3.36it/s]\n 63%|██████▎ | 19/30 [00:05<00:03, 3.36it/s]\n 67%|██████▋ | 20/30 [00:05<00:02, 3.36it/s]\n 70%|███████ | 21/30 [00:06<00:02, 3.36it/s]\n 73%|███████▎ | 22/30 [00:06<00:02, 3.36it/s]\n 77%|███████▋ | 23/30 [00:06<00:02, 3.35it/s]\n 80%|████████ | 24/30 [00:07<00:01, 3.35it/s]\n 83%|████████▎ | 25/30 [00:07<00:01, 3.35it/s]\n 87%|████████▋ | 26/30 [00:07<00:01, 3.36it/s]\n 90%|█████████ | 27/30 [00:08<00:00, 3.36it/s]\n 93%|█████████▎| 28/30 [00:08<00:00, 3.36it/s]\n 97%|█████████▋| 29/30 [00:08<00:00, 3.36it/s]\n100%|██████████| 30/30 [00:08<00:00, 3.36it/s]\n100%|██████████| 30/30 [00:08<00:00, 3.35it/s]\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:08, 3.31it/s]\n 7%|▋ | 2/30 [00:00<00:08, 3.32it/s]\n 10%|█ | 3/30 [00:00<00:08, 3.32it/s]\n 13%|█▎ | 4/30 [00:01<00:07, 3.32it/s]\n 17%|█▋ | 5/30 [00:01<00:07, 3.32it/s]\n 20%|██ | 6/30 [00:01<00:07, 3.33it/s]\n 23%|██▎ | 7/30 [00:02<00:06, 3.33it/s]\n 27%|██▋ | 8/30 [00:02<00:06, 3.33it/s]\n 30%|███ | 9/30 [00:02<00:06, 3.33it/s]\n 33%|███▎ | 10/30 [00:03<00:06, 3.33it/s]\n 37%|███▋ | 11/30 [00:03<00:05, 3.33it/s]\n 40%|████ | 12/30 [00:03<00:05, 3.33it/s]\n 43%|████▎ | 13/30 [00:03<00:05, 3.33it/s]\n 47%|████▋ | 14/30 [00:04<00:04, 3.33it/s]\n 50%|█████ | 15/30 [00:04<00:04, 3.33it/s]\n 53%|█████▎ | 16/30 [00:04<00:04, 3.33it/s]\n 57%|█████▋ | 17/30 [00:05<00:03, 3.33it/s]\n 60%|██████ | 18/30 [00:05<00:03, 3.33it/s]\n 63%|██████▎ | 19/30 [00:05<00:03, 3.33it/s]\n 67%|██████▋ | 20/30 [00:06<00:03, 3.33it/s]\n 70%|███████ | 21/30 [00:06<00:02, 3.33it/s]\n 73%|███████▎ | 22/30 [00:06<00:02, 3.33it/s]\n 77%|███████▋ | 23/30 [00:06<00:02, 3.33it/s]\n 80%|████████ | 24/30 [00:07<00:01, 3.33it/s]\n 83%|████████▎ | 25/30 [00:07<00:01, 3.33it/s]\n 87%|████████▋ | 26/30 [00:07<00:01, 3.33it/s]\n 90%|█████████ | 27/30 [00:08<00:00, 3.32it/s]\n 93%|█████████▎| 28/30 [00:08<00:00, 3.32it/s]\n 97%|█████████▋| 29/30 [00:08<00:00, 3.32it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.32it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.33it/s]\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:08, 3.33it/s]\n 7%|▋ | 2/30 [00:00<00:08, 3.33it/s]\n 10%|█ | 3/30 [00:00<00:08, 3.32it/s]\n 13%|█▎ | 4/30 [00:01<00:07, 3.33it/s]\n 17%|█▋ | 5/30 [00:01<00:07, 3.33it/s]\n 20%|██ | 6/30 [00:01<00:07, 3.33it/s]\n 23%|██▎ | 7/30 [00:02<00:06, 3.33it/s]\n 27%|██▋ | 8/30 [00:02<00:06, 3.33it/s]\n 30%|███ | 9/30 [00:02<00:06, 3.33it/s]\n 33%|███▎ | 10/30 [00:03<00:06, 3.33it/s]\n 37%|███▋ | 11/30 [00:03<00:05, 3.33it/s]\n 40%|████ | 12/30 [00:03<00:05, 3.33it/s]\n 43%|████▎ | 13/30 [00:03<00:05, 3.32it/s]\n 47%|████▋ | 14/30 [00:04<00:04, 3.32it/s]\n 50%|█████ | 15/30 [00:04<00:04, 3.33it/s]\n 53%|█████▎ | 16/30 [00:04<00:04, 3.33it/s]\n 57%|█████▋ | 17/30 [00:05<00:03, 3.33it/s]\n 60%|██████ | 18/30 [00:05<00:03, 3.33it/s]\n 63%|██████▎ | 19/30 [00:05<00:03, 3.33it/s]\n 67%|██████▋ | 20/30 [00:06<00:03, 3.33it/s]\n 70%|███████ | 21/30 [00:06<00:02, 3.33it/s]\n 73%|███████▎ | 22/30 [00:06<00:02, 3.33it/s]\n 77%|███████▋ | 23/30 [00:06<00:02, 3.33it/s]\n 80%|████████ | 24/30 [00:07<00:01, 3.33it/s]\n 83%|████████▎ | 25/30 [00:07<00:01, 3.33it/s]\n 87%|████████▋ | 26/30 [00:07<00:01, 3.32it/s]\n 90%|█████████ | 27/30 [00:08<00:00, 3.33it/s]\n 93%|█████████▎| 28/30 [00:08<00:00, 3.33it/s]\n 97%|█████████▋| 29/30 [00:08<00:00, 3.33it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.33it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.33it/s]\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:08, 3.33it/s]\n 7%|▋ | 2/30 [00:00<00:08, 3.32it/s]\n 10%|█ | 3/30 [00:00<00:08, 3.32it/s]\n 13%|█▎ | 4/30 [00:01<00:07, 3.32it/s]\n 17%|█▋ | 5/30 [00:01<00:07, 3.32it/s]\n 20%|██ | 6/30 [00:01<00:07, 3.32it/s]\n 23%|██▎ | 7/30 [00:02<00:06, 3.32it/s]\n 27%|██▋ | 8/30 [00:02<00:06, 3.33it/s]\n 30%|███ | 9/30 [00:02<00:06, 3.33it/s]\n 33%|███▎ | 10/30 [00:03<00:06, 3.33it/s]\n 37%|███▋ | 11/30 [00:03<00:05, 3.33it/s]\n 40%|████ | 12/30 [00:03<00:05, 3.33it/s]\n 43%|████▎ | 13/30 [00:03<00:05, 3.33it/s]\n 47%|████▋ | 14/30 [00:04<00:04, 3.33it/s]\n 50%|█████ | 15/30 [00:04<00:04, 3.32it/s]\n 53%|█████▎ | 16/30 [00:04<00:04, 3.32it/s]\n 57%|█████▋ | 17/30 [00:05<00:03, 3.33it/s]\n 60%|██████ | 18/30 [00:05<00:03, 3.33it/s]\n 63%|██████▎ | 19/30 [00:05<00:03, 3.33it/s]\n 67%|██████▋ | 20/30 [00:06<00:03, 3.33it/s]\n 70%|███████ | 21/30 [00:06<00:02, 3.33it/s]\n 73%|███████▎ | 22/30 [00:06<00:02, 3.33it/s]\n 77%|███████▋ | 23/30 [00:06<00:02, 3.33it/s]\n 80%|████████ | 24/30 [00:07<00:01, 3.33it/s]\n 83%|████████▎ | 25/30 [00:07<00:01, 3.33it/s]\n 87%|████████▋ | 26/30 [00:07<00:01, 3.32it/s]\n 90%|█████████ | 27/30 [00:08<00:00, 3.32it/s]\n 93%|█████████▎| 28/30 [00:08<00:00, 3.32it/s]\n 97%|█████████▋| 29/30 [00:08<00:00, 3.33it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.32it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.33it/s]\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:08, 3.33it/s]\n 7%|▋ | 2/30 [00:00<00:08, 3.32it/s]\n 10%|█ | 3/30 [00:00<00:08, 3.32it/s]\n 13%|█▎ | 4/30 [00:01<00:07, 3.32it/s]\n 17%|█▋ | 5/30 [00:01<00:07, 3.32it/s]\n 20%|██ | 6/30 [00:01<00:07, 3.32it/s]\n 23%|██▎ | 7/30 [00:02<00:06, 3.32it/s]\n 27%|██▋ | 8/30 [00:02<00:06, 3.32it/s]\n 30%|███ | 9/30 [00:02<00:06, 3.32it/s]\n 33%|███▎ | 10/30 [00:03<00:06, 3.32it/s]\n 37%|███▋ | 11/30 [00:03<00:05, 3.32it/s]\n 40%|████ | 12/30 [00:03<00:05, 3.32it/s]\n 43%|████▎ | 13/30 [00:03<00:05, 3.32it/s]\n 47%|████▋ | 14/30 [00:04<00:04, 3.32it/s]\n 50%|█████ | 15/30 [00:04<00:04, 3.32it/s]\n 53%|█████▎ | 16/30 [00:04<00:04, 3.32it/s]\n 57%|█████▋ | 17/30 [00:05<00:03, 3.32it/s]\n 60%|██████ | 18/30 [00:05<00:03, 3.32it/s]\n 63%|██████▎ | 19/30 [00:05<00:03, 3.32it/s]\n 67%|██████▋ | 20/30 [00:06<00:03, 3.32it/s]\n 70%|███████ | 21/30 [00:06<00:02, 3.32it/s]\n 73%|███████▎ | 22/30 [00:06<00:02, 3.32it/s]\n 77%|███████▋ | 23/30 [00:06<00:02, 3.32it/s]\n 80%|████████ | 24/30 [00:07<00:01, 3.32it/s]\n 83%|████████▎ | 25/30 [00:07<00:01, 3.32it/s]\n 87%|████████▋ | 26/30 [00:07<00:01, 3.32it/s]\n 90%|█████████ | 27/30 [00:08<00:00, 3.32it/s]\n 93%|█████████▎| 28/30 [00:08<00:00, 3.32it/s]\n 97%|█████████▋| 29/30 [00:08<00:00, 3.32it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.32it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.32it/s]\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:08, 3.32it/s]\n 7%|▋ | 2/30 [00:00<00:08, 3.33it/s]\n 10%|█ | 3/30 [00:00<00:08, 3.32it/s]\n 13%|█▎ | 4/30 [00:01<00:07, 3.32it/s]\n 17%|█▋ | 5/30 [00:01<00:07, 3.32it/s]\n 20%|██ | 6/30 [00:01<00:07, 3.32it/s]\n 23%|██▎ | 7/30 [00:02<00:06, 3.33it/s]\n 27%|██▋ | 8/30 [00:02<00:06, 3.32it/s]\n 30%|███ | 9/30 [00:02<00:06, 3.32it/s]\n 33%|███▎ | 10/30 [00:03<00:06, 3.32it/s]\n 37%|███▋ | 11/30 [00:03<00:05, 3.32it/s]\n 40%|████ | 12/30 [00:03<00:05, 3.32it/s]\n 43%|████▎ | 13/30 [00:03<00:05, 3.32it/s]\n 47%|████▋ | 14/30 [00:04<00:04, 3.32it/s]\n 50%|█████ | 15/30 [00:04<00:04, 3.32it/s]\n 53%|█████▎ | 16/30 [00:04<00:04, 3.32it/s]\n 57%|█████▋ | 17/30 [00:05<00:03, 3.32it/s]\n 60%|██████ | 18/30 [00:05<00:03, 3.32it/s]\n 63%|██████▎ | 19/30 [00:05<00:03, 3.32it/s]\n 67%|██████▋ | 20/30 [00:06<00:03, 3.32it/s]\n 70%|███████ | 21/30 [00:06<00:02, 3.32it/s]\n 73%|███████▎ | 22/30 [00:06<00:02, 3.32it/s]\n 77%|███████▋ | 23/30 [00:06<00:02, 3.32it/s]\n 80%|████████ | 24/30 [00:07<00:01, 3.32it/s]\n 83%|████████▎ | 25/30 [00:07<00:01, 3.32it/s]\n 87%|████████▋ | 26/30 [00:07<00:01, 3.32it/s]\n 90%|█████████ | 27/30 [00:08<00:00, 3.32it/s]\n 93%|█████████▎| 28/30 [00:08<00:00, 3.32it/s]\n 97%|█████████▋| 29/30 [00:08<00:00, 3.32it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.32it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.32it/s]\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:08, 3.32it/s]\n 7%|▋ | 2/30 [00:00<00:08, 3.32it/s]\n 10%|█ | 3/30 [00:00<00:08, 3.32it/s]\n 13%|█▎ | 4/30 [00:01<00:07, 3.32it/s]\n 17%|█▋ | 5/30 [00:01<00:07, 3.32it/s]\n 20%|██ | 6/30 [00:01<00:07, 3.32it/s]\n 23%|██▎ | 7/30 [00:02<00:06, 3.32it/s]\n 27%|██▋ | 8/30 [00:02<00:06, 3.32it/s]\n 30%|███ | 9/30 [00:02<00:06, 3.32it/s]\n 33%|███▎ | 10/30 [00:03<00:06, 3.32it/s]\n 37%|███▋ | 11/30 [00:03<00:05, 3.32it/s]\n 40%|████ | 12/30 [00:03<00:05, 3.32it/s]\n 43%|████▎ | 13/30 [00:03<00:05, 3.32it/s]\n 47%|████▋ | 14/30 [00:04<00:04, 3.32it/s]\n 50%|█████ | 15/30 [00:04<00:04, 3.32it/s]\n 53%|█████▎ | 16/30 [00:04<00:04, 3.32it/s]\n 57%|█████▋ | 17/30 [00:05<00:03, 3.32it/s]\n 60%|██████ | 18/30 [00:05<00:03, 3.32it/s]\n 63%|██████▎ | 19/30 [00:05<00:03, 3.32it/s]\n 67%|██████▋ | 20/30 [00:06<00:03, 3.32it/s]\n 70%|███████ | 21/30 [00:06<00:02, 3.32it/s]\n 73%|███████▎ | 22/30 [00:06<00:02, 3.32it/s]\n 77%|███████▋ | 23/30 [00:06<00:02, 3.32it/s]\n 80%|████████ | 24/30 [00:07<00:01, 3.32it/s]\n 83%|████████▎ | 25/30 [00:07<00:01, 3.32it/s]\n 87%|████████▋ | 26/30 [00:07<00:01, 3.32it/s]\n 90%|█████████ | 27/30 [00:08<00:00, 3.32it/s]\n 93%|█████████▎| 28/30 [00:08<00:00, 3.32it/s]\n 97%|█████████▋| 29/30 [00:08<00:00, 3.32it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.32it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.32it/s]\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:08, 3.32it/s]\n 7%|▋ | 2/30 [00:00<00:08, 3.32it/s]\n 10%|█ | 3/30 [00:00<00:08, 3.32it/s]\n 13%|█▎ | 4/30 [00:01<00:07, 3.32it/s]\n 17%|█▋ | 5/30 [00:01<00:07, 3.32it/s]\n 20%|██ | 6/30 [00:01<00:07, 3.32it/s]\n 23%|██▎ | 7/30 [00:02<00:06, 3.32it/s]\n 27%|██▋ | 8/30 [00:02<00:06, 3.32it/s]\n 30%|███ | 9/30 [00:02<00:06, 3.32it/s]\n 33%|███▎ | 10/30 [00:03<00:06, 3.32it/s]\n 37%|███▋ | 11/30 [00:03<00:05, 3.32it/s]\n 40%|████ | 12/30 [00:03<00:05, 3.32it/s]\n 43%|████▎ | 13/30 [00:03<00:05, 3.32it/s]\n 47%|████▋ | 14/30 [00:04<00:04, 3.32it/s]\n 50%|█████ | 15/30 [00:04<00:04, 3.32it/s]\n 53%|█████▎ | 16/30 [00:04<00:04, 3.32it/s]\n 57%|█████▋ | 17/30 [00:05<00:03, 3.32it/s]\n 60%|██████ | 18/30 [00:05<00:03, 3.32it/s]\n 63%|██████▎ | 19/30 [00:05<00:03, 3.32it/s]\n 67%|██████▋ | 20/30 [00:06<00:03, 3.32it/s]\n 70%|███████ | 21/30 [00:06<00:02, 3.32it/s]\n 73%|███████▎ | 22/30 [00:06<00:02, 3.32it/s]\n 77%|███████▋ | 23/30 [00:06<00:02, 3.32it/s]\n 80%|████████ | 24/30 [00:07<00:01, 3.32it/s]\n 83%|████████▎ | 25/30 [00:07<00:01, 3.32it/s]\n 87%|████████▋ | 26/30 [00:07<00:01, 3.32it/s]\n 90%|█████████ | 27/30 [00:08<00:00, 3.32it/s]\n 93%|█████████▎| 28/30 [00:08<00:00, 3.32it/s]\n 97%|█████████▋| 29/30 [00:08<00:00, 3.32it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.32it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.32it/s]\nDecoding to pixels...: 0%| | 0/192 [00:00<?, ?frame/s]\nDecoding to pixels...: 12%|█▎ | 24/192 [00:00<00:02, 70.65frame/s]\nDecoding to pixels...: 25%|██▌ | 48/192 [00:00<00:01, 72.25frame/s]\nDecoding to pixels...: 38%|███▊ | 72/192 [00:00<00:01, 73.05frame/s]\nDecoding to pixels...: 50%|█████ | 96/192 [00:01<00:01, 73.43frame/s]\nDecoding to pixels...: 62%|██████▎ | 120/192 [00:01<00:00, 73.42frame/s]\nDecoding to pixels...: 75%|███████▌ | 144/192 [00:01<00:00, 73.43frame/s]\nDecoding to pixels...: 88%|████████▊ | 168/192 [00:02<00:00, 73.62frame/s]\nDecoding to pixels...: 100%|██████████| 192/192 [00:02<00:00, 73.75frame/s]\nDecoding to pixels...: 100%|██████████| 192/192 [00:02<00:00, 73.36frame/s]\nffmpeg version 4.4.2-0ubuntu0.22.04.1 Copyright (c) 2000-2021 the FFmpeg developers\nbuilt with gcc 11 (Ubuntu 11.2.0-19ubuntu1)\nconfiguration: --prefix=/usr --extra-version=0ubuntu0.22.04.1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libdav1d --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzimg --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl --enable-opengl --enable-sdl2 --enable-pocketsphinx --enable-librsvg --enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared\nlibavutil 56. 70.100 / 56. 70.100\nlibavcodec 58.134.100 / 58.134.100\nlibavformat 58. 76.100 / 58. 76.100\nlibavdevice 58. 13.100 / 58. 13.100\nlibavfilter 7.110.100 / 7.110.100\nlibswscale 5. 9.100 / 5. 9.100\nlibswresample 3. 9.100 / 3. 9.100\nlibpostproc 55. 9.100 / 55. 9.100\nInput #0, mov,mp4,m4a,3gp,3g2,mj2, from './output/A stormtrooper surfing on the ocean-a94b04b1.mp4':\nMetadata:\nmajor_brand : isom\nminor_version : 512\ncompatible_brands: isomiso2mp41\nencoder : Lavf59.27.100\nDuration: 00:00:12.00, start: 0.000000, bitrate: 1787 kb/s\nStream #0:0(und): Video: mpeg4 (Simple Profile) (mp4v / 0x7634706D), yuv420p, 384x192 [SAR 1:1 DAR 2:1], 1786 kb/s, 16 fps, 16 tbr, 16384 tbn, 16 tbc (default)\nMetadata:\nhandler_name : VideoHandler\nvendor_id : [0][0][0][0]\nCodec AVOption b (set bitrate (in bits/s)) specified for output file #0 (./output/A stormtrooper surfing on the ocean-vseq2vseq-a94b04b1_encoded.mp4) has not been used for any stream. The most likely reason is either wrong type (e.g. a video option with no video streams) or that it is a private option of some encoder which was not actually used for any stream.\nStream mapping:\nStream #0:0 -> #0:0 (mpeg4 (native) -> h264 (libx264))\nPress [q] to stop, [?] for help\n[libx264 @ 0x558de96b7c00] using SAR=1/1\n[libx264 @ 0x558de96b7c00] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 AVX512\n[libx264 @ 0x558de96b7c00] profile High, level 1.2, 4:2:0, 8-bit\n[libx264 @ 0x558de96b7c00] 264 - core 163 r3060 5db6aa6 - H.264/MPEG-4 AVC codec - Copyleft 2003-2021 - http://www.videolan.org/x264.html - options: cabac=1 ref=2 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=6 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=6 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=1 keyint=250 keyint_min=16 scenecut=40 intra_refresh=0 rc_lookahead=30 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00\nOutput #0, mp4, to './output/A stormtrooper surfing on the ocean-vseq2vseq-a94b04b1_encoded.mp4':\nMetadata:\nmajor_brand : isom\nminor_version : 512\ncompatible_brands: isomiso2mp41\nencoder : Lavf58.76.100\nStream #0:0(und): Video: h264 (avc1 / 0x31637661), yuv420p(progressive), 384x192 [SAR 1:1 DAR 2:1], q=2-31, 16 fps, 16384 tbn (default)\nMetadata:\nhandler_name : VideoHandler\nvendor_id : [0][0][0][0]\nencoder : Lavc58.134.100 libx264\nSide data:\ncpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A\nframe= 1 fps=0.0 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x\n[mp4 @ 0x558de96b9080] Starting second pass: moving the moov atom to the beginning of the file\nframe= 192 fps=0.0 q=-1.0 Lsize= 1228kB time=00:00:11.81 bitrate= 851.6kbits/s speed=32.5x\nvideo:1225kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.252901%\n[libx264 @ 0x558de96b7c00] frame I:5 Avg QP:23.87 size: 10294\n[libx264 @ 0x558de96b7c00] frame P:48 Avg QP:26.31 size: 8452\n[libx264 @ 0x558de96b7c00] frame B:139 Avg QP:27.31 size: 5729\n[libx264 @ 0x558de96b7c00] consecutive B-frames: 2.6% 0.0% 7.8% 89.6%\n[libx264 @ 0x558de96b7c00] mb I I16..4: 4.4% 89.8% 5.8%\n[libx264 @ 0x558de96b7c00] mb P I16..4: 1.2% 59.6% 5.0% P16..4: 12.4% 14.8% 6.7% 0.0% 0.0% skip: 0.3%\n[libx264 @ 0x558de96b7c00] mb B I16..4: 1.1% 28.3% 5.1% B16..8: 25.4% 21.1% 5.8% direct:10.7% skip: 2.5% L0:28.1% L1:19.0% BI:52.9%\n[libx264 @ 0x558de96b7c00] 8x8 transform intra:85.6% inter:52.5%\n[libx264 @ 0x558de96b7c00] coded y,uvDC,uvAC intra: 96.5% 75.8% 24.1% inter: 67.4% 38.8% 1.6%\n[libx264 @ 0x558de96b7c00] i16 v,h,dc,p: 0% 48% 9% 43%\n[libx264 @ 0x558de96b7c00] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 2% 43% 21% 4% 3% 1% 7% 2% 16%\n[libx264 @ 0x558de96b7c00] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 5% 39% 11% 6% 5% 4% 9% 4% 16%\n[libx264 @ 0x558de96b7c00] i8c dc,h,v,p: 39% 49% 6% 7%\n[libx264 @ 0x558de96b7c00] Weighted P-Frames: Y:2.1% UV:0.0%\n[libx264 @ 0x558de96b7c00] ref P L0: 71.6% 28.4%\n[libx264 @ 0x558de96b7c00] ref B L0: 92.8% 7.2%\n[libx264 @ 0x558de96b7c00] ref B L1: 98.2% 1.8%\n[libx264 @ 0x558de96b7c00] kb/s:835.71\n/src/output/A stormtrooper surfing on the ocean-vseq2vseq-06cd5f60_encoded.mp4", "metrics": { "predict_time": 101.858643, "total_time": 165.838733 }, "output": "https://replicate.delivery/pbxt/JySsfZLnXKWf1En1XJFL5dqS8XyngB5VIpkdfMJd8HVQfRkHB/A%20stormtrooper%20surfing%20on%20the%20ocean-vseq2vseq-06cd5f60_encoded.mp4", "started_at": "2023-11-16T22:19:47.223738Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/7qt3ildbczf4ksvbz6hfoyfvui", "cancel": "https://api.replicate.com/v1/predictions/7qt3ildbczf4ksvbz6hfoyfvui/cancel" }, "version": "76d6ba451b4de6da612f34ac8e8e4ea5e5dc7299829352d2d36e3cceb2cb0d89" }
Generated inThe cache for model files in Transformers v4.22.0 has been updated. Migrating your old cache. This is a one-time only operation. You can interrupt this and resume the migration later on by calling `transformers.utils.move_cache()`. 0it [00:00, ?it/s] 0it [00:00, ?it/s] /vseq2vseq/pipeline/pipeline.py:28: FutureWarning: Importing `DiffusionPipeline` or `ImagePipelineOutput` from diffusers.pipeline_utils is deprecated. Please import from diffusers.pipelines.pipeline_utils instead. from diffusers.pipeline_utils import DiffusionPipeline Loading pipeline components...: 0%| | 0/7 [00:00<?, ?it/s] Loading pipeline components...: 29%|██▊ | 2/7 [00:00<00:00, 7.75it/s] Loading pipeline components...: 43%|████▎ | 3/7 [00:00<00:01, 3.93it/s] Loading pipeline components...: 57%|█████▋ | 4/7 [00:01<00:01, 1.67it/s] Loading pipeline components...: 86%|████████▌ | 6/7 [00:01<00:00, 3.13it/s] Loading pipeline components...: 100%|██████████| 7/7 [00:01<00:00, 3.52it/s] 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:01<01:11, 1.46s/it] 6%|▌ | 3/50 [00:01<00:20, 2.27it/s] 10%|█ | 5/50 [00:01<00:11, 3.87it/s] 14%|█▍ | 7/50 [00:01<00:07, 5.39it/s] 18%|█▊ | 9/50 [00:02<00:06, 6.76it/s] 22%|██▏ | 11/50 [00:02<00:04, 7.92it/s] 26%|██▌ | 13/50 [00:02<00:04, 8.86it/s] 30%|███ | 15/50 [00:02<00:03, 9.59it/s] 34%|███▍ | 17/50 [00:02<00:03, 10.15it/s] 38%|███▊ | 19/50 [00:03<00:02, 10.57it/s] 42%|████▏ | 21/50 [00:03<00:02, 10.87it/s] 46%|████▌ | 23/50 [00:03<00:02, 11.09it/s] 50%|█████ | 25/50 [00:03<00:02, 11.25it/s] 54%|█████▍ | 27/50 [00:03<00:02, 11.36it/s] 58%|█████▊ | 29/50 [00:03<00:01, 11.43it/s] 62%|██████▏ | 31/50 [00:04<00:01, 11.49it/s] 66%|██████▌ | 33/50 [00:04<00:01, 11.53it/s] 70%|███████ | 35/50 [00:04<00:01, 11.56it/s] 74%|███████▍ | 37/50 [00:04<00:01, 11.58it/s] 78%|███████▊ | 39/50 [00:04<00:00, 11.59it/s] 82%|████████▏ | 41/50 [00:04<00:00, 11.59it/s] 86%|████████▌ | 43/50 [00:05<00:00, 11.60it/s] 90%|█████████ | 45/50 [00:05<00:00, 11.60it/s] 94%|█████████▍| 47/50 [00:05<00:00, 11.60it/s] 98%|█████████▊| 49/50 [00:05<00:00, 11.61it/s] 100%|██████████| 50/50 [00:05<00:00, 8.81it/s] The model has 2,333,275,464 trainable parameters Loading pipeline components...: 0%| | 0/5 [00:00<?, ?it/s] Loading pipeline components...: 100%|██████████| 5/5 [00:00<00:00, 12557.80it/s] 49 Attention layers using Scaled Dot Product Attention. /root/.pyenv/versions/3.10.13/lib/python3.10/site-packages/diffusers/pipelines/text_to_video_synthesis/pipeline_text_to_video_synth.py:163: FutureWarning: `_encode_prompt()` is deprecated and it will be removed in a future version. Use `encode_prompt()` instead. Also, be aware that the output format changed from a concatenated tensor to a tuple. deprecate("_encode_prompt()", "1.0.0", deprecation_message, standard_warn=False) Encoding to latents...: 0%| | 0.00/1.00 [00:00<?, ?frame/s] Encoding to latents...: 100%|██████████| 1.00/1.00 [00:00<00:00, 22.5frame/s] 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:09, 3.09it/s] 7%|▋ | 2/30 [00:00<00:08, 3.24it/s] 10%|█ | 3/30 [00:00<00:08, 3.30it/s] 13%|█▎ | 4/30 [00:01<00:07, 3.32it/s] 17%|█▋ | 5/30 [00:01<00:07, 3.33it/s] 20%|██ | 6/30 [00:01<00:07, 3.34it/s] 23%|██▎ | 7/30 [00:02<00:06, 3.35it/s] 27%|██▋ | 8/30 [00:02<00:06, 3.35it/s] 30%|███ | 9/30 [00:02<00:06, 3.35it/s] 33%|███▎ | 10/30 [00:03<00:05, 3.35it/s] 37%|███▋ | 11/30 [00:03<00:05, 3.36it/s] 40%|████ | 12/30 [00:03<00:05, 3.36it/s] 43%|████▎ | 13/30 [00:03<00:05, 3.36it/s] 47%|████▋ | 14/30 [00:04<00:04, 3.36it/s] 50%|█████ | 15/30 [00:04<00:04, 3.36it/s] 53%|█████▎ | 16/30 [00:04<00:04, 3.36it/s] 57%|█████▋ | 17/30 [00:05<00:03, 3.36it/s] 60%|██████ | 18/30 [00:05<00:03, 3.36it/s] 63%|██████▎ | 19/30 [00:05<00:03, 3.36it/s] 67%|██████▋ | 20/30 [00:05<00:02, 3.36it/s] 70%|███████ | 21/30 [00:06<00:02, 3.36it/s] 73%|███████▎ | 22/30 [00:06<00:02, 3.36it/s] 77%|███████▋ | 23/30 [00:06<00:02, 3.35it/s] 80%|████████ | 24/30 [00:07<00:01, 3.35it/s] 83%|████████▎ | 25/30 [00:07<00:01, 3.35it/s] 87%|████████▋ | 26/30 [00:07<00:01, 3.36it/s] 90%|█████████ | 27/30 [00:08<00:00, 3.36it/s] 93%|█████████▎| 28/30 [00:08<00:00, 3.36it/s] 97%|█████████▋| 29/30 [00:08<00:00, 3.36it/s] 100%|██████████| 30/30 [00:08<00:00, 3.36it/s] 100%|██████████| 30/30 [00:08<00:00, 3.35it/s] 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:08, 3.31it/s] 7%|▋ | 2/30 [00:00<00:08, 3.32it/s] 10%|█ | 3/30 [00:00<00:08, 3.32it/s] 13%|█▎ | 4/30 [00:01<00:07, 3.32it/s] 17%|█▋ | 5/30 [00:01<00:07, 3.32it/s] 20%|██ | 6/30 [00:01<00:07, 3.33it/s] 23%|██▎ | 7/30 [00:02<00:06, 3.33it/s] 27%|██▋ | 8/30 [00:02<00:06, 3.33it/s] 30%|███ | 9/30 [00:02<00:06, 3.33it/s] 33%|███▎ | 10/30 [00:03<00:06, 3.33it/s] 37%|███▋ | 11/30 [00:03<00:05, 3.33it/s] 40%|████ | 12/30 [00:03<00:05, 3.33it/s] 43%|████▎ | 13/30 [00:03<00:05, 3.33it/s] 47%|████▋ | 14/30 [00:04<00:04, 3.33it/s] 50%|█████ | 15/30 [00:04<00:04, 3.33it/s] 53%|█████▎ | 16/30 [00:04<00:04, 3.33it/s] 57%|█████▋ | 17/30 [00:05<00:03, 3.33it/s] 60%|██████ | 18/30 [00:05<00:03, 3.33it/s] 63%|██████▎ | 19/30 [00:05<00:03, 3.33it/s] 67%|██████▋ | 20/30 [00:06<00:03, 3.33it/s] 70%|███████ | 21/30 [00:06<00:02, 3.33it/s] 73%|███████▎ | 22/30 [00:06<00:02, 3.33it/s] 77%|███████▋ | 23/30 [00:06<00:02, 3.33it/s] 80%|████████ | 24/30 [00:07<00:01, 3.33it/s] 83%|████████▎ | 25/30 [00:07<00:01, 3.33it/s] 87%|████████▋ | 26/30 [00:07<00:01, 3.33it/s] 90%|█████████ | 27/30 [00:08<00:00, 3.32it/s] 93%|█████████▎| 28/30 [00:08<00:00, 3.32it/s] 97%|█████████▋| 29/30 [00:08<00:00, 3.32it/s] 100%|██████████| 30/30 [00:09<00:00, 3.32it/s] 100%|██████████| 30/30 [00:09<00:00, 3.33it/s] 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:08, 3.33it/s] 7%|▋ | 2/30 [00:00<00:08, 3.33it/s] 10%|█ | 3/30 [00:00<00:08, 3.32it/s] 13%|█▎ | 4/30 [00:01<00:07, 3.33it/s] 17%|█▋ | 5/30 [00:01<00:07, 3.33it/s] 20%|██ | 6/30 [00:01<00:07, 3.33it/s] 23%|██▎ | 7/30 [00:02<00:06, 3.33it/s] 27%|██▋ | 8/30 [00:02<00:06, 3.33it/s] 30%|███ | 9/30 [00:02<00:06, 3.33it/s] 33%|███▎ | 10/30 [00:03<00:06, 3.33it/s] 37%|███▋ | 11/30 [00:03<00:05, 3.33it/s] 40%|████ | 12/30 [00:03<00:05, 3.33it/s] 43%|████▎ | 13/30 [00:03<00:05, 3.32it/s] 47%|████▋ | 14/30 [00:04<00:04, 3.32it/s] 50%|█████ | 15/30 [00:04<00:04, 3.33it/s] 53%|█████▎ | 16/30 [00:04<00:04, 3.33it/s] 57%|█████▋ | 17/30 [00:05<00:03, 3.33it/s] 60%|██████ | 18/30 [00:05<00:03, 3.33it/s] 63%|██████▎ | 19/30 [00:05<00:03, 3.33it/s] 67%|██████▋ | 20/30 [00:06<00:03, 3.33it/s] 70%|███████ | 21/30 [00:06<00:02, 3.33it/s] 73%|███████▎ | 22/30 [00:06<00:02, 3.33it/s] 77%|███████▋ | 23/30 [00:06<00:02, 3.33it/s] 80%|████████ | 24/30 [00:07<00:01, 3.33it/s] 83%|████████▎ | 25/30 [00:07<00:01, 3.33it/s] 87%|████████▋ | 26/30 [00:07<00:01, 3.32it/s] 90%|█████████ | 27/30 [00:08<00:00, 3.33it/s] 93%|█████████▎| 28/30 [00:08<00:00, 3.33it/s] 97%|█████████▋| 29/30 [00:08<00:00, 3.33it/s] 100%|██████████| 30/30 [00:09<00:00, 3.33it/s] 100%|██████████| 30/30 [00:09<00:00, 3.33it/s] 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:08, 3.33it/s] 7%|▋ | 2/30 [00:00<00:08, 3.32it/s] 10%|█ | 3/30 [00:00<00:08, 3.32it/s] 13%|█▎ | 4/30 [00:01<00:07, 3.32it/s] 17%|█▋ | 5/30 [00:01<00:07, 3.32it/s] 20%|██ | 6/30 [00:01<00:07, 3.32it/s] 23%|██▎ | 7/30 [00:02<00:06, 3.32it/s] 27%|██▋ | 8/30 [00:02<00:06, 3.33it/s] 30%|███ | 9/30 [00:02<00:06, 3.33it/s] 33%|███▎ | 10/30 [00:03<00:06, 3.33it/s] 37%|███▋ | 11/30 [00:03<00:05, 3.33it/s] 40%|████ | 12/30 [00:03<00:05, 3.33it/s] 43%|████▎ | 13/30 [00:03<00:05, 3.33it/s] 47%|████▋ | 14/30 [00:04<00:04, 3.33it/s] 50%|█████ | 15/30 [00:04<00:04, 3.32it/s] 53%|█████▎ | 16/30 [00:04<00:04, 3.32it/s] 57%|█████▋ | 17/30 [00:05<00:03, 3.33it/s] 60%|██████ | 18/30 [00:05<00:03, 3.33it/s] 63%|██████▎ | 19/30 [00:05<00:03, 3.33it/s] 67%|██████▋ | 20/30 [00:06<00:03, 3.33it/s] 70%|███████ | 21/30 [00:06<00:02, 3.33it/s] 73%|███████▎ | 22/30 [00:06<00:02, 3.33it/s] 77%|███████▋ | 23/30 [00:06<00:02, 3.33it/s] 80%|████████ | 24/30 [00:07<00:01, 3.33it/s] 83%|████████▎ | 25/30 [00:07<00:01, 3.33it/s] 87%|████████▋ | 26/30 [00:07<00:01, 3.32it/s] 90%|█████████ | 27/30 [00:08<00:00, 3.32it/s] 93%|█████████▎| 28/30 [00:08<00:00, 3.32it/s] 97%|█████████▋| 29/30 [00:08<00:00, 3.33it/s] 100%|██████████| 30/30 [00:09<00:00, 3.32it/s] 100%|██████████| 30/30 [00:09<00:00, 3.33it/s] 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:08, 3.33it/s] 7%|▋ | 2/30 [00:00<00:08, 3.32it/s] 10%|█ | 3/30 [00:00<00:08, 3.32it/s] 13%|█▎ | 4/30 [00:01<00:07, 3.32it/s] 17%|█▋ | 5/30 [00:01<00:07, 3.32it/s] 20%|██ | 6/30 [00:01<00:07, 3.32it/s] 23%|██▎ | 7/30 [00:02<00:06, 3.32it/s] 27%|██▋ | 8/30 [00:02<00:06, 3.32it/s] 30%|███ | 9/30 [00:02<00:06, 3.32it/s] 33%|███▎ | 10/30 [00:03<00:06, 3.32it/s] 37%|███▋ | 11/30 [00:03<00:05, 3.32it/s] 40%|████ | 12/30 [00:03<00:05, 3.32it/s] 43%|████▎ | 13/30 [00:03<00:05, 3.32it/s] 47%|████▋ | 14/30 [00:04<00:04, 3.32it/s] 50%|█████ | 15/30 [00:04<00:04, 3.32it/s] 53%|█████▎ | 16/30 [00:04<00:04, 3.32it/s] 57%|█████▋ | 17/30 [00:05<00:03, 3.32it/s] 60%|██████ | 18/30 [00:05<00:03, 3.32it/s] 63%|██████▎ | 19/30 [00:05<00:03, 3.32it/s] 67%|██████▋ | 20/30 [00:06<00:03, 3.32it/s] 70%|███████ | 21/30 [00:06<00:02, 3.32it/s] 73%|███████▎ | 22/30 [00:06<00:02, 3.32it/s] 77%|███████▋ | 23/30 [00:06<00:02, 3.32it/s] 80%|████████ | 24/30 [00:07<00:01, 3.32it/s] 83%|████████▎ | 25/30 [00:07<00:01, 3.32it/s] 87%|████████▋ | 26/30 [00:07<00:01, 3.32it/s] 90%|█████████ | 27/30 [00:08<00:00, 3.32it/s] 93%|█████████▎| 28/30 [00:08<00:00, 3.32it/s] 97%|█████████▋| 29/30 [00:08<00:00, 3.32it/s] 100%|██████████| 30/30 [00:09<00:00, 3.32it/s] 100%|██████████| 30/30 [00:09<00:00, 3.32it/s] 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:08, 3.32it/s] 7%|▋ | 2/30 [00:00<00:08, 3.33it/s] 10%|█ | 3/30 [00:00<00:08, 3.32it/s] 13%|█▎ | 4/30 [00:01<00:07, 3.32it/s] 17%|█▋ | 5/30 [00:01<00:07, 3.32it/s] 20%|██ | 6/30 [00:01<00:07, 3.32it/s] 23%|██▎ | 7/30 [00:02<00:06, 3.33it/s] 27%|██▋ | 8/30 [00:02<00:06, 3.32it/s] 30%|███ | 9/30 [00:02<00:06, 3.32it/s] 33%|███▎ | 10/30 [00:03<00:06, 3.32it/s] 37%|███▋ | 11/30 [00:03<00:05, 3.32it/s] 40%|████ | 12/30 [00:03<00:05, 3.32it/s] 43%|████▎ | 13/30 [00:03<00:05, 3.32it/s] 47%|████▋ | 14/30 [00:04<00:04, 3.32it/s] 50%|█████ | 15/30 [00:04<00:04, 3.32it/s] 53%|█████▎ | 16/30 [00:04<00:04, 3.32it/s] 57%|█████▋ | 17/30 [00:05<00:03, 3.32it/s] 60%|██████ | 18/30 [00:05<00:03, 3.32it/s] 63%|██████▎ | 19/30 [00:05<00:03, 3.32it/s] 67%|██████▋ | 20/30 [00:06<00:03, 3.32it/s] 70%|███████ | 21/30 [00:06<00:02, 3.32it/s] 73%|███████▎ | 22/30 [00:06<00:02, 3.32it/s] 77%|███████▋ | 23/30 [00:06<00:02, 3.32it/s] 80%|████████ | 24/30 [00:07<00:01, 3.32it/s] 83%|████████▎ | 25/30 [00:07<00:01, 3.32it/s] 87%|████████▋ | 26/30 [00:07<00:01, 3.32it/s] 90%|█████████ | 27/30 [00:08<00:00, 3.32it/s] 93%|█████████▎| 28/30 [00:08<00:00, 3.32it/s] 97%|█████████▋| 29/30 [00:08<00:00, 3.32it/s] 100%|██████████| 30/30 [00:09<00:00, 3.32it/s] 100%|██████████| 30/30 [00:09<00:00, 3.32it/s] 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:08, 3.32it/s] 7%|▋ | 2/30 [00:00<00:08, 3.32it/s] 10%|█ | 3/30 [00:00<00:08, 3.32it/s] 13%|█▎ | 4/30 [00:01<00:07, 3.32it/s] 17%|█▋ | 5/30 [00:01<00:07, 3.32it/s] 20%|██ | 6/30 [00:01<00:07, 3.32it/s] 23%|██▎ | 7/30 [00:02<00:06, 3.32it/s] 27%|██▋ | 8/30 [00:02<00:06, 3.32it/s] 30%|███ | 9/30 [00:02<00:06, 3.32it/s] 33%|███▎ | 10/30 [00:03<00:06, 3.32it/s] 37%|███▋ | 11/30 [00:03<00:05, 3.32it/s] 40%|████ | 12/30 [00:03<00:05, 3.32it/s] 43%|████▎ | 13/30 [00:03<00:05, 3.32it/s] 47%|████▋ | 14/30 [00:04<00:04, 3.32it/s] 50%|█████ | 15/30 [00:04<00:04, 3.32it/s] 53%|█████▎ | 16/30 [00:04<00:04, 3.32it/s] 57%|█████▋ | 17/30 [00:05<00:03, 3.32it/s] 60%|██████ | 18/30 [00:05<00:03, 3.32it/s] 63%|██████▎ | 19/30 [00:05<00:03, 3.32it/s] 67%|██████▋ | 20/30 [00:06<00:03, 3.32it/s] 70%|███████ | 21/30 [00:06<00:02, 3.32it/s] 73%|███████▎ | 22/30 [00:06<00:02, 3.32it/s] 77%|███████▋ | 23/30 [00:06<00:02, 3.32it/s] 80%|████████ | 24/30 [00:07<00:01, 3.32it/s] 83%|████████▎ | 25/30 [00:07<00:01, 3.32it/s] 87%|████████▋ | 26/30 [00:07<00:01, 3.32it/s] 90%|█████████ | 27/30 [00:08<00:00, 3.32it/s] 93%|█████████▎| 28/30 [00:08<00:00, 3.32it/s] 97%|█████████▋| 29/30 [00:08<00:00, 3.32it/s] 100%|██████████| 30/30 [00:09<00:00, 3.32it/s] 100%|██████████| 30/30 [00:09<00:00, 3.32it/s] 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:08, 3.32it/s] 7%|▋ | 2/30 [00:00<00:08, 3.32it/s] 10%|█ | 3/30 [00:00<00:08, 3.32it/s] 13%|█▎ | 4/30 [00:01<00:07, 3.32it/s] 17%|█▋ | 5/30 [00:01<00:07, 3.32it/s] 20%|██ | 6/30 [00:01<00:07, 3.32it/s] 23%|██▎ | 7/30 [00:02<00:06, 3.32it/s] 27%|██▋ | 8/30 [00:02<00:06, 3.32it/s] 30%|███ | 9/30 [00:02<00:06, 3.32it/s] 33%|███▎ | 10/30 [00:03<00:06, 3.32it/s] 37%|███▋ | 11/30 [00:03<00:05, 3.32it/s] 40%|████ | 12/30 [00:03<00:05, 3.32it/s] 43%|████▎ | 13/30 [00:03<00:05, 3.32it/s] 47%|████▋ | 14/30 [00:04<00:04, 3.32it/s] 50%|█████ | 15/30 [00:04<00:04, 3.32it/s] 53%|█████▎ | 16/30 [00:04<00:04, 3.32it/s] 57%|█████▋ | 17/30 [00:05<00:03, 3.32it/s] 60%|██████ | 18/30 [00:05<00:03, 3.32it/s] 63%|██████▎ | 19/30 [00:05<00:03, 3.32it/s] 67%|██████▋ | 20/30 [00:06<00:03, 3.32it/s] 70%|███████ | 21/30 [00:06<00:02, 3.32it/s] 73%|███████▎ | 22/30 [00:06<00:02, 3.32it/s] 77%|███████▋ | 23/30 [00:06<00:02, 3.32it/s] 80%|████████ | 24/30 [00:07<00:01, 3.32it/s] 83%|████████▎ | 25/30 [00:07<00:01, 3.32it/s] 87%|████████▋ | 26/30 [00:07<00:01, 3.32it/s] 90%|█████████ | 27/30 [00:08<00:00, 3.32it/s] 93%|█████████▎| 28/30 [00:08<00:00, 3.32it/s] 97%|█████████▋| 29/30 [00:08<00:00, 3.32it/s] 100%|██████████| 30/30 [00:09<00:00, 3.32it/s] 100%|██████████| 30/30 [00:09<00:00, 3.32it/s] Decoding to pixels...: 0%| | 0/192 [00:00<?, ?frame/s] Decoding to pixels...: 12%|█▎ | 24/192 [00:00<00:02, 70.65frame/s] Decoding to pixels...: 25%|██▌ | 48/192 [00:00<00:01, 72.25frame/s] Decoding to pixels...: 38%|███▊ | 72/192 [00:00<00:01, 73.05frame/s] Decoding to pixels...: 50%|█████ | 96/192 [00:01<00:01, 73.43frame/s] Decoding to pixels...: 62%|██████▎ | 120/192 [00:01<00:00, 73.42frame/s] Decoding to pixels...: 75%|███████▌ | 144/192 [00:01<00:00, 73.43frame/s] Decoding to pixels...: 88%|████████▊ | 168/192 [00:02<00:00, 73.62frame/s] Decoding to pixels...: 100%|██████████| 192/192 [00:02<00:00, 73.75frame/s] Decoding to pixels...: 100%|██████████| 192/192 [00:02<00:00, 73.36frame/s] ffmpeg version 4.4.2-0ubuntu0.22.04.1 Copyright (c) 2000-2021 the FFmpeg developers built with gcc 11 (Ubuntu 11.2.0-19ubuntu1) configuration: --prefix=/usr --extra-version=0ubuntu0.22.04.1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libdav1d --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzimg --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl --enable-opengl --enable-sdl2 --enable-pocketsphinx --enable-librsvg --enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared libavutil 56. 70.100 / 56. 70.100 libavcodec 58.134.100 / 58.134.100 libavformat 58. 76.100 / 58. 76.100 libavdevice 58. 13.100 / 58. 13.100 libavfilter 7.110.100 / 7.110.100 libswscale 5. 9.100 / 5. 9.100 libswresample 3. 9.100 / 3. 9.100 libpostproc 55. 9.100 / 55. 9.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from './output/A stormtrooper surfing on the ocean-a94b04b1.mp4': Metadata: major_brand : isom minor_version : 512 compatible_brands: isomiso2mp41 encoder : Lavf59.27.100 Duration: 00:00:12.00, start: 0.000000, bitrate: 1787 kb/s Stream #0:0(und): Video: mpeg4 (Simple Profile) (mp4v / 0x7634706D), yuv420p, 384x192 [SAR 1:1 DAR 2:1], 1786 kb/s, 16 fps, 16 tbr, 16384 tbn, 16 tbc (default) Metadata: handler_name : VideoHandler vendor_id : [0][0][0][0] Codec AVOption b (set bitrate (in bits/s)) specified for output file #0 (./output/A stormtrooper surfing on the ocean-vseq2vseq-a94b04b1_encoded.mp4) has not been used for any stream. The most likely reason is either wrong type (e.g. a video option with no video streams) or that it is a private option of some encoder which was not actually used for any stream. Stream mapping: Stream #0:0 -> #0:0 (mpeg4 (native) -> h264 (libx264)) Press [q] to stop, [?] for help [libx264 @ 0x558de96b7c00] using SAR=1/1 [libx264 @ 0x558de96b7c00] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 AVX512 [libx264 @ 0x558de96b7c00] profile High, level 1.2, 4:2:0, 8-bit [libx264 @ 0x558de96b7c00] 264 - core 163 r3060 5db6aa6 - H.264/MPEG-4 AVC codec - Copyleft 2003-2021 - http://www.videolan.org/x264.html - options: cabac=1 ref=2 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=6 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=6 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=1 keyint=250 keyint_min=16 scenecut=40 intra_refresh=0 rc_lookahead=30 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00 Output #0, mp4, to './output/A stormtrooper surfing on the ocean-vseq2vseq-a94b04b1_encoded.mp4': Metadata: major_brand : isom minor_version : 512 compatible_brands: isomiso2mp41 encoder : Lavf58.76.100 Stream #0:0(und): Video: h264 (avc1 / 0x31637661), yuv420p(progressive), 384x192 [SAR 1:1 DAR 2:1], q=2-31, 16 fps, 16384 tbn (default) Metadata: handler_name : VideoHandler vendor_id : [0][0][0][0] encoder : Lavc58.134.100 libx264 Side data: cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A frame= 1 fps=0.0 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x [mp4 @ 0x558de96b9080] Starting second pass: moving the moov atom to the beginning of the file frame= 192 fps=0.0 q=-1.0 Lsize= 1228kB time=00:00:11.81 bitrate= 851.6kbits/s speed=32.5x video:1225kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.252901% [libx264 @ 0x558de96b7c00] frame I:5 Avg QP:23.87 size: 10294 [libx264 @ 0x558de96b7c00] frame P:48 Avg QP:26.31 size: 8452 [libx264 @ 0x558de96b7c00] frame B:139 Avg QP:27.31 size: 5729 [libx264 @ 0x558de96b7c00] consecutive B-frames: 2.6% 0.0% 7.8% 89.6% [libx264 @ 0x558de96b7c00] mb I I16..4: 4.4% 89.8% 5.8% [libx264 @ 0x558de96b7c00] mb P I16..4: 1.2% 59.6% 5.0% P16..4: 12.4% 14.8% 6.7% 0.0% 0.0% skip: 0.3% [libx264 @ 0x558de96b7c00] mb B I16..4: 1.1% 28.3% 5.1% B16..8: 25.4% 21.1% 5.8% direct:10.7% skip: 2.5% L0:28.1% L1:19.0% BI:52.9% [libx264 @ 0x558de96b7c00] 8x8 transform intra:85.6% inter:52.5% [libx264 @ 0x558de96b7c00] coded y,uvDC,uvAC intra: 96.5% 75.8% 24.1% inter: 67.4% 38.8% 1.6% [libx264 @ 0x558de96b7c00] i16 v,h,dc,p: 0% 48% 9% 43% [libx264 @ 0x558de96b7c00] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 2% 43% 21% 4% 3% 1% 7% 2% 16% [libx264 @ 0x558de96b7c00] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 5% 39% 11% 6% 5% 4% 9% 4% 16% [libx264 @ 0x558de96b7c00] i8c dc,h,v,p: 39% 49% 6% 7% [libx264 @ 0x558de96b7c00] Weighted P-Frames: Y:2.1% UV:0.0% [libx264 @ 0x558de96b7c00] ref P L0: 71.6% 28.4% [libx264 @ 0x558de96b7c00] ref B L0: 92.8% 7.2% [libx264 @ 0x558de96b7c00] ref B L1: 98.2% 1.8% [libx264 @ 0x558de96b7c00] kb/s:835.71 /src/output/A stormtrooper surfing on the ocean-vseq2vseq-06cd5f60_encoded.mp4
Prediction
lucataco/vseq2vseq:13a1402fID5wr2qejbymg44iii7kijhkzvnmStatusSucceededSourceWebHardwareA100 (40GB)Total durationCreatedInput
- fps
- 16
- times
- 8
- width
- 384
- height
- 192
- prompt
- A stormtrooper surfing on the ocean
- img_width
- 1152
- num_steps
- 30
- img_height
- 640
- guidance_scale
- 20
- number_of_frames
- 24
- image_guidance_scale
- 12
{ "fps": 16, "times": 8, "width": 384, "height": 192, "prompt": "A stormtrooper surfing on the ocean", "img_width": 1152, "num_steps": 30, "img_height": 640, "guidance_scale": 20, "number_of_frames": 24, "image_guidance_scale": 12 }
npm install replicate
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the clientimport Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run lucataco/vseq2vseq using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "lucataco/vseq2vseq:13a1402f55c44835009212440ea48d1680041a7964951eb804c34188d24311e8", { input: { fps: 16, times: 8, width: 384, height: 192, prompt: "A stormtrooper surfing on the ocean", img_width: 1152, num_steps: 30, img_height: 640, guidance_scale: 20, number_of_frames: 24, image_guidance_scale: 12 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
pip install replicate
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the clientimport replicate
Run lucataco/vseq2vseq using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "lucataco/vseq2vseq:13a1402f55c44835009212440ea48d1680041a7964951eb804c34188d24311e8", input={ "fps": 16, "times": 8, "width": 384, "height": 192, "prompt": "A stormtrooper surfing on the ocean", "img_width": 1152, "num_steps": 30, "img_height": 640, "guidance_scale": 20, "number_of_frames": 24, "image_guidance_scale": 12 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run lucataco/vseq2vseq 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": "13a1402f55c44835009212440ea48d1680041a7964951eb804c34188d24311e8", "input": { "fps": 16, "times": 8, "width": 384, "height": 192, "prompt": "A stormtrooper surfing on the ocean", "img_width": 1152, "num_steps": 30, "img_height": 640, "guidance_scale": 20, "number_of_frames": 24, "image_guidance_scale": 12 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-11-17T05:45:31.936909Z", "created_at": "2023-11-17T05:38:02.168322Z", "data_removed": false, "error": null, "id": "5wr2qejbymg44iii7kijhkzvnm", "input": { "fps": 16, "times": 8, "width": 384, "height": 192, "prompt": "A stormtrooper surfing on the ocean", "img_width": 1152, "num_steps": 30, "img_height": 640, "guidance_scale": 20, "number_of_frames": 24, "image_guidance_scale": 12 }, "logs": "The cache for model files in Transformers v4.22.0 has been updated. Migrating your old cache. This is a one-time only operation. You can interrupt this and resume the migration later on by calling `transformers.utils.move_cache()`.\n0it [00:00, ?it/s]\n0it [00:00, ?it/s]\n/vseq2vseq/pipeline/pipeline.py:28: FutureWarning: Importing `DiffusionPipeline` or `ImagePipelineOutput` from diffusers.pipeline_utils is deprecated. Please import from diffusers.pipelines.pipeline_utils instead.\nfrom diffusers.pipeline_utils import DiffusionPipeline\nLoading pipeline components...: 0%| | 0/7 [00:00<?, ?it/s]\nLoading pipeline components...: 14%|█▍ | 1/7 [00:00<00:00, 6.54it/s]\nLoading pipeline components...: 29%|██▊ | 2/7 [00:00<00:00, 8.10it/s]\nLoading pipeline components...: 43%|████▎ | 3/7 [00:00<00:00, 4.63it/s]\nLoading pipeline components...: 57%|█████▋ | 4/7 [00:02<00:03, 1.06s/it]\nLoading pipeline components...: 86%|████████▌ | 6/7 [00:03<00:00, 1.41it/s]\nLoading pipeline components...: 100%|██████████| 7/7 [00:03<00:00, 1.85it/s]\nLoading pipeline components...: 100%|██████████| 7/7 [00:03<00:00, 1.83it/s]\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:03<02:53, 3.55s/it]\n 4%|▍ | 2/50 [00:03<01:13, 1.53s/it]\n 6%|▌ | 3/50 [00:03<00:41, 1.13it/s]\n 8%|▊ | 4/50 [00:03<00:26, 1.71it/s]\n 10%|█ | 5/50 [00:04<00:18, 2.44it/s]\n 12%|█▏ | 6/50 [00:04<00:13, 3.28it/s]\n 14%|█▍ | 7/50 [00:04<00:10, 4.08it/s]\n 16%|█▌ | 8/50 [00:04<00:08, 4.98it/s]\n 18%|█▊ | 9/50 [00:04<00:06, 5.87it/s]\n 20%|██ | 10/50 [00:04<00:05, 6.71it/s]\n 22%|██▏ | 11/50 [00:04<00:05, 7.17it/s]\n 24%|██▍ | 12/50 [00:04<00:05, 7.40it/s]\n 26%|██▌ | 13/50 [00:04<00:04, 7.77it/s]\n 28%|██▊ | 14/50 [00:05<00:04, 8.10it/s]\n 32%|███▏ | 16/50 [00:05<00:03, 8.69it/s]\n 34%|███▍ | 17/50 [00:05<00:03, 8.53it/s]\n 36%|███▌ | 18/50 [00:05<00:03, 8.50it/s]\n 38%|███▊ | 19/50 [00:05<00:03, 8.60it/s]\n 40%|████ | 20/50 [00:05<00:03, 7.95it/s]\n 42%|████▏ | 21/50 [00:05<00:03, 7.90it/s]\n 44%|████▍ | 22/50 [00:05<00:03, 8.13it/s]\n 46%|████▌ | 23/50 [00:06<00:03, 8.29it/s]\n 48%|████▊ | 24/50 [00:06<00:03, 8.53it/s]\n 52%|█████▏ | 26/50 [00:06<00:02, 9.16it/s]\n 54%|█████▍ | 27/50 [00:06<00:02, 9.34it/s]\n 56%|█████▌ | 28/50 [00:06<00:02, 9.50it/s]\n 58%|█████▊ | 29/50 [00:06<00:02, 9.03it/s]\n 60%|██████ | 30/50 [00:06<00:02, 9.05it/s]\n 62%|██████▏ | 31/50 [00:06<00:02, 8.81it/s]\n 64%|██████▍ | 32/50 [00:07<00:02, 8.76it/s]\n 66%|██████▌ | 33/50 [00:07<00:01, 8.89it/s]\n 70%|███████ | 35/50 [00:07<00:01, 9.38it/s]\n 74%|███████▍ | 37/50 [00:07<00:01, 9.42it/s]\n 76%|███████▌ | 38/50 [00:07<00:01, 9.05it/s]\n 78%|███████▊ | 39/50 [00:07<00:01, 8.97it/s]\n 80%|████████ | 40/50 [00:07<00:01, 8.81it/s]\n 82%|████████▏ | 41/50 [00:08<00:01, 8.79it/s]\n 84%|████████▍ | 42/50 [00:08<00:00, 9.03it/s]\n 86%|████████▌ | 43/50 [00:08<00:00, 9.24it/s]\n 88%|████████▊ | 44/50 [00:08<00:00, 9.39it/s]\n 90%|█████████ | 45/50 [00:08<00:00, 9.35it/s]\n 92%|█████████▏| 46/50 [00:08<00:00, 9.23it/s]\n 94%|█████████▍| 47/50 [00:08<00:00, 8.72it/s]\n 96%|█████████▌| 48/50 [00:08<00:00, 8.60it/s]\n 98%|█████████▊| 49/50 [00:08<00:00, 8.70it/s]\n100%|██████████| 50/50 [00:09<00:00, 8.70it/s]\n100%|██████████| 50/50 [00:09<00:00, 5.52it/s]\nThe model has 2,333,275,464 trainable parameters\nLoading pipeline components...: 0%| | 0/5 [00:00<?, ?it/s]\nLoading pipeline components...: 100%|██████████| 5/5 [00:00<00:00, 8709.10it/s]\n49 Attention layers using Scaled Dot Product Attention.\n/root/.pyenv/versions/3.10.13/lib/python3.10/site-packages/diffusers/pipelines/text_to_video_synthesis/pipeline_text_to_video_synth.py:163: FutureWarning: `_encode_prompt()` is deprecated and it will be removed in a future version. Use `encode_prompt()` instead. Also, be aware that the output format changed from a concatenated tensor to a tuple.\ndeprecate(\"_encode_prompt()\", \"1.0.0\", deprecation_message, standard_warn=False)\nEncoding to latents...: 0%| | 0.00/1.00 [00:00<?, ?frame/s]\nEncoding to latents...: 100%|██████████| 1.00/1.00 [00:00<00:00, 12.0frame/s]\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:20, 1.42it/s]\n 7%|▋ | 2/30 [00:01<00:13, 2.10it/s]\n 10%|█ | 3/30 [00:01<00:10, 2.49it/s]\n 13%|█▎ | 4/30 [00:01<00:09, 2.72it/s]\n 17%|█▋ | 5/30 [00:01<00:08, 2.87it/s]\n 20%|██ | 6/30 [00:02<00:08, 2.96it/s]\n 23%|██▎ | 7/30 [00:02<00:07, 3.03it/s]\n 27%|██▋ | 8/30 [00:02<00:07, 3.08it/s]\n 30%|███ | 9/30 [00:03<00:06, 3.11it/s]\n 33%|███▎ | 10/30 [00:03<00:06, 3.13it/s]\n 37%|███▋ | 11/30 [00:03<00:06, 3.15it/s]\n 40%|████ | 12/30 [00:04<00:05, 3.15it/s]\n 43%|████▎ | 13/30 [00:04<00:05, 3.16it/s]\n 47%|████▋ | 14/30 [00:04<00:05, 3.16it/s]\n 50%|█████ | 15/30 [00:05<00:04, 3.17it/s]\n 53%|█████▎ | 16/30 [00:05<00:04, 3.17it/s]\n 57%|█████▋ | 17/30 [00:05<00:04, 3.18it/s]\n 60%|██████ | 18/30 [00:06<00:03, 3.17it/s]\n 63%|██████▎ | 19/30 [00:06<00:03, 3.17it/s]\n 67%|██████▋ | 20/30 [00:06<00:03, 3.17it/s]\n 70%|███████ | 21/30 [00:07<00:02, 3.18it/s]\n 73%|███████▎ | 22/30 [00:07<00:02, 3.17it/s]\n 77%|███████▋ | 23/30 [00:07<00:02, 3.18it/s]\n 80%|████████ | 24/30 [00:07<00:01, 3.17it/s]\n 83%|████████▎ | 25/30 [00:08<00:01, 3.18it/s]\n 87%|████████▋ | 26/30 [00:08<00:01, 3.18it/s]\n 90%|█████████ | 27/30 [00:08<00:00, 3.18it/s]\n 93%|█████████▎| 28/30 [00:09<00:00, 3.18it/s]\n 97%|█████████▋| 29/30 [00:09<00:00, 3.18it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.18it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.05it/s]\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:10, 2.71it/s]\n 7%|▋ | 2/30 [00:00<00:09, 2.95it/s]\n 10%|█ | 3/30 [00:01<00:08, 3.04it/s]\n 13%|█▎ | 4/30 [00:01<00:08, 3.08it/s]\n 17%|█▋ | 5/30 [00:01<00:08, 3.11it/s]\n 20%|██ | 6/30 [00:01<00:07, 3.12it/s]\n 23%|██▎ | 7/30 [00:02<00:07, 3.14it/s]\n 27%|██▋ | 8/30 [00:02<00:06, 3.15it/s]\n 30%|███ | 9/30 [00:02<00:06, 3.16it/s]\n 33%|███▎ | 10/30 [00:03<00:06, 3.16it/s]\n 37%|███▋ | 11/30 [00:03<00:06, 3.16it/s]\n 40%|████ | 12/30 [00:03<00:05, 3.16it/s]\n 43%|████▎ | 13/30 [00:04<00:05, 3.16it/s]\n 47%|████▋ | 14/30 [00:04<00:05, 3.16it/s]\n 50%|█████ | 15/30 [00:04<00:04, 3.16it/s]\n 53%|█████▎ | 16/30 [00:05<00:04, 3.16it/s]\n 57%|█████▋ | 17/30 [00:05<00:04, 3.16it/s]\n 60%|██████ | 18/30 [00:05<00:03, 3.16it/s]\n 63%|██████▎ | 19/30 [00:06<00:03, 3.17it/s]\n 67%|██████▋ | 20/30 [00:06<00:03, 3.17it/s]\n 70%|███████ | 21/30 [00:06<00:02, 3.17it/s]\n 73%|███████▎ | 22/30 [00:07<00:02, 3.17it/s]\n 77%|███████▋ | 23/30 [00:07<00:02, 3.17it/s]\n 80%|████████ | 24/30 [00:07<00:01, 3.17it/s]\n 83%|████████▎ | 25/30 [00:07<00:01, 3.17it/s]\n 87%|████████▋ | 26/30 [00:08<00:01, 3.17it/s]\n 90%|█████████ | 27/30 [00:08<00:00, 3.17it/s]\n 93%|█████████▎| 28/30 [00:08<00:00, 3.17it/s]\n 97%|█████████▋| 29/30 [00:09<00:00, 3.17it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.17it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.15it/s]\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:09, 3.17it/s]\n 7%|▋ | 2/30 [00:00<00:08, 3.17it/s]\n 10%|█ | 3/30 [00:00<00:08, 3.17it/s]\n 13%|█▎ | 4/30 [00:01<00:08, 3.17it/s]\n 17%|█▋ | 5/30 [00:01<00:07, 3.16it/s]\n 20%|██ | 6/30 [00:01<00:07, 3.17it/s]\n 23%|██▎ | 7/30 [00:02<00:07, 3.17it/s]\n 27%|██▋ | 8/30 [00:02<00:06, 3.17it/s]\n 30%|███ | 9/30 [00:02<00:06, 3.17it/s]\n 33%|███▎ | 10/30 [00:03<00:06, 3.17it/s]\n 37%|███▋ | 11/30 [00:03<00:05, 3.17it/s]\n 40%|████ | 12/30 [00:03<00:05, 3.17it/s]\n 43%|████▎ | 13/30 [00:04<00:05, 3.17it/s]\n 47%|████▋ | 14/30 [00:04<00:05, 3.17it/s]\n 50%|█████ | 15/30 [00:04<00:04, 3.17it/s]\n 53%|█████▎ | 16/30 [00:05<00:04, 3.17it/s]\n 57%|█████▋ | 17/30 [00:05<00:04, 3.17it/s]\n 60%|██████ | 18/30 [00:05<00:03, 3.17it/s]\n 63%|██████▎ | 19/30 [00:05<00:03, 3.17it/s]\n 67%|██████▋ | 20/30 [00:06<00:03, 3.17it/s]\n 70%|███████ | 21/30 [00:06<00:02, 3.17it/s]\n 73%|███████▎ | 22/30 [00:06<00:02, 3.17it/s]\n 77%|███████▋ | 23/30 [00:07<00:02, 3.17it/s]\n 80%|████████ | 24/30 [00:07<00:01, 3.16it/s]\n 83%|████████▎ | 25/30 [00:07<00:01, 3.16it/s]\n 87%|████████▋ | 26/30 [00:08<00:01, 3.15it/s]\n 90%|█████████ | 27/30 [00:08<00:00, 3.16it/s]\n 93%|█████████▎| 28/30 [00:08<00:00, 3.16it/s]\n 97%|█████████▋| 29/30 [00:09<00:00, 3.16it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.16it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.16it/s]\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:09, 3.17it/s]\n 7%|▋ | 2/30 [00:00<00:08, 3.17it/s]\n 10%|█ | 3/30 [00:00<00:08, 3.17it/s]\n 13%|█▎ | 4/30 [00:01<00:08, 3.17it/s]\n 17%|█▋ | 5/30 [00:01<00:07, 3.17it/s]\n 20%|██ | 6/30 [00:01<00:07, 3.17it/s]\n 23%|██▎ | 7/30 [00:02<00:07, 3.17it/s]\n 27%|██▋ | 8/30 [00:02<00:06, 3.17it/s]\n 30%|███ | 9/30 [00:02<00:06, 3.17it/s]\n 33%|███▎ | 10/30 [00:03<00:06, 3.17it/s]\n 37%|███▋ | 11/30 [00:03<00:05, 3.17it/s]\n 40%|████ | 12/30 [00:03<00:05, 3.17it/s]\n 43%|████▎ | 13/30 [00:04<00:05, 3.17it/s]\n 47%|████▋ | 14/30 [00:04<00:05, 3.17it/s]\n 50%|█████ | 15/30 [00:04<00:04, 3.17it/s]\n 53%|█████▎ | 16/30 [00:05<00:04, 3.16it/s]\n 57%|█████▋ | 17/30 [00:05<00:04, 3.16it/s]\n 60%|██████ | 18/30 [00:05<00:03, 3.16it/s]\n 63%|██████▎ | 19/30 [00:06<00:03, 3.16it/s]\n 67%|██████▋ | 20/30 [00:06<00:03, 3.16it/s]\n 70%|███████ | 21/30 [00:06<00:02, 3.17it/s]\n 73%|███████▎ | 22/30 [00:06<00:02, 3.16it/s]\n 77%|███████▋ | 23/30 [00:07<00:02, 3.17it/s]\n 80%|████████ | 24/30 [00:07<00:01, 3.17it/s]\n 83%|████████▎ | 25/30 [00:07<00:01, 3.14it/s]\n 87%|████████▋ | 26/30 [00:08<00:01, 3.15it/s]\n 90%|█████████ | 27/30 [00:08<00:00, 3.15it/s]\n 93%|█████████▎| 28/30 [00:08<00:00, 3.15it/s]\n 97%|█████████▋| 29/30 [00:09<00:00, 3.16it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.16it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.16it/s]\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:09, 3.17it/s]\n 7%|▋ | 2/30 [00:00<00:08, 3.16it/s]\n 10%|█ | 3/30 [00:00<00:08, 3.17it/s]\n 13%|█▎ | 4/30 [00:01<00:08, 3.17it/s]\n 17%|█▋ | 5/30 [00:01<00:07, 3.16it/s]\n 20%|██ | 6/30 [00:01<00:07, 3.16it/s]\n 23%|██▎ | 7/30 [00:02<00:07, 3.16it/s]\n 27%|██▋ | 8/30 [00:02<00:06, 3.16it/s]\n 30%|███ | 9/30 [00:02<00:06, 3.16it/s]\n 33%|███▎ | 10/30 [00:03<00:06, 3.15it/s]\n 37%|███▋ | 11/30 [00:03<00:06, 3.12it/s]\n 40%|████ | 12/30 [00:03<00:05, 3.13it/s]\n 43%|████▎ | 13/30 [00:04<00:05, 3.14it/s]\n 47%|████▋ | 14/30 [00:04<00:05, 3.15it/s]\n 50%|█████ | 15/30 [00:04<00:04, 3.15it/s]\n 53%|█████▎ | 16/30 [00:05<00:04, 3.15it/s]\n 57%|█████▋ | 17/30 [00:05<00:04, 3.15it/s]\n 60%|██████ | 18/30 [00:05<00:03, 3.15it/s]\n 63%|██████▎ | 19/30 [00:06<00:03, 3.16it/s]\n 67%|██████▋ | 20/30 [00:06<00:03, 3.16it/s]\n 70%|███████ | 21/30 [00:06<00:02, 3.16it/s]\n 73%|███████▎ | 22/30 [00:06<00:02, 3.16it/s]\n 77%|███████▋ | 23/30 [00:07<00:02, 3.16it/s]\n 80%|████████ | 24/30 [00:07<00:01, 3.16it/s]\n 83%|████████▎ | 25/30 [00:07<00:01, 3.16it/s]\n 87%|████████▋ | 26/30 [00:08<00:01, 3.16it/s]\n 90%|█████████ | 27/30 [00:08<00:00, 3.16it/s]\n 93%|█████████▎| 28/30 [00:08<00:00, 3.16it/s]\n 97%|█████████▋| 29/30 [00:09<00:00, 3.16it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.16it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.15it/s]\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:09, 3.17it/s]\n 7%|▋ | 2/30 [00:00<00:08, 3.16it/s]\n 10%|█ | 3/30 [00:00<00:08, 3.16it/s]\n 13%|█▎ | 4/30 [00:01<00:08, 3.15it/s]\n 17%|█▋ | 5/30 [00:01<00:07, 3.15it/s]\n 20%|██ | 6/30 [00:01<00:07, 3.15it/s]\n 23%|██▎ | 7/30 [00:02<00:07, 3.15it/s]\n 27%|██▋ | 8/30 [00:02<00:06, 3.15it/s]\n 30%|███ | 9/30 [00:02<00:06, 3.15it/s]\n 33%|███▎ | 10/30 [00:03<00:06, 3.15it/s]\n 37%|███▋ | 11/30 [00:03<00:06, 3.16it/s]\n 40%|████ | 12/30 [00:03<00:05, 3.16it/s]\n 43%|████▎ | 13/30 [00:04<00:05, 3.16it/s]\n 47%|████▋ | 14/30 [00:04<00:05, 3.16it/s]\n 50%|█████ | 15/30 [00:04<00:04, 3.16it/s]\n 53%|█████▎ | 16/30 [00:05<00:04, 3.15it/s]\n 57%|█████▋ | 17/30 [00:05<00:04, 3.15it/s]\n 60%|██████ | 18/30 [00:05<00:03, 3.15it/s]\n 63%|██████▎ | 19/30 [00:06<00:03, 3.15it/s]\n 67%|██████▋ | 20/30 [00:06<00:03, 3.15it/s]\n 70%|███████ | 21/30 [00:06<00:02, 3.15it/s]\n 73%|███████▎ | 22/30 [00:06<00:02, 3.15it/s]\n 77%|███████▋ | 23/30 [00:07<00:02, 3.15it/s]\n 80%|████████ | 24/30 [00:07<00:01, 3.16it/s]\n 83%|████████▎ | 25/30 [00:07<00:01, 3.16it/s]\n 87%|████████▋ | 26/30 [00:08<00:01, 3.14it/s]\n 90%|█████████ | 27/30 [00:08<00:00, 3.15it/s]\n 93%|█████████▎| 28/30 [00:08<00:00, 3.15it/s]\n 97%|█████████▋| 29/30 [00:09<00:00, 3.15it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.16it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.15it/s]\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:09, 3.17it/s]\n 7%|▋ | 2/30 [00:00<00:08, 3.17it/s]\n 10%|█ | 3/30 [00:00<00:08, 3.17it/s]\n 13%|█▎ | 4/30 [00:01<00:08, 3.17it/s]\n 17%|█▋ | 5/30 [00:01<00:07, 3.17it/s]\n 20%|██ | 6/30 [00:01<00:07, 3.16it/s]\n 23%|██▎ | 7/30 [00:02<00:07, 3.16it/s]\n 27%|██▋ | 8/30 [00:02<00:06, 3.16it/s]\n 30%|███ | 9/30 [00:02<00:06, 3.16it/s]\n 33%|███▎ | 10/30 [00:03<00:06, 3.16it/s]\n 37%|███▋ | 11/30 [00:03<00:06, 3.16it/s]\n 40%|████ | 12/30 [00:03<00:05, 3.16it/s]\n 43%|████▎ | 13/30 [00:04<00:05, 3.16it/s]\n 47%|████▋ | 14/30 [00:04<00:05, 3.16it/s]\n 50%|█████ | 15/30 [00:04<00:04, 3.17it/s]\n 53%|█████▎ | 16/30 [00:05<00:04, 3.17it/s]\n 57%|█████▋ | 17/30 [00:05<00:04, 3.16it/s]\n 60%|██████ | 18/30 [00:05<00:03, 3.14it/s]\n 63%|██████▎ | 19/30 [00:06<00:03, 3.15it/s]\n 67%|██████▋ | 20/30 [00:06<00:03, 3.14it/s]\n 70%|███████ | 21/30 [00:06<00:02, 3.13it/s]\n 73%|███████▎ | 22/30 [00:06<00:02, 3.13it/s]\n 77%|███████▋ | 23/30 [00:07<00:02, 3.13it/s]\n 80%|████████ | 24/30 [00:07<00:01, 3.14it/s]\n 83%|████████▎ | 25/30 [00:07<00:01, 3.14it/s]\n 87%|████████▋ | 26/30 [00:08<00:01, 3.15it/s]\n 90%|█████████ | 27/30 [00:08<00:00, 3.15it/s]\n 93%|█████████▎| 28/30 [00:08<00:00, 3.16it/s]\n 97%|█████████▋| 29/30 [00:09<00:00, 3.16it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.16it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.16it/s]\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:09, 3.17it/s]\n 7%|▋ | 2/30 [00:00<00:08, 3.17it/s]\n 10%|█ | 3/30 [00:00<00:08, 3.16it/s]\n 13%|█▎ | 4/30 [00:01<00:08, 3.16it/s]\n 17%|█▋ | 5/30 [00:01<00:07, 3.16it/s]\n 20%|██ | 6/30 [00:01<00:07, 3.16it/s]\n 23%|██▎ | 7/30 [00:02<00:07, 3.16it/s]\n 27%|██▋ | 8/30 [00:02<00:06, 3.16it/s]\n 30%|███ | 9/30 [00:02<00:06, 3.14it/s]\n 33%|███▎ | 10/30 [00:03<00:06, 3.15it/s]\n 37%|███▋ | 11/30 [00:03<00:06, 3.15it/s]\n 40%|████ | 12/30 [00:03<00:05, 3.15it/s]\n 43%|████▎ | 13/30 [00:04<00:05, 3.15it/s]\n 47%|████▋ | 14/30 [00:04<00:05, 3.14it/s]\n 50%|█████ | 15/30 [00:04<00:04, 3.13it/s]\n 53%|█████▎ | 16/30 [00:05<00:04, 3.14it/s]\n 57%|█████▋ | 17/30 [00:05<00:04, 3.14it/s]\n 60%|██████ | 18/30 [00:05<00:03, 3.14it/s]\n 63%|██████▎ | 19/30 [00:06<00:03, 3.13it/s]\n 67%|██████▋ | 20/30 [00:06<00:03, 3.13it/s]\n 70%|███████ | 21/30 [00:06<00:02, 3.13it/s]\n 73%|███████▎ | 22/30 [00:06<00:02, 3.13it/s]\n 77%|███████▋ | 23/30 [00:07<00:02, 3.13it/s]\n 80%|████████ | 24/30 [00:07<00:01, 3.13it/s]\n 83%|████████▎ | 25/30 [00:07<00:01, 3.13it/s]\n 87%|████████▋ | 26/30 [00:08<00:01, 3.13it/s]\n 90%|█████████ | 27/30 [00:08<00:00, 3.12it/s]\n 93%|█████████▎| 28/30 [00:08<00:00, 3.13it/s]\n 97%|█████████▋| 29/30 [00:09<00:00, 3.12it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.12it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.14it/s]\nDecoding to pixels...: 0%| | 0/192 [00:00<?, ?frame/s]\nDecoding to pixels...: 12%|█▎ | 24/192 [00:00<00:02, 62.87frame/s]\nDecoding to pixels...: 25%|██▌ | 48/192 [00:00<00:02, 67.11frame/s]\nDecoding to pixels...: 38%|███▊ | 72/192 [00:01<00:01, 66.62frame/s]\nDecoding to pixels...: 50%|█████ | 96/192 [00:01<00:01, 67.92frame/s]\nDecoding to pixels...: 62%|██████▎ | 120/192 [00:01<00:01, 68.63frame/s]\nDecoding to pixels...: 75%|███████▌ | 144/192 [00:02<00:00, 69.28frame/s]\nDecoding to pixels...: 88%|████████▊ | 168/192 [00:02<00:00, 69.56frame/s]\nDecoding to pixels...: 100%|██████████| 192/192 [00:02<00:00, 69.80frame/s]\nDecoding to pixels...: 100%|██████████| 192/192 [00:02<00:00, 68.68frame/s]\nffmpeg version 4.4.2-0ubuntu0.22.04.1 Copyright (c) 2000-2021 the FFmpeg developers\nbuilt with gcc 11 (Ubuntu 11.2.0-19ubuntu1)\nconfiguration: --prefix=/usr --extra-version=0ubuntu0.22.04.1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libdav1d --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzimg --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl --enable-opengl --enable-sdl2 --enable-pocketsphinx --enable-librsvg --enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared\nlibavutil 56. 70.100 / 56. 70.100\nlibavcodec 58.134.100 / 58.134.100\nlibavformat 58. 76.100 / 58. 76.100\nlibavdevice 58. 13.100 / 58. 13.100\nlibavfilter 7.110.100 / 7.110.100\nlibswscale 5. 9.100 / 5. 9.100\nlibswresample 3. 9.100 / 3. 9.100\nlibpostproc 55. 9.100 / 55. 9.100\nInput #0, mov,mp4,m4a,3gp,3g2,mj2, from './output/A stormtrooper surfing on the ocean-4ba580bd.mp4':\nMetadata:\nmajor_brand : isom\nminor_version : 512\ncompatible_brands: isomiso2mp41\nencoder : Lavf59.27.100\nDuration: 00:00:12.00, start: 0.000000, bitrate: 1169 kb/s\nStream #0:0(und): Video: mpeg4 (Simple Profile) (mp4v / 0x7634706D), yuv420p, 384x192 [SAR 1:1 DAR 2:1], 1168 kb/s, 16 fps, 16 tbr, 16384 tbn, 16 tbc (default)\nMetadata:\nhandler_name : VideoHandler\nvendor_id : [0][0][0][0]\nCodec AVOption b (set bitrate (in bits/s)) specified for output file #0 (./output/A stormtrooper surfing on the ocean-vseq2vseq-4ba580bd_encoded.mp4) has not been used for any stream. The most likely reason is either wrong type (e.g. a video option with no video streams) or that it is a private option of some encoder which was not actually used for any stream.\nStream mapping:\nStream #0:0 -> #0:0 (mpeg4 (native) -> h264 (libx264))\nPress [q] to stop, [?] for help\n[libx264 @ 0x591bf30ca800] using SAR=1/1\n[libx264 @ 0x591bf30ca800] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 AVX512\n[libx264 @ 0x591bf30ca800] profile High, level 1.2, 4:2:0, 8-bit\n[libx264 @ 0x591bf30ca800] 264 - core 163 r3060 5db6aa6 - H.264/MPEG-4 AVC codec - Copyleft 2003-2021 - http://www.videolan.org/x264.html - options: cabac=1 ref=2 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=6 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=6 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=1 keyint=250 keyint_min=16 scenecut=40 intra_refresh=0 rc_lookahead=30 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00\nOutput #0, mp4, to './output/A stormtrooper surfing on the ocean-vseq2vseq-4ba580bd_encoded.mp4':\nMetadata:\nmajor_brand : isom\nminor_version : 512\ncompatible_brands: isomiso2mp41\nencoder : Lavf58.76.100\nStream #0:0(und): Video: h264 (avc1 / 0x31637661), yuv420p(progressive), 384x192 [SAR 1:1 DAR 2:1], q=2-31, 16 fps, 16384 tbn (default)\nMetadata:\nhandler_name : VideoHandler\nvendor_id : [0][0][0][0]\nencoder : Lavc58.134.100 libx264\nSide data:\ncpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A\nframe= 1 fps=0.0 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x\n[mp4 @ 0x591bf30cb240] Starting second pass: moving the moov atom to the beginning of the file\nframe= 192 fps=0.0 q=-1.0 Lsize= 716kB time=00:00:11.81 bitrate= 496.7kbits/s speed=20.7x\nvideo:713kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.429970%\n[libx264 @ 0x591bf30ca800] frame I:3 Avg QP:23.94 size: 7101\n[libx264 @ 0x591bf30ca800] frame P:54 Avg QP:25.80 size: 5191\n[libx264 @ 0x591bf30ca800] frame B:135 Avg QP:27.13 size: 3170\n[libx264 @ 0x591bf30ca800] consecutive B-frames: 5.7% 1.0% 1.6% 91.7%\n[libx264 @ 0x591bf30ca800] mb I I16..4: 1.4% 92.8% 5.8%\n[libx264 @ 0x591bf30ca800] mb P I16..4: 0.6% 38.9% 6.0% P16..4: 23.1% 22.3% 8.6% 0.0% 0.0% skip: 0.4%\n[libx264 @ 0x591bf30ca800] mb B I16..4: 0.6% 15.0% 4.6% B16..8: 30.5% 22.7% 5.9% direct:17.6% skip: 2.9% L0:34.8% L1:25.4% BI:39.8%\n[libx264 @ 0x591bf30ca800] 8x8 transform intra:80.1% inter:60.2%\n[libx264 @ 0x591bf30ca800] coded y,uvDC,uvAC intra: 93.6% 74.0% 20.6% inter: 61.7% 31.4% 0.5%\n[libx264 @ 0x591bf30ca800] i16 v,h,dc,p: 2% 61% 4% 33%\n[libx264 @ 0x591bf30ca800] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 4% 48% 15% 2% 5% 3% 12% 2% 7%\n[libx264 @ 0x591bf30ca800] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 7% 33% 11% 5% 8% 6% 15% 4% 10%\n[libx264 @ 0x591bf30ca800] i8c dc,h,v,p: 46% 42% 8% 4%\n[libx264 @ 0x591bf30ca800] Weighted P-Frames: Y:1.9% UV:1.9%\n[libx264 @ 0x591bf30ca800] ref P L0: 77.5% 22.5%\n[libx264 @ 0x591bf30ca800] ref B L0: 93.8% 6.2%\n[libx264 @ 0x591bf30ca800] ref B L1: 98.5% 1.5%\n[libx264 @ 0x591bf30ca800] kb/s:486.40\n/src/output/A stormtrooper surfing on the ocean-vseq2vseq-4ba580bd_encoded.mp4", "metrics": { "predict_time": 123.981258, "total_time": 449.768587 }, "output": "https://replicate.delivery/pbxt/m8RA54UnJ9pHClm1u1OjOzzRVs8V0DvnexxfHQKvzmZ7fVyjA/A%20stormtrooper%20surfing%20on%20the%20ocean-vseq2vseq-4ba580bd_encoded.mp4", "started_at": "2023-11-17T05:43:27.955651Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/5wr2qejbymg44iii7kijhkzvnm", "cancel": "https://api.replicate.com/v1/predictions/5wr2qejbymg44iii7kijhkzvnm/cancel" }, "version": "13a1402f55c44835009212440ea48d1680041a7964951eb804c34188d24311e8" }
Generated inThe cache for model files in Transformers v4.22.0 has been updated. Migrating your old cache. This is a one-time only operation. You can interrupt this and resume the migration later on by calling `transformers.utils.move_cache()`. 0it [00:00, ?it/s] 0it [00:00, ?it/s] /vseq2vseq/pipeline/pipeline.py:28: FutureWarning: Importing `DiffusionPipeline` or `ImagePipelineOutput` from diffusers.pipeline_utils is deprecated. Please import from diffusers.pipelines.pipeline_utils instead. from diffusers.pipeline_utils import DiffusionPipeline Loading pipeline components...: 0%| | 0/7 [00:00<?, ?it/s] Loading pipeline components...: 14%|█▍ | 1/7 [00:00<00:00, 6.54it/s] Loading pipeline components...: 29%|██▊ | 2/7 [00:00<00:00, 8.10it/s] Loading pipeline components...: 43%|████▎ | 3/7 [00:00<00:00, 4.63it/s] Loading pipeline components...: 57%|█████▋ | 4/7 [00:02<00:03, 1.06s/it] Loading pipeline components...: 86%|████████▌ | 6/7 [00:03<00:00, 1.41it/s] Loading pipeline components...: 100%|██████████| 7/7 [00:03<00:00, 1.85it/s] Loading pipeline components...: 100%|██████████| 7/7 [00:03<00:00, 1.83it/s] 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:03<02:53, 3.55s/it] 4%|▍ | 2/50 [00:03<01:13, 1.53s/it] 6%|▌ | 3/50 [00:03<00:41, 1.13it/s] 8%|▊ | 4/50 [00:03<00:26, 1.71it/s] 10%|█ | 5/50 [00:04<00:18, 2.44it/s] 12%|█▏ | 6/50 [00:04<00:13, 3.28it/s] 14%|█▍ | 7/50 [00:04<00:10, 4.08it/s] 16%|█▌ | 8/50 [00:04<00:08, 4.98it/s] 18%|█▊ | 9/50 [00:04<00:06, 5.87it/s] 20%|██ | 10/50 [00:04<00:05, 6.71it/s] 22%|██▏ | 11/50 [00:04<00:05, 7.17it/s] 24%|██▍ | 12/50 [00:04<00:05, 7.40it/s] 26%|██▌ | 13/50 [00:04<00:04, 7.77it/s] 28%|██▊ | 14/50 [00:05<00:04, 8.10it/s] 32%|███▏ | 16/50 [00:05<00:03, 8.69it/s] 34%|███▍ | 17/50 [00:05<00:03, 8.53it/s] 36%|███▌ | 18/50 [00:05<00:03, 8.50it/s] 38%|███▊ | 19/50 [00:05<00:03, 8.60it/s] 40%|████ | 20/50 [00:05<00:03, 7.95it/s] 42%|████▏ | 21/50 [00:05<00:03, 7.90it/s] 44%|████▍ | 22/50 [00:05<00:03, 8.13it/s] 46%|████▌ | 23/50 [00:06<00:03, 8.29it/s] 48%|████▊ | 24/50 [00:06<00:03, 8.53it/s] 52%|█████▏ | 26/50 [00:06<00:02, 9.16it/s] 54%|█████▍ | 27/50 [00:06<00:02, 9.34it/s] 56%|█████▌ | 28/50 [00:06<00:02, 9.50it/s] 58%|█████▊ | 29/50 [00:06<00:02, 9.03it/s] 60%|██████ | 30/50 [00:06<00:02, 9.05it/s] 62%|██████▏ | 31/50 [00:06<00:02, 8.81it/s] 64%|██████▍ | 32/50 [00:07<00:02, 8.76it/s] 66%|██████▌ | 33/50 [00:07<00:01, 8.89it/s] 70%|███████ | 35/50 [00:07<00:01, 9.38it/s] 74%|███████▍ | 37/50 [00:07<00:01, 9.42it/s] 76%|███████▌ | 38/50 [00:07<00:01, 9.05it/s] 78%|███████▊ | 39/50 [00:07<00:01, 8.97it/s] 80%|████████ | 40/50 [00:07<00:01, 8.81it/s] 82%|████████▏ | 41/50 [00:08<00:01, 8.79it/s] 84%|████████▍ | 42/50 [00:08<00:00, 9.03it/s] 86%|████████▌ | 43/50 [00:08<00:00, 9.24it/s] 88%|████████▊ | 44/50 [00:08<00:00, 9.39it/s] 90%|█████████ | 45/50 [00:08<00:00, 9.35it/s] 92%|█████████▏| 46/50 [00:08<00:00, 9.23it/s] 94%|█████████▍| 47/50 [00:08<00:00, 8.72it/s] 96%|█████████▌| 48/50 [00:08<00:00, 8.60it/s] 98%|█████████▊| 49/50 [00:08<00:00, 8.70it/s] 100%|██████████| 50/50 [00:09<00:00, 8.70it/s] 100%|██████████| 50/50 [00:09<00:00, 5.52it/s] The model has 2,333,275,464 trainable parameters Loading pipeline components...: 0%| | 0/5 [00:00<?, ?it/s] Loading pipeline components...: 100%|██████████| 5/5 [00:00<00:00, 8709.10it/s] 49 Attention layers using Scaled Dot Product Attention. /root/.pyenv/versions/3.10.13/lib/python3.10/site-packages/diffusers/pipelines/text_to_video_synthesis/pipeline_text_to_video_synth.py:163: FutureWarning: `_encode_prompt()` is deprecated and it will be removed in a future version. Use `encode_prompt()` instead. Also, be aware that the output format changed from a concatenated tensor to a tuple. deprecate("_encode_prompt()", "1.0.0", deprecation_message, standard_warn=False) Encoding to latents...: 0%| | 0.00/1.00 [00:00<?, ?frame/s] Encoding to latents...: 100%|██████████| 1.00/1.00 [00:00<00:00, 12.0frame/s] 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:20, 1.42it/s] 7%|▋ | 2/30 [00:01<00:13, 2.10it/s] 10%|█ | 3/30 [00:01<00:10, 2.49it/s] 13%|█▎ | 4/30 [00:01<00:09, 2.72it/s] 17%|█▋ | 5/30 [00:01<00:08, 2.87it/s] 20%|██ | 6/30 [00:02<00:08, 2.96it/s] 23%|██▎ | 7/30 [00:02<00:07, 3.03it/s] 27%|██▋ | 8/30 [00:02<00:07, 3.08it/s] 30%|███ | 9/30 [00:03<00:06, 3.11it/s] 33%|███▎ | 10/30 [00:03<00:06, 3.13it/s] 37%|███▋ | 11/30 [00:03<00:06, 3.15it/s] 40%|████ | 12/30 [00:04<00:05, 3.15it/s] 43%|████▎ | 13/30 [00:04<00:05, 3.16it/s] 47%|████▋ | 14/30 [00:04<00:05, 3.16it/s] 50%|█████ | 15/30 [00:05<00:04, 3.17it/s] 53%|█████▎ | 16/30 [00:05<00:04, 3.17it/s] 57%|█████▋ | 17/30 [00:05<00:04, 3.18it/s] 60%|██████ | 18/30 [00:06<00:03, 3.17it/s] 63%|██████▎ | 19/30 [00:06<00:03, 3.17it/s] 67%|██████▋ | 20/30 [00:06<00:03, 3.17it/s] 70%|███████ | 21/30 [00:07<00:02, 3.18it/s] 73%|███████▎ | 22/30 [00:07<00:02, 3.17it/s] 77%|███████▋ | 23/30 [00:07<00:02, 3.18it/s] 80%|████████ | 24/30 [00:07<00:01, 3.17it/s] 83%|████████▎ | 25/30 [00:08<00:01, 3.18it/s] 87%|████████▋ | 26/30 [00:08<00:01, 3.18it/s] 90%|█████████ | 27/30 [00:08<00:00, 3.18it/s] 93%|█████████▎| 28/30 [00:09<00:00, 3.18it/s] 97%|█████████▋| 29/30 [00:09<00:00, 3.18it/s] 100%|██████████| 30/30 [00:09<00:00, 3.18it/s] 100%|██████████| 30/30 [00:09<00:00, 3.05it/s] 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:10, 2.71it/s] 7%|▋ | 2/30 [00:00<00:09, 2.95it/s] 10%|█ | 3/30 [00:01<00:08, 3.04it/s] 13%|█▎ | 4/30 [00:01<00:08, 3.08it/s] 17%|█▋ | 5/30 [00:01<00:08, 3.11it/s] 20%|██ | 6/30 [00:01<00:07, 3.12it/s] 23%|██▎ | 7/30 [00:02<00:07, 3.14it/s] 27%|██▋ | 8/30 [00:02<00:06, 3.15it/s] 30%|███ | 9/30 [00:02<00:06, 3.16it/s] 33%|███▎ | 10/30 [00:03<00:06, 3.16it/s] 37%|███▋ | 11/30 [00:03<00:06, 3.16it/s] 40%|████ | 12/30 [00:03<00:05, 3.16it/s] 43%|████▎ | 13/30 [00:04<00:05, 3.16it/s] 47%|████▋ | 14/30 [00:04<00:05, 3.16it/s] 50%|█████ | 15/30 [00:04<00:04, 3.16it/s] 53%|█████▎ | 16/30 [00:05<00:04, 3.16it/s] 57%|█████▋ | 17/30 [00:05<00:04, 3.16it/s] 60%|██████ | 18/30 [00:05<00:03, 3.16it/s] 63%|██████▎ | 19/30 [00:06<00:03, 3.17it/s] 67%|██████▋ | 20/30 [00:06<00:03, 3.17it/s] 70%|███████ | 21/30 [00:06<00:02, 3.17it/s] 73%|███████▎ | 22/30 [00:07<00:02, 3.17it/s] 77%|███████▋ | 23/30 [00:07<00:02, 3.17it/s] 80%|████████ | 24/30 [00:07<00:01, 3.17it/s] 83%|████████▎ | 25/30 [00:07<00:01, 3.17it/s] 87%|████████▋ | 26/30 [00:08<00:01, 3.17it/s] 90%|█████████ | 27/30 [00:08<00:00, 3.17it/s] 93%|█████████▎| 28/30 [00:08<00:00, 3.17it/s] 97%|█████████▋| 29/30 [00:09<00:00, 3.17it/s] 100%|██████████| 30/30 [00:09<00:00, 3.17it/s] 100%|██████████| 30/30 [00:09<00:00, 3.15it/s] 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:09, 3.17it/s] 7%|▋ | 2/30 [00:00<00:08, 3.17it/s] 10%|█ | 3/30 [00:00<00:08, 3.17it/s] 13%|█▎ | 4/30 [00:01<00:08, 3.17it/s] 17%|█▋ | 5/30 [00:01<00:07, 3.16it/s] 20%|██ | 6/30 [00:01<00:07, 3.17it/s] 23%|██▎ | 7/30 [00:02<00:07, 3.17it/s] 27%|██▋ | 8/30 [00:02<00:06, 3.17it/s] 30%|███ | 9/30 [00:02<00:06, 3.17it/s] 33%|███▎ | 10/30 [00:03<00:06, 3.17it/s] 37%|███▋ | 11/30 [00:03<00:05, 3.17it/s] 40%|████ | 12/30 [00:03<00:05, 3.17it/s] 43%|████▎ | 13/30 [00:04<00:05, 3.17it/s] 47%|████▋ | 14/30 [00:04<00:05, 3.17it/s] 50%|█████ | 15/30 [00:04<00:04, 3.17it/s] 53%|█████▎ | 16/30 [00:05<00:04, 3.17it/s] 57%|█████▋ | 17/30 [00:05<00:04, 3.17it/s] 60%|██████ | 18/30 [00:05<00:03, 3.17it/s] 63%|██████▎ | 19/30 [00:05<00:03, 3.17it/s] 67%|██████▋ | 20/30 [00:06<00:03, 3.17it/s] 70%|███████ | 21/30 [00:06<00:02, 3.17it/s] 73%|███████▎ | 22/30 [00:06<00:02, 3.17it/s] 77%|███████▋ | 23/30 [00:07<00:02, 3.17it/s] 80%|████████ | 24/30 [00:07<00:01, 3.16it/s] 83%|████████▎ | 25/30 [00:07<00:01, 3.16it/s] 87%|████████▋ | 26/30 [00:08<00:01, 3.15it/s] 90%|█████████ | 27/30 [00:08<00:00, 3.16it/s] 93%|█████████▎| 28/30 [00:08<00:00, 3.16it/s] 97%|█████████▋| 29/30 [00:09<00:00, 3.16it/s] 100%|██████████| 30/30 [00:09<00:00, 3.16it/s] 100%|██████████| 30/30 [00:09<00:00, 3.16it/s] 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:09, 3.17it/s] 7%|▋ | 2/30 [00:00<00:08, 3.17it/s] 10%|█ | 3/30 [00:00<00:08, 3.17it/s] 13%|█▎ | 4/30 [00:01<00:08, 3.17it/s] 17%|█▋ | 5/30 [00:01<00:07, 3.17it/s] 20%|██ | 6/30 [00:01<00:07, 3.17it/s] 23%|██▎ | 7/30 [00:02<00:07, 3.17it/s] 27%|██▋ | 8/30 [00:02<00:06, 3.17it/s] 30%|███ | 9/30 [00:02<00:06, 3.17it/s] 33%|███▎ | 10/30 [00:03<00:06, 3.17it/s] 37%|███▋ | 11/30 [00:03<00:05, 3.17it/s] 40%|████ | 12/30 [00:03<00:05, 3.17it/s] 43%|████▎ | 13/30 [00:04<00:05, 3.17it/s] 47%|████▋ | 14/30 [00:04<00:05, 3.17it/s] 50%|█████ | 15/30 [00:04<00:04, 3.17it/s] 53%|█████▎ | 16/30 [00:05<00:04, 3.16it/s] 57%|█████▋ | 17/30 [00:05<00:04, 3.16it/s] 60%|██████ | 18/30 [00:05<00:03, 3.16it/s] 63%|██████▎ | 19/30 [00:06<00:03, 3.16it/s] 67%|██████▋ | 20/30 [00:06<00:03, 3.16it/s] 70%|███████ | 21/30 [00:06<00:02, 3.17it/s] 73%|███████▎ | 22/30 [00:06<00:02, 3.16it/s] 77%|███████▋ | 23/30 [00:07<00:02, 3.17it/s] 80%|████████ | 24/30 [00:07<00:01, 3.17it/s] 83%|████████▎ | 25/30 [00:07<00:01, 3.14it/s] 87%|████████▋ | 26/30 [00:08<00:01, 3.15it/s] 90%|█████████ | 27/30 [00:08<00:00, 3.15it/s] 93%|█████████▎| 28/30 [00:08<00:00, 3.15it/s] 97%|█████████▋| 29/30 [00:09<00:00, 3.16it/s] 100%|██████████| 30/30 [00:09<00:00, 3.16it/s] 100%|██████████| 30/30 [00:09<00:00, 3.16it/s] 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:09, 3.17it/s] 7%|▋ | 2/30 [00:00<00:08, 3.16it/s] 10%|█ | 3/30 [00:00<00:08, 3.17it/s] 13%|█▎ | 4/30 [00:01<00:08, 3.17it/s] 17%|█▋ | 5/30 [00:01<00:07, 3.16it/s] 20%|██ | 6/30 [00:01<00:07, 3.16it/s] 23%|██▎ | 7/30 [00:02<00:07, 3.16it/s] 27%|██▋ | 8/30 [00:02<00:06, 3.16it/s] 30%|███ | 9/30 [00:02<00:06, 3.16it/s] 33%|███▎ | 10/30 [00:03<00:06, 3.15it/s] 37%|███▋ | 11/30 [00:03<00:06, 3.12it/s] 40%|████ | 12/30 [00:03<00:05, 3.13it/s] 43%|████▎ | 13/30 [00:04<00:05, 3.14it/s] 47%|████▋ | 14/30 [00:04<00:05, 3.15it/s] 50%|█████ | 15/30 [00:04<00:04, 3.15it/s] 53%|█████▎ | 16/30 [00:05<00:04, 3.15it/s] 57%|█████▋ | 17/30 [00:05<00:04, 3.15it/s] 60%|██████ | 18/30 [00:05<00:03, 3.15it/s] 63%|██████▎ | 19/30 [00:06<00:03, 3.16it/s] 67%|██████▋ | 20/30 [00:06<00:03, 3.16it/s] 70%|███████ | 21/30 [00:06<00:02, 3.16it/s] 73%|███████▎ | 22/30 [00:06<00:02, 3.16it/s] 77%|███████▋ | 23/30 [00:07<00:02, 3.16it/s] 80%|████████ | 24/30 [00:07<00:01, 3.16it/s] 83%|████████▎ | 25/30 [00:07<00:01, 3.16it/s] 87%|████████▋ | 26/30 [00:08<00:01, 3.16it/s] 90%|█████████ | 27/30 [00:08<00:00, 3.16it/s] 93%|█████████▎| 28/30 [00:08<00:00, 3.16it/s] 97%|█████████▋| 29/30 [00:09<00:00, 3.16it/s] 100%|██████████| 30/30 [00:09<00:00, 3.16it/s] 100%|██████████| 30/30 [00:09<00:00, 3.15it/s] 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:09, 3.17it/s] 7%|▋ | 2/30 [00:00<00:08, 3.16it/s] 10%|█ | 3/30 [00:00<00:08, 3.16it/s] 13%|█▎ | 4/30 [00:01<00:08, 3.15it/s] 17%|█▋ | 5/30 [00:01<00:07, 3.15it/s] 20%|██ | 6/30 [00:01<00:07, 3.15it/s] 23%|██▎ | 7/30 [00:02<00:07, 3.15it/s] 27%|██▋ | 8/30 [00:02<00:06, 3.15it/s] 30%|███ | 9/30 [00:02<00:06, 3.15it/s] 33%|███▎ | 10/30 [00:03<00:06, 3.15it/s] 37%|███▋ | 11/30 [00:03<00:06, 3.16it/s] 40%|████ | 12/30 [00:03<00:05, 3.16it/s] 43%|████▎ | 13/30 [00:04<00:05, 3.16it/s] 47%|████▋ | 14/30 [00:04<00:05, 3.16it/s] 50%|█████ | 15/30 [00:04<00:04, 3.16it/s] 53%|█████▎ | 16/30 [00:05<00:04, 3.15it/s] 57%|█████▋ | 17/30 [00:05<00:04, 3.15it/s] 60%|██████ | 18/30 [00:05<00:03, 3.15it/s] 63%|██████▎ | 19/30 [00:06<00:03, 3.15it/s] 67%|██████▋ | 20/30 [00:06<00:03, 3.15it/s] 70%|███████ | 21/30 [00:06<00:02, 3.15it/s] 73%|███████▎ | 22/30 [00:06<00:02, 3.15it/s] 77%|███████▋ | 23/30 [00:07<00:02, 3.15it/s] 80%|████████ | 24/30 [00:07<00:01, 3.16it/s] 83%|████████▎ | 25/30 [00:07<00:01, 3.16it/s] 87%|████████▋ | 26/30 [00:08<00:01, 3.14it/s] 90%|█████████ | 27/30 [00:08<00:00, 3.15it/s] 93%|█████████▎| 28/30 [00:08<00:00, 3.15it/s] 97%|█████████▋| 29/30 [00:09<00:00, 3.15it/s] 100%|██████████| 30/30 [00:09<00:00, 3.16it/s] 100%|██████████| 30/30 [00:09<00:00, 3.15it/s] 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:09, 3.17it/s] 7%|▋ | 2/30 [00:00<00:08, 3.17it/s] 10%|█ | 3/30 [00:00<00:08, 3.17it/s] 13%|█▎ | 4/30 [00:01<00:08, 3.17it/s] 17%|█▋ | 5/30 [00:01<00:07, 3.17it/s] 20%|██ | 6/30 [00:01<00:07, 3.16it/s] 23%|██▎ | 7/30 [00:02<00:07, 3.16it/s] 27%|██▋ | 8/30 [00:02<00:06, 3.16it/s] 30%|███ | 9/30 [00:02<00:06, 3.16it/s] 33%|███▎ | 10/30 [00:03<00:06, 3.16it/s] 37%|███▋ | 11/30 [00:03<00:06, 3.16it/s] 40%|████ | 12/30 [00:03<00:05, 3.16it/s] 43%|████▎ | 13/30 [00:04<00:05, 3.16it/s] 47%|████▋ | 14/30 [00:04<00:05, 3.16it/s] 50%|█████ | 15/30 [00:04<00:04, 3.17it/s] 53%|█████▎ | 16/30 [00:05<00:04, 3.17it/s] 57%|█████▋ | 17/30 [00:05<00:04, 3.16it/s] 60%|██████ | 18/30 [00:05<00:03, 3.14it/s] 63%|██████▎ | 19/30 [00:06<00:03, 3.15it/s] 67%|██████▋ | 20/30 [00:06<00:03, 3.14it/s] 70%|███████ | 21/30 [00:06<00:02, 3.13it/s] 73%|███████▎ | 22/30 [00:06<00:02, 3.13it/s] 77%|███████▋ | 23/30 [00:07<00:02, 3.13it/s] 80%|████████ | 24/30 [00:07<00:01, 3.14it/s] 83%|████████▎ | 25/30 [00:07<00:01, 3.14it/s] 87%|████████▋ | 26/30 [00:08<00:01, 3.15it/s] 90%|█████████ | 27/30 [00:08<00:00, 3.15it/s] 93%|█████████▎| 28/30 [00:08<00:00, 3.16it/s] 97%|█████████▋| 29/30 [00:09<00:00, 3.16it/s] 100%|██████████| 30/30 [00:09<00:00, 3.16it/s] 100%|██████████| 30/30 [00:09<00:00, 3.16it/s] 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:09, 3.17it/s] 7%|▋ | 2/30 [00:00<00:08, 3.17it/s] 10%|█ | 3/30 [00:00<00:08, 3.16it/s] 13%|█▎ | 4/30 [00:01<00:08, 3.16it/s] 17%|█▋ | 5/30 [00:01<00:07, 3.16it/s] 20%|██ | 6/30 [00:01<00:07, 3.16it/s] 23%|██▎ | 7/30 [00:02<00:07, 3.16it/s] 27%|██▋ | 8/30 [00:02<00:06, 3.16it/s] 30%|███ | 9/30 [00:02<00:06, 3.14it/s] 33%|███▎ | 10/30 [00:03<00:06, 3.15it/s] 37%|███▋ | 11/30 [00:03<00:06, 3.15it/s] 40%|████ | 12/30 [00:03<00:05, 3.15it/s] 43%|████▎ | 13/30 [00:04<00:05, 3.15it/s] 47%|████▋ | 14/30 [00:04<00:05, 3.14it/s] 50%|█████ | 15/30 [00:04<00:04, 3.13it/s] 53%|█████▎ | 16/30 [00:05<00:04, 3.14it/s] 57%|█████▋ | 17/30 [00:05<00:04, 3.14it/s] 60%|██████ | 18/30 [00:05<00:03, 3.14it/s] 63%|██████▎ | 19/30 [00:06<00:03, 3.13it/s] 67%|██████▋ | 20/30 [00:06<00:03, 3.13it/s] 70%|███████ | 21/30 [00:06<00:02, 3.13it/s] 73%|███████▎ | 22/30 [00:06<00:02, 3.13it/s] 77%|███████▋ | 23/30 [00:07<00:02, 3.13it/s] 80%|████████ | 24/30 [00:07<00:01, 3.13it/s] 83%|████████▎ | 25/30 [00:07<00:01, 3.13it/s] 87%|████████▋ | 26/30 [00:08<00:01, 3.13it/s] 90%|█████████ | 27/30 [00:08<00:00, 3.12it/s] 93%|█████████▎| 28/30 [00:08<00:00, 3.13it/s] 97%|█████████▋| 29/30 [00:09<00:00, 3.12it/s] 100%|██████████| 30/30 [00:09<00:00, 3.12it/s] 100%|██████████| 30/30 [00:09<00:00, 3.14it/s] Decoding to pixels...: 0%| | 0/192 [00:00<?, ?frame/s] Decoding to pixels...: 12%|█▎ | 24/192 [00:00<00:02, 62.87frame/s] Decoding to pixels...: 25%|██▌ | 48/192 [00:00<00:02, 67.11frame/s] Decoding to pixels...: 38%|███▊ | 72/192 [00:01<00:01, 66.62frame/s] Decoding to pixels...: 50%|█████ | 96/192 [00:01<00:01, 67.92frame/s] Decoding to pixels...: 62%|██████▎ | 120/192 [00:01<00:01, 68.63frame/s] Decoding to pixels...: 75%|███████▌ | 144/192 [00:02<00:00, 69.28frame/s] Decoding to pixels...: 88%|████████▊ | 168/192 [00:02<00:00, 69.56frame/s] Decoding to pixels...: 100%|██████████| 192/192 [00:02<00:00, 69.80frame/s] Decoding to pixels...: 100%|██████████| 192/192 [00:02<00:00, 68.68frame/s] ffmpeg version 4.4.2-0ubuntu0.22.04.1 Copyright (c) 2000-2021 the FFmpeg developers built with gcc 11 (Ubuntu 11.2.0-19ubuntu1) configuration: --prefix=/usr --extra-version=0ubuntu0.22.04.1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libdav1d --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzimg --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl --enable-opengl --enable-sdl2 --enable-pocketsphinx --enable-librsvg --enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared libavutil 56. 70.100 / 56. 70.100 libavcodec 58.134.100 / 58.134.100 libavformat 58. 76.100 / 58. 76.100 libavdevice 58. 13.100 / 58. 13.100 libavfilter 7.110.100 / 7.110.100 libswscale 5. 9.100 / 5. 9.100 libswresample 3. 9.100 / 3. 9.100 libpostproc 55. 9.100 / 55. 9.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from './output/A stormtrooper surfing on the ocean-4ba580bd.mp4': Metadata: major_brand : isom minor_version : 512 compatible_brands: isomiso2mp41 encoder : Lavf59.27.100 Duration: 00:00:12.00, start: 0.000000, bitrate: 1169 kb/s Stream #0:0(und): Video: mpeg4 (Simple Profile) (mp4v / 0x7634706D), yuv420p, 384x192 [SAR 1:1 DAR 2:1], 1168 kb/s, 16 fps, 16 tbr, 16384 tbn, 16 tbc (default) Metadata: handler_name : VideoHandler vendor_id : [0][0][0][0] Codec AVOption b (set bitrate (in bits/s)) specified for output file #0 (./output/A stormtrooper surfing on the ocean-vseq2vseq-4ba580bd_encoded.mp4) has not been used for any stream. The most likely reason is either wrong type (e.g. a video option with no video streams) or that it is a private option of some encoder which was not actually used for any stream. Stream mapping: Stream #0:0 -> #0:0 (mpeg4 (native) -> h264 (libx264)) Press [q] to stop, [?] for help [libx264 @ 0x591bf30ca800] using SAR=1/1 [libx264 @ 0x591bf30ca800] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 AVX512 [libx264 @ 0x591bf30ca800] profile High, level 1.2, 4:2:0, 8-bit [libx264 @ 0x591bf30ca800] 264 - core 163 r3060 5db6aa6 - H.264/MPEG-4 AVC codec - Copyleft 2003-2021 - http://www.videolan.org/x264.html - options: cabac=1 ref=2 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=6 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=6 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=1 keyint=250 keyint_min=16 scenecut=40 intra_refresh=0 rc_lookahead=30 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00 Output #0, mp4, to './output/A stormtrooper surfing on the ocean-vseq2vseq-4ba580bd_encoded.mp4': Metadata: major_brand : isom minor_version : 512 compatible_brands: isomiso2mp41 encoder : Lavf58.76.100 Stream #0:0(und): Video: h264 (avc1 / 0x31637661), yuv420p(progressive), 384x192 [SAR 1:1 DAR 2:1], q=2-31, 16 fps, 16384 tbn (default) Metadata: handler_name : VideoHandler vendor_id : [0][0][0][0] encoder : Lavc58.134.100 libx264 Side data: cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A frame= 1 fps=0.0 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x [mp4 @ 0x591bf30cb240] Starting second pass: moving the moov atom to the beginning of the file frame= 192 fps=0.0 q=-1.0 Lsize= 716kB time=00:00:11.81 bitrate= 496.7kbits/s speed=20.7x video:713kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.429970% [libx264 @ 0x591bf30ca800] frame I:3 Avg QP:23.94 size: 7101 [libx264 @ 0x591bf30ca800] frame P:54 Avg QP:25.80 size: 5191 [libx264 @ 0x591bf30ca800] frame B:135 Avg QP:27.13 size: 3170 [libx264 @ 0x591bf30ca800] consecutive B-frames: 5.7% 1.0% 1.6% 91.7% [libx264 @ 0x591bf30ca800] mb I I16..4: 1.4% 92.8% 5.8% [libx264 @ 0x591bf30ca800] mb P I16..4: 0.6% 38.9% 6.0% P16..4: 23.1% 22.3% 8.6% 0.0% 0.0% skip: 0.4% [libx264 @ 0x591bf30ca800] mb B I16..4: 0.6% 15.0% 4.6% B16..8: 30.5% 22.7% 5.9% direct:17.6% skip: 2.9% L0:34.8% L1:25.4% BI:39.8% [libx264 @ 0x591bf30ca800] 8x8 transform intra:80.1% inter:60.2% [libx264 @ 0x591bf30ca800] coded y,uvDC,uvAC intra: 93.6% 74.0% 20.6% inter: 61.7% 31.4% 0.5% [libx264 @ 0x591bf30ca800] i16 v,h,dc,p: 2% 61% 4% 33% [libx264 @ 0x591bf30ca800] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 4% 48% 15% 2% 5% 3% 12% 2% 7% [libx264 @ 0x591bf30ca800] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 7% 33% 11% 5% 8% 6% 15% 4% 10% [libx264 @ 0x591bf30ca800] i8c dc,h,v,p: 46% 42% 8% 4% [libx264 @ 0x591bf30ca800] Weighted P-Frames: Y:1.9% UV:1.9% [libx264 @ 0x591bf30ca800] ref P L0: 77.5% 22.5% [libx264 @ 0x591bf30ca800] ref B L0: 93.8% 6.2% [libx264 @ 0x591bf30ca800] ref B L1: 98.5% 1.5% [libx264 @ 0x591bf30ca800] kb/s:486.40 /src/output/A stormtrooper surfing on the ocean-vseq2vseq-4ba580bd_encoded.mp4
Prediction
lucataco/vseq2vseq:13a1402fIDubt7v2jb7jpzjntjlunojisr5eStatusSucceededSourceWebHardwareA100 (40GB)Total durationCreatedInput
- fps
- 16
- times
- 8
- width
- 384
- height
- 192
- prompt
- A panda bear surfing on the ocean
- img_width
- 1152
- num_steps
- 30
- img_height
- 640
- guidance_scale
- 20
- number_of_frames
- 24
- image_guidance_scale
- 12
{ "fps": 16, "times": 8, "width": 384, "height": 192, "prompt": "A panda bear surfing on the ocean", "img_width": 1152, "num_steps": 30, "img_height": 640, "guidance_scale": 20, "number_of_frames": 24, "image_guidance_scale": 12 }
npm install replicate
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the clientimport Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run lucataco/vseq2vseq using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "lucataco/vseq2vseq:13a1402f55c44835009212440ea48d1680041a7964951eb804c34188d24311e8", { input: { fps: 16, times: 8, width: 384, height: 192, prompt: "A panda bear surfing on the ocean", img_width: 1152, num_steps: 30, img_height: 640, guidance_scale: 20, number_of_frames: 24, image_guidance_scale: 12 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
pip install replicate
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the clientimport replicate
Run lucataco/vseq2vseq using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "lucataco/vseq2vseq:13a1402f55c44835009212440ea48d1680041a7964951eb804c34188d24311e8", input={ "fps": 16, "times": 8, "width": 384, "height": 192, "prompt": "A panda bear surfing on the ocean", "img_width": 1152, "num_steps": 30, "img_height": 640, "guidance_scale": 20, "number_of_frames": 24, "image_guidance_scale": 12 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Set theREPLICATE_API_TOKEN
environment variableexport REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run lucataco/vseq2vseq 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": "13a1402f55c44835009212440ea48d1680041a7964951eb804c34188d24311e8", "input": { "fps": 16, "times": 8, "width": 384, "height": 192, "prompt": "A panda bear surfing on the ocean", "img_width": 1152, "num_steps": 30, "img_height": 640, "guidance_scale": 20, "number_of_frames": 24, "image_guidance_scale": 12 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-11-17T05:47:53.483721Z", "created_at": "2023-11-17T05:45:50.756418Z", "data_removed": false, "error": null, "id": "ubt7v2jb7jpzjntjlunojisr5e", "input": { "fps": 16, "times": 8, "width": 384, "height": 192, "prompt": "A panda bear surfing on the ocean", "img_width": 1152, "num_steps": 30, "img_height": 640, "guidance_scale": 20, "number_of_frames": 24, "image_guidance_scale": 12 }, "logs": "/vseq2vseq/pipeline/pipeline.py:28: FutureWarning: Importing `DiffusionPipeline` or `ImagePipelineOutput` from diffusers.pipeline_utils is deprecated. Please import from diffusers.pipelines.pipeline_utils instead.\nfrom diffusers.pipeline_utils import DiffusionPipeline\nLoading pipeline components...: 0%| | 0/7 [00:00<?, ?it/s]\nLoading pipeline components...: 14%|█▍ | 1/7 [00:02<00:16, 2.72s/it]\nLoading pipeline components...: 29%|██▊ | 2/7 [00:02<00:06, 1.20s/it]\nLoading pipeline components...: 43%|████▎ | 3/7 [00:03<00:03, 1.24it/s]\nLoading pipeline components...: 71%|███████▏ | 5/7 [00:03<00:00, 2.46it/s]\nLoading pipeline components...: 100%|██████████| 7/7 [00:04<00:00, 2.25it/s]\nLoading pipeline components...: 100%|██████████| 7/7 [00:04<00:00, 1.60it/s]\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:02<01:39, 2.03s/it]\n 4%|▍ | 2/50 [00:02<00:43, 1.11it/s]\n 6%|▌ | 3/50 [00:02<00:25, 1.82it/s]\n 8%|▊ | 4/50 [00:02<00:17, 2.66it/s]\n 10%|█ | 5/50 [00:02<00:12, 3.54it/s]\n 12%|█▏ | 6/50 [00:02<00:10, 4.32it/s]\n 14%|█▍ | 7/50 [00:02<00:08, 5.24it/s]\n 18%|█▊ | 9/50 [00:02<00:06, 6.69it/s]\n 20%|██ | 10/50 [00:03<00:05, 7.03it/s]\n 22%|██▏ | 11/50 [00:03<00:05, 7.42it/s]\n 24%|██▍ | 12/50 [00:03<00:04, 7.76it/s]\n 26%|██▌ | 13/50 [00:03<00:04, 7.85it/s]\n 28%|██▊ | 14/50 [00:03<00:04, 7.99it/s]\n 30%|███ | 15/50 [00:03<00:04, 7.96it/s]\n 32%|███▏ | 16/50 [00:03<00:04, 8.44it/s]\n 34%|███▍ | 17/50 [00:03<00:04, 8.09it/s]\n 36%|███▌ | 18/50 [00:04<00:03, 8.51it/s]\n 38%|███▊ | 19/50 [00:04<00:03, 8.64it/s]\n 40%|████ | 20/50 [00:04<00:03, 8.61it/s]\n 42%|████▏ | 21/50 [00:04<00:03, 8.65it/s]\n 44%|████▍ | 22/50 [00:04<00:03, 8.50it/s]\n 46%|████▌ | 23/50 [00:04<00:03, 8.38it/s]\n 48%|████▊ | 24/50 [00:04<00:03, 8.36it/s]\n 50%|█████ | 25/50 [00:04<00:02, 8.47it/s]\n 52%|█████▏ | 26/50 [00:04<00:02, 8.43it/s]\n 54%|█████▍ | 27/50 [00:05<00:02, 8.48it/s]\n 56%|█████▌ | 28/50 [00:05<00:02, 8.32it/s]\n 58%|█████▊ | 29/50 [00:05<00:02, 8.47it/s]\n 60%|██████ | 30/50 [00:05<00:02, 8.67it/s]\n 62%|██████▏ | 31/50 [00:05<00:02, 8.70it/s]\n 64%|██████▍ | 32/50 [00:05<00:02, 8.44it/s]\n 66%|██████▌ | 33/50 [00:05<00:01, 8.66it/s]\n 68%|██████▊ | 34/50 [00:05<00:01, 8.71it/s]\n 70%|███████ | 35/50 [00:05<00:01, 8.65it/s]\n 72%|███████▏ | 36/50 [00:06<00:01, 8.68it/s]\n 74%|███████▍ | 37/50 [00:06<00:01, 8.84it/s]\n 78%|███████▊ | 39/50 [00:06<00:01, 9.15it/s]\n 80%|████████ | 40/50 [00:06<00:01, 9.11it/s]\n 82%|████████▏ | 41/50 [00:06<00:01, 8.84it/s]\n 84%|████████▍ | 42/50 [00:06<00:00, 8.69it/s]\n 86%|████████▌ | 43/50 [00:06<00:00, 8.61it/s]\n 88%|████████▊ | 44/50 [00:07<00:00, 8.61it/s]\n 90%|█████████ | 45/50 [00:07<00:00, 8.64it/s]\n 92%|█████████▏| 46/50 [00:07<00:00, 8.85it/s]\n 94%|█████████▍| 47/50 [00:07<00:00, 8.94it/s]\n 98%|█████████▊| 49/50 [00:07<00:00, 9.08it/s]\n100%|██████████| 50/50 [00:07<00:00, 8.72it/s]\n100%|██████████| 50/50 [00:07<00:00, 6.50it/s]\nThe model has 2,333,275,464 trainable parameters\nLoading pipeline components...: 0%| | 0/5 [00:00<?, ?it/s]\nLoading pipeline components...: 100%|██████████| 5/5 [00:00<00:00, 6395.71it/s]\n49 Attention layers using Scaled Dot Product Attention.\n/root/.pyenv/versions/3.10.13/lib/python3.10/site-packages/diffusers/pipelines/text_to_video_synthesis/pipeline_text_to_video_synth.py:163: FutureWarning: `_encode_prompt()` is deprecated and it will be removed in a future version. Use `encode_prompt()` instead. Also, be aware that the output format changed from a concatenated tensor to a tuple.\ndeprecate(\"_encode_prompt()\", \"1.0.0\", deprecation_message, standard_warn=False)\nEncoding to latents...: 0%| | 0.00/1.00 [00:00<?, ?frame/s]\nEncoding to latents...: 100%|██████████| 1.00/1.00 [00:00<00:00, 9.48frame/s]\nEncoding to latents...: 100%|██████████| 1.00/1.00 [00:00<00:00, 9.44frame/s]\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:17, 1.70it/s]\n 7%|▋ | 2/30 [00:00<00:12, 2.32it/s]\n 10%|█ | 3/30 [00:01<00:10, 2.65it/s]\n 13%|█▎ | 4/30 [00:01<00:09, 2.84it/s]\n 17%|█▋ | 5/30 [00:01<00:08, 2.95it/s]\n 20%|██ | 6/30 [00:02<00:07, 3.02it/s]\n 23%|██▎ | 7/30 [00:02<00:07, 3.07it/s]\n 27%|██▋ | 8/30 [00:02<00:07, 3.10it/s]\n 30%|███ | 9/30 [00:03<00:06, 3.13it/s]\n 33%|███▎ | 10/30 [00:03<00:06, 3.14it/s]\n 37%|███▋ | 11/30 [00:03<00:06, 3.15it/s]\n 40%|████ | 12/30 [00:04<00:05, 3.15it/s]\n 43%|████▎ | 13/30 [00:04<00:05, 3.15it/s]\n 47%|████▋ | 14/30 [00:04<00:05, 3.16it/s]\n 50%|█████ | 15/30 [00:05<00:04, 3.16it/s]\n 53%|█████▎ | 16/30 [00:05<00:04, 3.16it/s]\n 57%|█████▋ | 17/30 [00:05<00:04, 3.17it/s]\n 60%|██████ | 18/30 [00:05<00:03, 3.17it/s]\n 63%|██████▎ | 19/30 [00:06<00:03, 3.17it/s]\n 67%|██████▋ | 20/30 [00:06<00:03, 3.16it/s]\n 70%|███████ | 21/30 [00:06<00:02, 3.16it/s]\n 73%|███████▎ | 22/30 [00:07<00:02, 3.16it/s]\n 77%|███████▋ | 23/30 [00:07<00:02, 3.17it/s]\n 80%|████████ | 24/30 [00:07<00:01, 3.17it/s]\n 83%|████████▎ | 25/30 [00:08<00:01, 3.16it/s]\n 87%|████████▋ | 26/30 [00:08<00:01, 3.16it/s]\n 90%|█████████ | 27/30 [00:08<00:00, 3.16it/s]\n 93%|█████████▎| 28/30 [00:09<00:00, 3.16it/s]\n 97%|█████████▋| 29/30 [00:09<00:00, 3.16it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.16it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.08it/s]\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:11, 2.48it/s]\n 7%|▋ | 2/30 [00:00<00:09, 2.83it/s]\n 10%|█ | 3/30 [00:01<00:09, 2.98it/s]\n 13%|█▎ | 4/30 [00:01<00:08, 3.02it/s]\n 17%|█▋ | 5/30 [00:01<00:08, 3.07it/s]\n 20%|██ | 6/30 [00:01<00:07, 3.08it/s]\n 23%|██▎ | 7/30 [00:02<00:07, 3.11it/s]\n 27%|██▋ | 8/30 [00:02<00:07, 3.11it/s]\n 30%|███ | 9/30 [00:02<00:06, 3.12it/s]\n 33%|███▎ | 10/30 [00:03<00:06, 3.13it/s]\n 37%|███▋ | 11/30 [00:03<00:06, 3.14it/s]\n 40%|████ | 12/30 [00:03<00:05, 3.15it/s]\n 43%|████▎ | 13/30 [00:04<00:05, 3.14it/s]\n 47%|████▋ | 14/30 [00:04<00:05, 3.14it/s]\n 50%|█████ | 15/30 [00:04<00:04, 3.14it/s]\n 53%|█████▎ | 16/30 [00:05<00:04, 3.13it/s]\n 57%|█████▋ | 17/30 [00:05<00:04, 3.14it/s]\n 60%|██████ | 18/30 [00:05<00:03, 3.13it/s]\n 63%|██████▎ | 19/30 [00:06<00:03, 3.14it/s]\n 67%|██████▋ | 20/30 [00:06<00:03, 3.15it/s]\n 70%|███████ | 21/30 [00:06<00:02, 3.15it/s]\n 73%|███████▎ | 22/30 [00:07<00:02, 3.15it/s]\n 77%|███████▋ | 23/30 [00:07<00:02, 3.15it/s]\n 80%|████████ | 24/30 [00:07<00:01, 3.15it/s]\n 83%|████████▎ | 25/30 [00:08<00:01, 3.15it/s]\n 87%|████████▋ | 26/30 [00:08<00:01, 3.15it/s]\n 90%|█████████ | 27/30 [00:08<00:00, 3.15it/s]\n 93%|█████████▎| 28/30 [00:08<00:00, 3.15it/s]\n 97%|█████████▋| 29/30 [00:09<00:00, 3.15it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.14it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.12it/s]\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:09, 3.16it/s]\n 7%|▋ | 2/30 [00:00<00:08, 3.15it/s]\n 10%|█ | 3/30 [00:00<00:08, 3.16it/s]\n 13%|█▎ | 4/30 [00:01<00:08, 3.16it/s]\n 17%|█▋ | 5/30 [00:01<00:07, 3.15it/s]\n 20%|██ | 6/30 [00:01<00:07, 3.14it/s]\n 23%|██▎ | 7/30 [00:02<00:07, 3.15it/s]\n 27%|██▋ | 8/30 [00:02<00:06, 3.16it/s]\n 30%|███ | 9/30 [00:02<00:06, 3.16it/s]\n 33%|███▎ | 10/30 [00:03<00:06, 3.16it/s]\n 37%|███▋ | 11/30 [00:03<00:06, 3.15it/s]\n 40%|████ | 12/30 [00:03<00:05, 3.14it/s]\n 43%|████▎ | 13/30 [00:04<00:05, 3.14it/s]\n 47%|████▋ | 14/30 [00:04<00:05, 3.14it/s]\n 50%|█████ | 15/30 [00:04<00:04, 3.15it/s]\n 53%|█████▎ | 16/30 [00:05<00:04, 3.15it/s]\n 57%|█████▋ | 17/30 [00:05<00:04, 3.15it/s]\n 60%|██████ | 18/30 [00:05<00:03, 3.15it/s]\n 63%|██████▎ | 19/30 [00:06<00:03, 3.15it/s]\n 67%|██████▋ | 20/30 [00:06<00:03, 3.15it/s]\n 70%|███████ | 21/30 [00:06<00:02, 3.14it/s]\n 73%|███████▎ | 22/30 [00:06<00:02, 3.14it/s]\n 77%|███████▋ | 23/30 [00:07<00:02, 3.15it/s]\n 80%|████████ | 24/30 [00:07<00:01, 3.15it/s]\n 83%|████████▎ | 25/30 [00:07<00:01, 3.14it/s]\n 87%|████████▋ | 26/30 [00:08<00:01, 3.15it/s]\n 90%|█████████ | 27/30 [00:08<00:00, 3.15it/s]\n 93%|█████████▎| 28/30 [00:08<00:00, 3.15it/s]\n 97%|█████████▋| 29/30 [00:09<00:00, 3.15it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.14it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.15it/s]\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:09, 3.15it/s]\n 7%|▋ | 2/30 [00:00<00:08, 3.15it/s]\n 10%|█ | 3/30 [00:00<00:08, 3.14it/s]\n 13%|█▎ | 4/30 [00:01<00:08, 3.13it/s]\n 17%|█▋ | 5/30 [00:01<00:07, 3.14it/s]\n 20%|██ | 6/30 [00:01<00:07, 3.12it/s]\n 23%|██▎ | 7/30 [00:02<00:07, 3.13it/s]\n 27%|██▋ | 8/30 [00:02<00:07, 3.12it/s]\n 30%|███ | 9/30 [00:02<00:06, 3.13it/s]\n 33%|███▎ | 10/30 [00:03<00:06, 3.13it/s]\n 37%|███▋ | 11/30 [00:03<00:06, 3.14it/s]\n 40%|████ | 12/30 [00:03<00:05, 3.14it/s]\n 43%|████▎ | 13/30 [00:04<00:05, 3.14it/s]\n 47%|████▋ | 14/30 [00:04<00:05, 3.14it/s]\n 50%|█████ | 15/30 [00:04<00:04, 3.15it/s]\n 53%|█████▎ | 16/30 [00:05<00:04, 3.14it/s]\n 57%|█████▋ | 17/30 [00:05<00:04, 3.14it/s]\n 60%|██████ | 18/30 [00:05<00:03, 3.14it/s]\n 63%|██████▎ | 19/30 [00:06<00:03, 3.14it/s]\n 67%|██████▋ | 20/30 [00:06<00:03, 3.14it/s]\n 70%|███████ | 21/30 [00:06<00:02, 3.15it/s]\n 73%|███████▎ | 22/30 [00:07<00:02, 3.15it/s]\n 77%|███████▋ | 23/30 [00:07<00:02, 3.15it/s]\n 80%|████████ | 24/30 [00:07<00:01, 3.14it/s]\n 83%|████████▎ | 25/30 [00:07<00:01, 3.13it/s]\n 87%|████████▋ | 26/30 [00:08<00:01, 3.13it/s]\n 90%|█████████ | 27/30 [00:08<00:00, 3.14it/s]\n 93%|█████████▎| 28/30 [00:08<00:00, 3.13it/s]\n 97%|█████████▋| 29/30 [00:09<00:00, 3.13it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.14it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.14it/s]\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:09, 3.17it/s]\n 7%|▋ | 2/30 [00:00<00:08, 3.16it/s]\n 10%|█ | 3/30 [00:00<00:08, 3.16it/s]\n 13%|█▎ | 4/30 [00:01<00:08, 3.14it/s]\n 17%|█▋ | 5/30 [00:01<00:07, 3.13it/s]\n 20%|██ | 6/30 [00:01<00:07, 3.13it/s]\n 23%|██▎ | 7/30 [00:02<00:07, 3.13it/s]\n 27%|██▋ | 8/30 [00:02<00:07, 3.13it/s]\n 30%|███ | 9/30 [00:02<00:06, 3.13it/s]\n 33%|███▎ | 10/30 [00:03<00:06, 3.14it/s]\n 37%|███▋ | 11/30 [00:03<00:06, 3.14it/s]\n 40%|████ | 12/30 [00:03<00:05, 3.14it/s]\n 43%|████▎ | 13/30 [00:04<00:05, 3.14it/s]\n 47%|████▋ | 14/30 [00:04<00:05, 3.14it/s]\n 50%|█████ | 15/30 [00:04<00:04, 3.15it/s]\n 53%|█████▎ | 16/30 [00:05<00:04, 3.14it/s]\n 57%|█████▋ | 17/30 [00:05<00:04, 3.15it/s]\n 60%|██████ | 18/30 [00:05<00:03, 3.14it/s]\n 63%|██████▎ | 19/30 [00:06<00:03, 3.15it/s]\n 67%|██████▋ | 20/30 [00:06<00:03, 3.14it/s]\n 70%|███████ | 21/30 [00:06<00:02, 3.13it/s]\n 73%|███████▎ | 22/30 [00:07<00:02, 3.13it/s]\n 77%|███████▋ | 23/30 [00:07<00:02, 3.13it/s]\n 80%|████████ | 24/30 [00:07<00:01, 3.13it/s]\n 83%|████████▎ | 25/30 [00:07<00:01, 3.12it/s]\n 87%|████████▋ | 26/30 [00:08<00:01, 3.12it/s]\n 90%|█████████ | 27/30 [00:08<00:00, 3.12it/s]\n 93%|█████████▎| 28/30 [00:08<00:00, 3.13it/s]\n 97%|█████████▋| 29/30 [00:09<00:00, 3.13it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.13it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.13it/s]\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:09, 3.14it/s]\n 7%|▋ | 2/30 [00:00<00:08, 3.12it/s]\n 10%|█ | 3/30 [00:00<00:08, 3.13it/s]\n 13%|█▎ | 4/30 [00:01<00:08, 3.13it/s]\n 17%|█▋ | 5/30 [00:01<00:07, 3.13it/s]\n 20%|██ | 6/30 [00:01<00:07, 3.13it/s]\n 23%|██▎ | 7/30 [00:02<00:07, 3.14it/s]\n 27%|██▋ | 8/30 [00:02<00:07, 3.14it/s]\n 30%|███ | 9/30 [00:02<00:06, 3.14it/s]\n 33%|███▎ | 10/30 [00:03<00:06, 3.13it/s]\n 37%|███▋ | 11/30 [00:03<00:06, 3.13it/s]\n 40%|████ | 12/30 [00:03<00:05, 3.13it/s]\n 43%|████▎ | 13/30 [00:04<00:05, 3.13it/s]\n 47%|████▋ | 14/30 [00:04<00:05, 3.12it/s]\n 50%|█████ | 15/30 [00:04<00:04, 3.14it/s]\n 53%|█████▎ | 16/30 [00:05<00:04, 3.13it/s]\n 57%|█████▋ | 17/30 [00:05<00:04, 3.13it/s]\n 60%|██████ | 18/30 [00:05<00:03, 3.13it/s]\n 63%|██████▎ | 19/30 [00:06<00:03, 3.13it/s]\n 67%|██████▋ | 20/30 [00:06<00:03, 3.14it/s]\n 70%|███████ | 21/30 [00:06<00:02, 3.14it/s]\n 73%|███████▎ | 22/30 [00:07<00:02, 3.13it/s]\n 77%|███████▋ | 23/30 [00:07<00:02, 3.14it/s]\n 80%|████████ | 24/30 [00:07<00:01, 3.14it/s]\n 83%|████████▎ | 25/30 [00:07<00:01, 3.14it/s]\n 87%|████████▋ | 26/30 [00:08<00:01, 3.14it/s]\n 90%|█████████ | 27/30 [00:08<00:00, 3.12it/s]\n 93%|█████████▎| 28/30 [00:08<00:00, 3.13it/s]\n 97%|█████████▋| 29/30 [00:09<00:00, 3.13it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.12it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.13it/s]\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:09, 3.17it/s]\n 7%|▋ | 2/30 [00:00<00:08, 3.17it/s]\n 10%|█ | 3/30 [00:00<00:08, 3.15it/s]\n 13%|█▎ | 4/30 [00:01<00:08, 3.14it/s]\n 17%|█▋ | 5/30 [00:01<00:07, 3.14it/s]\n 20%|██ | 6/30 [00:01<00:07, 3.14it/s]\n 23%|██▎ | 7/30 [00:02<00:07, 3.14it/s]\n 27%|██▋ | 8/30 [00:02<00:06, 3.14it/s]\n 30%|███ | 9/30 [00:02<00:06, 3.15it/s]\n 33%|███▎ | 10/30 [00:03<00:06, 3.14it/s]\n 37%|███▋ | 11/30 [00:03<00:06, 3.13it/s]\n 40%|████ | 12/30 [00:03<00:05, 3.14it/s]\n 43%|████▎ | 13/30 [00:04<00:05, 3.13it/s]\n 47%|████▋ | 14/30 [00:04<00:05, 3.13it/s]\n 50%|█████ | 15/30 [00:04<00:04, 3.13it/s]\n 53%|█████▎ | 16/30 [00:05<00:04, 3.14it/s]\n 57%|█████▋ | 17/30 [00:05<00:04, 3.15it/s]\n 60%|██████ | 18/30 [00:05<00:03, 3.14it/s]\n 63%|██████▎ | 19/30 [00:06<00:03, 3.14it/s]\n 67%|██████▋ | 20/30 [00:06<00:03, 3.14it/s]\n 70%|███████ | 21/30 [00:06<00:02, 3.15it/s]\n 73%|███████▎ | 22/30 [00:07<00:02, 3.14it/s]\n 77%|███████▋ | 23/30 [00:07<00:02, 3.13it/s]\n 80%|████████ | 24/30 [00:07<00:01, 3.13it/s]\n 83%|████████▎ | 25/30 [00:07<00:01, 3.13it/s]\n 87%|████████▋ | 26/30 [00:08<00:01, 3.13it/s]\n 90%|█████████ | 27/30 [00:08<00:00, 3.13it/s]\n 93%|█████████▎| 28/30 [00:08<00:00, 3.13it/s]\n 97%|█████████▋| 29/30 [00:09<00:00, 3.13it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.14it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.14it/s]\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:09, 3.13it/s]\n 7%|▋ | 2/30 [00:00<00:08, 3.14it/s]\n 10%|█ | 3/30 [00:00<00:08, 3.14it/s]\n 13%|█▎ | 4/30 [00:01<00:08, 3.12it/s]\n 17%|█▋ | 5/30 [00:01<00:07, 3.13it/s]\n 20%|██ | 6/30 [00:01<00:07, 3.13it/s]\n 23%|██▎ | 7/30 [00:02<00:07, 3.13it/s]\n 27%|██▋ | 8/30 [00:02<00:07, 3.12it/s]\n 30%|███ | 9/30 [00:02<00:06, 3.13it/s]\n 33%|███▎ | 10/30 [00:03<00:06, 3.13it/s]\n 37%|███▋ | 11/30 [00:03<00:06, 3.14it/s]\n 40%|████ | 12/30 [00:03<00:05, 3.14it/s]\n 43%|████▎ | 13/30 [00:04<00:05, 3.14it/s]\n 47%|████▋ | 14/30 [00:04<00:05, 3.14it/s]\n 50%|█████ | 15/30 [00:04<00:04, 3.15it/s]\n 53%|█████▎ | 16/30 [00:05<00:04, 3.15it/s]\n 57%|█████▋ | 17/30 [00:05<00:04, 3.14it/s]\n 60%|██████ | 18/30 [00:05<00:03, 3.14it/s]\n 63%|██████▎ | 19/30 [00:06<00:03, 3.13it/s]\n 67%|██████▋ | 20/30 [00:06<00:03, 3.13it/s]\n 70%|███████ | 21/30 [00:06<00:02, 3.13it/s]\n 73%|███████▎ | 22/30 [00:07<00:02, 3.14it/s]\n 77%|███████▋ | 23/30 [00:07<00:02, 3.15it/s]\n 80%|████████ | 24/30 [00:07<00:01, 3.15it/s]\n 83%|████████▎ | 25/30 [00:07<00:01, 3.14it/s]\n 87%|████████▋ | 26/30 [00:08<00:01, 3.13it/s]\n 90%|█████████ | 27/30 [00:08<00:00, 3.13it/s]\n 93%|█████████▎| 28/30 [00:08<00:00, 3.13it/s]\n 97%|█████████▋| 29/30 [00:09<00:00, 3.13it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.13it/s]\n100%|██████████| 30/30 [00:09<00:00, 3.13it/s]\nDecoding to pixels...: 0%| | 0/192 [00:00<?, ?frame/s]\nDecoding to pixels...: 12%|█▎ | 24/192 [00:00<00:02, 61.44frame/s]\nDecoding to pixels...: 25%|██▌ | 48/192 [00:00<00:02, 66.83frame/s]\nDecoding to pixels...: 38%|███▊ | 72/192 [00:01<00:01, 68.73frame/s]\nDecoding to pixels...: 50%|█████ | 96/192 [00:01<00:01, 69.56frame/s]\nDecoding to pixels...: 62%|██████▎ | 120/192 [00:01<00:01, 70.20frame/s]\nDecoding to pixels...: 75%|███████▌ | 144/192 [00:02<00:00, 70.49frame/s]\nDecoding to pixels...: 88%|████████▊ | 168/192 [00:02<00:00, 70.77frame/s]\nDecoding to pixels...: 100%|██████████| 192/192 [00:02<00:00, 70.55frame/s]\nDecoding to pixels...: 100%|██████████| 192/192 [00:02<00:00, 69.64frame/s]\nffmpeg version 4.4.2-0ubuntu0.22.04.1 Copyright (c) 2000-2021 the FFmpeg developers\nbuilt with gcc 11 (Ubuntu 11.2.0-19ubuntu1)\nconfiguration: --prefix=/usr --extra-version=0ubuntu0.22.04.1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libdav1d --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzimg --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl --enable-opengl --enable-sdl2 --enable-pocketsphinx --enable-librsvg --enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared\nlibavutil 56. 70.100 / 56. 70.100\nlibavcodec 58.134.100 / 58.134.100\nlibavformat 58. 76.100 / 58. 76.100\nlibavdevice 58. 13.100 / 58. 13.100\nlibavfilter 7.110.100 / 7.110.100\nlibswscale 5. 9.100 / 5. 9.100\nlibswresample 3. 9.100 / 3. 9.100\nlibpostproc 55. 9.100 / 55. 9.100\nInput #0, mov,mp4,m4a,3gp,3g2,mj2, from './output/A panda bear surfing on the ocean-b2733025.mp4':\nMetadata:\nmajor_brand : isom\nminor_version : 512\ncompatible_brands: isomiso2mp41\nencoder : Lavf59.27.100\nDuration: 00:00:12.00, start: 0.000000, bitrate: 2426 kb/s\nStream #0:0(und): Video: mpeg4 (Simple Profile) (mp4v / 0x7634706D), yuv420p, 384x192 [SAR 1:1 DAR 2:1], 2425 kb/s, 16 fps, 16 tbr, 16384 tbn, 16 tbc (default)\nMetadata:\nhandler_name : VideoHandler\nvendor_id : [0][0][0][0]\nCodec AVOption b (set bitrate (in bits/s)) specified for output file #0 (./output/A panda bear surfing on the ocean-vseq2vseq-b2733025_encoded.mp4) has not been used for any stream. The most likely reason is either wrong type (e.g. a video option with no video streams) or that it is a private option of some encoder which was not actually used for any stream.\nStream mapping:\nStream #0:0 -> #0:0 (mpeg4 (native) -> h264 (libx264))\nPress [q] to stop, [?] for help\n[libx264 @ 0x5d07153f1900] using SAR=1/1\n[libx264 @ 0x5d07153f1900] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 AVX512\n[libx264 @ 0x5d07153f1900] profile High, level 1.2, 4:2:0, 8-bit\n[libx264 @ 0x5d07153f1900] 264 - core 163 r3060 5db6aa6 - H.264/MPEG-4 AVC codec - Copyleft 2003-2021 - http://www.videolan.org/x264.html - options: cabac=1 ref=2 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=6 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=6 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=1 keyint=250 keyint_min=16 scenecut=40 intra_refresh=0 rc_lookahead=30 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00\nOutput #0, mp4, to './output/A panda bear surfing on the ocean-vseq2vseq-b2733025_encoded.mp4':\nMetadata:\nmajor_brand : isom\nminor_version : 512\ncompatible_brands: isomiso2mp41\nencoder : Lavf58.76.100\nStream #0:0(und): Video: h264 (avc1 / 0x31637661), yuv420p(progressive), 384x192 [SAR 1:1 DAR 2:1], q=2-31, 16 fps, 16384 tbn (default)\nMetadata:\nhandler_name : VideoHandler\nvendor_id : [0][0][0][0]\nencoder : Lavc58.134.100 libx264\nSide data:\ncpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A\nframe= 1 fps=0.0 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x\nframe= 168 fps=0.0 q=27.0 size= 1024kB time=00:00:07.81 bitrate=1073.8kbits/s speed=15.4x\n[mp4 @ 0x5d07153e87c0] Starting second pass: moving the moov atom to the beginning of the file\nframe= 192 fps=0.0 q=-1.0 Lsize= 1811kB time=00:00:11.81 bitrate=1255.8kbits/s speed= 17x\nvideo:1808kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.170926%\n[libx264 @ 0x5d07153f1900] frame I:7 Avg QP:24.11 size: 14563\n[libx264 @ 0x5d07153f1900] frame P:49 Avg QP:26.99 size: 11302\n[libx264 @ 0x5d07153f1900] frame B:136 Avg QP:27.61 size: 8784\n[libx264 @ 0x5d07153f1900] consecutive B-frames: 4.2% 1.0% 9.4% 85.4%\n[libx264 @ 0x5d07153f1900] mb I I16..4: 0.9% 91.0% 8.1%\n[libx264 @ 0x5d07153f1900] mb P I16..4: 0.4% 71.0% 9.2% P16..4: 6.8% 8.0% 4.4% 0.0% 0.0% skip: 0.0%\n[libx264 @ 0x5d07153f1900] mb B I16..4: 1.6% 37.1% 10.6% B16..8: 17.7% 21.4% 6.0% direct: 5.0% skip: 0.5% L0:25.9% L1:15.9% BI:58.2%\n[libx264 @ 0x5d07153f1900] 8x8 transform intra:80.7% inter:41.4%\n[libx264 @ 0x5d07153f1900] coded y,uvDC,uvAC intra: 96.4% 72.0% 24.3% inter: 74.5% 39.4% 5.5%\n[libx264 @ 0x5d07153f1900] i16 v,h,dc,p: 2% 27% 28% 43%\n[libx264 @ 0x5d07153f1900] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 3% 34% 29% 3% 6% 3% 13% 2% 7%\n[libx264 @ 0x5d07153f1900] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 5% 14% 14% 4% 19% 6% 26% 4% 7%\n[libx264 @ 0x5d07153f1900] i8c dc,h,v,p: 48% 38% 9% 5%\n[libx264 @ 0x5d07153f1900] Weighted P-Frames: Y:8.2% UV:4.1%\n[libx264 @ 0x5d07153f1900] ref P L0: 69.5% 30.5%\n[libx264 @ 0x5d07153f1900] ref B L0: 91.1% 8.9%\n[libx264 @ 0x5d07153f1900] ref B L1: 97.2% 2.8%\n[libx264 @ 0x5d07153f1900] kb/s:1233.61\n/src/output/A panda bear surfing on the ocean-vseq2vseq-b2733025_encoded.mp4", "metrics": { "predict_time": 122.712638, "total_time": 122.727303 }, "output": "https://replicate.delivery/pbxt/gUfuJh4JBYRSMy7yDeOj7N8lmvg37QdyH1mT9GePKpvREWyjA/A%20panda%20bear%20surfing%20on%20the%20ocean-vseq2vseq-b2733025_encoded.mp4", "started_at": "2023-11-17T05:45:50.771083Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/ubt7v2jb7jpzjntjlunojisr5e", "cancel": "https://api.replicate.com/v1/predictions/ubt7v2jb7jpzjntjlunojisr5e/cancel" }, "version": "13a1402f55c44835009212440ea48d1680041a7964951eb804c34188d24311e8" }
Generated in/vseq2vseq/pipeline/pipeline.py:28: FutureWarning: Importing `DiffusionPipeline` or `ImagePipelineOutput` from diffusers.pipeline_utils is deprecated. Please import from diffusers.pipelines.pipeline_utils instead. from diffusers.pipeline_utils import DiffusionPipeline Loading pipeline components...: 0%| | 0/7 [00:00<?, ?it/s] Loading pipeline components...: 14%|█▍ | 1/7 [00:02<00:16, 2.72s/it] Loading pipeline components...: 29%|██▊ | 2/7 [00:02<00:06, 1.20s/it] Loading pipeline components...: 43%|████▎ | 3/7 [00:03<00:03, 1.24it/s] Loading pipeline components...: 71%|███████▏ | 5/7 [00:03<00:00, 2.46it/s] Loading pipeline components...: 100%|██████████| 7/7 [00:04<00:00, 2.25it/s] Loading pipeline components...: 100%|██████████| 7/7 [00:04<00:00, 1.60it/s] 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:02<01:39, 2.03s/it] 4%|▍ | 2/50 [00:02<00:43, 1.11it/s] 6%|▌ | 3/50 [00:02<00:25, 1.82it/s] 8%|▊ | 4/50 [00:02<00:17, 2.66it/s] 10%|█ | 5/50 [00:02<00:12, 3.54it/s] 12%|█▏ | 6/50 [00:02<00:10, 4.32it/s] 14%|█▍ | 7/50 [00:02<00:08, 5.24it/s] 18%|█▊ | 9/50 [00:02<00:06, 6.69it/s] 20%|██ | 10/50 [00:03<00:05, 7.03it/s] 22%|██▏ | 11/50 [00:03<00:05, 7.42it/s] 24%|██▍ | 12/50 [00:03<00:04, 7.76it/s] 26%|██▌ | 13/50 [00:03<00:04, 7.85it/s] 28%|██▊ | 14/50 [00:03<00:04, 7.99it/s] 30%|███ | 15/50 [00:03<00:04, 7.96it/s] 32%|███▏ | 16/50 [00:03<00:04, 8.44it/s] 34%|███▍ | 17/50 [00:03<00:04, 8.09it/s] 36%|███▌ | 18/50 [00:04<00:03, 8.51it/s] 38%|███▊ | 19/50 [00:04<00:03, 8.64it/s] 40%|████ | 20/50 [00:04<00:03, 8.61it/s] 42%|████▏ | 21/50 [00:04<00:03, 8.65it/s] 44%|████▍ | 22/50 [00:04<00:03, 8.50it/s] 46%|████▌ | 23/50 [00:04<00:03, 8.38it/s] 48%|████▊ | 24/50 [00:04<00:03, 8.36it/s] 50%|█████ | 25/50 [00:04<00:02, 8.47it/s] 52%|█████▏ | 26/50 [00:04<00:02, 8.43it/s] 54%|█████▍ | 27/50 [00:05<00:02, 8.48it/s] 56%|█████▌ | 28/50 [00:05<00:02, 8.32it/s] 58%|█████▊ | 29/50 [00:05<00:02, 8.47it/s] 60%|██████ | 30/50 [00:05<00:02, 8.67it/s] 62%|██████▏ | 31/50 [00:05<00:02, 8.70it/s] 64%|██████▍ | 32/50 [00:05<00:02, 8.44it/s] 66%|██████▌ | 33/50 [00:05<00:01, 8.66it/s] 68%|██████▊ | 34/50 [00:05<00:01, 8.71it/s] 70%|███████ | 35/50 [00:05<00:01, 8.65it/s] 72%|███████▏ | 36/50 [00:06<00:01, 8.68it/s] 74%|███████▍ | 37/50 [00:06<00:01, 8.84it/s] 78%|███████▊ | 39/50 [00:06<00:01, 9.15it/s] 80%|████████ | 40/50 [00:06<00:01, 9.11it/s] 82%|████████▏ | 41/50 [00:06<00:01, 8.84it/s] 84%|████████▍ | 42/50 [00:06<00:00, 8.69it/s] 86%|████████▌ | 43/50 [00:06<00:00, 8.61it/s] 88%|████████▊ | 44/50 [00:07<00:00, 8.61it/s] 90%|█████████ | 45/50 [00:07<00:00, 8.64it/s] 92%|█████████▏| 46/50 [00:07<00:00, 8.85it/s] 94%|█████████▍| 47/50 [00:07<00:00, 8.94it/s] 98%|█████████▊| 49/50 [00:07<00:00, 9.08it/s] 100%|██████████| 50/50 [00:07<00:00, 8.72it/s] 100%|██████████| 50/50 [00:07<00:00, 6.50it/s] The model has 2,333,275,464 trainable parameters Loading pipeline components...: 0%| | 0/5 [00:00<?, ?it/s] Loading pipeline components...: 100%|██████████| 5/5 [00:00<00:00, 6395.71it/s] 49 Attention layers using Scaled Dot Product Attention. /root/.pyenv/versions/3.10.13/lib/python3.10/site-packages/diffusers/pipelines/text_to_video_synthesis/pipeline_text_to_video_synth.py:163: FutureWarning: `_encode_prompt()` is deprecated and it will be removed in a future version. Use `encode_prompt()` instead. Also, be aware that the output format changed from a concatenated tensor to a tuple. deprecate("_encode_prompt()", "1.0.0", deprecation_message, standard_warn=False) Encoding to latents...: 0%| | 0.00/1.00 [00:00<?, ?frame/s] Encoding to latents...: 100%|██████████| 1.00/1.00 [00:00<00:00, 9.48frame/s] Encoding to latents...: 100%|██████████| 1.00/1.00 [00:00<00:00, 9.44frame/s] 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:17, 1.70it/s] 7%|▋ | 2/30 [00:00<00:12, 2.32it/s] 10%|█ | 3/30 [00:01<00:10, 2.65it/s] 13%|█▎ | 4/30 [00:01<00:09, 2.84it/s] 17%|█▋ | 5/30 [00:01<00:08, 2.95it/s] 20%|██ | 6/30 [00:02<00:07, 3.02it/s] 23%|██▎ | 7/30 [00:02<00:07, 3.07it/s] 27%|██▋ | 8/30 [00:02<00:07, 3.10it/s] 30%|███ | 9/30 [00:03<00:06, 3.13it/s] 33%|███▎ | 10/30 [00:03<00:06, 3.14it/s] 37%|███▋ | 11/30 [00:03<00:06, 3.15it/s] 40%|████ | 12/30 [00:04<00:05, 3.15it/s] 43%|████▎ | 13/30 [00:04<00:05, 3.15it/s] 47%|████▋ | 14/30 [00:04<00:05, 3.16it/s] 50%|█████ | 15/30 [00:05<00:04, 3.16it/s] 53%|█████▎ | 16/30 [00:05<00:04, 3.16it/s] 57%|█████▋ | 17/30 [00:05<00:04, 3.17it/s] 60%|██████ | 18/30 [00:05<00:03, 3.17it/s] 63%|██████▎ | 19/30 [00:06<00:03, 3.17it/s] 67%|██████▋ | 20/30 [00:06<00:03, 3.16it/s] 70%|███████ | 21/30 [00:06<00:02, 3.16it/s] 73%|███████▎ | 22/30 [00:07<00:02, 3.16it/s] 77%|███████▋ | 23/30 [00:07<00:02, 3.17it/s] 80%|████████ | 24/30 [00:07<00:01, 3.17it/s] 83%|████████▎ | 25/30 [00:08<00:01, 3.16it/s] 87%|████████▋ | 26/30 [00:08<00:01, 3.16it/s] 90%|█████████ | 27/30 [00:08<00:00, 3.16it/s] 93%|█████████▎| 28/30 [00:09<00:00, 3.16it/s] 97%|█████████▋| 29/30 [00:09<00:00, 3.16it/s] 100%|██████████| 30/30 [00:09<00:00, 3.16it/s] 100%|██████████| 30/30 [00:09<00:00, 3.08it/s] 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:11, 2.48it/s] 7%|▋ | 2/30 [00:00<00:09, 2.83it/s] 10%|█ | 3/30 [00:01<00:09, 2.98it/s] 13%|█▎ | 4/30 [00:01<00:08, 3.02it/s] 17%|█▋ | 5/30 [00:01<00:08, 3.07it/s] 20%|██ | 6/30 [00:01<00:07, 3.08it/s] 23%|██▎ | 7/30 [00:02<00:07, 3.11it/s] 27%|██▋ | 8/30 [00:02<00:07, 3.11it/s] 30%|███ | 9/30 [00:02<00:06, 3.12it/s] 33%|███▎ | 10/30 [00:03<00:06, 3.13it/s] 37%|███▋ | 11/30 [00:03<00:06, 3.14it/s] 40%|████ | 12/30 [00:03<00:05, 3.15it/s] 43%|████▎ | 13/30 [00:04<00:05, 3.14it/s] 47%|████▋ | 14/30 [00:04<00:05, 3.14it/s] 50%|█████ | 15/30 [00:04<00:04, 3.14it/s] 53%|█████▎ | 16/30 [00:05<00:04, 3.13it/s] 57%|█████▋ | 17/30 [00:05<00:04, 3.14it/s] 60%|██████ | 18/30 [00:05<00:03, 3.13it/s] 63%|██████▎ | 19/30 [00:06<00:03, 3.14it/s] 67%|██████▋ | 20/30 [00:06<00:03, 3.15it/s] 70%|███████ | 21/30 [00:06<00:02, 3.15it/s] 73%|███████▎ | 22/30 [00:07<00:02, 3.15it/s] 77%|███████▋ | 23/30 [00:07<00:02, 3.15it/s] 80%|████████ | 24/30 [00:07<00:01, 3.15it/s] 83%|████████▎ | 25/30 [00:08<00:01, 3.15it/s] 87%|████████▋ | 26/30 [00:08<00:01, 3.15it/s] 90%|█████████ | 27/30 [00:08<00:00, 3.15it/s] 93%|█████████▎| 28/30 [00:08<00:00, 3.15it/s] 97%|█████████▋| 29/30 [00:09<00:00, 3.15it/s] 100%|██████████| 30/30 [00:09<00:00, 3.14it/s] 100%|██████████| 30/30 [00:09<00:00, 3.12it/s] 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:09, 3.16it/s] 7%|▋ | 2/30 [00:00<00:08, 3.15it/s] 10%|█ | 3/30 [00:00<00:08, 3.16it/s] 13%|█▎ | 4/30 [00:01<00:08, 3.16it/s] 17%|█▋ | 5/30 [00:01<00:07, 3.15it/s] 20%|██ | 6/30 [00:01<00:07, 3.14it/s] 23%|██▎ | 7/30 [00:02<00:07, 3.15it/s] 27%|██▋ | 8/30 [00:02<00:06, 3.16it/s] 30%|███ | 9/30 [00:02<00:06, 3.16it/s] 33%|███▎ | 10/30 [00:03<00:06, 3.16it/s] 37%|███▋ | 11/30 [00:03<00:06, 3.15it/s] 40%|████ | 12/30 [00:03<00:05, 3.14it/s] 43%|████▎ | 13/30 [00:04<00:05, 3.14it/s] 47%|████▋ | 14/30 [00:04<00:05, 3.14it/s] 50%|█████ | 15/30 [00:04<00:04, 3.15it/s] 53%|█████▎ | 16/30 [00:05<00:04, 3.15it/s] 57%|█████▋ | 17/30 [00:05<00:04, 3.15it/s] 60%|██████ | 18/30 [00:05<00:03, 3.15it/s] 63%|██████▎ | 19/30 [00:06<00:03, 3.15it/s] 67%|██████▋ | 20/30 [00:06<00:03, 3.15it/s] 70%|███████ | 21/30 [00:06<00:02, 3.14it/s] 73%|███████▎ | 22/30 [00:06<00:02, 3.14it/s] 77%|███████▋ | 23/30 [00:07<00:02, 3.15it/s] 80%|████████ | 24/30 [00:07<00:01, 3.15it/s] 83%|████████▎ | 25/30 [00:07<00:01, 3.14it/s] 87%|████████▋ | 26/30 [00:08<00:01, 3.15it/s] 90%|█████████ | 27/30 [00:08<00:00, 3.15it/s] 93%|█████████▎| 28/30 [00:08<00:00, 3.15it/s] 97%|█████████▋| 29/30 [00:09<00:00, 3.15it/s] 100%|██████████| 30/30 [00:09<00:00, 3.14it/s] 100%|██████████| 30/30 [00:09<00:00, 3.15it/s] 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:09, 3.15it/s] 7%|▋ | 2/30 [00:00<00:08, 3.15it/s] 10%|█ | 3/30 [00:00<00:08, 3.14it/s] 13%|█▎ | 4/30 [00:01<00:08, 3.13it/s] 17%|█▋ | 5/30 [00:01<00:07, 3.14it/s] 20%|██ | 6/30 [00:01<00:07, 3.12it/s] 23%|██▎ | 7/30 [00:02<00:07, 3.13it/s] 27%|██▋ | 8/30 [00:02<00:07, 3.12it/s] 30%|███ | 9/30 [00:02<00:06, 3.13it/s] 33%|███▎ | 10/30 [00:03<00:06, 3.13it/s] 37%|███▋ | 11/30 [00:03<00:06, 3.14it/s] 40%|████ | 12/30 [00:03<00:05, 3.14it/s] 43%|████▎ | 13/30 [00:04<00:05, 3.14it/s] 47%|████▋ | 14/30 [00:04<00:05, 3.14it/s] 50%|█████ | 15/30 [00:04<00:04, 3.15it/s] 53%|█████▎ | 16/30 [00:05<00:04, 3.14it/s] 57%|█████▋ | 17/30 [00:05<00:04, 3.14it/s] 60%|██████ | 18/30 [00:05<00:03, 3.14it/s] 63%|██████▎ | 19/30 [00:06<00:03, 3.14it/s] 67%|██████▋ | 20/30 [00:06<00:03, 3.14it/s] 70%|███████ | 21/30 [00:06<00:02, 3.15it/s] 73%|███████▎ | 22/30 [00:07<00:02, 3.15it/s] 77%|███████▋ | 23/30 [00:07<00:02, 3.15it/s] 80%|████████ | 24/30 [00:07<00:01, 3.14it/s] 83%|████████▎ | 25/30 [00:07<00:01, 3.13it/s] 87%|████████▋ | 26/30 [00:08<00:01, 3.13it/s] 90%|█████████ | 27/30 [00:08<00:00, 3.14it/s] 93%|█████████▎| 28/30 [00:08<00:00, 3.13it/s] 97%|█████████▋| 29/30 [00:09<00:00, 3.13it/s] 100%|██████████| 30/30 [00:09<00:00, 3.14it/s] 100%|██████████| 30/30 [00:09<00:00, 3.14it/s] 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:09, 3.17it/s] 7%|▋ | 2/30 [00:00<00:08, 3.16it/s] 10%|█ | 3/30 [00:00<00:08, 3.16it/s] 13%|█▎ | 4/30 [00:01<00:08, 3.14it/s] 17%|█▋ | 5/30 [00:01<00:07, 3.13it/s] 20%|██ | 6/30 [00:01<00:07, 3.13it/s] 23%|██▎ | 7/30 [00:02<00:07, 3.13it/s] 27%|██▋ | 8/30 [00:02<00:07, 3.13it/s] 30%|███ | 9/30 [00:02<00:06, 3.13it/s] 33%|███▎ | 10/30 [00:03<00:06, 3.14it/s] 37%|███▋ | 11/30 [00:03<00:06, 3.14it/s] 40%|████ | 12/30 [00:03<00:05, 3.14it/s] 43%|████▎ | 13/30 [00:04<00:05, 3.14it/s] 47%|████▋ | 14/30 [00:04<00:05, 3.14it/s] 50%|█████ | 15/30 [00:04<00:04, 3.15it/s] 53%|█████▎ | 16/30 [00:05<00:04, 3.14it/s] 57%|█████▋ | 17/30 [00:05<00:04, 3.15it/s] 60%|██████ | 18/30 [00:05<00:03, 3.14it/s] 63%|██████▎ | 19/30 [00:06<00:03, 3.15it/s] 67%|██████▋ | 20/30 [00:06<00:03, 3.14it/s] 70%|███████ | 21/30 [00:06<00:02, 3.13it/s] 73%|███████▎ | 22/30 [00:07<00:02, 3.13it/s] 77%|███████▋ | 23/30 [00:07<00:02, 3.13it/s] 80%|████████ | 24/30 [00:07<00:01, 3.13it/s] 83%|████████▎ | 25/30 [00:07<00:01, 3.12it/s] 87%|████████▋ | 26/30 [00:08<00:01, 3.12it/s] 90%|█████████ | 27/30 [00:08<00:00, 3.12it/s] 93%|█████████▎| 28/30 [00:08<00:00, 3.13it/s] 97%|█████████▋| 29/30 [00:09<00:00, 3.13it/s] 100%|██████████| 30/30 [00:09<00:00, 3.13it/s] 100%|██████████| 30/30 [00:09<00:00, 3.13it/s] 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:09, 3.14it/s] 7%|▋ | 2/30 [00:00<00:08, 3.12it/s] 10%|█ | 3/30 [00:00<00:08, 3.13it/s] 13%|█▎ | 4/30 [00:01<00:08, 3.13it/s] 17%|█▋ | 5/30 [00:01<00:07, 3.13it/s] 20%|██ | 6/30 [00:01<00:07, 3.13it/s] 23%|██▎ | 7/30 [00:02<00:07, 3.14it/s] 27%|██▋ | 8/30 [00:02<00:07, 3.14it/s] 30%|███ | 9/30 [00:02<00:06, 3.14it/s] 33%|███▎ | 10/30 [00:03<00:06, 3.13it/s] 37%|███▋ | 11/30 [00:03<00:06, 3.13it/s] 40%|████ | 12/30 [00:03<00:05, 3.13it/s] 43%|████▎ | 13/30 [00:04<00:05, 3.13it/s] 47%|████▋ | 14/30 [00:04<00:05, 3.12it/s] 50%|█████ | 15/30 [00:04<00:04, 3.14it/s] 53%|█████▎ | 16/30 [00:05<00:04, 3.13it/s] 57%|█████▋ | 17/30 [00:05<00:04, 3.13it/s] 60%|██████ | 18/30 [00:05<00:03, 3.13it/s] 63%|██████▎ | 19/30 [00:06<00:03, 3.13it/s] 67%|██████▋ | 20/30 [00:06<00:03, 3.14it/s] 70%|███████ | 21/30 [00:06<00:02, 3.14it/s] 73%|███████▎ | 22/30 [00:07<00:02, 3.13it/s] 77%|███████▋ | 23/30 [00:07<00:02, 3.14it/s] 80%|████████ | 24/30 [00:07<00:01, 3.14it/s] 83%|████████▎ | 25/30 [00:07<00:01, 3.14it/s] 87%|████████▋ | 26/30 [00:08<00:01, 3.14it/s] 90%|█████████ | 27/30 [00:08<00:00, 3.12it/s] 93%|█████████▎| 28/30 [00:08<00:00, 3.13it/s] 97%|█████████▋| 29/30 [00:09<00:00, 3.13it/s] 100%|██████████| 30/30 [00:09<00:00, 3.12it/s] 100%|██████████| 30/30 [00:09<00:00, 3.13it/s] 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:09, 3.17it/s] 7%|▋ | 2/30 [00:00<00:08, 3.17it/s] 10%|█ | 3/30 [00:00<00:08, 3.15it/s] 13%|█▎ | 4/30 [00:01<00:08, 3.14it/s] 17%|█▋ | 5/30 [00:01<00:07, 3.14it/s] 20%|██ | 6/30 [00:01<00:07, 3.14it/s] 23%|██▎ | 7/30 [00:02<00:07, 3.14it/s] 27%|██▋ | 8/30 [00:02<00:06, 3.14it/s] 30%|███ | 9/30 [00:02<00:06, 3.15it/s] 33%|███▎ | 10/30 [00:03<00:06, 3.14it/s] 37%|███▋ | 11/30 [00:03<00:06, 3.13it/s] 40%|████ | 12/30 [00:03<00:05, 3.14it/s] 43%|████▎ | 13/30 [00:04<00:05, 3.13it/s] 47%|████▋ | 14/30 [00:04<00:05, 3.13it/s] 50%|█████ | 15/30 [00:04<00:04, 3.13it/s] 53%|█████▎ | 16/30 [00:05<00:04, 3.14it/s] 57%|█████▋ | 17/30 [00:05<00:04, 3.15it/s] 60%|██████ | 18/30 [00:05<00:03, 3.14it/s] 63%|██████▎ | 19/30 [00:06<00:03, 3.14it/s] 67%|██████▋ | 20/30 [00:06<00:03, 3.14it/s] 70%|███████ | 21/30 [00:06<00:02, 3.15it/s] 73%|███████▎ | 22/30 [00:07<00:02, 3.14it/s] 77%|███████▋ | 23/30 [00:07<00:02, 3.13it/s] 80%|████████ | 24/30 [00:07<00:01, 3.13it/s] 83%|████████▎ | 25/30 [00:07<00:01, 3.13it/s] 87%|████████▋ | 26/30 [00:08<00:01, 3.13it/s] 90%|█████████ | 27/30 [00:08<00:00, 3.13it/s] 93%|█████████▎| 28/30 [00:08<00:00, 3.13it/s] 97%|█████████▋| 29/30 [00:09<00:00, 3.13it/s] 100%|██████████| 30/30 [00:09<00:00, 3.14it/s] 100%|██████████| 30/30 [00:09<00:00, 3.14it/s] 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:09, 3.13it/s] 7%|▋ | 2/30 [00:00<00:08, 3.14it/s] 10%|█ | 3/30 [00:00<00:08, 3.14it/s] 13%|█▎ | 4/30 [00:01<00:08, 3.12it/s] 17%|█▋ | 5/30 [00:01<00:07, 3.13it/s] 20%|██ | 6/30 [00:01<00:07, 3.13it/s] 23%|██▎ | 7/30 [00:02<00:07, 3.13it/s] 27%|██▋ | 8/30 [00:02<00:07, 3.12it/s] 30%|███ | 9/30 [00:02<00:06, 3.13it/s] 33%|███▎ | 10/30 [00:03<00:06, 3.13it/s] 37%|███▋ | 11/30 [00:03<00:06, 3.14it/s] 40%|████ | 12/30 [00:03<00:05, 3.14it/s] 43%|████▎ | 13/30 [00:04<00:05, 3.14it/s] 47%|████▋ | 14/30 [00:04<00:05, 3.14it/s] 50%|█████ | 15/30 [00:04<00:04, 3.15it/s] 53%|█████▎ | 16/30 [00:05<00:04, 3.15it/s] 57%|█████▋ | 17/30 [00:05<00:04, 3.14it/s] 60%|██████ | 18/30 [00:05<00:03, 3.14it/s] 63%|██████▎ | 19/30 [00:06<00:03, 3.13it/s] 67%|██████▋ | 20/30 [00:06<00:03, 3.13it/s] 70%|███████ | 21/30 [00:06<00:02, 3.13it/s] 73%|███████▎ | 22/30 [00:07<00:02, 3.14it/s] 77%|███████▋ | 23/30 [00:07<00:02, 3.15it/s] 80%|████████ | 24/30 [00:07<00:01, 3.15it/s] 83%|████████▎ | 25/30 [00:07<00:01, 3.14it/s] 87%|████████▋ | 26/30 [00:08<00:01, 3.13it/s] 90%|█████████ | 27/30 [00:08<00:00, 3.13it/s] 93%|█████████▎| 28/30 [00:08<00:00, 3.13it/s] 97%|█████████▋| 29/30 [00:09<00:00, 3.13it/s] 100%|██████████| 30/30 [00:09<00:00, 3.13it/s] 100%|██████████| 30/30 [00:09<00:00, 3.13it/s] Decoding to pixels...: 0%| | 0/192 [00:00<?, ?frame/s] Decoding to pixels...: 12%|█▎ | 24/192 [00:00<00:02, 61.44frame/s] Decoding to pixels...: 25%|██▌ | 48/192 [00:00<00:02, 66.83frame/s] Decoding to pixels...: 38%|███▊ | 72/192 [00:01<00:01, 68.73frame/s] Decoding to pixels...: 50%|█████ | 96/192 [00:01<00:01, 69.56frame/s] Decoding to pixels...: 62%|██████▎ | 120/192 [00:01<00:01, 70.20frame/s] Decoding to pixels...: 75%|███████▌ | 144/192 [00:02<00:00, 70.49frame/s] Decoding to pixels...: 88%|████████▊ | 168/192 [00:02<00:00, 70.77frame/s] Decoding to pixels...: 100%|██████████| 192/192 [00:02<00:00, 70.55frame/s] Decoding to pixels...: 100%|██████████| 192/192 [00:02<00:00, 69.64frame/s] ffmpeg version 4.4.2-0ubuntu0.22.04.1 Copyright (c) 2000-2021 the FFmpeg developers built with gcc 11 (Ubuntu 11.2.0-19ubuntu1) configuration: --prefix=/usr --extra-version=0ubuntu0.22.04.1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libdav1d --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzimg --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl --enable-opengl --enable-sdl2 --enable-pocketsphinx --enable-librsvg --enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared libavutil 56. 70.100 / 56. 70.100 libavcodec 58.134.100 / 58.134.100 libavformat 58. 76.100 / 58. 76.100 libavdevice 58. 13.100 / 58. 13.100 libavfilter 7.110.100 / 7.110.100 libswscale 5. 9.100 / 5. 9.100 libswresample 3. 9.100 / 3. 9.100 libpostproc 55. 9.100 / 55. 9.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from './output/A panda bear surfing on the ocean-b2733025.mp4': Metadata: major_brand : isom minor_version : 512 compatible_brands: isomiso2mp41 encoder : Lavf59.27.100 Duration: 00:00:12.00, start: 0.000000, bitrate: 2426 kb/s Stream #0:0(und): Video: mpeg4 (Simple Profile) (mp4v / 0x7634706D), yuv420p, 384x192 [SAR 1:1 DAR 2:1], 2425 kb/s, 16 fps, 16 tbr, 16384 tbn, 16 tbc (default) Metadata: handler_name : VideoHandler vendor_id : [0][0][0][0] Codec AVOption b (set bitrate (in bits/s)) specified for output file #0 (./output/A panda bear surfing on the ocean-vseq2vseq-b2733025_encoded.mp4) has not been used for any stream. The most likely reason is either wrong type (e.g. a video option with no video streams) or that it is a private option of some encoder which was not actually used for any stream. Stream mapping: Stream #0:0 -> #0:0 (mpeg4 (native) -> h264 (libx264)) Press [q] to stop, [?] for help [libx264 @ 0x5d07153f1900] using SAR=1/1 [libx264 @ 0x5d07153f1900] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 AVX512 [libx264 @ 0x5d07153f1900] profile High, level 1.2, 4:2:0, 8-bit [libx264 @ 0x5d07153f1900] 264 - core 163 r3060 5db6aa6 - H.264/MPEG-4 AVC codec - Copyleft 2003-2021 - http://www.videolan.org/x264.html - options: cabac=1 ref=2 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=6 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=6 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=1 keyint=250 keyint_min=16 scenecut=40 intra_refresh=0 rc_lookahead=30 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00 Output #0, mp4, to './output/A panda bear surfing on the ocean-vseq2vseq-b2733025_encoded.mp4': Metadata: major_brand : isom minor_version : 512 compatible_brands: isomiso2mp41 encoder : Lavf58.76.100 Stream #0:0(und): Video: h264 (avc1 / 0x31637661), yuv420p(progressive), 384x192 [SAR 1:1 DAR 2:1], q=2-31, 16 fps, 16384 tbn (default) Metadata: handler_name : VideoHandler vendor_id : [0][0][0][0] encoder : Lavc58.134.100 libx264 Side data: cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A frame= 1 fps=0.0 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x frame= 168 fps=0.0 q=27.0 size= 1024kB time=00:00:07.81 bitrate=1073.8kbits/s speed=15.4x [mp4 @ 0x5d07153e87c0] Starting second pass: moving the moov atom to the beginning of the file frame= 192 fps=0.0 q=-1.0 Lsize= 1811kB time=00:00:11.81 bitrate=1255.8kbits/s speed= 17x video:1808kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.170926% [libx264 @ 0x5d07153f1900] frame I:7 Avg QP:24.11 size: 14563 [libx264 @ 0x5d07153f1900] frame P:49 Avg QP:26.99 size: 11302 [libx264 @ 0x5d07153f1900] frame B:136 Avg QP:27.61 size: 8784 [libx264 @ 0x5d07153f1900] consecutive B-frames: 4.2% 1.0% 9.4% 85.4% [libx264 @ 0x5d07153f1900] mb I I16..4: 0.9% 91.0% 8.1% [libx264 @ 0x5d07153f1900] mb P I16..4: 0.4% 71.0% 9.2% P16..4: 6.8% 8.0% 4.4% 0.0% 0.0% skip: 0.0% [libx264 @ 0x5d07153f1900] mb B I16..4: 1.6% 37.1% 10.6% B16..8: 17.7% 21.4% 6.0% direct: 5.0% skip: 0.5% L0:25.9% L1:15.9% BI:58.2% [libx264 @ 0x5d07153f1900] 8x8 transform intra:80.7% inter:41.4% [libx264 @ 0x5d07153f1900] coded y,uvDC,uvAC intra: 96.4% 72.0% 24.3% inter: 74.5% 39.4% 5.5% [libx264 @ 0x5d07153f1900] i16 v,h,dc,p: 2% 27% 28% 43% [libx264 @ 0x5d07153f1900] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 3% 34% 29% 3% 6% 3% 13% 2% 7% [libx264 @ 0x5d07153f1900] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 5% 14% 14% 4% 19% 6% 26% 4% 7% [libx264 @ 0x5d07153f1900] i8c dc,h,v,p: 48% 38% 9% 5% [libx264 @ 0x5d07153f1900] Weighted P-Frames: Y:8.2% UV:4.1% [libx264 @ 0x5d07153f1900] ref P L0: 69.5% 30.5% [libx264 @ 0x5d07153f1900] ref B L0: 91.1% 8.9% [libx264 @ 0x5d07153f1900] ref B L1: 97.2% 2.8% [libx264 @ 0x5d07153f1900] kb/s:1233.61 /src/output/A panda bear surfing on the ocean-vseq2vseq-b2733025_encoded.mp4
Want to make some of these yourself?
Run this model