cyberdude / stable-diffusion-dance
Revival of https://github.com/pollinations/stable-diffusion-audio-reactive
Prediction
cyberdude/stable-diffusion-dance:772d38bff0cec3c9adc4bb4f067c06f36fd3df6eaee716a747b34ea2b136962dID0b86z94ngdrj60cpvq8r1bs05mStatusSucceededSourceWebHardware8x A100 (80GB)Total durationCreatedInput
- width
- 384
- height
- 512
- prompts
- Star and light, space and stardust
- audio_file
- Video Player is loading.Current Time 00:00:000/Duration 00:00:000Loaded: 0%00:00:000Stream Type LIVERemaining Time -00:00:0001x
- Chapters
- descriptions off, selected
- captions settings, opens captions settings dialog
- captions off, selected
This is a modal window.
Beginning of dialog window. Escape will cancel and close the window.
End of dialog window.
- batch_size
- 24
- frame_rate
- 16
- random_seed
- 13
- prompt_scale
- 15
- style_suffix
- by android jones, psychedelic, alien geometry, digital art, neon
- audio_smoothing
- 0.8
- diffusion_steps
- 20
- audio_noise_scale
- 0.4
- audio_loudness_type
- peak
- frame_interpolation
{ "width": 384, "height": 512, "prompts": "Star and light, space and stardust", "audio_file": "https://replicate.delivery/pbxt/N1XZkpff9cLQB76lssrieB6Vx8XzLV9cwSAuLKatXx141k4d/Capo-In-The-Fields.wav", "batch_size": 24, "frame_rate": 16, "random_seed": 13, "prompt_scale": 15, "style_suffix": "by android jones, psychedelic, alien geometry, digital art, neon", "audio_smoothing": 0.8, "diffusion_steps": 20, "audio_noise_scale": 0.4, "audio_loudness_type": "peak", "frame_interpolation": true }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run cyberdude/stable-diffusion-dance using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "cyberdude/stable-diffusion-dance:772d38bff0cec3c9adc4bb4f067c06f36fd3df6eaee716a747b34ea2b136962d", { input: { width: 384, height: 512, prompts: "Star and light, space and stardust", audio_file: "https://replicate.delivery/pbxt/N1XZkpff9cLQB76lssrieB6Vx8XzLV9cwSAuLKatXx141k4d/Capo-In-The-Fields.wav", batch_size: 24, frame_rate: 16, random_seed: 13, prompt_scale: 15, style_suffix: "by android jones, psychedelic, alien geometry, digital art, neon", audio_smoothing: 0.8, diffusion_steps: 20, audio_noise_scale: 0.4, audio_loudness_type: "peak", frame_interpolation: true } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run cyberdude/stable-diffusion-dance using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "cyberdude/stable-diffusion-dance:772d38bff0cec3c9adc4bb4f067c06f36fd3df6eaee716a747b34ea2b136962d", input={ "width": 384, "height": 512, "prompts": "Star and light, space and stardust", "audio_file": "https://replicate.delivery/pbxt/N1XZkpff9cLQB76lssrieB6Vx8XzLV9cwSAuLKatXx141k4d/Capo-In-The-Fields.wav", "batch_size": 24, "frame_rate": 16, "random_seed": 13, "prompt_scale": 15, "style_suffix": "by android jones, psychedelic, alien geometry, digital art, neon", "audio_smoothing": 0.8, "diffusion_steps": 20, "audio_noise_scale": 0.4, "audio_loudness_type": "peak", "frame_interpolation": True } ) # The cyberdude/stable-diffusion-dance model can stream output as it's running. # The predict method returns an iterator, and you can iterate over that output. for item in output: # https://replicate.com/cyberdude/stable-diffusion-dance/api#output-schema print(item)
To learn more, take a look at the guide on getting started with Python.
Run cyberdude/stable-diffusion-dance 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": "cyberdude/stable-diffusion-dance:772d38bff0cec3c9adc4bb4f067c06f36fd3df6eaee716a747b34ea2b136962d", "input": { "width": 384, "height": 512, "prompts": "Star and light, space and stardust", "audio_file": "https://replicate.delivery/pbxt/N1XZkpff9cLQB76lssrieB6Vx8XzLV9cwSAuLKatXx141k4d/Capo-In-The-Fields.wav", "batch_size": 24, "frame_rate": 16, "random_seed": 13, "prompt_scale": 15, "style_suffix": "by android jones, psychedelic, alien geometry, digital art, neon", "audio_smoothing": 0.8, "diffusion_steps": 20, "audio_noise_scale": 0.4, "audio_loudness_type": "peak", "frame_interpolation": true } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-05-17T10:43:24.273253Z", "created_at": "2025-05-17T10:37:02.211000Z", "data_removed": false, "error": null, "id": "0b86z94ngdrj60cpvq8r1bs05m", "input": { "width": 384, "height": 512, "prompts": "Star and light, space and stardust", "audio_file": "https://replicate.delivery/pbxt/N1XZkpff9cLQB76lssrieB6Vx8XzLV9cwSAuLKatXx141k4d/Capo-In-The-Fields.wav", "batch_size": 24, "frame_rate": 16, "random_seed": 13, "prompt_scale": 15, "style_suffix": "by android jones, psychedelic, alien geometry, digital art, neon", "audio_smoothing": 0.8, "diffusion_steps": 20, "audio_noise_scale": 0.4, "audio_loudness_type": "peak", "frame_interpolation": true }, "logs": "translated prompts ['Star and light, space and stardust.by android jones, psychedelic, alien geometry, digital art, neon', 'Star and light, space and stardust.by android jones, psychedelic, alien geometry, digital art, neon']\nusing audio file /tmp/tmpvqj8t_u0Capo-In-The-Fields.wav\nhop length 1378 audio length 666709 audio sr22050\nlength of audio intensities 484\nnum frames per prompt 484\nSeed set to 13\nembedding prompts\nprompt 0 shape torch.Size([1, 77, 768])\nlen smoothed_audio_intensities 484 len interpolated_prompts 484\ninterp prompts 0 shape torch.Size([1, 77, 768]) start_codes 0 shape torch.Size([1, 4, 64, 48])\ndata_batch torch.Size([24, 77, 768]) start_code_batchtorch.Size([24, 4, 64, 48])\nsigmas tensor([14.6090, 10.7477, 8.0787, 6.2059, 4.8573, 3.8654, 3.1229, 2.5581,\n2.1152, 1.7641, 1.4802, 1.2456, 1.0481, 0.8783, 0.7297, 0.5962,\n0.4736, 0.3552, 0.2322, 0.0313, 0.0000], device='cuda:0')\n 0%| | 0/20 [00:00<?, ?it/s]\n 5%|▌ | 1/20 [00:00<00:14, 1.28it/s]\n 10%|█ | 2/20 [00:00<00:07, 2.31it/s]\n 15%|█▌ | 3/20 [00:01<00:07, 2.16it/s]\n 20%|██ | 4/20 [00:01<00:07, 2.10it/s]\n 25%|██▌ | 5/20 [00:02<00:07, 2.07it/s]\n 30%|███ | 6/20 [00:02<00:06, 2.05it/s]\n 35%|███▌ | 7/20 [00:03<00:06, 2.03it/s]\n 40%|████ | 8/20 [00:03<00:05, 2.02it/s]\n 45%|████▌ | 9/20 [00:04<00:05, 2.02it/s]\n 50%|█████ | 10/20 [00:04<00:04, 2.02it/s]\n 55%|█████▌ | 11/20 [00:05<00:04, 2.01it/s]\n 60%|██████ | 12/20 [00:05<00:03, 2.01it/s]\n 65%|██████▌ | 13/20 [00:06<00:03, 2.01it/s]\n 70%|███████ | 14/20 [00:06<00:02, 2.01it/s]\n 75%|███████▌ | 15/20 [00:07<00:02, 2.01it/s]\n 80%|████████ | 16/20 [00:07<00:01, 2.01it/s]\n 85%|████████▌ | 17/20 [00:08<00:01, 2.01it/s]\n 90%|█████████ | 18/20 [00:08<00:00, 2.01it/s]\n 95%|█████████▌| 19/20 [00:09<00:00, 2.01it/s]\n100%|██████████| 20/20 [00:09<00:00, 2.01it/s]\n100%|██████████| 20/20 [00:09<00:00, 2.01it/s]\nsamples_ddim torch.Size([24, 4, 64, 48])\nSaved ./outputs/00000.png\nSaved ./outputs/00001.png\nSaved ./outputs/00002.png\nSaved ./outputs/00003.png\nSaved ./outputs/00004.png\nSaved ./outputs/00005.png\nSaved ./outputs/00006.png\nSaved ./outputs/00007.png\nSaved ./outputs/00008.png\nSaved ./outputs/00009.png\nSaved ./outputs/00010.png\nSaved ./outputs/00011.png\nSaved ./outputs/00012.png\nSaved ./outputs/00013.png\nSaved ./outputs/00014.png\nSaved ./outputs/00015.png\nSaved ./outputs/00016.png\nSaved ./outputs/00017.png\nSaved ./outputs/00018.png\nSaved ./outputs/00019.png\nSaved ./outputs/00020.png\nSaved ./outputs/00021.png\nSaved ./outputs/00022.png\nSaved ./outputs/00023.png\ndata_batch torch.Size([24, 77, 768]) start_code_batchtorch.Size([24, 4, 64, 48])\nsigmas tensor([14.6090, 10.7477, 8.0787, 6.2059, 4.8573, 3.8654, 3.1229, 2.5581,\n2.1152, 1.7641, 1.4802, 1.2456, 1.0481, 0.8783, 0.7297, 0.5962,\n0.4736, 0.3552, 0.2322, 0.0313, 0.0000], device='cuda:0')\n 0%| | 0/20 [00:00<?, ?it/s]\n 5%|▌ | 1/20 [00:00<00:03, 5.28it/s]\n 10%|█ | 2/20 [00:00<00:06, 2.70it/s]\n 15%|█▌ | 3/20 [00:01<00:07, 2.33it/s]\n 20%|██ | 4/20 [00:01<00:07, 2.19it/s]\n 25%|██▌ | 5/20 [00:02<00:07, 2.12it/s]\n 30%|███ | 6/20 [00:02<00:06, 2.08it/s]\n 35%|███▌ | 7/20 [00:03<00:06, 2.05it/s]\n 40%|████ | 8/20 [00:03<00:05, 2.04it/s]\n 45%|████▌ | 9/20 [00:04<00:05, 2.03it/s]\n 50%|█████ | 10/20 [00:04<00:04, 2.02it/s]\n 55%|█████▌ | 11/20 [00:05<00:04, 2.02it/s]\n 60%|██████ | 12/20 [00:05<00:03, 2.01it/s]\n 65%|██████▌ | 13/20 [00:06<00:03, 2.01it/s]\n 70%|███████ | 14/20 [00:06<00:02, 2.01it/s]\n 75%|███████▌ | 15/20 [00:07<00:02, 2.01it/s]\n 80%|████████ | 16/20 [00:07<00:01, 2.01it/s]\n 85%|████████▌ | 17/20 [00:08<00:01, 2.00it/s]\n 90%|█████████ | 18/20 [00:08<00:00, 2.00it/s]\n 95%|█████████▌| 19/20 [00:09<00:00, 2.00it/s]\n100%|██████████| 20/20 [00:09<00:00, 2.00it/s]\n100%|██████████| 20/20 [00:09<00:00, 2.07it/s]\nsamples_ddim torch.Size([24, 4, 64, 48])\nSaved ./outputs/00024.png\nSaved ./outputs/00025.png\nSaved ./outputs/00026.png\nSaved ./outputs/00027.png\nSaved ./outputs/00028.png\nSaved ./outputs/00029.png\nSaved ./outputs/00030.png\nSaved ./outputs/00031.png\nSaved ./outputs/00032.png\nSaved ./outputs/00033.png\nSaved ./outputs/00034.png\nSaved ./outputs/00035.png\nSaved ./outputs/00036.png\nSaved ./outputs/00037.png\nSaved ./outputs/00038.png\nSaved ./outputs/00039.png\nSaved ./outputs/00040.png\nSaved ./outputs/00041.png\nSaved ./outputs/00042.png\nSaved ./outputs/00043.png\nSaved ./outputs/00044.png\nSaved ./outputs/00045.png\nSaved ./outputs/00046.png\nSaved ./outputs/00047.png\ndata_batch torch.Size([24, 77, 768]) start_code_batchtorch.Size([24, 4, 64, 48])\nsigmas tensor([14.6090, 10.7477, 8.0787, 6.2059, 4.8573, 3.8654, 3.1229, 2.5581,\n2.1152, 1.7641, 1.4802, 1.2456, 1.0481, 0.8783, 0.7297, 0.5962,\n0.4736, 0.3552, 0.2322, 0.0313, 0.0000], device='cuda:0')\n 0%| | 0/20 [00:00<?, ?it/s]\n 5%|▌ | 1/20 [00:00<00:03, 5.29it/s]\n 10%|█ | 2/20 [00:00<00:06, 2.69it/s]\n 15%|█▌ | 3/20 [00:01<00:07, 2.33it/s]\n 20%|██ | 4/20 [00:01<00:07, 2.19it/s]\n 25%|██▌ | 5/20 [00:02<00:07, 2.12it/s]\n 30%|███ | 6/20 [00:02<00:06, 2.08it/s]\n 35%|███▌ | 7/20 [00:03<00:06, 2.05it/s]\n 40%|████ | 8/20 [00:03<00:05, 2.03it/s]\n 45%|████▌ | 9/20 [00:04<00:05, 2.02it/s]\n 50%|█████ | 10/20 [00:04<00:04, 2.02it/s]\n 55%|█████▌ | 11/20 [00:05<00:04, 2.01it/s]\n 60%|██████ | 12/20 [00:05<00:03, 2.01it/s]\n 65%|██████▌ | 13/20 [00:06<00:03, 2.01it/s]\n 70%|███████ | 14/20 [00:06<00:02, 2.00it/s]\n 75%|███████▌ | 15/20 [00:07<00:02, 2.00it/s]\n 80%|████████ | 16/20 [00:07<00:01, 2.00it/s]\n 85%|████████▌ | 17/20 [00:08<00:01, 2.00it/s]\n 90%|█████████ | 18/20 [00:08<00:00, 2.00it/s]\n 95%|█████████▌| 19/20 [00:09<00:00, 2.00it/s]\n100%|██████████| 20/20 [00:09<00:00, 2.00it/s]\n100%|██████████| 20/20 [00:09<00:00, 2.07it/s]\nsamples_ddim torch.Size([24, 4, 64, 48])\nSaved ./outputs/00048.png\nSaved ./outputs/00049.png\nSaved ./outputs/00050.png\nSaved ./outputs/00051.png\nSaved ./outputs/00052.png\nSaved ./outputs/00053.png\nSaved ./outputs/00054.png\nSaved ./outputs/00055.png\nSaved ./outputs/00056.png\nSaved ./outputs/00057.png\nSaved ./outputs/00058.png\nSaved ./outputs/00059.png\nSaved ./outputs/00060.png\nSaved ./outputs/00061.png\nSaved ./outputs/00062.png\nSaved ./outputs/00063.png\nSaved ./outputs/00064.png\nSaved ./outputs/00065.png\nSaved ./outputs/00066.png\nSaved ./outputs/00067.png\nSaved ./outputs/00068.png\nSaved ./outputs/00069.png\nSaved ./outputs/00070.png\nSaved ./outputs/00071.png\ndata_batch torch.Size([24, 77, 768]) start_code_batchtorch.Size([24, 4, 64, 48])\nsigmas tensor([14.6090, 10.7477, 8.0787, 6.2059, 4.8573, 3.8654, 3.1229, 2.5581,\n2.1152, 1.7641, 1.4802, 1.2456, 1.0481, 0.8783, 0.7297, 0.5962,\n0.4736, 0.3552, 0.2322, 0.0313, 0.0000], device='cuda:0')\n 0%| | 0/20 [00:00<?, ?it/s]\n 5%|▌ | 1/20 [00:00<00:03, 5.29it/s]\n 10%|█ | 2/20 [00:00<00:06, 2.69it/s]\n 15%|█▌ | 3/20 [00:01<00:07, 2.33it/s]\n 20%|██ | 4/20 [00:01<00:07, 2.19it/s]\n 25%|██▌ | 5/20 [00:02<00:07, 2.12it/s]\n 30%|███ | 6/20 [00:02<00:06, 2.08it/s]\n 35%|███▌ | 7/20 [00:03<00:06, 2.05it/s]\n 40%|████ | 8/20 [00:03<00:05, 2.03it/s]\n 45%|████▌ | 9/20 [00:04<00:05, 2.02it/s]\n 50%|█████ | 10/20 [00:04<00:04, 2.02it/s]\n 55%|█████▌ | 11/20 [00:05<00:04, 2.01it/s]\n 60%|██████ | 12/20 [00:05<00:03, 2.01it/s]\n 65%|██████▌ | 13/20 [00:06<00:03, 2.01it/s]\n 70%|███████ | 14/20 [00:06<00:02, 2.00it/s]\n 75%|███████▌ | 15/20 [00:07<00:02, 2.00it/s]\n 80%|████████ | 16/20 [00:07<00:01, 2.00it/s]\n 85%|████████▌ | 17/20 [00:08<00:01, 2.00it/s]\n 90%|█████████ | 18/20 [00:08<00:01, 2.00it/s]\n 95%|█████████▌| 19/20 [00:09<00:00, 2.00it/s]\n100%|██████████| 20/20 [00:09<00:00, 2.00it/s]\n100%|██████████| 20/20 [00:09<00:00, 2.06it/s]\nsamples_ddim torch.Size([24, 4, 64, 48])\nSaved ./outputs/00072.png\nSaved ./outputs/00073.png\nSaved ./outputs/00074.png\nSaved ./outputs/00075.png\nSaved ./outputs/00076.png\nSaved ./outputs/00077.png\nSaved ./outputs/00078.png\nSaved ./outputs/00079.png\nSaved ./outputs/00080.png\nSaved ./outputs/00081.png\nSaved ./outputs/00082.png\nSaved ./outputs/00083.png\nSaved ./outputs/00084.png\nSaved ./outputs/00085.png\nSaved ./outputs/00086.png\nSaved ./outputs/00087.png\nSaved ./outputs/00088.png\nSaved ./outputs/00089.png\nSaved ./outputs/00090.png\nSaved ./outputs/00091.png\nSaved ./outputs/00092.png\nSaved ./outputs/00093.png\nSaved ./outputs/00094.png\nSaved ./outputs/00095.png\ndata_batch torch.Size([24, 77, 768]) start_code_batchtorch.Size([24, 4, 64, 48])\nsigmas tensor([14.6090, 10.7477, 8.0787, 6.2059, 4.8573, 3.8654, 3.1229, 2.5581,\n2.1152, 1.7641, 1.4802, 1.2456, 1.0481, 0.8783, 0.7297, 0.5962,\n0.4736, 0.3552, 0.2322, 0.0313, 0.0000], device='cuda:0')\n 0%| | 0/20 [00:00<?, ?it/s]\n 5%|▌ | 1/20 [00:00<00:03, 5.29it/s]\n 10%|█ | 2/20 [00:00<00:06, 2.69it/s]\n 15%|█▌ | 3/20 [00:01<00:07, 2.33it/s]\n 20%|██ | 4/20 [00:01<00:07, 2.19it/s]\n 25%|██▌ | 5/20 [00:02<00:07, 2.12it/s]\n 30%|███ | 6/20 [00:02<00:06, 2.08it/s]\n 35%|███▌ | 7/20 [00:03<00:06, 2.05it/s]\n 40%|████ | 8/20 [00:03<00:05, 2.03it/s]\n 45%|████▌ | 9/20 [00:04<00:05, 2.02it/s]\n 50%|█████ | 10/20 [00:04<00:04, 2.01it/s]\n 55%|█████▌ | 11/20 [00:05<00:04, 2.01it/s]\n 60%|██████ | 12/20 [00:05<00:03, 2.01it/s]\n 65%|██████▌ | 13/20 [00:06<00:03, 2.00it/s]\n 70%|███████ | 14/20 [00:06<00:02, 2.00it/s]\n 75%|███████▌ | 15/20 [00:07<00:02, 2.00it/s]\n 80%|████████ | 16/20 [00:07<00:02, 2.00it/s]\n 85%|████████▌ | 17/20 [00:08<00:01, 2.00it/s]\n 90%|█████████ | 18/20 [00:08<00:01, 2.00it/s]\n 95%|█████████▌| 19/20 [00:09<00:00, 2.00it/s]\n100%|██████████| 20/20 [00:09<00:00, 2.00it/s]\n100%|██████████| 20/20 [00:09<00:00, 2.06it/s]\nsamples_ddim torch.Size([24, 4, 64, 48])\nSaved ./outputs/00096.png\nSaved ./outputs/00097.png\nSaved ./outputs/00098.png\nSaved ./outputs/00099.png\nSaved ./outputs/00100.png\nSaved ./outputs/00101.png\nSaved ./outputs/00102.png\nSaved ./outputs/00103.png\nSaved ./outputs/00104.png\nSaved ./outputs/00105.png\nSaved ./outputs/00106.png\nSaved ./outputs/00107.png\nSaved ./outputs/00108.png\nSaved ./outputs/00109.png\nSaved ./outputs/00110.png\nSaved ./outputs/00111.png\nSaved ./outputs/00112.png\nSaved ./outputs/00113.png\nSaved ./outputs/00114.png\nSaved ./outputs/00115.png\nSaved ./outputs/00116.png\nSaved ./outputs/00117.png\nSaved ./outputs/00118.png\nSaved ./outputs/00119.png\ndata_batch torch.Size([24, 77, 768]) start_code_batchtorch.Size([24, 4, 64, 48])\nsigmas tensor([14.6090, 10.7477, 8.0787, 6.2059, 4.8573, 3.8654, 3.1229, 2.5581,\n2.1152, 1.7641, 1.4802, 1.2456, 1.0481, 0.8783, 0.7297, 0.5962,\n0.4736, 0.3552, 0.2322, 0.0313, 0.0000], device='cuda:0')\n 0%| | 0/20 [00:00<?, ?it/s]\n 5%|▌ | 1/20 [00:00<00:03, 5.29it/s]\n 10%|█ | 2/20 [00:00<00:06, 2.69it/s]\n 15%|█▌ | 3/20 [00:01<00:07, 2.33it/s]\n 20%|██ | 4/20 [00:01<00:07, 2.18it/s]\n 25%|██▌ | 5/20 [00:02<00:07, 2.11it/s]\n 30%|███ | 6/20 [00:02<00:06, 2.07it/s]\n 35%|███▌ | 7/20 [00:03<00:06, 2.05it/s]\n 40%|████ | 8/20 [00:03<00:05, 2.03it/s]\n 45%|████▌ | 9/20 [00:04<00:05, 2.02it/s]\n 50%|█████ | 10/20 [00:04<00:04, 2.01it/s]\n 55%|█████▌ | 11/20 [00:05<00:04, 2.01it/s]\n 60%|██████ | 12/20 [00:05<00:03, 2.00it/s]\n 65%|██████▌ | 13/20 [00:06<00:03, 2.00it/s]\n 70%|███████ | 14/20 [00:06<00:02, 2.00it/s]\n 75%|███████▌ | 15/20 [00:07<00:02, 2.00it/s]\n 80%|████████ | 16/20 [00:07<00:02, 2.00it/s]\n 85%|████████▌ | 17/20 [00:08<00:01, 2.00it/s]\n 90%|█████████ | 18/20 [00:08<00:01, 2.00it/s]\n 95%|█████████▌| 19/20 [00:09<00:00, 2.00it/s]\n100%|██████████| 20/20 [00:09<00:00, 2.00it/s]\n100%|██████████| 20/20 [00:09<00:00, 2.06it/s]\nsamples_ddim torch.Size([24, 4, 64, 48])\nSaved ./outputs/00120.png\nSaved ./outputs/00121.png\nSaved ./outputs/00122.png\nSaved ./outputs/00123.png\nSaved ./outputs/00124.png\nSaved ./outputs/00125.png\nSaved ./outputs/00126.png\nSaved ./outputs/00127.png\nSaved ./outputs/00128.png\nSaved ./outputs/00129.png\nSaved ./outputs/00130.png\nSaved ./outputs/00131.png\nSaved ./outputs/00132.png\nSaved ./outputs/00133.png\nSaved ./outputs/00134.png\nSaved ./outputs/00135.png\nSaved ./outputs/00136.png\nSaved ./outputs/00137.png\nSaved ./outputs/00138.png\nSaved ./outputs/00139.png\nSaved ./outputs/00140.png\nSaved ./outputs/00141.png\nSaved ./outputs/00142.png\nSaved ./outputs/00143.png\ndata_batch torch.Size([24, 77, 768]) start_code_batchtorch.Size([24, 4, 64, 48])\nsigmas tensor([14.6090, 10.7477, 8.0787, 6.2059, 4.8573, 3.8654, 3.1229, 2.5581,\n2.1152, 1.7641, 1.4802, 1.2456, 1.0481, 0.8783, 0.7297, 0.5962,\n0.4736, 0.3552, 0.2322, 0.0313, 0.0000], device='cuda:0')\n 0%| | 0/20 [00:00<?, ?it/s]\n 5%|▌ | 1/20 [00:00<00:03, 5.29it/s]\n 10%|█ | 2/20 [00:00<00:06, 2.69it/s]\n 15%|█▌ | 3/20 [00:01<00:07, 2.32it/s]\n 20%|██ | 4/20 [00:01<00:07, 2.18it/s]\n 25%|██▌ | 5/20 [00:02<00:07, 2.11it/s]\n 30%|███ | 6/20 [00:02<00:06, 2.07it/s]\n 35%|███▌ | 7/20 [00:03<00:06, 2.05it/s]\n 40%|████ | 8/20 [00:03<00:05, 2.03it/s]\n 45%|████▌ | 9/20 [00:04<00:05, 2.02it/s]\n 50%|█████ | 10/20 [00:04<00:04, 2.01it/s]\n 55%|█████▌ | 11/20 [00:05<00:04, 2.01it/s]\n 60%|██████ | 12/20 [00:05<00:03, 2.00it/s]\n 65%|██████▌ | 13/20 [00:06<00:03, 2.00it/s]\n 70%|███████ | 14/20 [00:06<00:02, 2.00it/s]\n 75%|███████▌ | 15/20 [00:07<00:02, 2.00it/s]\n 80%|████████ | 16/20 [00:07<00:02, 2.00it/s]\n 85%|████████▌ | 17/20 [00:08<00:01, 2.00it/s]\n 90%|█████████ | 18/20 [00:08<00:01, 2.00it/s]\n 95%|█████████▌| 19/20 [00:09<00:00, 2.00it/s]\n100%|██████████| 20/20 [00:09<00:00, 2.00it/s]\n100%|██████████| 20/20 [00:09<00:00, 2.06it/s]\nsamples_ddimtorch.Size([24, 4, 64, 48])\nSaved ./outputs/00144.png\nSaved ./outputs/00145.png\nSaved ./outputs/00146.png\nSaved ./outputs/00147.png\nSaved ./outputs/00148.png\nSaved ./outputs/00149.png\nSaved ./outputs/00150.png\nSaved ./outputs/00151.png\nSaved ./outputs/00152.png\nSaved ./outputs/00153.png\nSaved ./outputs/00154.png\nSaved ./outputs/00155.png\nSaved ./outputs/00156.png\nSaved ./outputs/00157.png\nSaved ./outputs/00158.png\nSaved ./outputs/00159.png\nSaved ./outputs/00160.png\nSaved ./outputs/00161.png\nSaved ./outputs/00162.png\nSaved ./outputs/00163.png\nSaved ./outputs/00164.png\nSaved ./outputs/00165.png\nSaved ./outputs/00166.png\nSaved ./outputs/00167.png\ndata_batch torch.Size([24, 77, 768]) start_code_batchtorch.Size([24, 4, 64, 48])\nsigmas tensor([14.6090, 10.7477, 8.0787, 6.2059, 4.8573, 3.8654, 3.1229, 2.5581,\n2.1152, 1.7641, 1.4802, 1.2456, 1.0481, 0.8783, 0.7297, 0.5962,\n0.4736, 0.3552, 0.2322, 0.0313, 0.0000], device='cuda:0')\n 0%| | 0/20 [00:00<?, ?it/s]\n 5%|▌ | 1/20 [00:00<00:03, 5.29it/s]\n 10%|█ | 2/20 [00:00<00:06, 2.69it/s]\n 15%|█▌ | 3/20 [00:01<00:07, 2.32it/s]\n 20%|██ | 4/20 [00:01<00:07, 2.18it/s]\n 25%|██▌ | 5/20 [00:02<00:07, 2.11it/s]\n 30%|███ | 6/20 [00:02<00:06, 2.07it/s]\n 35%|███▌ | 7/20 [00:03<00:06, 2.05it/s]\n 40%|████ | 8/20 [00:03<00:05, 2.03it/s]\n 45%|████▌ | 9/20 [00:04<00:05, 2.02it/s]\n 50%|█████ | 10/20 [00:04<00:04, 2.01it/s]\n 55%|█████▌ | 11/20 [00:05<00:04, 2.01it/s]\n 60%|██████ | 12/20 [00:05<00:03, 2.00it/s]\n 65%|██████▌ | 13/20 [00:06<00:03, 2.00it/s]\n 70%|███████ | 14/20 [00:06<00:03, 2.00it/s]\n 75%|███████▌ | 15/20 [00:07<00:02, 2.00it/s]\n 80%|████████ | 16/20 [00:07<00:02, 2.00it/s]\n 85%|████████▌ | 17/20 [00:08<00:01, 2.00it/s]\n 90%|█████████ | 18/20 [00:08<00:01, 2.00it/s]\n 95%|█████████▌| 19/20 [00:09<00:00, 2.00it/s]\n100%|██████████| 20/20 [00:09<00:00, 2.00it/s]\n100%|██████████| 20/20 [00:09<00:00, 2.06it/s]\nsamples_ddim torch.Size([24, 4, 64, 48])\nSaved ./outputs/00168.png\nSaved ./outputs/00169.png\nSaved ./outputs/00170.png\nSaved ./outputs/00171.png\nSaved ./outputs/00172.png\nSaved ./outputs/00173.png\nSaved ./outputs/00174.png\nSaved ./outputs/00175.png\nSaved ./outputs/00176.png\nSaved ./outputs/00177.png\nSaved ./outputs/00178.png\nSaved ./outputs/00179.png\nSaved ./outputs/00180.png\nSaved ./outputs/00181.png\nSaved ./outputs/00182.png\nSaved ./outputs/00183.png\nSaved ./outputs/00184.png\nSaved ./outputs/00185.png\nSaved ./outputs/00186.png\nSaved ./outputs/00187.png\nSaved ./outputs/00188.png\nSaved ./outputs/00189.png\nSaved ./outputs/00190.png\nSaved ./outputs/00191.png\ndata_batch torch.Size([24, 77, 768]) start_code_batch torch.Size([24, 4, 64, 48])\nsigmas tensor([14.6090, 10.7477, 8.0787, 6.2059, 4.8573, 3.8654, 3.1229, 2.5581,\n2.1152, 1.7641, 1.4802, 1.2456, 1.0481, 0.8783, 0.7297, 0.5962,\n0.4736, 0.3552, 0.2322, 0.0313, 0.0000], device='cuda:0')\n 0%| | 0/20 [00:00<?, ?it/s]\n 5%|▌ | 1/20 [00:00<00:03, 5.28it/s]\n 10%|█ | 2/20 [00:00<00:06, 2.69it/s]\n 15%|█▌ | 3/20 [00:01<00:07, 2.33it/s]\n 20%|██ | 4/20 [00:01<00:07, 2.18it/s]\n 25%|██▌ | 5/20 [00:02<00:07, 2.11it/s]\n 30%|███ | 6/20 [00:02<00:06, 2.07it/s]\n 35%|███▌ | 7/20 [00:03<00:06, 2.05it/s]\n 40%|████ | 8/20 [00:03<00:05, 2.03it/s]\n 45%|████▌ | 9/20 [00:04<00:05, 2.02it/s]\n 50%|█████ | 10/20 [00:04<00:04, 2.01it/s]\n 55%|█████▌ | 11/20 [00:05<00:04, 2.01it/s]\n 60%|██████ | 12/20 [00:05<00:03, 2.00it/s]\n 65%|██████▌ | 13/20 [00:06<00:03, 2.00it/s]\n 70%|███████ | 14/20 [00:06<00:03, 2.00it/s]\n 75%|███████▌ | 15/20 [00:07<00:02, 2.00it/s]\n 80%|████████ | 16/20 [00:07<00:02, 2.00it/s]\n 85%|████████▌ | 17/20 [00:08<00:01, 2.00it/s]\n 90%|█████████ | 18/20 [00:08<00:01, 2.00it/s]\n 95%|█████████▌| 19/20 [00:09<00:00, 2.00it/s]\n100%|██████████| 20/20 [00:09<00:00, 2.00it/s]\n100%|██████████| 20/20 [00:09<00:00, 2.06it/s]\nsamples_ddimtorch.Size([24, 4, 64, 48])\nSaved ./outputs/00192.png\nSaved ./outputs/00193.png\nSaved ./outputs/00194.png\nSaved ./outputs/00195.png\nSaved ./outputs/00196.png\nSaved ./outputs/00197.png\nSaved ./outputs/00198.png\nSaved ./outputs/00199.png\nSaved ./outputs/00200.png\nSaved ./outputs/00201.png\nSaved ./outputs/00202.png\nSaved ./outputs/00203.png\nSaved ./outputs/00204.png\nSaved ./outputs/00205.png\nSaved ./outputs/00206.png\nSaved ./outputs/00207.png\nSaved ./outputs/00208.png\nSaved ./outputs/00209.png\nSaved ./outputs/00210.png\nSaved ./outputs/00211.png\nSaved ./outputs/00212.png\nSaved ./outputs/00213.png\nSaved ./outputs/00214.png\nSaved ./outputs/00215.png\ndata_batch torch.Size([24, 77, 768]) start_code_batchtorch.Size([24, 4, 64, 48])\nsigmas tensor([14.6090, 10.7477, 8.0787, 6.2059, 4.8573, 3.8654, 3.1229, 2.5581,\n2.1152, 1.7641, 1.4802, 1.2456, 1.0481, 0.8783, 0.7297, 0.5962,\n0.4736, 0.3552, 0.2322, 0.0313, 0.0000], device='cuda:0')\n 0%| | 0/20 [00:00<?, ?it/s]\n 5%|▌ | 1/20 [00:00<00:03, 5.28it/s]\n 10%|█ | 2/20 [00:00<00:06, 2.68it/s]\n 15%|█▌ | 3/20 [00:01<00:07, 2.32it/s]\n 20%|██ | 4/20 [00:01<00:07, 2.18it/s]\n 25%|██▌ | 5/20 [00:02<00:07, 2.11it/s]\n 30%|███ | 6/20 [00:02<00:06, 2.07it/s]\n 35%|███▌ | 7/20 [00:03<00:06, 2.05it/s]\n 40%|████ | 8/20 [00:03<00:05, 2.03it/s]\n 45%|████▌ | 9/20 [00:04<00:05, 2.02it/s]\n 50%|█████ | 10/20 [00:04<00:04, 2.01it/s]\n 55%|█████▌ | 11/20 [00:05<00:04, 2.01it/s]\n 60%|██████ | 12/20 [00:05<00:03, 2.00it/s]\n 65%|██████▌ | 13/20 [00:06<00:03, 2.00it/s]\n 70%|███████ | 14/20 [00:06<00:03, 2.00it/s]\n 75%|███████▌ | 15/20 [00:07<00:02, 2.00it/s]\n 80%|████████ | 16/20 [00:07<00:02, 2.00it/s]\n 85%|████████▌ | 17/20 [00:08<00:01, 2.00it/s]\n 90%|█████████ | 18/20 [00:08<00:01, 1.99it/s]\n 95%|█████████▌| 19/20 [00:09<00:00, 2.00it/s]\n100%|██████████| 20/20 [00:09<00:00, 2.00it/s]\n100%|██████████| 20/20 [00:09<00:00, 2.06it/s]\nsamples_ddim torch.Size([24, 4, 64, 48])\nSaved ./outputs/00216.png\nSaved ./outputs/00217.png\nSaved ./outputs/00218.png\nSaved ./outputs/00219.png\nSaved ./outputs/00220.png\nSaved ./outputs/00221.png\nSaved ./outputs/00222.png\nSaved ./outputs/00223.png\nSaved ./outputs/00224.png\nSaved ./outputs/00225.png\nSaved ./outputs/00226.png\nSaved ./outputs/00227.png\nSaved ./outputs/00228.png\nSaved ./outputs/00229.png\nSaved ./outputs/00230.png\nSaved ./outputs/00231.png\nSaved ./outputs/00232.png\nSaved ./outputs/00233.png\nSaved ./outputs/00234.png\nSaved ./outputs/00235.png\nSaved ./outputs/00236.png\nSaved ./outputs/00237.png\nSaved ./outputs/00238.png\nSaved ./outputs/00239.png\ndata_batch torch.Size([24, 77, 768]) start_code_batchtorch.Size([24, 4, 64, 48])\nsigmas tensor([14.6090, 10.7477, 8.0787, 6.2059, 4.8573, 3.8654, 3.1229, 2.5581,\n2.1152, 1.7641, 1.4802, 1.2456, 1.0481, 0.8783, 0.7297, 0.5962,\n0.4736, 0.3552, 0.2322, 0.0313, 0.0000], device='cuda:0')\n 0%| | 0/20 [00:00<?, ?it/s]\n 5%|▌ | 1/20 [00:00<00:03, 5.29it/s]\n 10%|█ | 2/20 [00:00<00:06, 2.69it/s]\n 15%|█▌ | 3/20 [00:01<00:07, 2.32it/s]\n 20%|██ | 4/20 [00:01<00:07, 2.18it/s]\n 25%|██▌ | 5/20 [00:02<00:07, 2.11it/s]\n 30%|███ | 6/20 [00:02<00:06, 2.07it/s]\n 35%|███▌ | 7/20 [00:03<00:06, 2.04it/s]\n 40%|████ | 8/20 [00:03<00:05, 2.03it/s]\n 45%|████▌ | 9/20 [00:04<00:05, 2.02it/s]\n 50%|█████ | 10/20 [00:04<00:04, 2.01it/s]\n 55%|█████▌ | 11/20 [00:05<00:04, 2.01it/s]\n 60%|██████ | 12/20 [00:05<00:03, 2.00it/s]\n 65%|██████▌ | 13/20 [00:06<00:03, 2.00it/s]\n 70%|███████ | 14/20 [00:06<00:02, 2.00it/s]\n 75%|███████▌ | 15/20 [00:07<00:02, 2.00it/s]\n 80%|████████ | 16/20 [00:07<00:02, 2.00it/s]\n 85%|████████▌ | 17/20 [00:08<00:01, 2.00it/s]\n 90%|█████████ | 18/20 [00:08<00:01, 2.00it/s]\n 95%|█████████▌| 19/20 [00:09<00:00, 2.00it/s]\n100%|██████████| 20/20 [00:09<00:00, 2.00it/s]\n100%|██████████| 20/20 [00:09<00:00, 2.06it/s]\nsamples_ddimtorch.Size([24, 4, 64, 48])\nSaved ./outputs/00240.png\nSaved ./outputs/00241.png\nSaved ./outputs/00242.png\nSaved ./outputs/00243.png\nSaved ./outputs/00244.png\nSaved ./outputs/00245.png\nSaved ./outputs/00246.png\nSaved ./outputs/00247.png\nSaved ./outputs/00248.png\nSaved ./outputs/00249.png\nSaved ./outputs/00250.png\nSaved ./outputs/00251.png\nSaved ./outputs/00252.png\nSaved ./outputs/00253.png\nSaved ./outputs/00254.png\nSaved ./outputs/00255.png\nSaved ./outputs/00256.png\nSaved ./outputs/00257.png\nSaved ./outputs/00258.png\nSaved ./outputs/00259.png\nSaved ./outputs/00260.png\nSaved ./outputs/00261.png\nSaved ./outputs/00262.png\nSaved ./outputs/00263.png\ndata_batch torch.Size([24, 77, 768]) start_code_batch torch.Size([24, 4, 64, 48])\nsigmas tensor([14.6090, 10.7477, 8.0787, 6.2059, 4.8573, 3.8654, 3.1229, 2.5581,\n2.1152, 1.7641, 1.4802, 1.2456, 1.0481, 0.8783, 0.7297, 0.5962,\n0.4736, 0.3552, 0.2322, 0.0313, 0.0000], device='cuda:0')\n 0%| | 0/20 [00:00<?, ?it/s]\n 5%|▌ | 1/20 [00:00<00:03, 5.29it/s]\n 10%|█ | 2/20 [00:00<00:06, 2.69it/s]\n 15%|█▌ | 3/20 [00:01<00:07, 2.33it/s]\n 20%|██ | 4/20 [00:01<00:07, 2.18it/s]\n 25%|██▌ | 5/20 [00:02<00:07, 2.11it/s]\n 30%|███ | 6/20 [00:02<00:06, 2.07it/s]\n 35%|███▌ | 7/20 [00:03<00:06, 2.05it/s]\n 40%|████ | 8/20 [00:03<00:05, 2.03it/s]\n 45%|████▌ | 9/20 [00:04<00:05, 2.02it/s]\n 50%|█████ | 10/20 [00:04<00:04, 2.01it/s]\n 55%|█████▌ | 11/20 [00:05<00:04, 2.01it/s]\n 60%|██████ | 12/20 [00:05<00:03, 2.00it/s]\n 65%|██████▌ | 13/20 [00:06<00:03, 2.00it/s]\n 70%|███████ | 14/20 [00:06<00:03, 2.00it/s]\n 75%|███████▌ | 15/20 [00:07<00:02, 2.00it/s]\n 80%|████████ | 16/20 [00:07<00:02, 2.00it/s]\n 85%|████████▌ | 17/20 [00:08<00:01, 2.00it/s]\n 90%|█████████ | 18/20 [00:08<00:01, 2.00it/s]\n 95%|█████████▌| 19/20 [00:09<00:00, 1.99it/s]\n100%|██████████| 20/20 [00:09<00:00, 2.00it/s]\n100%|██████████| 20/20 [00:09<00:00, 2.06it/s]\nsamples_ddimtorch.Size([24, 4, 64, 48])\nSaved ./outputs/00264.png\nSaved ./outputs/00265.png\nSaved ./outputs/00266.png\nSaved ./outputs/00267.png\nSaved ./outputs/00268.png\nSaved ./outputs/00269.png\nSaved ./outputs/00270.png\nSaved ./outputs/00271.png\nSaved ./outputs/00272.png\nSaved ./outputs/00273.png\nSaved ./outputs/00274.png\nSaved ./outputs/00275.png\nSaved ./outputs/00276.png\nSaved ./outputs/00277.png\nSaved ./outputs/00278.png\nSaved ./outputs/00279.png\nSaved ./outputs/00280.png\nSaved ./outputs/00281.png\nSaved ./outputs/00282.png\nSaved ./outputs/00283.png\nSaved ./outputs/00284.png\nSaved ./outputs/00285.png\nSaved ./outputs/00286.png\nSaved ./outputs/00287.png\ndata_batch torch.Size([24, 77, 768]) start_code_batchtorch.Size([24, 4, 64, 48])\nsigmas tensor([14.6090, 10.7477, 8.0787, 6.2059, 4.8573, 3.8654, 3.1229, 2.5581,\n2.1152, 1.7641, 1.4802, 1.2456, 1.0481, 0.8783, 0.7297, 0.5962,\n0.4736, 0.3552, 0.2322, 0.0313, 0.0000], device='cuda:0')\n 0%| | 0/20 [00:00<?, ?it/s]\n 5%|▌ | 1/20 [00:00<00:03, 5.29it/s]\n 10%|█ | 2/20 [00:00<00:06, 2.69it/s]\n 15%|█▌ | 3/20 [00:01<00:07, 2.32it/s]\n 20%|██ | 4/20 [00:01<00:07, 2.18it/s]\n 25%|██▌ | 5/20 [00:02<00:07, 2.11it/s]\n 30%|███ | 6/20 [00:02<00:06, 2.07it/s]\n 35%|███▌ | 7/20 [00:03<00:06, 2.05it/s]\n 40%|████ | 8/20 [00:03<00:05, 2.03it/s]\n 45%|████▌ | 9/20 [00:04<00:05, 2.02it/s]\n 50%|█████ | 10/20 [00:04<00:04, 2.01it/s]\n 55%|█████▌ | 11/20 [00:05<00:04, 2.01it/s]\n 60%|██████ | 12/20 [00:05<00:03, 2.00it/s]\n 65%|██████▌ | 13/20 [00:06<00:03, 2.00it/s]\n 70%|███████ | 14/20 [00:06<00:03, 2.00it/s]\n 75%|███████▌ | 15/20 [00:07<00:02, 2.00it/s]\n 80%|████████ | 16/20 [00:07<00:02, 2.00it/s]\n 85%|████████▌ | 17/20 [00:08<00:01, 2.00it/s]\n 90%|█████████ | 18/20 [00:08<00:01, 2.00it/s]\n 95%|█████████▌| 19/20 [00:09<00:00, 2.00it/s]\n100%|██████████| 20/20 [00:09<00:00, 2.00it/s]\n100%|██████████| 20/20 [00:09<00:00, 2.06it/s]\nsamples_ddim torch.Size([24, 4, 64, 48])\nSaved ./outputs/00288.png\nSaved ./outputs/00289.png\nSaved ./outputs/00290.png\nSaved ./outputs/00291.png\nSaved ./outputs/00292.png\nSaved ./outputs/00293.png\nSaved ./outputs/00294.png\nSaved ./outputs/00295.png\nSaved ./outputs/00296.png\nSaved ./outputs/00297.png\nSaved ./outputs/00298.png\nSaved ./outputs/00299.png\nSaved ./outputs/00300.png\nSaved ./outputs/00301.png\nSaved ./outputs/00302.png\nSaved ./outputs/00303.png\nSaved ./outputs/00304.png\nSaved ./outputs/00305.png\nSaved ./outputs/00306.png\nSaved ./outputs/00307.png\nSaved ./outputs/00308.png\nSaved ./outputs/00309.png\nSaved ./outputs/00310.png\nSaved ./outputs/00311.png\ndata_batch torch.Size([24, 77, 768]) start_code_batchtorch.Size([24, 4, 64, 48])\nsigmas tensor([14.6090, 10.7477, 8.0787, 6.2059, 4.8573, 3.8654, 3.1229, 2.5581,\n2.1152, 1.7641, 1.4802, 1.2456, 1.0481, 0.8783, 0.7297, 0.5962,\n0.4736, 0.3552, 0.2322, 0.0313, 0.0000], device='cuda:0')\n 0%| | 0/20 [00:00<?, ?it/s]\n 5%|▌ | 1/20 [00:00<00:03, 5.29it/s]\n 10%|█ | 2/20 [00:00<00:06, 2.69it/s]\n 15%|█▌ | 3/20 [00:01<00:07, 2.32it/s]\n 20%|██ | 4/20 [00:01<00:07, 2.18it/s]\n 25%|██▌ | 5/20 [00:02<00:07, 2.11it/s]\n 30%|███ | 6/20 [00:02<00:06, 2.07it/s]\n 35%|███▌ | 7/20 [00:03<00:06, 2.05it/s]\n 40%|████ | 8/20 [00:03<00:05, 2.03it/s]\n 45%|████▌ | 9/20 [00:04<00:05, 2.02it/s]\n 50%|█████ | 10/20 [00:04<00:04, 2.01it/s]\n 55%|█████▌ | 11/20 [00:05<00:04, 2.01it/s]\n 60%|██████ | 12/20 [00:05<00:03, 2.01it/s]\n 65%|██████▌ | 13/20 [00:06<00:03, 2.00it/s]\n 70%|███████ | 14/20 [00:06<00:03, 2.00it/s]\n 75%|███████▌ | 15/20 [00:07<00:02, 2.00it/s]\n 80%|████████ | 16/20 [00:07<00:02, 2.00it/s]\n 85%|████████▌ | 17/20 [00:08<00:01, 2.00it/s]\n 90%|█████████ | 18/20 [00:08<00:01, 1.99it/s]\n 95%|█████████▌| 19/20 [00:09<00:00, 1.99it/s]\n100%|██████████| 20/20 [00:09<00:00, 1.99it/s]\n100%|██████████| 20/20 [00:09<00:00, 2.06it/s]\nsamples_ddim torch.Size([24, 4, 64, 48])\nSaved ./outputs/00312.png\nSaved ./outputs/00313.png\nSaved ./outputs/00314.png\nSaved ./outputs/00315.png\nSaved ./outputs/00316.png\nSaved ./outputs/00317.png\nSaved ./outputs/00318.png\nSaved ./outputs/00319.png\nSaved ./outputs/00320.png\nSaved ./outputs/00321.png\nSaved ./outputs/00322.png\nSaved ./outputs/00323.png\nSaved ./outputs/00324.png\nSaved ./outputs/00325.png\nSaved ./outputs/00326.png\nSaved ./outputs/00327.png\nSaved ./outputs/00328.png\nSaved ./outputs/00329.png\nSaved ./outputs/00330.png\nSaved ./outputs/00331.png\nSaved ./outputs/00332.png\nSaved ./outputs/00333.png\nSaved ./outputs/00334.png\nSaved ./outputs/00335.png\ndata_batch torch.Size([24, 77, 768]) start_code_batch torch.Size([24, 4, 64, 48])\nsigmas tensor([14.6090, 10.7477, 8.0787, 6.2059, 4.8573, 3.8654, 3.1229, 2.5581,\n2.1152, 1.7641, 1.4802, 1.2456, 1.0481, 0.8783, 0.7297, 0.5962,\n0.4736, 0.3552, 0.2322, 0.0313, 0.0000], device='cuda:0')\n 0%| | 0/20 [00:00<?, ?it/s]\n 5%|▌ | 1/20 [00:00<00:03, 5.29it/s]\n 10%|█ | 2/20 [00:00<00:06, 2.69it/s]\n 15%|█▌ | 3/20 [00:01<00:07, 2.32it/s]\n 20%|██ | 4/20 [00:01<00:07, 2.18it/s]\n 25%|██▌ | 5/20 [00:02<00:07, 2.11it/s]\n 30%|███ | 6/20 [00:02<00:06, 2.07it/s]\n 35%|███▌ | 7/20 [00:03<00:06, 2.05it/s]\n 40%|████ | 8/20 [00:03<00:05, 2.03it/s]\n 45%|████▌ | 9/20 [00:04<00:05, 2.02it/s]\n 50%|█████ | 10/20 [00:04<00:04, 2.01it/s]\n 55%|█████▌ | 11/20 [00:05<00:04, 2.01it/s]\n 60%|██████ | 12/20 [00:05<00:03, 2.00it/s]\n 65%|██████▌ | 13/20 [00:06<00:03, 2.00it/s]\n 70%|███████ | 14/20 [00:06<00:03, 2.00it/s]\n 75%|███████▌ | 15/20 [00:07<00:02, 2.00it/s]\n 80%|████████ | 16/20 [00:07<00:02, 2.00it/s]\n 85%|████████▌ | 17/20 [00:08<00:01, 2.00it/s]\n 90%|█████████ | 18/20 [00:08<00:01, 2.00it/s]\n 95%|█████████▌| 19/20 [00:09<00:00, 2.00it/s]\n100%|██████████| 20/20 [00:09<00:00, 1.99it/s]\n100%|██████████| 20/20 [00:09<00:00, 2.06it/s]\nsamples_ddim torch.Size([24, 4, 64, 48])\nSaved ./outputs/00336.png\nSaved ./outputs/00337.png\nSaved ./outputs/00338.png\nSaved ./outputs/00339.png\nSaved ./outputs/00340.png\nSaved ./outputs/00341.png\nSaved ./outputs/00342.png\nSaved ./outputs/00343.png\nSaved ./outputs/00344.png\nSaved ./outputs/00345.png\nSaved ./outputs/00346.png\nSaved ./outputs/00347.png\nSaved ./outputs/00348.png\nSaved ./outputs/00349.png\nSaved ./outputs/00350.png\nSaved ./outputs/00351.png\nSaved ./outputs/00352.png\nSaved ./outputs/00353.png\nSaved ./outputs/00354.png\nSaved ./outputs/00355.png\nSaved ./outputs/00356.png\nSaved ./outputs/00357.png\nSaved ./outputs/00358.png\nSaved ./outputs/00359.png\ndata_batch torch.Size([24, 77, 768]) start_code_batchtorch.Size([24, 4, 64, 48])\nsigmas tensor([14.6090, 10.7477, 8.0787, 6.2059, 4.8573, 3.8654, 3.1229, 2.5581,\n2.1152, 1.7641, 1.4802, 1.2456, 1.0481, 0.8783, 0.7297, 0.5962,\n0.4736, 0.3552, 0.2322, 0.0313, 0.0000], device='cuda:0')\n 0%| | 0/20 [00:00<?, ?it/s]\n 5%|▌ | 1/20 [00:00<00:03, 5.28it/s]\n 10%|█ | 2/20 [00:00<00:06, 2.69it/s]\n 15%|█▌ | 3/20 [00:01<00:07, 2.32it/s]\n 20%|██ | 4/20 [00:01<00:07, 2.18it/s]\n 25%|██▌ | 5/20 [00:02<00:07, 2.11it/s]\n 30%|███ | 6/20 [00:02<00:06, 2.07it/s]\n 35%|███▌ | 7/20 [00:03<00:06, 2.05it/s]\n 40%|████ | 8/20 [00:03<00:05, 2.03it/s]\n 45%|████▌ | 9/20 [00:04<00:05, 2.02it/s]\n 50%|█████ | 10/20 [00:04<00:04, 2.01it/s]\n 55%|█████▌ | 11/20 [00:05<00:04, 2.01it/s]\n 60%|██████ | 12/20 [00:05<00:03, 2.00it/s]\n 65%|██████▌ | 13/20 [00:06<00:03, 2.00it/s]\n 70%|███████ | 14/20 [00:06<00:03, 2.00it/s]\n 75%|███████▌ | 15/20 [00:07<00:02, 2.00it/s]\n 80%|████████ | 16/20 [00:07<00:02, 2.00it/s]\n 85%|████████▌ | 17/20 [00:08<00:01, 1.99it/s]\n 90%|█████████ | 18/20 [00:08<00:01, 2.00it/s]\n 95%|█████████▌| 19/20 [00:09<00:00, 2.00it/s]\n100%|██████████| 20/20 [00:09<00:00, 2.00it/s]\n100%|██████████| 20/20 [00:09<00:00, 2.06it/s]\nsamples_ddim torch.Size([24, 4, 64, 48])\nSaved ./outputs/00360.png\nSaved ./outputs/00361.png\nSaved ./outputs/00362.png\nSaved ./outputs/00363.png\nSaved ./outputs/00364.png\nSaved ./outputs/00365.png\nSaved ./outputs/00366.png\nSaved ./outputs/00367.png\nSaved ./outputs/00368.png\nSaved ./outputs/00369.png\nSaved ./outputs/00370.png\nSaved ./outputs/00371.png\nSaved ./outputs/00372.png\nSaved ./outputs/00373.png\nSaved ./outputs/00374.png\nSaved ./outputs/00375.png\nSaved ./outputs/00376.png\nSaved ./outputs/00377.png\nSaved ./outputs/00378.png\nSaved ./outputs/00379.png\nSaved ./outputs/00380.png\nSaved ./outputs/00381.png\nSaved ./outputs/00382.png\nSaved ./outputs/00383.png\ndata_batch torch.Size([24, 77, 768]) start_code_batchtorch.Size([24, 4, 64, 48])\nsigmas tensor([14.6090, 10.7477, 8.0787, 6.2059, 4.8573, 3.8654, 3.1229, 2.5581,\n2.1152, 1.7641, 1.4802, 1.2456, 1.0481, 0.8783, 0.7297, 0.5962,\n0.4736, 0.3552, 0.2322, 0.0313, 0.0000], device='cuda:0')\n 0%| | 0/20 [00:00<?, ?it/s]\n 5%|▌ | 1/20 [00:00<00:03, 5.28it/s]\n 10%|█ | 2/20 [00:00<00:06, 2.69it/s]\n 15%|█▌ | 3/20 [00:01<00:07, 2.32it/s]\n 20%|██ | 4/20 [00:01<00:07, 2.18it/s]\n 25%|██▌ | 5/20 [00:02<00:07, 2.11it/s]\n 30%|███ | 6/20 [00:02<00:06, 2.07it/s]\n 35%|███▌ | 7/20 [00:03<00:06, 2.05it/s]\n 40%|████ | 8/20 [00:03<00:05, 2.03it/s]\n 45%|████▌ | 9/20 [00:04<00:05, 2.02it/s]\n 50%|█████ | 10/20 [00:04<00:04, 2.01it/s]\n 55%|█████▌ | 11/20 [00:05<00:04, 2.01it/s]\n 60%|██████ | 12/20 [00:05<00:03, 2.00it/s]\n 65%|██████▌ | 13/20 [00:06<00:03, 2.00it/s]\n 70%|███████ | 14/20 [00:06<00:03, 2.00it/s]\n 75%|███████▌ | 15/20 [00:07<00:02, 2.00it/s]\n 80%|████████ | 16/20 [00:07<00:02, 2.00it/s]\n 85%|████████▌ | 17/20 [00:08<00:01, 2.00it/s]\n 90%|█████████ | 18/20 [00:08<00:01, 2.00it/s]\n 95%|█████████▌| 19/20 [00:09<00:00, 2.00it/s]\n100%|██████████| 20/20 [00:09<00:00, 2.00it/s]\n100%|██████████| 20/20 [00:09<00:00, 2.06it/s]\nsamples_ddim torch.Size([24, 4, 64, 48])\nSaved ./outputs/00384.png\nSaved ./outputs/00385.png\nSaved ./outputs/00386.png\nSaved ./outputs/00387.png\nSaved ./outputs/00388.png\nSaved ./outputs/00389.png\nSaved ./outputs/00390.png\nSaved ./outputs/00391.png\nSaved ./outputs/00392.png\nSaved ./outputs/00393.png\nSaved ./outputs/00394.png\nSaved ./outputs/00395.png\nSaved ./outputs/00396.png\nSaved ./outputs/00397.png\nSaved ./outputs/00398.png\nSaved ./outputs/00399.png\nSaved ./outputs/00400.png\nSaved ./outputs/00401.png\nSaved ./outputs/00402.png\nSaved ./outputs/00403.png\nSaved ./outputs/00404.png\nSaved ./outputs/00405.png\nSaved ./outputs/00406.png\nSaved ./outputs/00407.png\ndata_batch torch.Size([24, 77, 768]) start_code_batchtorch.Size([24, 4, 64, 48])\nsigmas tensor([14.6090, 10.7477, 8.0787, 6.2059, 4.8573, 3.8654, 3.1229, 2.5581,\n2.1152, 1.7641, 1.4802, 1.2456, 1.0481, 0.8783, 0.7297, 0.5962,\n0.4736, 0.3552, 0.2322, 0.0313, 0.0000], device='cuda:0')\n 0%| | 0/20 [00:00<?, ?it/s]\n 5%|▌ | 1/20 [00:00<00:03, 5.29it/s]\n 10%|█ | 2/20 [00:00<00:06, 2.69it/s]\n 15%|█▌ | 3/20 [00:01<00:07, 2.32it/s]\n 20%|██ | 4/20 [00:01<00:07, 2.18it/s]\n 25%|██▌ | 5/20 [00:02<00:07, 2.11it/s]\n 30%|███ | 6/20 [00:02<00:06, 2.07it/s]\n 35%|███▌ | 7/20 [00:03<00:06, 2.04it/s]\n 40%|████ | 8/20 [00:03<00:05, 2.03it/s]\n 45%|████▌ | 9/20 [00:04<00:05, 2.02it/s]\n 50%|█████ | 10/20 [00:04<00:04, 2.01it/s]\n 55%|█████▌ | 11/20 [00:05<00:04, 2.01it/s]\n 60%|██████ | 12/20 [00:05<00:03, 2.00it/s]\n 65%|██████▌ | 13/20 [00:06<00:03, 2.00it/s]\n 70%|███████ | 14/20 [00:06<00:03, 2.00it/s]\n 75%|███████▌ | 15/20 [00:07<00:02, 2.00it/s]\n 80%|████████ | 16/20 [00:07<00:02, 2.00it/s]\n 85%|████████▌ | 17/20 [00:08<00:01, 2.00it/s]\n 90%|█████████ | 18/20 [00:08<00:01, 2.00it/s]\n 95%|█████████▌| 19/20 [00:09<00:00, 2.00it/s]\n100%|██████████| 20/20 [00:09<00:00, 1.99it/s]\n100%|██████████| 20/20 [00:09<00:00, 2.06it/s]\nsamples_ddim torch.Size([24, 4, 64, 48])\nSaved ./outputs/00408.png\nSaved ./outputs/00409.png\nSaved ./outputs/00410.png\nSaved ./outputs/00411.png\nSaved ./outputs/00412.png\nSaved ./outputs/00413.png\nSaved ./outputs/00414.png\nSaved ./outputs/00415.png\nSaved ./outputs/00416.png\nSaved ./outputs/00417.png\nSaved ./outputs/00418.png\nSaved ./outputs/00419.png\nSaved ./outputs/00420.png\nSaved ./outputs/00421.png\nSaved ./outputs/00422.png\nSaved ./outputs/00423.png\nSaved ./outputs/00424.png\nSaved ./outputs/00425.png\nSaved ./outputs/00426.png\nSaved ./outputs/00427.png\nSaved ./outputs/00428.png\nSaved ./outputs/00429.png\nSaved ./outputs/00430.png\nSaved ./outputs/00431.png\ndata_batch torch.Size([24, 77, 768]) start_code_batch torch.Size([24, 4, 64, 48])\nsigmas tensor([14.6090, 10.7477, 8.0787, 6.2059, 4.8573, 3.8654, 3.1229, 2.5581,\n2.1152, 1.7641, 1.4802, 1.2456, 1.0481, 0.8783, 0.7297, 0.5962,\n0.4736, 0.3552, 0.2322, 0.0313, 0.0000], device='cuda:0')\n 0%| | 0/20 [00:00<?, ?it/s]\n 5%|▌ | 1/20 [00:00<00:03, 5.29it/s]\n 10%|█ | 2/20 [00:00<00:06, 2.69it/s]\n 15%|█▌ | 3/20 [00:01<00:07, 2.32it/s]\n 20%|██ | 4/20 [00:01<00:07, 2.18it/s]\n 25%|██▌ | 5/20 [00:02<00:07, 2.11it/s]\n 30%|███ | 6/20 [00:02<00:06, 2.07it/s]\n 35%|███▌ | 7/20 [00:03<00:06, 2.05it/s]\n 40%|████ | 8/20 [00:03<00:05, 2.03it/s]\n 45%|████▌ | 9/20 [00:04<00:05, 2.02it/s]\n 50%|█████ | 10/20 [00:04<00:04, 2.01it/s]\n 55%|█████▌ | 11/20 [00:05<00:04, 2.00it/s]\n 60%|██████ | 12/20 [00:05<00:03, 2.00it/s]\n 65%|██████▌ | 13/20 [00:06<00:03, 2.00it/s]\n 70%|███████ | 14/20 [00:06<00:03, 2.00it/s]\n 75%|███████▌ | 15/20 [00:07<00:02, 2.00it/s]\n 80%|████████ | 16/20 [00:07<00:02, 2.00it/s]\n 85%|████████▌ | 17/20 [00:08<00:01, 1.99it/s]\n 90%|█████████ | 18/20 [00:08<00:01, 2.00it/s]\n 95%|█████████▌| 19/20 [00:09<00:00, 2.00it/s]\n100%|██████████| 20/20 [00:09<00:00, 1.99it/s]\n100%|██████████| 20/20 [00:09<00:00, 2.06it/s]\nsamples_ddimtorch.Size([24, 4, 64, 48])\nSaved ./outputs/00432.png\nSaved ./outputs/00433.png\nSaved ./outputs/00434.png\nSaved ./outputs/00435.png\nSaved ./outputs/00436.png\nSaved ./outputs/00437.png\nSaved ./outputs/00438.png\nSaved ./outputs/00439.png\nSaved ./outputs/00440.png\nSaved ./outputs/00441.png\nSaved ./outputs/00442.png\nSaved ./outputs/00443.png\nSaved ./outputs/00444.png\nSaved ./outputs/00445.png\nSaved ./outputs/00446.png\nSaved ./outputs/00447.png\nSaved ./outputs/00448.png\nSaved ./outputs/00449.png\nSaved ./outputs/00450.png\nSaved ./outputs/00451.png\nSaved ./outputs/00452.png\nSaved ./outputs/00453.png\nSaved ./outputs/00454.png\nSaved ./outputs/00455.png\ndata_batch torch.Size([24, 77, 768]) start_code_batchtorch.Size([24, 4, 64, 48])\nsigmas tensor([14.6090, 10.7477, 8.0787, 6.2059, 4.8573, 3.8654, 3.1229, 2.5581,\n2.1152, 1.7641, 1.4802, 1.2456, 1.0481, 0.8783, 0.7297, 0.5962,\n0.4736, 0.3552, 0.2322, 0.0313, 0.0000], device='cuda:0')\n 0%| | 0/20 [00:00<?, ?it/s]\n 5%|▌ | 1/20 [00:00<00:03, 5.29it/s]\n 10%|█ | 2/20 [00:00<00:06, 2.69it/s]\n 15%|█▌ | 3/20 [00:01<00:07, 2.32it/s]\n 20%|██ | 4/20 [00:01<00:07, 2.18it/s]\n 25%|██▌ | 5/20 [00:02<00:07, 2.11it/s]\n 30%|███ | 6/20 [00:02<00:06, 2.07it/s]\n 35%|███▌ | 7/20 [00:03<00:06, 2.05it/s]\n 40%|████ | 8/20 [00:03<00:05, 2.03it/s]\n 45%|████▌ | 9/20 [00:04<00:05, 2.02it/s]\n 50%|█████ | 10/20 [00:04<00:04, 2.01it/s]\n 55%|█████▌ | 11/20 [00:05<00:04, 2.01it/s]\n 60%|██████ | 12/20 [00:05<00:03, 2.00it/s]\n 65%|██████▌ | 13/20 [00:06<00:03, 2.00it/s]\n 70%|███████ | 14/20 [00:06<00:03, 2.00it/s]\n 75%|███████▌ | 15/20 [00:07<00:02, 2.00it/s]\n 80%|████████ | 16/20 [00:07<00:02, 2.00it/s]\n 85%|████████▌ | 17/20 [00:08<00:01, 2.00it/s]\n 90%|█████████ | 18/20 [00:08<00:01, 2.00it/s]\n 95%|█████████▌| 19/20 [00:09<00:00, 2.00it/s]\n100%|██████████| 20/20 [00:09<00:00, 2.00it/s]\n100%|██████████| 20/20 [00:09<00:00, 2.06it/s]\nsamples_ddim torch.Size([24, 4, 64, 48])\nSaved ./outputs/00456.png\nSaved ./outputs/00457.png\nSaved ./outputs/00458.png\nSaved ./outputs/00459.png\nSaved ./outputs/00460.png\nSaved ./outputs/00461.png\nSaved ./outputs/00462.png\nSaved ./outputs/00463.png\nSaved ./outputs/00464.png\nSaved ./outputs/00465.png\nSaved ./outputs/00466.png\nSaved ./outputs/00467.png\nSaved ./outputs/00468.png\nSaved ./outputs/00469.png\nSaved ./outputs/00470.png\nSaved ./outputs/00471.png\nSaved ./outputs/00472.png\nSaved ./outputs/00473.png\nSaved ./outputs/00474.png\nSaved ./outputs/00475.png\nSaved ./outputs/00476.png\nSaved ./outputs/00477.png\nSaved ./outputs/00478.png\nSaved ./outputs/00479.png\ndata_batch torch.Size([4, 77, 768]) start_code_batchtorch.Size([4, 4, 64, 48])\nsigmas tensor([14.6090, 10.7477, 8.0787, 6.2059, 4.8573, 3.8654, 3.1229, 2.5581,\n2.1152, 1.7641, 1.4802, 1.2456, 1.0481, 0.8783, 0.7297, 0.5962,\n0.4736, 0.3552, 0.2322, 0.0313, 0.0000], device='cuda:0')\n 0%| | 0/20 [00:00<?, ?it/s]\n 5%|▌ | 1/20 [00:00<00:02, 6.58it/s]\n 15%|█▌ | 3/20 [00:00<00:01, 10.97it/s]\n 25%|██▌ | 5/20 [00:00<00:01, 10.75it/s]\n 35%|███▌ | 7/20 [00:00<00:01, 10.51it/s]\n 45%|████▌ | 9/20 [00:00<00:01, 10.67it/s]\n 55%|█████▌ | 11/20 [00:01<00:00, 10.42it/s]\n 65%|██████▌ | 13/20 [00:01<00:00, 10.66it/s]\n 75%|███████▌ | 15/20 [00:01<00:00, 10.61it/s]\n 85%|████████▌ | 17/20 [00:01<00:00, 10.51it/s]\n 95%|█████████▌| 19/20 [00:01<00:00, 10.61it/s]\n100%|██████████| 20/20 [00:01<00:00, 10.51it/s]\nsamples_ddim torch.Size([4, 4, 64, 48])\nSaved ./outputs/00480.png\nSaved ./outputs/00481.png\nSaved ./outputs/00482.png\nSaved ./outputs/00483.png\nYour samples have been saved to:\n./outputs\nEnjoy.\ntotal 204764\n-rw-r--r-- 1 root root 443967 May 17 10:39 00000.png\n-rw-r--r-- 1 root root 440172 May 17 10:39 00001.png\n-rw-r--r-- 1 root root 438417 May 17 10:39 00002.png\n-rw-r--r-- 1 root root 437794 May 17 10:39 00003.png\n-rw-r--r-- 1 root root 439256 May 17 10:39 00004.png\n-rw-r--r-- 1 root root 438672 May 17 10:39 00005.png\n-rw-r--r-- 1 root root 440635 May 17 10:39 00006.png\n-rw-r--r-- 1 root root 440040 May 17 10:39 00007.png\n-rw-r--r-- 1 root root 429753 May 17 10:39 00008.png\n-rw-r--r-- 1 root root 429357 May 17 10:39 00009.png\n-rw-r--r-- 1 root root 434830 May 17 10:39 00010.png\n-rw-r--r-- 1 root root 432507 May 17 10:39 00011.png\n-rw-r--r-- 1 root root 432219 May 17 10:39 00012.png\n-rw-r--r-- 1 root root 436990 May 17 10:39 00013.png\n-rw-r--r-- 1 root root 439945 May 17 10:39 00014.png\n-rw-r--r-- 1 root root 430202 May 17 10:39 00015.png\n-rw-r--r-- 1 root root 430649 May 17 10:39 00016.png\n-rw-r--r-- 1 root root 432838 May 17 10:39 00017.png\n-rw-r--r-- 1 root root 439467 May 17 10:39 00018.png\n-rw-r--r-- 1 root root 432400 May 17 10:39 00019.png\n-rw-r--r-- 1 root root 436500 May 17 10:39 00020.png\n-rw-r--r-- 1 root root 439542 May 17 10:39 00021.png\n-rw-r--r-- 1 root root 441296 May 17 10:39 00022.png\n-rw-r--r-- 1 root root 429078 May 17 10:39 00023.png\n-rw-r--r-- 1 root root 434230 May 17 10:39 00024.png\n-rw-r--r-- 1 root root 432067 May 17 10:39 00025.png\n-rw-r--r-- 1 root root 433492 May 17 10:39 00026.png\n-rw-r--r-- 1 root root 429857 May 17 10:39 00027.png\n-rw-r--r-- 1 root root 431037 May 17 10:39 00028.png\n-rw-r--r-- 1 root root 430019 May 17 10:39 00029.png\n-rw-r--r-- 1 root root 427525 May 17 10:39 00030.png\n-rw-r--r-- 1 root root 427639 May 17 10:39 00031.png\n-rw-r--r-- 1 root root 422869 May 17 10:39 00032.png\n-rw-r--r-- 1 root root 430097 May 17 10:39 00033.png\n-rw-r--r-- 1 root root 431346 May 17 10:39 00034.png\n-rw-r--r-- 1 root root 438545 May 17 10:39 00035.png\n-rw-r--r-- 1 root root 440308 May 17 10:39 00036.png\n-rw-r--r-- 1 root root 440938 May 17 10:39 00037.png\n-rw-r--r-- 1 root root 430134 May 17 10:39 00038.png\n-rw-r--r-- 1 root root 429289 May 17 10:39 00039.png\n-rw-r--r-- 1 root root 435458 May 17 10:39 00040.png\n-rw-r--r-- 1 root root 439217 May 17 10:39 00041.png\n-rw-r--r-- 1 root root 440477 May 17 10:39 00042.png\n-rw-r--r-- 1 root root 440538 May 17 10:39 00043.png\n-rw-r--r-- 1 root root 440797 May 17 10:39 00044.png\n-rw-r--r-- 1 root root 430517 May 17 10:39 00045.png\n-rw-r--r-- 1 root root 431104 May 17 10:39 00046.png\n-rw-r--r-- 1 root root 428835 May 17 10:39 00047.png\n-rw-r--r-- 1 root root 436579 May 17 10:39 00048.png\n-rw-r--r-- 1 root root 435694 May 17 10:39 00049.png\n-rw-r--r-- 1 root root 438887 May 17 10:39 00050.png\n-rw-r--r-- 1 root root 441884 May 17 10:39 00051.png\n-rw-r--r-- 1 root root 444501 May 17 10:39 00052.png\n-rw-r--r-- 1 root root 436175 May 17 10:39 00053.png\n-rw-r--r-- 1 root root 428264 May 17 10:39 00054.png\n-rw-r--r-- 1 root root 429366 May 17 10:39 00055.png\n-rw-r--r-- 1 root root 430679 May 17 10:39 00056.png\n-rw-r--r-- 1 root root 423321 May 17 10:39 00057.png\n-rw-r--r-- 1 root root 424950 May 17 10:39 00058.png\n-rw-r--r-- 1 root root 430386 May 17 10:39 00059.png\n-rw-r--r-- 1 root root 429034 May 17 10:39 00060.png\n-rw-r--r-- 1 root root 431060 May 17 10:39 00061.png\n-rw-r--r-- 1 root root 430747 May 17 10:39 00062.png\n-rw-r--r-- 1 root root 430277 May 17 10:39 00063.png\n-rw-r--r-- 1 root root 429733 May 17 10:39 00064.png\n-rw-r--r-- 1 root root 428984 May 17 10:39 00065.png\n-rw-r--r-- 1 root root 424019 May 17 10:39 00066.png\n-rw-r--r-- 1 root root 429461 May 17 10:39 00067.png\n-rw-r--r-- 1 root root 428201 May 17 10:39 00068.png\n-rw-r--r-- 1 root root 426184 May 17 10:39 00069.png\n-rw-r--r-- 1 root root 423189 May 17 10:39 00070.png\n-rw-r--r-- 1 root root 428602 May 17 10:39 00071.png\n-rw-r--r-- 1 root root 430368 May 17 10:40 00072.png\n-rw-r--r-- 1 root root 435065 May 17 10:40 00073.png\n-rw-r--r-- 1 root root 429169 May 17 10:40 00074.png\n-rw-r--r-- 1 root root 429761 May 17 10:40 00075.png\n-rw-r--r-- 1 root root 427518 May 17 10:40 00076.png\n-rw-r--r-- 1 root root 431121 May 17 10:40 00077.png\n-rw-r--r-- 1 root root 429996 May 17 10:40 00078.png\n-rw-r--r-- 1 root root 429589 May 17 10:40 00079.png\n-rw-r--r-- 1 root root 429140 May 17 10:40 00080.png\n-rw-r--r-- 1 root root 434919 May 17 10:40 00081.png\n-rw-r--r-- 1 root root 435429 May 17 10:40 00082.png\n-rw-r--r-- 1 root root 423091 May 17 10:40 00083.png\n-rw-r--r-- 1 root root 427883 May 17 10:40 00084.png\n-rw-r--r-- 1 root root 424040 May 17 10:40 00085.png\n-rw-r--r-- 1 root root 430408 May 17 10:40 00086.png\n-rw-r--r-- 1 root root 429615 May 17 10:40 00087.png\n-rw-r--r-- 1 root root 427902 May 17 10:40 00088.png\n-rw-r--r-- 1 root root 429785 May 17 10:40 00089.png\n-rw-r--r-- 1 root root 430421 May 17 10:40 00090.png\n-rw-r--r-- 1 root root 427740 May 17 10:40 00091.png\n-rw-r--r-- 1 root root 423398 May 17 10:40 00092.png\n-rw-r--r-- 1 root root 429162 May 17 10:40 00093.png\n-rw-r--r-- 1 root root 431600 May 17 10:40 00094.png\n-rw-r--r-- 1 root root 433457 May 17 10:40 00095.png\n-rw-r--r-- 1 root root 436856 May 17 10:40 00096.png\n-rw-r--r-- 1 root root 438976 May 17 10:40 00097.png\n-rw-r--r-- 1 root root 431051 May 17 10:40 00098.png\n-rw-r--r-- 1 root root 430664 May 17 10:40 00099.png\n-rw-r--r-- 1 root root 427947 May 17 10:40 00100.png\n-rw-r--r-- 1 root root 435487 May 17 10:40 00101.png\n-rw-r--r-- 1 root root 434736 May 17 10:40 00102.png\n-rw-r--r-- 1 root root 436756 May 17 10:40 00103.png\n-rw-r--r-- 1 root root 437520 May 17 10:40 00104.png\n-rw-r--r-- 1 root root 439510 May 17 10:40 00105.png\n-rw-r--r-- 1 root root 430271 May 17 10:40 00106.png\n-rw-r--r-- 1 root root 430568 May 17 10:40 00107.png\n-rw-r--r-- 1 root root 433611 May 17 10:40 00108.png\n-rw-r--r-- 1 root root 440138 May 17 10:40 00109.png\n-rw-r--r-- 1 root root 440976 May 17 10:40 00110.png\n-rw-r--r-- 1 root root 440713 May 17 10:40 00111.png\n-rw-r--r-- 1 root root 444076 May 17 10:40 00112.png\n-rw-r--r-- 1 root root 433886 May 17 10:40 00113.png\n-rw-r--r-- 1 root root 430647 May 17 10:40 00114.png\n-rw-r--r-- 1 root root 430677 May 17 10:40 00115.png\n-rw-r--r-- 1 root root 430088 May 17 10:40 00116.png\n-rw-r--r-- 1 root root 427219 May 17 10:40 00117.png\n-rw-r--r-- 1 root root 427983 May 17 10:40 00118.png\n-rw-r--r-- 1 root root 426875 May 17 10:40 00119.png\n-rw-r--r-- 1 root root 424684 May 17 10:40 00120.png\n-rw-r--r-- 1 root root 429614 May 17 10:40 00121.png\n-rw-r--r-- 1 root root 429537 May 17 10:40 00122.png\n-rw-r--r-- 1 root root 428952 May 17 10:40 00123.png\n-rw-r--r-- 1 root root 426745 May 17 10:40 00124.png\n-rw-r--r-- 1 root root 429268 May 17 10:40 00125.png\n-rw-r--r-- 1 root root 430508 May 17 10:40 00126.png\n-rw-r--r-- 1 root root 434234 May 17 10:40 00127.png\n-rw-r--r-- 1 root root 429110 May 17 10:40 00128.png\n-rw-r--r-- 1 root root 427468 May 17 10:40 00129.png\n-rw-r--r-- 1 root root 423893 May 17 10:40 00130.png\n-rw-r--r-- 1 root root 430227 May 17 10:40 00131.png\n-rw-r--r-- 1 root root 430369 May 17 10:40 00132.png\n-rw-r--r-- 1 root root 429929 May 17 10:40 00133.png\n-rw-r--r-- 1 root root 429821 May 17 10:40 00134.png\n-rw-r--r-- 1 root root 435000 May 17 10:40 00135.png\n-rw-r--r-- 1 root root 423672 May 17 10:40 00136.png\n-rw-r--r-- 1 root root 429864 May 17 10:40 00137.png\n-rw-r--r-- 1 root root 430376 May 17 10:40 00138.png\n-rw-r--r-- 1 root root 432730 May 17 10:40 00139.png\n-rw-r--r-- 1 root root 430004 May 17 10:40 00140.png\n-rw-r--r-- 1 root root 433938 May 17 10:40 00141.png\n-rw-r--r-- 1 root root 435540 May 17 10:40 00142.png\n-rw-r--r-- 1 root root 439098 May 17 10:40 00143.png\n-rw-r--r-- 1 root root 423762 May 17 10:40 00144.png\n-rw-r--r-- 1 root root 424214 May 17 10:40 00145.png\n-rw-r--r-- 1 root root 424623 May 17 10:40 00146.png\n-rw-r--r-- 1 root root 424928 May 17 10:40 00147.png\n-rw-r--r-- 1 root root 428395 May 17 10:40 00148.png\n-rw-r--r-- 1 root root 427416 May 17 10:40 00149.png\n-rw-r--r-- 1 root root 423816 May 17 10:40 00150.png\n-rw-r--r-- 1 root root 429561 May 17 10:40 00151.png\n-rw-r--r-- 1 root root 429270 May 17 10:40 00152.png\n-rw-r--r-- 1 root root 425274 May 17 10:40 00153.png\n-rw-r--r-- 1 root root 431693 May 17 10:40 00154.png\n-rw-r--r-- 1 root root 430760 May 17 10:40 00155.png\n-rw-r--r-- 1 root root 433345 May 17 10:40 00156.png\n-rw-r--r-- 1 root root 440551 May 17 10:40 00157.png\n-rw-r--r-- 1 root root 440096 May 17 10:40 00158.png\n-rw-r--r-- 1 root root 430323 May 17 10:40 00159.png\n-rw-r--r-- 1 root root 429908 May 17 10:40 00160.png\n-rw-r--r-- 1 root root 433642 May 17 10:40 00161.png\n-rw-r--r-- 1 root root 437227 May 17 10:40 00162.png\n-rw-r--r-- 1 root root 435216 May 17 10:40 00163.png\n-rw-r--r-- 1 root root 434260 May 17 10:40 00164.png\n-rw-r--r-- 1 root root 440320 May 17 10:40 00165.png\n-rw-r--r-- 1 root root 425705 May 17 10:40 00166.png\n-rw-r--r-- 1 root root 427856 May 17 10:40 00167.png\n-rw-r--r-- 1 root root 429823 May 17 10:40 00168.png\n-rw-r--r-- 1 root root 434149 May 17 10:40 00169.png\n-rw-r--r-- 1 root root 435477 May 17 10:40 00170.png\n-rw-r--r-- 1 root root 439660 May 17 10:40 00171.png\n-rw-r--r-- 1 root root 440026 May 17 10:40 00172.png\n-rw-r--r-- 1 root root 443889 May 17 10:40 00173.png\n-rw-r--r-- 1 root root 430752 May 17 10:40 00174.png\n-rw-r--r-- 1 root root 430028 May 17 10:40 00175.png\n-rw-r--r-- 1 root root 430231 May 17 10:40 00176.png\n-rw-r--r-- 1 root root 429268 May 17 10:40 00177.png\n-rw-r--r-- 1 root root 428926 May 17 10:40 00178.png\n-rw-r--r-- 1 root root 428280 May 17 10:40 00179.png\n-rw-r--r-- 1 root root 431110 May 17 10:40 00180.png\n-rw-r--r-- 1 root root 430140 May 17 10:40 00181.png\n-rw-r--r-- 1 root root 430836 May 17 10:40 00182.png\n-rw-r--r-- 1 root root 429594 May 17 10:40 00183.png\n-rw-r--r-- 1 root root 426870 May 17 10:40 00184.png\n-rw-r--r-- 1 root root 427348 May 17 10:40 00185.png\n-rw-r--r-- 1 root root 423820 May 17 10:40 00186.png\n-rw-r--r-- 1 root root 430612 May 17 10:40 00187.png\n-rw-r--r-- 1 root root 432501 May 17 10:40 00188.png\n-rw-r--r-- 1 root root 427071 May 17 10:40 00189.png\n-rw-r--r-- 1 root root 423800 May 17 10:40 00190.png\n-rw-r--r-- 1 root root 430799 May 17 10:40 00191.png\n-rw-r--r-- 1 root root 432575 May 17 10:41 00192.png\n-rw-r--r-- 1 root root 429977 May 17 10:41 00193.png\n-rw-r--r-- 1 root root 432900 May 17 10:41 00194.png\n-rw-r--r-- 1 root root 432489 May 17 10:41 00195.png\n-rw-r--r-- 1 root root 429633 May 17 10:41 00196.png\n-rw-r--r-- 1 root root 428450 May 17 10:41 00197.png\n-rw-r--r-- 1 root root 423370 May 17 10:41 00198.png\n-rw-r--r-- 1 root root 430726 May 17 10:41 00199.png\n-rw-r--r-- 1 root root 427028 May 17 10:41 00200.png\n-rw-r--r-- 1 root root 428206 May 17 10:41 00201.png\n-rw-r--r-- 1 root root 431077 May 17 10:41 00202.png\n-rw-r--r-- 1 root root 435744 May 17 10:41 00203.png\n-rw-r--r-- 1 root root 428126 May 17 10:41 00204.png\n-rw-r--r-- 1 root root 424908 May 17 10:41 00205.png\n-rw-r--r-- 1 root root 426562 May 17 10:41 00206.png\n-rw-r--r-- 1 root root 431057 May 17 10:41 00207.png\n-rw-r--r-- 1 root root 423070 May 17 10:41 00208.png\n-rw-r--r-- 1 root root 422890 May 17 10:41 00209.png\n-rw-r--r-- 1 root root 423609 May 17 10:41 00210.png\n-rw-r--r-- 1 root root 428041 May 17 10:41 00211.png\n-rw-r--r-- 1 root root 428057 May 17 10:41 00212.png\n-rw-r--r-- 1 root root 423612 May 17 10:41 00213.png\n-rw-r--r-- 1 root root 431102 May 17 10:41 00214.png\n-rw-r--r-- 1 root root 430267 May 17 10:41 00215.png\n-rw-r--r-- 1 root root 427815 May 17 10:41 00216.png\n-rw-r--r-- 1 root root 435026 May 17 10:41 00217.png\n-rw-r--r-- 1 root root 441055 May 17 10:41 00218.png\n-rw-r--r-- 1 root root 426538 May 17 10:41 00219.png\n-rw-r--r-- 1 root root 424083 May 17 10:41 00220.png\n-rw-r--r-- 1 root root 430128 May 17 10:41 00221.png\n-rw-r--r-- 1 root root 433055 May 17 10:41 00222.png\n-rw-r--r-- 1 root root 433265 May 17 10:41 00223.png\n-rw-r--r-- 1 root root 433965 May 17 10:41 00224.png\n-rw-r--r-- 1 root root 438284 May 17 10:41 00225.png\n-rw-r--r-- 1 root root 441183 May 17 10:41 00226.png\n-rw-r--r-- 1 root root 430050 May 17 10:41 00227.png\n-rw-r--r-- 1 root root 434613 May 17 10:41 00228.png\n-rw-r--r-- 1 root root 437013 May 17 10:41 00229.png\n-rw-r--r-- 1 root root 440517 May 17 10:41 00230.png\n-rw-r--r-- 1 root root 440472 May 17 10:41 00231.png\n-rw-r--r-- 1 root root 441715 May 17 10:41 00232.png\n-rw-r--r-- 1 root root 443871 May 17 10:41 00233.png\n-rw-r--r-- 1 root root 423162 May 17 10:41 00234.png\n-rw-r--r-- 1 root root 431617 May 17 10:41 00235.png\n-rw-r--r-- 1 root root 430027 May 17 10:41 00236.png\n-rw-r--r-- 1 root root 429696 May 17 10:41 00237.png\n-rw-r--r-- 1 root root 431002 May 17 10:41 00238.png\n-rw-r--r-- 1 root root 432731 May 17 10:41 00239.png\n-rw-r--r-- 1 root root 431053 May 17 10:41 00240.png\n-rw-r--r-- 1 root root 430761 May 17 10:41 00241.png\n-rw-r--r-- 1 root root 431105 May 17 10:41 00242.png\n-rw-r--r-- 1 root root 432560 May 17 10:41 00243.png\n-rw-r--r-- 1 root root 426960 May 17 10:41 00244.png\n-rw-r--r-- 1 root root 427506 May 17 10:41 00245.png\n-rw-r--r-- 1 root root 432494 May 17 10:41 00246.png\n-rw-r--r-- 1 root root 429808 May 17 10:41 00247.png\n-rw-r--r-- 1 root root 434782 May 17 10:41 00248.png\n-rw-r--r-- 1 root root 430561 May 17 10:41 00249.png\n-rw-r--r-- 1 root root 426642 May 17 10:41 00250.png\n-rw-r--r-- 1 root root 432863 May 17 10:41 00251.png\n-rw-r--r-- 1 root root 431470 May 17 10:41 00252.png\n-rw-r--r-- 1 root root 427710 May 17 10:41 00253.png\n-rw-r--r-- 1 root root 432021 May 17 10:41 00254.png\n-rw-r--r-- 1 root root 430067 May 17 10:41 00255.png\n-rw-r--r-- 1 root root 434551 May 17 10:41 00256.png\n-rw-r--r-- 1 root root 431882 May 17 10:41 00257.png\n-rw-r--r-- 1 root root 426771 May 17 10:41 00258.png\n-rw-r--r-- 1 root root 431691 May 17 10:41 00259.png\n-rw-r--r-- 1 root root 427052 May 17 10:41 00260.png\n-rw-r--r-- 1 root root 432517 May 17 10:41 00261.png\n-rw-r--r-- 1 root root 431095 May 17 10:41 00262.png\n-rw-r--r-- 1 root root 432954 May 17 10:41 00263.png\n-rw-r--r-- 1 root root 432530 May 17 10:41 00264.png\n-rw-r--r-- 1 root root 432725 May 17 10:41 00265.png\n-rw-r--r-- 1 root root 427363 May 17 10:41 00266.png\n-rw-r--r-- 1 root root 426120 May 17 10:41 00267.png\n-rw-r--r-- 1 root root 427439 May 17 10:41 00268.png\n-rw-r--r-- 1 root root 428484 May 17 10:41 00269.png\n-rw-r--r-- 1 root root 432418 May 17 10:41 00270.png\n-rw-r--r-- 1 root root 429674 May 17 10:41 00271.png\n-rw-r--r-- 1 root root 429493 May 17 10:41 00272.png\n-rw-r--r-- 1 root root 431867 May 17 10:41 00273.png\n-rw-r--r-- 1 root root 432242 May 17 10:41 00274.png\n-rw-r--r-- 1 root root 429380 May 17 10:41 00275.png\n-rw-r--r-- 1 root root 425679 May 17 10:41 00276.png\n-rw-r--r-- 1 root root 432997 May 17 10:41 00277.png\n-rw-r--r-- 1 root root 430332 May 17 10:41 00278.png\n-rw-r--r-- 1 root root 431974 May 17 10:41 00279.png\n-rw-r--r-- 1 root root 429157 May 17 10:41 00280.png\n-rw-r--r-- 1 root root 426856 May 17 10:41 00281.png\n-rw-r--r-- 1 root root 426552 May 17 10:41 00282.png\n-rw-r--r-- 1 root root 430464 May 17 10:41 00283.png\n-rw-r--r-- 1 root root 430936 May 17 10:41 00284.png\n-rw-r--r-- 1 root root 430894 May 17 10:41 00285.png\n-rw-r--r-- 1 root root 432634 May 17 10:41 00286.png\n-rw-r--r-- 1 root root 430041 May 17 10:41 00287.png\n-rw-r--r-- 1 root root 428861 May 17 10:41 00288.png\n-rw-r--r-- 1 root root 430328 May 17 10:41 00289.png\n-rw-r--r-- 1 root root 426965 May 17 10:41 00290.png\n-rw-r--r-- 1 root root 432445 May 17 10:41 00291.png\n-rw-r--r-- 1 root root 429908 May 17 10:41 00292.png\n-rw-r--r-- 1 root root 434114 May 17 10:41 00293.png\n-rw-r--r-- 1 root root 431745 May 17 10:41 00294.png\n-rw-r--r-- 1 root root 429103 May 17 10:41 00295.png\n-rw-r--r-- 1 root root 430043 May 17 10:41 00296.png\n-rw-r--r-- 1 root root 427560 May 17 10:41 00297.png\n-rw-r--r-- 1 root root 431440 May 17 10:41 00298.png\n-rw-r--r-- 1 root root 433049 May 17 10:41 00299.png\n-rw-r--r-- 1 root root 429154 May 17 10:41 00300.png\n-rw-r--r-- 1 root root 431410 May 17 10:41 00301.png\n-rw-r--r-- 1 root root 432283 May 17 10:41 00302.png\n-rw-r--r-- 1 root root 429526 May 17 10:41 00303.png\n-rw-r--r-- 1 root root 434332 May 17 10:41 00304.png\n-rw-r--r-- 1 root root 434482 May 17 10:41 00305.png\n-rw-r--r-- 1 root root 430430 May 17 10:41 00306.png\n-rw-r--r-- 1 root root 428868 May 17 10:41 00307.png\n-rw-r--r-- 1 root root 430010 May 17 10:41 00308.png\n-rw-r--r-- 1 root root 435496 May 17 10:41 00309.png\n-rw-r--r-- 1 root root 432604 May 17 10:41 00310.png\n-rw-r--r-- 1 root root 426660 May 17 10:41 00311.png\n-rw-r--r-- 1 root root 429993 May 17 10:42 00312.png\n-rw-r--r-- 1 root root 429135 May 17 10:42 00313.png\n-rw-r--r-- 1 root root 432766 May 17 10:42 00314.png\n-rw-r--r-- 1 root root 429113 May 17 10:42 00315.png\n-rw-r--r-- 1 root root 431628 May 17 10:42 00316.png\n-rw-r--r-- 1 root root 430827 May 17 10:42 00317.png\n-rw-r--r-- 1 root root 431113 May 17 10:42 00318.png\n-rw-r--r-- 1 root root 430736 May 17 10:42 00319.png\n-rw-r--r-- 1 root root 427811 May 17 10:42 00320.png\n-rw-r--r-- 1 root root 426109 May 17 10:42 00321.png\n-rw-r--r-- 1 root root 432723 May 17 10:42 00322.png\n-rw-r--r-- 1 root root 428942 May 17 10:42 00323.png\n-rw-r--r-- 1 root root 434781 May 17 10:42 00324.png\n-rw-r--r-- 1 root root 431144 May 17 10:42 00325.png\n-rw-r--r-- 1 root root 426943 May 17 10:42 00326.png\n-rw-r--r-- 1 root root 431055 May 17 10:42 00327.png\n-rw-r--r-- 1 root root 426649 May 17 10:42 00328.png\n-rw-r--r-- 1 root root 431576 May 17 10:42 00329.png\n-rw-r--r-- 1 root root 433828 May 17 10:42 00330.png\n-rw-r--r-- 1 root root 429265 May 17 10:42 00331.png\n-rw-r--r-- 1 root root 432965 May 17 10:42 00332.png\n-rw-r--r-- 1 root root 432447 May 17 10:42 00333.png\n-rw-r--r-- 1 root root 429310 May 17 10:42 00334.png\n-rw-r--r-- 1 root root 427377 May 17 10:42 00335.png\n-rw-r--r-- 1 root root 428680 May 17 10:42 00336.png\n-rw-r--r-- 1 root root 433585 May 17 10:42 00337.png\n-rw-r--r-- 1 root root 431046 May 17 10:42 00338.png\n-rw-r--r-- 1 root root 433124 May 17 10:42 00339.png\n-rw-r--r-- 1 root root 429392 May 17 10:42 00340.png\n-rw-r--r-- 1 root root 426637 May 17 10:42 00341.png\n-rw-r--r-- 1 root root 430192 May 17 10:42 00342.png\n-rw-r--r-- 1 root root 426207 May 17 10:42 00343.png\n-rw-r--r-- 1 root root 430852 May 17 10:42 00344.png\n-rw-r--r-- 1 root root 430543 May 17 10:42 00345.png\n-rw-r--r-- 1 root root 432113 May 17 10:42 00346.png\n-rw-r--r-- 1 root root 431225 May 17 10:42 00347.png\n-rw-r--r-- 1 root root 429855 May 17 10:42 00348.png\n-rw-r--r-- 1 root root 427141 May 17 10:42 00349.png\n-rw-r--r-- 1 root root 426436 May 17 10:42 00350.png\n-rw-r--r-- 1 root root 432402 May 17 10:42 00351.png\n-rw-r--r-- 1 root root 429558 May 17 10:42 00352.png\n-rw-r--r-- 1 root root 432325 May 17 10:42 00353.png\n-rw-r--r-- 1 root root 432755 May 17 10:42 00354.png\n-rw-r--r-- 1 root root 429189 May 17 10:42 00355.png\n-rw-r--r-- 1 root root 428972 May 17 10:42 00356.png\n-rw-r--r-- 1 root root 429633 May 17 10:42 00357.png\n-rw-r--r-- 1 root root 425772 May 17 10:42 00358.png\n-rw-r--r-- 1 root root 426116 May 17 10:42 00359.png\n-rw-r--r-- 1 root root 429684 May 17 10:42 00360.png\n-rw-r--r-- 1 root root 429965 May 17 10:42 00361.png\n-rw-r--r-- 1 root root 432467 May 17 10:42 00362.png\n-rw-r--r-- 1 root root 432632 May 17 10:42 00363.png\n-rw-r--r-- 1 root root 431090 May 17 10:42 00364.png\n-rw-r--r-- 1 root root 432517 May 17 10:42 00365.png\n-rw-r--r-- 1 root root 429033 May 17 10:42 00366.png\n-rw-r--r-- 1 root root 430088 May 17 10:42 00367.png\n-rw-r--r-- 1 root root 429750 May 17 10:42 00368.png\n-rw-r--r-- 1 root root 431404 May 17 10:42 00369.png\n-rw-r--r-- 1 root root 432137 May 17 10:42 00370.png\n-rw-r--r-- 1 root root 428571 May 17 10:42 00371.png\n-rw-r--r-- 1 root root 434157 May 17 10:42 00372.png\n-rw-r--r-- 1 root root 432818 May 17 10:42 00373.png\n-rw-r--r-- 1 root root 427394 May 17 10:42 00374.png\n-rw-r--r-- 1 root root 432845 May 17 10:42 00375.png\n-rw-r--r-- 1 root root 430281 May 17 10:42 00376.png\n-rw-r--r-- 1 root root 432822 May 17 10:42 00377.png\n-rw-r--r-- 1 root root 432292 May 17 10:42 00378.png\n-rw-r--r-- 1 root root 425857 May 17 10:42 00379.png\n-rw-r--r-- 1 root root 429893 May 17 10:42 00380.png\n-rw-r--r-- 1 root root 426556 May 17 10:42 00381.png\n-rw-r--r-- 1 root root 427961 May 17 10:42 00382.png\n-rw-r--r-- 1 root root 431624 May 17 10:42 00383.png\n-rw-r--r-- 1 root root 430340 May 17 10:42 00384.png\n-rw-r--r-- 1 root root 432382 May 17 10:42 00385.png\n-rw-r--r-- 1 root root 432737 May 17 10:42 00386.png\n-rw-r--r-- 1 root root 428149 May 17 10:42 00387.png\n-rw-r--r-- 1 root root 429732 May 17 10:42 00388.png\n-rw-r--r-- 1 root root 428594 May 17 10:42 00389.png\n-rw-r--r-- 1 root root 432129 May 17 10:42 00390.png\n-rw-r--r-- 1 root root 430686 May 17 10:42 00391.png\n-rw-r--r-- 1 root root 428425 May 17 10:42 00392.png\n-rw-r--r-- 1 root root 432360 May 17 10:42 00393.png\n-rw-r--r-- 1 root root 430120 May 17 10:42 00394.png\n-rw-r--r-- 1 root root 432356 May 17 10:42 00395.png\n-rw-r--r-- 1 root root 426410 May 17 10:42 00396.png\n-rw-r--r-- 1 root root 430779 May 17 10:42 00397.png\n-rw-r--r-- 1 root root 430341 May 17 10:42 00398.png\n-rw-r--r-- 1 root root 434501 May 17 10:42 00399.png\n-rw-r--r-- 1 root root 430741 May 17 10:42 00400.png\n-rw-r--r-- 1 root root 429936 May 17 10:42 00401.png\n-rw-r--r-- 1 root root 430011 May 17 10:42 00402.png\n-rw-r--r-- 1 root root 431103 May 17 10:42 00403.png\n-rw-r--r-- 1 root root 432443 May 17 10:42 00404.png\n-rw-r--r-- 1 root root 430021 May 17 10:42 00405.png\n-rw-r--r-- 1 root root 429856 May 17 10:42 00406.png\n-rw-r--r-- 1 root root 430363 May 17 10:42 00407.png\n-rw-r--r-- 1 root root 431005 May 17 10:42 00408.png\n-rw-r--r-- 1 root root 426022 May 17 10:42 00409.png\n-rw-r--r-- 1 root root 430453 May 17 10:42 00410.png\n-rw-r--r-- 1 root root 426465 May 17 10:42 00411.png\n-rw-r--r-- 1 root root 431181 May 17 10:42 00412.png\n-rw-r--r-- 1 root root 429321 May 17 10:42 00413.png\n-rw-r--r-- 1 root root 435305 May 17 10:42 00414.png\n-rw-r--r-- 1 root root 430800 May 17 10:42 00415.png\n-rw-r--r-- 1 root root 430631 May 17 10:42 00416.png\n-rw-r--r-- 1 root root 430386 May 17 10:42 00417.png\n-rw-r--r-- 1 root root 429582 May 17 10:42 00418.png\n-rw-r--r-- 1 root root 432281 May 17 10:42 00419.png\n-rw-r--r-- 1 root root 430973 May 17 10:42 00420.png\n-rw-r--r-- 1 root root 428574 May 17 10:42 00421.png\n-rw-r--r-- 1 root root 433269 May 17 10:42 00422.png\n-rw-r--r-- 1 root root 432205 May 17 10:42 00423.png\n-rw-r--r-- 1 root root 428039 May 17 10:42 00424.png\n-rw-r--r-- 1 root root 432051 May 17 10:42 00425.png\n-rw-r--r-- 1 root root 431382 May 17 10:42 00426.png\n-rw-r--r-- 1 root root 426388 May 17 10:42 00427.png\n-rw-r--r-- 1 root root 432055 May 17 10:42 00428.png\n-rw-r--r-- 1 root root 431169 May 17 10:42 00429.png\n-rw-r--r-- 1 root root 433280 May 17 10:42 00430.png\n-rw-r--r-- 1 root root 429722 May 17 10:42 00431.png\n-rw-r--r-- 1 root root 426169 May 17 10:42 00432.png\n-rw-r--r-- 1 root root 426231 May 17 10:42 00433.png\n-rw-r--r-- 1 root root 431279 May 17 10:42 00434.png\n-rw-r--r-- 1 root root 430878 May 17 10:42 00435.png\n-rw-r--r-- 1 root root 431042 May 17 10:42 00436.png\n-rw-r--r-- 1 root root 432689 May 17 10:42 00437.png\n-rw-r--r-- 1 root root 433319 May 17 10:42 00438.png\n-rw-r--r-- 1 root root 426378 May 17 10:43 00439.png\n-rw-r--r-- 1 root root 435754 May 17 10:43 00440.png\n-rw-r--r-- 1 root root 432682 May 17 10:43 00441.png\n-rw-r--r-- 1 root root 431220 May 17 10:43 00442.png\n-rw-r--r-- 1 root root 427650 May 17 10:43 00443.png\n-rw-r--r-- 1 root root 428164 May 17 10:43 00444.png\n-rw-r--r-- 1 root root 432718 May 17 10:43 00445.png\n-rw-r--r-- 1 root root 432485 May 17 10:43 00446.png\n-rw-r--r-- 1 root root 427588 May 17 10:43 00447.png\n-rw-r--r-- 1 root root 432793 May 17 10:43 00448.png\n-rw-r--r-- 1 root root 427572 May 17 10:43 00449.png\n-rw-r--r-- 1 root root 425711 May 17 10:43 00450.png\n-rw-r--r-- 1 root root 432020 May 17 10:43 00451.png\n-rw-r--r-- 1 root root 433156 May 17 10:43 00452.png\n-rw-r--r-- 1 root root 431169 May 17 10:43 00453.png\n-rw-r--r-- 1 root root 426917 May 17 10:43 00454.png\n-rw-r--r-- 1 root root 433043 May 17 10:43 00455.png\n-rw-r--r-- 1 root root 431740 May 17 10:43 00456.png\n-rw-r--r-- 1 root root 426510 May 17 10:43 00457.png\n-rw-r--r-- 1 root root 433699 May 17 10:43 00458.png\n-rw-r--r-- 1 root root 429516 May 17 10:43 00459.png\n-rw-r--r-- 1 root root 434956 May 17 10:43 00460.png\n-rw-r--r-- 1 root root 432480 May 17 10:43 00461.png\n-rw-r--r-- 1 root root 425888 May 17 10:43 00462.png\n-rw-r--r-- 1 root root 430456 May 17 10:43 00463.png\n-rw-r--r-- 1 root root 427004 May 17 10:43 00464.png\n-rw-r--r-- 1 root root 431191 May 17 10:43 00465.png\n-rw-r--r-- 1 root root 429187 May 17 10:43 00466.png\n-rw-r--r-- 1 root root 431211 May 17 10:43 00467.png\n-rw-r--r-- 1 root root 431061 May 17 10:43 00468.png\n-rw-r--r-- 1 root root 431013 May 17 10:43 00469.png\n-rw-r--r-- 1 root root 431162 May 17 10:43 00470.png\n-rw-r--r-- 1 root root 426996 May 17 10:43 00471.png\n-rw-r--r-- 1 root root 432133 May 17 10:43 00472.png\n-rw-r--r-- 1 root root 431266 May 17 10:43 00473.png\n-rw-r--r-- 1 root root 432485 May 17 10:43 00474.png\n-rw-r--r-- 1 root root 431322 May 17 10:43 00475.png\n-rw-r--r-- 1 root root 429576 May 17 10:43 00476.png\n-rw-r--r-- 1 root root 429154 May 17 10:43 00477.png\n-rw-r--r-- 1 root root 428537 May 17 10:43 00478.png\n-rw-r--r-- 1 root root 427101 May 17 10:43 00479.png\n-rw-r--r-- 1 root root 429603 May 17 10:43 00480.png\n-rw-r--r-- 1 root root 432271 May 17 10:43 00481.png\n-rw-r--r-- 1 root root 429472 May 17 10:43 00482.png\n-rw-r--r-- 1 root root 432188 May 17 10:43 00483.png\nSat May 17 10:43:14 2025\n+---------------------------------------------------------------------------------------+\n| NVIDIA-SMI 535.230.02 Driver Version: 535.230.02 CUDA Version: 12.2 |\n|-----------------------------------------+----------------------+----------------------+\n| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |\n| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |\n| | | MIG M. |\n|=========================================+======================+======================|\n| 0 NVIDIA A100-SXM4-80GB On | 00000000:27:00.0 Off | 0 |\n| N/A 52C P0 95W / 400W | 30969MiB / 81920MiB | 23% Default |\n| | | Disabled |\n+-----------------------------------------+----------------------+----------------------+\n| 1 NVIDIA A100-SXM4-80GB On | 00000000:2A:00.0 Off | 0 |\n| N/A 27C P0 57W / 400W | 3MiB / 81920MiB | 0% Default |\n| | | Disabled |\n+-----------------------------------------+----------------------+----------------------+\n| 2 NVIDIA A100-SXM4-80GB On | 00000000:51:00.0 Off | 0 |\n| N/A 27C P0 61W / 400W | 3MiB / 81920MiB | 0% Default |\n| | | Disabled |\n+-----------------------------------------+----------------------+----------------------+\n| 3 NVIDIA A100-SXM4-80GB On | 00000000:57:00.0 Off | 0 |\n| N/A 29C P0 65W / 400W | 3MiB / 81920MiB | 0% Default |\n| | | Disabled |\n+-----------------------------------------+----------------------+----------------------+\n| 4 NVIDIA A100-SXM4-80GB On | 00000000:9E:00.0 Off | 0 |\n| N/A 28C P0 58W / 400W | 3MiB / 81920MiB | 0% Default |\n| | | Disabled |\n+-----------------------------------------+----------------------+----------------------+\n| 5 NVIDIA A100-SXM4-80GB On | 00000000:A4:00.0 Off | 0 |\n| N/A 27C P0 57W / 400W | 3MiB / 81920MiB | 0% Default |\n| | | Disabled |\n+-----------------------------------------+----------------------+----------------------+\n| 6 NVIDIA A100-SXM4-80GB On | 00000000:C7:00.0 Off | 0 |\n| N/A 28C P0 64W / 400W | 3MiB / 81920MiB | 0% Default |\n| | | Disabled |\n+-----------------------------------------+----------------------+----------------------+\n| 7 NVIDIA A100-SXM4-80GB On | 00000000:CA:00.0 Off | 0 |\n| N/A 29C P0 58W / 400W | 3MiB / 81920MiB | 0% Default |\n| | | Disabled |\n+-----------------------------------------+----------------------+----------------------+\n+---------------------------------------------------------------------------------------+\n| Processes: |\n| GPU GI CI PID Type Process name GPU Memory |\n| ID ID Usage |\n|=======================================================================================|\n+---------------------------------------------------------------------------------------+\ntotal time 254.08025574684143\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\n[image2 @ 0x626975839a00] Pattern type 'glob_sequence' is deprecated: use pattern_type 'glob' instead\nInput #0, image2, from './outputs/%*.png':\nDuration: 00:00:19.36, start: 0.000000, bitrate: N/A\nStream #0:0: Video: png, rgb24(pc), 384x512, 25 fps, 25 tbr, 25 tbn, 25 tbc\nGuessed Channel Layout for Input Stream #1.0 : stereo\nInput #1, wav, from '/tmp/tmpvqj8t_u0Capo-In-The-Fields.wav':\nDuration: 00:00:30.24, bitrate: 1411 kb/s\nStream #1:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 44100 Hz, stereo, s16, 1411 kb/s\nStream mapping:\nStream #0:0 -> #0:0 (png (native) -> h264 (libx264))\nStream #1:0 -> #0:1 (pcm_s16le (native) -> aac (native))\nPress [q] to stop, [?] for help\n[image2 @ 0x626975839a00] Thread message queue blocking; consider raising the thread_queue_size option (current value: 8)\n[libx264 @ 0x62697588ac40] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 AVX512\n[libx264 @ 0x62697588ac40] profile High, level 2.1, 4:2:0, 8-bit\n[libx264 @ 0x62697588ac40] 264 - core 163 r3060 5db6aa6 - H.264/MPEG-4 AVC codec - Copyleft 2003-2021 - http://www.videolan.org/x264.html - options: cabac=1 ref=5 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=8 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=2 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=16 lookahead_threads=2 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=3 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=16 scenecut=40 intra_refresh=0 rc_lookahead=50 rc=crf mbtree=1 crf=20.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00\nOutput #0, mp4, to '/tmp/z_interpollation.mp4':\nMetadata:\nencoder : Lavf58.76.100\nStream #0:0: Video: h264 (avc1 / 0x31637661), yuv420p(tv, progressive), 384x512, q=2-31, 16 fps, 16384 tbn\nMetadata:\nencoder : Lavc58.134.100 libx264\nSide data:\ncpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A\nStream #0:1: Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 128 kb/s\nMetadata:\nencoder : Lavc58.134.100 aac\nframe= 1 fps=0.0 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x\nframe= 121 fps=0.0 q=24.0 size= 2048kB time=00:00:03.00 bitrate=5592.4kbits/s speed=5.66x\nframe= 197 fps=190 q=24.0 size= 5376kB time=00:00:07.75 bitrate=5682.6kbits/s speed=7.46x\nframe= 271 fps=175 q=24.0 size= 8448kB time=00:00:12.37 bitrate=5592.4kbits/s speed=7.98x\nframe= 348 fps=169 q=24.0 size= 11776kB time=00:00:17.18 bitrate=5612.7kbits/s speed=8.37x\nframe= 434 fps=170 q=24.0 size= 15360kB time=00:00:22.56 bitrate=5576.9kbits/s speed=8.82x\n[mp4 @ 0x626975889d40] Starting second pass: moving the moov atom to the beginning of the file\nframe= 484 fps=146 q=-1.0 Lsize= 20600kB time=00:00:30.23 bitrate=5582.1kbits/s speed=9.14x\nvideo:20105kB audio:476kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.093760%\n[libx264 @ 0x62697588ac40] frame I:24 Avg QP:22.34 size: 80897\n[libx264 @ 0x62697588ac40] frame P:129 Avg QP:25.42 size: 46296\n[libx264 @ 0x62697588ac40] frame B:331 Avg QP:26.57 size: 38287\n[libx264 @ 0x62697588ac40] consecutive B-frames: 6.0% 4.1% 13.0% 76.9%\n[libx264 @ 0x62697588ac40] mb I I16..4: 0.0% 48.1% 51.9%\n[libx264 @ 0x62697588ac40] mb P I16..4: 0.1% 13.8% 9.2% P16..4: 22.3% 30.7% 23.9% 0.0% 0.0% skip: 0.1%\n[libx264 @ 0x62697588ac40] mb B I16..4: 0.0% 8.0% 6.1% B16..8: 21.5% 30.4% 18.8% direct:13.9% skip: 1.2% L0:48.9% L1:26.0% BI:25.1%\n[libx264 @ 0x62697588ac40] 8x8 transform intra:55.5% inter:44.3%\n[libx264 @ 0x62697588ac40] direct mvs spatial:96.7% temporal:3.3%\n[libx264 @ 0x62697588ac40] coded y,uvDC,uvAC intra: 99.3% 100.0% 100.0% inter: 88.5% 96.9% 81.9%\n[libx264 @ 0x62697588ac40] i16 v,h,dc,p: 2% 61% 2% 35%\n[libx264 @ 0x62697588ac40] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 7% 16% 10% 9% 9% 8% 12% 10% 17%\n[libx264 @ 0x62697588ac40] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 7% 10% 8% 10% 14% 11% 14% 10% 14%\n[libx264 @ 0x62697588ac40] i8c dc,h,v,p: 54% 18% 7% 21%\n[libx264 @ 0x62697588ac40] Weighted P-Frames: Y:40.3% UV:34.9%\n[libx264 @ 0x62697588ac40] ref P L0: 24.9% 7.4% 11.1% 26.0% 23.2% 7.0% 0.3%\n[libx264 @ 0x62697588ac40] ref B L0: 52.4% 23.8% 15.1% 8.7%\n[libx264 @ 0x62697588ac40] ref B L1: 90.3% 9.7%\n[libx264 @ 0x62697588ac40] kb/s:5444.41\n[aac @ 0x62697588e0c0] Qavg: 214.235\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 '/tmp/z_interpollation.mp4':\nMetadata:\nmajor_brand : isom\nminor_version : 512\ncompatible_brands: isomiso2avc1mp41\nencoder : Lavf58.76.100\nDuration: 00:00:30.25, start: 0.000000, bitrate: 5578 kb/s\nStream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 384x512, 5444 kb/s, 16 fps, 16 tbr, 16384 tbn, 32 tbc (default)\nMetadata:\nhandler_name : VideoHandler\nvendor_id : [0][0][0][0]\nStream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 129 kb/s (default)\nMetadata:\nhandler_name : SoundHandler\nvendor_id : [0][0][0][0]\nMultiple -filter, -af or -vf options specified for stream 0, only the last option '-filter:v format=yuv420p' will be used.\nStream mapping:\nStream #0:0 -> #0:0 (h264 (native) -> h264 (libx264))\nStream #0:1 -> #0:1 (aac (native) -> aac (native))\nPress [q] to stop, [?] for help\n[libx264 @ 0x615716b52380] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 AVX512\n[libx264 @ 0x615716b52380] profile High, level 2.1, 4:2:0, 8-bit\n[libx264 @ 0x615716b52380] 264 - core 163 r3060 5db6aa6 - H.264/MPEG-4 AVC codec - Copyleft 2003-2021 - http://www.videolan.org/x264.html - options: cabac=1 ref=5 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=8 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=2 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=16 lookahead_threads=2 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=3 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=16 scenecut=40 intra_refresh=0 rc_lookahead=50 rc=crf mbtree=1 crf=20.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00\nOutput #0, mp4, to '/tmp/z_interpollation_60fps.mp4':\nMetadata:\nmajor_brand : isom\nminor_version : 512\ncompatible_brands: isomiso2avc1mp41\nencoder : Lavf58.76.100\nStream #0:0(und): Video: h264 (avc1 / 0x31637661), yuv420p(progressive), 384x512, 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\nStream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 128 kb/s (default)\nMetadata:\nhandler_name : SoundHandler\nvendor_id : [0][0][0][0]\nencoder : Lavc58.134.100 aac\nframe= 1 fps=0.0 q=0.0 size= 0kB time=00:00:00.88 bitrate= 0.4kbits/s speed=53.3x\nframe= 122 fps=0.0 q=24.0 size= 2048kB time=00:00:08.47 bitrate=1979.6kbits/s speed=16.4x\nframe= 209 fps=205 q=24.0 size= 5632kB time=00:00:13.90 bitrate=3317.2kbits/s speed=13.6x\nframe= 299 fps=195 q=21.0 size= 9472kB time=00:00:19.52 bitrate=3973.5kbits/s speed=12.8x\nframe= 388 fps=191 q=24.0 size= 13056kB time=00:00:25.10 bitrate=4261.0kbits/s speed=12.4x\nframe= 484 fps=190 q=24.0 size= 16896kB time=00:00:30.18 bitrate=4585.3kbits/s speed=11.9x\n[mp4 @ 0x615716b65d40] Starting second pass: moving the moov atom to the beginning of the file\nframe= 484 fps=168 q=-1.0 Lsize= 19899kB time=00:00:30.23 bitrate=5391.9kbits/s speed=10.5x\nvideo:19403kB audio:476kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.097030%\n[libx264 @ 0x615716b52380] frame I:24 Avg QP:22.27 size: 80313\n[libx264 @ 0x615716b52380] frame P:129 Avg QP:25.34 size: 44795\n[libx264 @ 0x615716b52380] frame B:331 Avg QP:26.52 size: 36743\n[libx264 @ 0x615716b52380] consecutive B-frames: 6.0% 4.1% 13.0% 76.9%\n[libx264 @ 0x615716b52380] mb I I16..4: 0.0% 48.1% 51.8%\n[libx264 @ 0x615716b52380] mb P I16..4: 0.1% 14.1% 9.3% P16..4: 23.4% 29.2% 23.8% 0.0% 0.0% skip: 0.1%\n[libx264 @ 0x615716b52380] mb B I16..4: 0.1% 7.7% 6.5% B16..8: 22.5% 29.8% 19.3% direct:12.8% skip: 1.5% L0:49.5% L1:27.2% BI:23.3%\n[libx264 @ 0x615716b52380] 8x8 transform intra:54.4% inter:44.5%\n[libx264 @ 0x615716b52380] direct mvs spatial:97.9% temporal:2.1%\n[libx264 @ 0x615716b52380] coded y,uvDC,uvAC intra: 98.9% 100.0% 99.9% inter: 85.9% 96.0% 79.7%\n[libx264 @ 0x615716b52380] i16 v,h,dc,p: 1% 60% 4% 35%\n[libx264 @ 0x615716b52380] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 7% 17% 11% 9% 9% 8% 12% 10% 18%\n[libx264 @ 0x615716b52380] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 8% 11% 9% 10% 13% 11% 13% 10% 15%\n[libx264 @ 0x615716b52380] i8c dc,h,v,p: 54% 18% 7% 21%\n[libx264 @ 0x615716b52380] Weighted P-Frames: Y:40.3% UV:36.4%\n[libx264 @ 0x615716b52380] ref P L0: 24.8% 7.4% 11.0% 26.7% 22.6% 7.1% 0.3%\n[libx264 @ 0x615716b52380] ref B L0: 52.9% 23.5% 15.0% 8.6%\n[libx264 @ 0x615716b52380] ref B L1: 90.7% 9.3%\n[libx264 @ 0x615716b52380] kb/s:5254.37\n[aac @ 0x615716b5df00] Qavg: 162.253", "metrics": { "predict_time": 261.02535809, "total_time": 382.062253 }, "output": [ "https://replicate.delivery/yhqm/eZ7m5Bnk5rSCJSIZvSybjKcfgm428INeFqBmUSWX8BlfVG2SB/00023.png", "https://replicate.delivery/yhqm/0TF6Re6u3XX3BinnRHONsgD6kM9nfIofpjvd0xclKIOWLDbpA/00047.png", "https://replicate.delivery/yhqm/A6e5xfrff7x2lRuXtdXTgStY8XMPPm9z8Ak51oIstl0dXG2SB/00071.png", "https://replicate.delivery/yhqm/Pi0u35elTb0ncCu4NuDTeqBztCsaDeeNKetMDsy8bHoawMslC/00095.png", "https://replicate.delivery/yhqm/eDYuWjVupK0xGix7Z78nZtRJ9MFXPmssz796HnfVXTNPmhtUA/00119.png", "https://replicate.delivery/yhqm/41zm8THmyyaxPtdeHkxBQ6uedMZwG7tep7TuydJ9mhv0MDbpA/00143.png", "https://replicate.delivery/yhqm/oopU2wzlDnpiJtLzFfKeW28unpu20a1bo4WtSZO2aKMmmhtUA/00167.png", "https://replicate.delivery/yhqm/5Is6JDf2kDXwPiT1KC2DexShJL0pBvmQuD5DjhEzREekNDbpA/00191.png", "https://replicate.delivery/yhqm/dHvBVAOgoG4tLNHyJsXDBzlImwv8mMzrJHYfNlSxesoeNDbpA/00215.png", "https://replicate.delivery/yhqm/KMGwqefxOSlkyEdkESGQJYg0sQCFaHdexFuI10dPJ6eqcG2SB/00239.png", "https://replicate.delivery/yhqm/a4WrPbU8x8qaF5AOauVWvELtl1v6eqOGbk8mRNVUlyZrzwWKA/00263.png", "https://replicate.delivery/yhqm/f73of80os6twHErfWAEqhIXD57L3iyw7ZnRVl6eshzaGeMslC/00287.png", "https://replicate.delivery/yhqm/7er9jUoGxdUbDaLoTmxJA0uFo9juCLfYa2t9y84xkTPtnhtUA/00311.png", "https://replicate.delivery/yhqm/2PP3KpiMQQaXIRZ9me0vxkVlRRBKVltZAmiD0lbE0ru8zwWKA/00335.png", "https://replicate.delivery/yhqm/SYtOO2eNpuQeHEz2ve4GBcHBOZ0XNRzeTgaqUUpvQNRWgG2SB/00359.png", "https://replicate.delivery/yhqm/LyxfTm3CnOTcZywkhElMWPmw7SU1L24RLfRNeYA0YutjQDbpA/00383.png", "https://replicate.delivery/yhqm/dSGlZQfn2RS4Ji1WLULLfIEHdx1uzzMy9bFr3FRXgNXdohtUA/00407.png", "https://replicate.delivery/yhqm/ypEzI0AfdgSeepN7IUyftCuv4e71u7rsjvdTgZnItjIGFNslC/00431.png", "https://replicate.delivery/yhqm/O4snpeMpC6WzNCA8apceVq9i6OzdOJwfOH0MawU9u33oRDbpA/00455.png", "https://replicate.delivery/yhqm/ouDqs2e9PyWCZCpUcu5sofKsK0aftlJsIuQV3QEID5FASDbpA/00479.png", "https://replicate.delivery/yhqm/ao6CCiMhSjbxERCqOoWrya0emmT54o9FwnDothEx8kQh0wWKA/00483.png", "https://replicate.delivery/yhqm/ZLXmejRIldWkLqDUx7h5Tw6O8JvoCcc0qNijZTDxtcsk0wWKA/z_interpollation.mp4", "https://replicate.delivery/yhqm/QuUDJ2Bzru44IJ4ZdEb4CXo53roUKgJbv4GpFv8a4XDTaYLF/z_interpollation_60fps.mp4" ], "started_at": "2025-05-17T10:39:03.247895Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/qoxq-4lcwreiz7vqilbpv56sssghvy35tin7senzvmmck2lmcvl7qnzbq", "get": "https://api.replicate.com/v1/predictions/0b86z94ngdrj60cpvq8r1bs05m", "cancel": "https://api.replicate.com/v1/predictions/0b86z94ngdrj60cpvq8r1bs05m/cancel" }, "version": "772d38bff0cec3c9adc4bb4f067c06f36fd3df6eaee716a747b34ea2b136962d" }
Generated intranslated prompts ['Star and light, space and stardust.by android jones, psychedelic, alien geometry, digital art, neon', 'Star and light, space and stardust.by android jones, psychedelic, alien geometry, digital art, neon'] using audio file /tmp/tmpvqj8t_u0Capo-In-The-Fields.wav hop length 1378 audio length 666709 audio sr22050 length of audio intensities 484 num frames per prompt 484 Seed set to 13 embedding prompts prompt 0 shape torch.Size([1, 77, 768]) len smoothed_audio_intensities 484 len interpolated_prompts 484 interp prompts 0 shape torch.Size([1, 77, 768]) start_codes 0 shape torch.Size([1, 4, 64, 48]) data_batch torch.Size([24, 77, 768]) start_code_batchtorch.Size([24, 4, 64, 48]) sigmas tensor([14.6090, 10.7477, 8.0787, 6.2059, 4.8573, 3.8654, 3.1229, 2.5581, 2.1152, 1.7641, 1.4802, 1.2456, 1.0481, 0.8783, 0.7297, 0.5962, 0.4736, 0.3552, 0.2322, 0.0313, 0.0000], device='cuda:0') 0%| | 0/20 [00:00<?, ?it/s] 5%|▌ | 1/20 [00:00<00:14, 1.28it/s] 10%|█ | 2/20 [00:00<00:07, 2.31it/s] 15%|█▌ | 3/20 [00:01<00:07, 2.16it/s] 20%|██ | 4/20 [00:01<00:07, 2.10it/s] 25%|██▌ | 5/20 [00:02<00:07, 2.07it/s] 30%|███ | 6/20 [00:02<00:06, 2.05it/s] 35%|███▌ | 7/20 [00:03<00:06, 2.03it/s] 40%|████ | 8/20 [00:03<00:05, 2.02it/s] 45%|████▌ | 9/20 [00:04<00:05, 2.02it/s] 50%|█████ | 10/20 [00:04<00:04, 2.02it/s] 55%|█████▌ | 11/20 [00:05<00:04, 2.01it/s] 60%|██████ | 12/20 [00:05<00:03, 2.01it/s] 65%|██████▌ | 13/20 [00:06<00:03, 2.01it/s] 70%|███████ | 14/20 [00:06<00:02, 2.01it/s] 75%|███████▌ | 15/20 [00:07<00:02, 2.01it/s] 80%|████████ | 16/20 [00:07<00:01, 2.01it/s] 85%|████████▌ | 17/20 [00:08<00:01, 2.01it/s] 90%|█████████ | 18/20 [00:08<00:00, 2.01it/s] 95%|█████████▌| 19/20 [00:09<00:00, 2.01it/s] 100%|██████████| 20/20 [00:09<00:00, 2.01it/s] 100%|██████████| 20/20 [00:09<00:00, 2.01it/s] samples_ddim torch.Size([24, 4, 64, 48]) Saved ./outputs/00000.png Saved ./outputs/00001.png Saved ./outputs/00002.png Saved ./outputs/00003.png Saved ./outputs/00004.png Saved ./outputs/00005.png Saved ./outputs/00006.png Saved ./outputs/00007.png Saved ./outputs/00008.png Saved ./outputs/00009.png Saved ./outputs/00010.png Saved ./outputs/00011.png Saved ./outputs/00012.png Saved ./outputs/00013.png Saved ./outputs/00014.png Saved ./outputs/00015.png Saved ./outputs/00016.png Saved ./outputs/00017.png Saved ./outputs/00018.png Saved ./outputs/00019.png Saved ./outputs/00020.png Saved ./outputs/00021.png Saved ./outputs/00022.png Saved ./outputs/00023.png data_batch torch.Size([24, 77, 768]) start_code_batchtorch.Size([24, 4, 64, 48]) sigmas tensor([14.6090, 10.7477, 8.0787, 6.2059, 4.8573, 3.8654, 3.1229, 2.5581, 2.1152, 1.7641, 1.4802, 1.2456, 1.0481, 0.8783, 0.7297, 0.5962, 0.4736, 0.3552, 0.2322, 0.0313, 0.0000], device='cuda:0') 0%| | 0/20 [00:00<?, ?it/s] 5%|▌ | 1/20 [00:00<00:03, 5.28it/s] 10%|█ | 2/20 [00:00<00:06, 2.70it/s] 15%|█▌ | 3/20 [00:01<00:07, 2.33it/s] 20%|██ | 4/20 [00:01<00:07, 2.19it/s] 25%|██▌ | 5/20 [00:02<00:07, 2.12it/s] 30%|███ | 6/20 [00:02<00:06, 2.08it/s] 35%|███▌ | 7/20 [00:03<00:06, 2.05it/s] 40%|████ | 8/20 [00:03<00:05, 2.04it/s] 45%|████▌ | 9/20 [00:04<00:05, 2.03it/s] 50%|█████ | 10/20 [00:04<00:04, 2.02it/s] 55%|█████▌ | 11/20 [00:05<00:04, 2.02it/s] 60%|██████ | 12/20 [00:05<00:03, 2.01it/s] 65%|██████▌ | 13/20 [00:06<00:03, 2.01it/s] 70%|███████ | 14/20 [00:06<00:02, 2.01it/s] 75%|███████▌ | 15/20 [00:07<00:02, 2.01it/s] 80%|████████ | 16/20 [00:07<00:01, 2.01it/s] 85%|████████▌ | 17/20 [00:08<00:01, 2.00it/s] 90%|█████████ | 18/20 [00:08<00:00, 2.00it/s] 95%|█████████▌| 19/20 [00:09<00:00, 2.00it/s] 100%|██████████| 20/20 [00:09<00:00, 2.00it/s] 100%|██████████| 20/20 [00:09<00:00, 2.07it/s] samples_ddim torch.Size([24, 4, 64, 48]) Saved ./outputs/00024.png Saved ./outputs/00025.png Saved ./outputs/00026.png Saved ./outputs/00027.png Saved ./outputs/00028.png Saved ./outputs/00029.png Saved ./outputs/00030.png Saved ./outputs/00031.png Saved ./outputs/00032.png Saved ./outputs/00033.png Saved ./outputs/00034.png Saved ./outputs/00035.png Saved ./outputs/00036.png Saved ./outputs/00037.png Saved ./outputs/00038.png Saved ./outputs/00039.png Saved ./outputs/00040.png Saved ./outputs/00041.png Saved ./outputs/00042.png Saved ./outputs/00043.png Saved ./outputs/00044.png Saved ./outputs/00045.png Saved ./outputs/00046.png Saved ./outputs/00047.png data_batch torch.Size([24, 77, 768]) start_code_batchtorch.Size([24, 4, 64, 48]) sigmas tensor([14.6090, 10.7477, 8.0787, 6.2059, 4.8573, 3.8654, 3.1229, 2.5581, 2.1152, 1.7641, 1.4802, 1.2456, 1.0481, 0.8783, 0.7297, 0.5962, 0.4736, 0.3552, 0.2322, 0.0313, 0.0000], device='cuda:0') 0%| | 0/20 [00:00<?, ?it/s] 5%|▌ | 1/20 [00:00<00:03, 5.29it/s] 10%|█ | 2/20 [00:00<00:06, 2.69it/s] 15%|█▌ | 3/20 [00:01<00:07, 2.33it/s] 20%|██ | 4/20 [00:01<00:07, 2.19it/s] 25%|██▌ | 5/20 [00:02<00:07, 2.12it/s] 30%|███ | 6/20 [00:02<00:06, 2.08it/s] 35%|███▌ | 7/20 [00:03<00:06, 2.05it/s] 40%|████ | 8/20 [00:03<00:05, 2.03it/s] 45%|████▌ | 9/20 [00:04<00:05, 2.02it/s] 50%|█████ | 10/20 [00:04<00:04, 2.02it/s] 55%|█████▌ | 11/20 [00:05<00:04, 2.01it/s] 60%|██████ | 12/20 [00:05<00:03, 2.01it/s] 65%|██████▌ | 13/20 [00:06<00:03, 2.01it/s] 70%|███████ | 14/20 [00:06<00:02, 2.00it/s] 75%|███████▌ | 15/20 [00:07<00:02, 2.00it/s] 80%|████████ | 16/20 [00:07<00:01, 2.00it/s] 85%|████████▌ | 17/20 [00:08<00:01, 2.00it/s] 90%|█████████ | 18/20 [00:08<00:00, 2.00it/s] 95%|█████████▌| 19/20 [00:09<00:00, 2.00it/s] 100%|██████████| 20/20 [00:09<00:00, 2.00it/s] 100%|██████████| 20/20 [00:09<00:00, 2.07it/s] samples_ddim torch.Size([24, 4, 64, 48]) Saved ./outputs/00048.png Saved ./outputs/00049.png Saved ./outputs/00050.png Saved ./outputs/00051.png Saved ./outputs/00052.png Saved ./outputs/00053.png Saved ./outputs/00054.png Saved ./outputs/00055.png Saved ./outputs/00056.png Saved ./outputs/00057.png Saved ./outputs/00058.png Saved ./outputs/00059.png Saved ./outputs/00060.png Saved ./outputs/00061.png Saved ./outputs/00062.png Saved ./outputs/00063.png Saved ./outputs/00064.png Saved ./outputs/00065.png Saved ./outputs/00066.png Saved ./outputs/00067.png Saved ./outputs/00068.png Saved ./outputs/00069.png Saved ./outputs/00070.png Saved ./outputs/00071.png data_batch torch.Size([24, 77, 768]) start_code_batchtorch.Size([24, 4, 64, 48]) sigmas tensor([14.6090, 10.7477, 8.0787, 6.2059, 4.8573, 3.8654, 3.1229, 2.5581, 2.1152, 1.7641, 1.4802, 1.2456, 1.0481, 0.8783, 0.7297, 0.5962, 0.4736, 0.3552, 0.2322, 0.0313, 0.0000], device='cuda:0') 0%| | 0/20 [00:00<?, ?it/s] 5%|▌ | 1/20 [00:00<00:03, 5.29it/s] 10%|█ | 2/20 [00:00<00:06, 2.69it/s] 15%|█▌ | 3/20 [00:01<00:07, 2.33it/s] 20%|██ | 4/20 [00:01<00:07, 2.19it/s] 25%|██▌ | 5/20 [00:02<00:07, 2.12it/s] 30%|███ | 6/20 [00:02<00:06, 2.08it/s] 35%|███▌ | 7/20 [00:03<00:06, 2.05it/s] 40%|████ | 8/20 [00:03<00:05, 2.03it/s] 45%|████▌ | 9/20 [00:04<00:05, 2.02it/s] 50%|█████ | 10/20 [00:04<00:04, 2.02it/s] 55%|█████▌ | 11/20 [00:05<00:04, 2.01it/s] 60%|██████ | 12/20 [00:05<00:03, 2.01it/s] 65%|██████▌ | 13/20 [00:06<00:03, 2.01it/s] 70%|███████ | 14/20 [00:06<00:02, 2.00it/s] 75%|███████▌ | 15/20 [00:07<00:02, 2.00it/s] 80%|████████ | 16/20 [00:07<00:01, 2.00it/s] 85%|████████▌ | 17/20 [00:08<00:01, 2.00it/s] 90%|█████████ | 18/20 [00:08<00:01, 2.00it/s] 95%|█████████▌| 19/20 [00:09<00:00, 2.00it/s] 100%|██████████| 20/20 [00:09<00:00, 2.00it/s] 100%|██████████| 20/20 [00:09<00:00, 2.06it/s] samples_ddim torch.Size([24, 4, 64, 48]) Saved ./outputs/00072.png Saved ./outputs/00073.png Saved ./outputs/00074.png Saved ./outputs/00075.png Saved ./outputs/00076.png Saved ./outputs/00077.png Saved ./outputs/00078.png Saved ./outputs/00079.png Saved ./outputs/00080.png Saved ./outputs/00081.png Saved ./outputs/00082.png Saved ./outputs/00083.png Saved ./outputs/00084.png Saved ./outputs/00085.png Saved ./outputs/00086.png Saved ./outputs/00087.png Saved ./outputs/00088.png Saved ./outputs/00089.png Saved ./outputs/00090.png Saved ./outputs/00091.png Saved ./outputs/00092.png Saved ./outputs/00093.png Saved ./outputs/00094.png Saved ./outputs/00095.png data_batch torch.Size([24, 77, 768]) start_code_batchtorch.Size([24, 4, 64, 48]) sigmas tensor([14.6090, 10.7477, 8.0787, 6.2059, 4.8573, 3.8654, 3.1229, 2.5581, 2.1152, 1.7641, 1.4802, 1.2456, 1.0481, 0.8783, 0.7297, 0.5962, 0.4736, 0.3552, 0.2322, 0.0313, 0.0000], device='cuda:0') 0%| | 0/20 [00:00<?, ?it/s] 5%|▌ | 1/20 [00:00<00:03, 5.29it/s] 10%|█ | 2/20 [00:00<00:06, 2.69it/s] 15%|█▌ | 3/20 [00:01<00:07, 2.33it/s] 20%|██ | 4/20 [00:01<00:07, 2.19it/s] 25%|██▌ | 5/20 [00:02<00:07, 2.12it/s] 30%|███ | 6/20 [00:02<00:06, 2.08it/s] 35%|███▌ | 7/20 [00:03<00:06, 2.05it/s] 40%|████ | 8/20 [00:03<00:05, 2.03it/s] 45%|████▌ | 9/20 [00:04<00:05, 2.02it/s] 50%|█████ | 10/20 [00:04<00:04, 2.01it/s] 55%|█████▌ | 11/20 [00:05<00:04, 2.01it/s] 60%|██████ | 12/20 [00:05<00:03, 2.01it/s] 65%|██████▌ | 13/20 [00:06<00:03, 2.00it/s] 70%|███████ | 14/20 [00:06<00:02, 2.00it/s] 75%|███████▌ | 15/20 [00:07<00:02, 2.00it/s] 80%|████████ | 16/20 [00:07<00:02, 2.00it/s] 85%|████████▌ | 17/20 [00:08<00:01, 2.00it/s] 90%|█████████ | 18/20 [00:08<00:01, 2.00it/s] 95%|█████████▌| 19/20 [00:09<00:00, 2.00it/s] 100%|██████████| 20/20 [00:09<00:00, 2.00it/s] 100%|██████████| 20/20 [00:09<00:00, 2.06it/s] samples_ddim torch.Size([24, 4, 64, 48]) Saved ./outputs/00096.png Saved ./outputs/00097.png Saved ./outputs/00098.png Saved ./outputs/00099.png Saved ./outputs/00100.png Saved ./outputs/00101.png Saved ./outputs/00102.png Saved ./outputs/00103.png Saved ./outputs/00104.png Saved ./outputs/00105.png Saved ./outputs/00106.png Saved ./outputs/00107.png Saved ./outputs/00108.png Saved ./outputs/00109.png Saved ./outputs/00110.png Saved ./outputs/00111.png Saved ./outputs/00112.png Saved ./outputs/00113.png Saved ./outputs/00114.png Saved ./outputs/00115.png Saved ./outputs/00116.png Saved ./outputs/00117.png Saved ./outputs/00118.png Saved ./outputs/00119.png data_batch torch.Size([24, 77, 768]) start_code_batchtorch.Size([24, 4, 64, 48]) sigmas tensor([14.6090, 10.7477, 8.0787, 6.2059, 4.8573, 3.8654, 3.1229, 2.5581, 2.1152, 1.7641, 1.4802, 1.2456, 1.0481, 0.8783, 0.7297, 0.5962, 0.4736, 0.3552, 0.2322, 0.0313, 0.0000], device='cuda:0') 0%| | 0/20 [00:00<?, ?it/s] 5%|▌ | 1/20 [00:00<00:03, 5.29it/s] 10%|█ | 2/20 [00:00<00:06, 2.69it/s] 15%|█▌ | 3/20 [00:01<00:07, 2.33it/s] 20%|██ | 4/20 [00:01<00:07, 2.18it/s] 25%|██▌ | 5/20 [00:02<00:07, 2.11it/s] 30%|███ | 6/20 [00:02<00:06, 2.07it/s] 35%|███▌ | 7/20 [00:03<00:06, 2.05it/s] 40%|████ | 8/20 [00:03<00:05, 2.03it/s] 45%|████▌ | 9/20 [00:04<00:05, 2.02it/s] 50%|█████ | 10/20 [00:04<00:04, 2.01it/s] 55%|█████▌ | 11/20 [00:05<00:04, 2.01it/s] 60%|██████ | 12/20 [00:05<00:03, 2.00it/s] 65%|██████▌ | 13/20 [00:06<00:03, 2.00it/s] 70%|███████ | 14/20 [00:06<00:02, 2.00it/s] 75%|███████▌ | 15/20 [00:07<00:02, 2.00it/s] 80%|████████ | 16/20 [00:07<00:02, 2.00it/s] 85%|████████▌ | 17/20 [00:08<00:01, 2.00it/s] 90%|█████████ | 18/20 [00:08<00:01, 2.00it/s] 95%|█████████▌| 19/20 [00:09<00:00, 2.00it/s] 100%|██████████| 20/20 [00:09<00:00, 2.00it/s] 100%|██████████| 20/20 [00:09<00:00, 2.06it/s] samples_ddim torch.Size([24, 4, 64, 48]) Saved ./outputs/00120.png Saved ./outputs/00121.png Saved ./outputs/00122.png Saved ./outputs/00123.png Saved ./outputs/00124.png Saved ./outputs/00125.png Saved ./outputs/00126.png Saved ./outputs/00127.png Saved ./outputs/00128.png Saved ./outputs/00129.png Saved ./outputs/00130.png Saved ./outputs/00131.png Saved ./outputs/00132.png Saved ./outputs/00133.png Saved ./outputs/00134.png Saved ./outputs/00135.png Saved ./outputs/00136.png Saved ./outputs/00137.png Saved ./outputs/00138.png Saved ./outputs/00139.png Saved ./outputs/00140.png Saved ./outputs/00141.png Saved ./outputs/00142.png Saved ./outputs/00143.png data_batch torch.Size([24, 77, 768]) start_code_batchtorch.Size([24, 4, 64, 48]) sigmas tensor([14.6090, 10.7477, 8.0787, 6.2059, 4.8573, 3.8654, 3.1229, 2.5581, 2.1152, 1.7641, 1.4802, 1.2456, 1.0481, 0.8783, 0.7297, 0.5962, 0.4736, 0.3552, 0.2322, 0.0313, 0.0000], device='cuda:0') 0%| | 0/20 [00:00<?, ?it/s] 5%|▌ | 1/20 [00:00<00:03, 5.29it/s] 10%|█ | 2/20 [00:00<00:06, 2.69it/s] 15%|█▌ | 3/20 [00:01<00:07, 2.32it/s] 20%|██ | 4/20 [00:01<00:07, 2.18it/s] 25%|██▌ | 5/20 [00:02<00:07, 2.11it/s] 30%|███ | 6/20 [00:02<00:06, 2.07it/s] 35%|███▌ | 7/20 [00:03<00:06, 2.05it/s] 40%|████ | 8/20 [00:03<00:05, 2.03it/s] 45%|████▌ | 9/20 [00:04<00:05, 2.02it/s] 50%|█████ | 10/20 [00:04<00:04, 2.01it/s] 55%|█████▌ | 11/20 [00:05<00:04, 2.01it/s] 60%|██████ | 12/20 [00:05<00:03, 2.00it/s] 65%|██████▌ | 13/20 [00:06<00:03, 2.00it/s] 70%|███████ | 14/20 [00:06<00:02, 2.00it/s] 75%|███████▌ | 15/20 [00:07<00:02, 2.00it/s] 80%|████████ | 16/20 [00:07<00:02, 2.00it/s] 85%|████████▌ | 17/20 [00:08<00:01, 2.00it/s] 90%|█████████ | 18/20 [00:08<00:01, 2.00it/s] 95%|█████████▌| 19/20 [00:09<00:00, 2.00it/s] 100%|██████████| 20/20 [00:09<00:00, 2.00it/s] 100%|██████████| 20/20 [00:09<00:00, 2.06it/s] samples_ddimtorch.Size([24, 4, 64, 48]) Saved ./outputs/00144.png Saved ./outputs/00145.png Saved ./outputs/00146.png Saved ./outputs/00147.png Saved ./outputs/00148.png Saved ./outputs/00149.png Saved ./outputs/00150.png Saved ./outputs/00151.png Saved ./outputs/00152.png Saved ./outputs/00153.png Saved ./outputs/00154.png Saved ./outputs/00155.png Saved ./outputs/00156.png Saved ./outputs/00157.png Saved ./outputs/00158.png Saved ./outputs/00159.png Saved ./outputs/00160.png Saved ./outputs/00161.png Saved ./outputs/00162.png Saved ./outputs/00163.png Saved ./outputs/00164.png Saved ./outputs/00165.png Saved ./outputs/00166.png Saved ./outputs/00167.png data_batch torch.Size([24, 77, 768]) start_code_batchtorch.Size([24, 4, 64, 48]) sigmas tensor([14.6090, 10.7477, 8.0787, 6.2059, 4.8573, 3.8654, 3.1229, 2.5581, 2.1152, 1.7641, 1.4802, 1.2456, 1.0481, 0.8783, 0.7297, 0.5962, 0.4736, 0.3552, 0.2322, 0.0313, 0.0000], device='cuda:0') 0%| | 0/20 [00:00<?, ?it/s] 5%|▌ | 1/20 [00:00<00:03, 5.29it/s] 10%|█ | 2/20 [00:00<00:06, 2.69it/s] 15%|█▌ | 3/20 [00:01<00:07, 2.32it/s] 20%|██ | 4/20 [00:01<00:07, 2.18it/s] 25%|██▌ | 5/20 [00:02<00:07, 2.11it/s] 30%|███ | 6/20 [00:02<00:06, 2.07it/s] 35%|███▌ | 7/20 [00:03<00:06, 2.05it/s] 40%|████ | 8/20 [00:03<00:05, 2.03it/s] 45%|████▌ | 9/20 [00:04<00:05, 2.02it/s] 50%|█████ | 10/20 [00:04<00:04, 2.01it/s] 55%|█████▌ | 11/20 [00:05<00:04, 2.01it/s] 60%|██████ | 12/20 [00:05<00:03, 2.00it/s] 65%|██████▌ | 13/20 [00:06<00:03, 2.00it/s] 70%|███████ | 14/20 [00:06<00:03, 2.00it/s] 75%|███████▌ | 15/20 [00:07<00:02, 2.00it/s] 80%|████████ | 16/20 [00:07<00:02, 2.00it/s] 85%|████████▌ | 17/20 [00:08<00:01, 2.00it/s] 90%|█████████ | 18/20 [00:08<00:01, 2.00it/s] 95%|█████████▌| 19/20 [00:09<00:00, 2.00it/s] 100%|██████████| 20/20 [00:09<00:00, 2.00it/s] 100%|██████████| 20/20 [00:09<00:00, 2.06it/s] samples_ddim torch.Size([24, 4, 64, 48]) Saved ./outputs/00168.png Saved ./outputs/00169.png Saved ./outputs/00170.png Saved ./outputs/00171.png Saved ./outputs/00172.png Saved ./outputs/00173.png Saved ./outputs/00174.png Saved ./outputs/00175.png Saved ./outputs/00176.png Saved ./outputs/00177.png Saved ./outputs/00178.png Saved ./outputs/00179.png Saved ./outputs/00180.png Saved ./outputs/00181.png Saved ./outputs/00182.png Saved ./outputs/00183.png Saved ./outputs/00184.png Saved ./outputs/00185.png Saved ./outputs/00186.png Saved ./outputs/00187.png Saved ./outputs/00188.png Saved ./outputs/00189.png Saved ./outputs/00190.png Saved ./outputs/00191.png data_batch torch.Size([24, 77, 768]) start_code_batch torch.Size([24, 4, 64, 48]) sigmas tensor([14.6090, 10.7477, 8.0787, 6.2059, 4.8573, 3.8654, 3.1229, 2.5581, 2.1152, 1.7641, 1.4802, 1.2456, 1.0481, 0.8783, 0.7297, 0.5962, 0.4736, 0.3552, 0.2322, 0.0313, 0.0000], device='cuda:0') 0%| | 0/20 [00:00<?, ?it/s] 5%|▌ | 1/20 [00:00<00:03, 5.28it/s] 10%|█ | 2/20 [00:00<00:06, 2.69it/s] 15%|█▌ | 3/20 [00:01<00:07, 2.33it/s] 20%|██ | 4/20 [00:01<00:07, 2.18it/s] 25%|██▌ | 5/20 [00:02<00:07, 2.11it/s] 30%|███ | 6/20 [00:02<00:06, 2.07it/s] 35%|███▌ | 7/20 [00:03<00:06, 2.05it/s] 40%|████ | 8/20 [00:03<00:05, 2.03it/s] 45%|████▌ | 9/20 [00:04<00:05, 2.02it/s] 50%|█████ | 10/20 [00:04<00:04, 2.01it/s] 55%|█████▌ | 11/20 [00:05<00:04, 2.01it/s] 60%|██████ | 12/20 [00:05<00:03, 2.00it/s] 65%|██████▌ | 13/20 [00:06<00:03, 2.00it/s] 70%|███████ | 14/20 [00:06<00:03, 2.00it/s] 75%|███████▌ | 15/20 [00:07<00:02, 2.00it/s] 80%|████████ | 16/20 [00:07<00:02, 2.00it/s] 85%|████████▌ | 17/20 [00:08<00:01, 2.00it/s] 90%|█████████ | 18/20 [00:08<00:01, 2.00it/s] 95%|█████████▌| 19/20 [00:09<00:00, 2.00it/s] 100%|██████████| 20/20 [00:09<00:00, 2.00it/s] 100%|██████████| 20/20 [00:09<00:00, 2.06it/s] samples_ddimtorch.Size([24, 4, 64, 48]) Saved ./outputs/00192.png Saved ./outputs/00193.png Saved ./outputs/00194.png Saved ./outputs/00195.png Saved ./outputs/00196.png Saved ./outputs/00197.png Saved ./outputs/00198.png Saved ./outputs/00199.png Saved ./outputs/00200.png Saved ./outputs/00201.png Saved ./outputs/00202.png Saved ./outputs/00203.png Saved ./outputs/00204.png Saved ./outputs/00205.png Saved ./outputs/00206.png Saved ./outputs/00207.png Saved ./outputs/00208.png Saved ./outputs/00209.png Saved ./outputs/00210.png Saved ./outputs/00211.png Saved ./outputs/00212.png Saved ./outputs/00213.png Saved ./outputs/00214.png Saved ./outputs/00215.png data_batch torch.Size([24, 77, 768]) start_code_batchtorch.Size([24, 4, 64, 48]) sigmas tensor([14.6090, 10.7477, 8.0787, 6.2059, 4.8573, 3.8654, 3.1229, 2.5581, 2.1152, 1.7641, 1.4802, 1.2456, 1.0481, 0.8783, 0.7297, 0.5962, 0.4736, 0.3552, 0.2322, 0.0313, 0.0000], device='cuda:0') 0%| | 0/20 [00:00<?, ?it/s] 5%|▌ | 1/20 [00:00<00:03, 5.28it/s] 10%|█ | 2/20 [00:00<00:06, 2.68it/s] 15%|█▌ | 3/20 [00:01<00:07, 2.32it/s] 20%|██ | 4/20 [00:01<00:07, 2.18it/s] 25%|██▌ | 5/20 [00:02<00:07, 2.11it/s] 30%|███ | 6/20 [00:02<00:06, 2.07it/s] 35%|███▌ | 7/20 [00:03<00:06, 2.05it/s] 40%|████ | 8/20 [00:03<00:05, 2.03it/s] 45%|████▌ | 9/20 [00:04<00:05, 2.02it/s] 50%|█████ | 10/20 [00:04<00:04, 2.01it/s] 55%|█████▌ | 11/20 [00:05<00:04, 2.01it/s] 60%|██████ | 12/20 [00:05<00:03, 2.00it/s] 65%|██████▌ | 13/20 [00:06<00:03, 2.00it/s] 70%|███████ | 14/20 [00:06<00:03, 2.00it/s] 75%|███████▌ | 15/20 [00:07<00:02, 2.00it/s] 80%|████████ | 16/20 [00:07<00:02, 2.00it/s] 85%|████████▌ | 17/20 [00:08<00:01, 2.00it/s] 90%|█████████ | 18/20 [00:08<00:01, 1.99it/s] 95%|█████████▌| 19/20 [00:09<00:00, 2.00it/s] 100%|██████████| 20/20 [00:09<00:00, 2.00it/s] 100%|██████████| 20/20 [00:09<00:00, 2.06it/s] samples_ddim torch.Size([24, 4, 64, 48]) Saved ./outputs/00216.png Saved ./outputs/00217.png Saved ./outputs/00218.png Saved ./outputs/00219.png Saved ./outputs/00220.png Saved ./outputs/00221.png Saved ./outputs/00222.png Saved ./outputs/00223.png Saved ./outputs/00224.png Saved ./outputs/00225.png Saved ./outputs/00226.png Saved ./outputs/00227.png Saved ./outputs/00228.png Saved ./outputs/00229.png Saved ./outputs/00230.png Saved ./outputs/00231.png Saved ./outputs/00232.png Saved ./outputs/00233.png Saved ./outputs/00234.png Saved ./outputs/00235.png Saved ./outputs/00236.png Saved ./outputs/00237.png Saved ./outputs/00238.png Saved ./outputs/00239.png data_batch torch.Size([24, 77, 768]) start_code_batchtorch.Size([24, 4, 64, 48]) sigmas tensor([14.6090, 10.7477, 8.0787, 6.2059, 4.8573, 3.8654, 3.1229, 2.5581, 2.1152, 1.7641, 1.4802, 1.2456, 1.0481, 0.8783, 0.7297, 0.5962, 0.4736, 0.3552, 0.2322, 0.0313, 0.0000], device='cuda:0') 0%| | 0/20 [00:00<?, ?it/s] 5%|▌ | 1/20 [00:00<00:03, 5.29it/s] 10%|█ | 2/20 [00:00<00:06, 2.69it/s] 15%|█▌ | 3/20 [00:01<00:07, 2.32it/s] 20%|██ | 4/20 [00:01<00:07, 2.18it/s] 25%|██▌ | 5/20 [00:02<00:07, 2.11it/s] 30%|███ | 6/20 [00:02<00:06, 2.07it/s] 35%|███▌ | 7/20 [00:03<00:06, 2.04it/s] 40%|████ | 8/20 [00:03<00:05, 2.03it/s] 45%|████▌ | 9/20 [00:04<00:05, 2.02it/s] 50%|█████ | 10/20 [00:04<00:04, 2.01it/s] 55%|█████▌ | 11/20 [00:05<00:04, 2.01it/s] 60%|██████ | 12/20 [00:05<00:03, 2.00it/s] 65%|██████▌ | 13/20 [00:06<00:03, 2.00it/s] 70%|███████ | 14/20 [00:06<00:02, 2.00it/s] 75%|███████▌ | 15/20 [00:07<00:02, 2.00it/s] 80%|████████ | 16/20 [00:07<00:02, 2.00it/s] 85%|████████▌ | 17/20 [00:08<00:01, 2.00it/s] 90%|█████████ | 18/20 [00:08<00:01, 2.00it/s] 95%|█████████▌| 19/20 [00:09<00:00, 2.00it/s] 100%|██████████| 20/20 [00:09<00:00, 2.00it/s] 100%|██████████| 20/20 [00:09<00:00, 2.06it/s] samples_ddimtorch.Size([24, 4, 64, 48]) Saved ./outputs/00240.png Saved ./outputs/00241.png Saved ./outputs/00242.png Saved ./outputs/00243.png Saved ./outputs/00244.png Saved ./outputs/00245.png Saved ./outputs/00246.png Saved ./outputs/00247.png Saved ./outputs/00248.png Saved ./outputs/00249.png Saved ./outputs/00250.png Saved ./outputs/00251.png Saved ./outputs/00252.png Saved ./outputs/00253.png Saved ./outputs/00254.png Saved ./outputs/00255.png Saved ./outputs/00256.png Saved ./outputs/00257.png Saved ./outputs/00258.png Saved ./outputs/00259.png Saved ./outputs/00260.png Saved ./outputs/00261.png Saved ./outputs/00262.png Saved ./outputs/00263.png data_batch torch.Size([24, 77, 768]) start_code_batch torch.Size([24, 4, 64, 48]) sigmas tensor([14.6090, 10.7477, 8.0787, 6.2059, 4.8573, 3.8654, 3.1229, 2.5581, 2.1152, 1.7641, 1.4802, 1.2456, 1.0481, 0.8783, 0.7297, 0.5962, 0.4736, 0.3552, 0.2322, 0.0313, 0.0000], device='cuda:0') 0%| | 0/20 [00:00<?, ?it/s] 5%|▌ | 1/20 [00:00<00:03, 5.29it/s] 10%|█ | 2/20 [00:00<00:06, 2.69it/s] 15%|█▌ | 3/20 [00:01<00:07, 2.33it/s] 20%|██ | 4/20 [00:01<00:07, 2.18it/s] 25%|██▌ | 5/20 [00:02<00:07, 2.11it/s] 30%|███ | 6/20 [00:02<00:06, 2.07it/s] 35%|███▌ | 7/20 [00:03<00:06, 2.05it/s] 40%|████ | 8/20 [00:03<00:05, 2.03it/s] 45%|████▌ | 9/20 [00:04<00:05, 2.02it/s] 50%|█████ | 10/20 [00:04<00:04, 2.01it/s] 55%|█████▌ | 11/20 [00:05<00:04, 2.01it/s] 60%|██████ | 12/20 [00:05<00:03, 2.00it/s] 65%|██████▌ | 13/20 [00:06<00:03, 2.00it/s] 70%|███████ | 14/20 [00:06<00:03, 2.00it/s] 75%|███████▌ | 15/20 [00:07<00:02, 2.00it/s] 80%|████████ | 16/20 [00:07<00:02, 2.00it/s] 85%|████████▌ | 17/20 [00:08<00:01, 2.00it/s] 90%|█████████ | 18/20 [00:08<00:01, 2.00it/s] 95%|█████████▌| 19/20 [00:09<00:00, 1.99it/s] 100%|██████████| 20/20 [00:09<00:00, 2.00it/s] 100%|██████████| 20/20 [00:09<00:00, 2.06it/s] samples_ddimtorch.Size([24, 4, 64, 48]) Saved ./outputs/00264.png Saved ./outputs/00265.png Saved ./outputs/00266.png Saved ./outputs/00267.png Saved ./outputs/00268.png Saved ./outputs/00269.png Saved ./outputs/00270.png Saved ./outputs/00271.png Saved ./outputs/00272.png Saved ./outputs/00273.png Saved ./outputs/00274.png Saved ./outputs/00275.png Saved ./outputs/00276.png Saved ./outputs/00277.png Saved ./outputs/00278.png Saved ./outputs/00279.png Saved ./outputs/00280.png Saved ./outputs/00281.png Saved ./outputs/00282.png Saved ./outputs/00283.png Saved ./outputs/00284.png Saved ./outputs/00285.png Saved ./outputs/00286.png Saved ./outputs/00287.png data_batch torch.Size([24, 77, 768]) start_code_batchtorch.Size([24, 4, 64, 48]) sigmas tensor([14.6090, 10.7477, 8.0787, 6.2059, 4.8573, 3.8654, 3.1229, 2.5581, 2.1152, 1.7641, 1.4802, 1.2456, 1.0481, 0.8783, 0.7297, 0.5962, 0.4736, 0.3552, 0.2322, 0.0313, 0.0000], device='cuda:0') 0%| | 0/20 [00:00<?, ?it/s] 5%|▌ | 1/20 [00:00<00:03, 5.29it/s] 10%|█ | 2/20 [00:00<00:06, 2.69it/s] 15%|█▌ | 3/20 [00:01<00:07, 2.32it/s] 20%|██ | 4/20 [00:01<00:07, 2.18it/s] 25%|██▌ | 5/20 [00:02<00:07, 2.11it/s] 30%|███ | 6/20 [00:02<00:06, 2.07it/s] 35%|███▌ | 7/20 [00:03<00:06, 2.05it/s] 40%|████ | 8/20 [00:03<00:05, 2.03it/s] 45%|████▌ | 9/20 [00:04<00:05, 2.02it/s] 50%|█████ | 10/20 [00:04<00:04, 2.01it/s] 55%|█████▌ | 11/20 [00:05<00:04, 2.01it/s] 60%|██████ | 12/20 [00:05<00:03, 2.00it/s] 65%|██████▌ | 13/20 [00:06<00:03, 2.00it/s] 70%|███████ | 14/20 [00:06<00:03, 2.00it/s] 75%|███████▌ | 15/20 [00:07<00:02, 2.00it/s] 80%|████████ | 16/20 [00:07<00:02, 2.00it/s] 85%|████████▌ | 17/20 [00:08<00:01, 2.00it/s] 90%|█████████ | 18/20 [00:08<00:01, 2.00it/s] 95%|█████████▌| 19/20 [00:09<00:00, 2.00it/s] 100%|██████████| 20/20 [00:09<00:00, 2.00it/s] 100%|██████████| 20/20 [00:09<00:00, 2.06it/s] samples_ddim torch.Size([24, 4, 64, 48]) Saved ./outputs/00288.png Saved ./outputs/00289.png Saved ./outputs/00290.png Saved ./outputs/00291.png Saved ./outputs/00292.png Saved ./outputs/00293.png Saved ./outputs/00294.png Saved ./outputs/00295.png Saved ./outputs/00296.png Saved ./outputs/00297.png Saved ./outputs/00298.png Saved ./outputs/00299.png Saved ./outputs/00300.png Saved ./outputs/00301.png Saved ./outputs/00302.png Saved ./outputs/00303.png Saved ./outputs/00304.png Saved ./outputs/00305.png Saved ./outputs/00306.png Saved ./outputs/00307.png Saved ./outputs/00308.png Saved ./outputs/00309.png Saved ./outputs/00310.png Saved ./outputs/00311.png data_batch torch.Size([24, 77, 768]) start_code_batchtorch.Size([24, 4, 64, 48]) sigmas tensor([14.6090, 10.7477, 8.0787, 6.2059, 4.8573, 3.8654, 3.1229, 2.5581, 2.1152, 1.7641, 1.4802, 1.2456, 1.0481, 0.8783, 0.7297, 0.5962, 0.4736, 0.3552, 0.2322, 0.0313, 0.0000], device='cuda:0') 0%| | 0/20 [00:00<?, ?it/s] 5%|▌ | 1/20 [00:00<00:03, 5.29it/s] 10%|█ | 2/20 [00:00<00:06, 2.69it/s] 15%|█▌ | 3/20 [00:01<00:07, 2.32it/s] 20%|██ | 4/20 [00:01<00:07, 2.18it/s] 25%|██▌ | 5/20 [00:02<00:07, 2.11it/s] 30%|███ | 6/20 [00:02<00:06, 2.07it/s] 35%|███▌ | 7/20 [00:03<00:06, 2.05it/s] 40%|████ | 8/20 [00:03<00:05, 2.03it/s] 45%|████▌ | 9/20 [00:04<00:05, 2.02it/s] 50%|█████ | 10/20 [00:04<00:04, 2.01it/s] 55%|█████▌ | 11/20 [00:05<00:04, 2.01it/s] 60%|██████ | 12/20 [00:05<00:03, 2.01it/s] 65%|██████▌ | 13/20 [00:06<00:03, 2.00it/s] 70%|███████ | 14/20 [00:06<00:03, 2.00it/s] 75%|███████▌ | 15/20 [00:07<00:02, 2.00it/s] 80%|████████ | 16/20 [00:07<00:02, 2.00it/s] 85%|████████▌ | 17/20 [00:08<00:01, 2.00it/s] 90%|█████████ | 18/20 [00:08<00:01, 1.99it/s] 95%|█████████▌| 19/20 [00:09<00:00, 1.99it/s] 100%|██████████| 20/20 [00:09<00:00, 1.99it/s] 100%|██████████| 20/20 [00:09<00:00, 2.06it/s] samples_ddim torch.Size([24, 4, 64, 48]) Saved ./outputs/00312.png Saved ./outputs/00313.png Saved ./outputs/00314.png Saved ./outputs/00315.png Saved ./outputs/00316.png Saved ./outputs/00317.png Saved ./outputs/00318.png Saved ./outputs/00319.png Saved ./outputs/00320.png Saved ./outputs/00321.png Saved ./outputs/00322.png Saved ./outputs/00323.png Saved ./outputs/00324.png Saved ./outputs/00325.png Saved ./outputs/00326.png Saved ./outputs/00327.png Saved ./outputs/00328.png Saved ./outputs/00329.png Saved ./outputs/00330.png Saved ./outputs/00331.png Saved ./outputs/00332.png Saved ./outputs/00333.png Saved ./outputs/00334.png Saved ./outputs/00335.png data_batch torch.Size([24, 77, 768]) start_code_batch torch.Size([24, 4, 64, 48]) sigmas tensor([14.6090, 10.7477, 8.0787, 6.2059, 4.8573, 3.8654, 3.1229, 2.5581, 2.1152, 1.7641, 1.4802, 1.2456, 1.0481, 0.8783, 0.7297, 0.5962, 0.4736, 0.3552, 0.2322, 0.0313, 0.0000], device='cuda:0') 0%| | 0/20 [00:00<?, ?it/s] 5%|▌ | 1/20 [00:00<00:03, 5.29it/s] 10%|█ | 2/20 [00:00<00:06, 2.69it/s] 15%|█▌ | 3/20 [00:01<00:07, 2.32it/s] 20%|██ | 4/20 [00:01<00:07, 2.18it/s] 25%|██▌ | 5/20 [00:02<00:07, 2.11it/s] 30%|███ | 6/20 [00:02<00:06, 2.07it/s] 35%|███▌ | 7/20 [00:03<00:06, 2.05it/s] 40%|████ | 8/20 [00:03<00:05, 2.03it/s] 45%|████▌ | 9/20 [00:04<00:05, 2.02it/s] 50%|█████ | 10/20 [00:04<00:04, 2.01it/s] 55%|█████▌ | 11/20 [00:05<00:04, 2.01it/s] 60%|██████ | 12/20 [00:05<00:03, 2.00it/s] 65%|██████▌ | 13/20 [00:06<00:03, 2.00it/s] 70%|███████ | 14/20 [00:06<00:03, 2.00it/s] 75%|███████▌ | 15/20 [00:07<00:02, 2.00it/s] 80%|████████ | 16/20 [00:07<00:02, 2.00it/s] 85%|████████▌ | 17/20 [00:08<00:01, 2.00it/s] 90%|█████████ | 18/20 [00:08<00:01, 2.00it/s] 95%|█████████▌| 19/20 [00:09<00:00, 2.00it/s] 100%|██████████| 20/20 [00:09<00:00, 1.99it/s] 100%|██████████| 20/20 [00:09<00:00, 2.06it/s] samples_ddim torch.Size([24, 4, 64, 48]) Saved ./outputs/00336.png Saved ./outputs/00337.png Saved ./outputs/00338.png Saved ./outputs/00339.png Saved ./outputs/00340.png Saved ./outputs/00341.png Saved ./outputs/00342.png Saved ./outputs/00343.png Saved ./outputs/00344.png Saved ./outputs/00345.png Saved ./outputs/00346.png Saved ./outputs/00347.png Saved ./outputs/00348.png Saved ./outputs/00349.png Saved ./outputs/00350.png Saved ./outputs/00351.png Saved ./outputs/00352.png Saved ./outputs/00353.png Saved ./outputs/00354.png Saved ./outputs/00355.png Saved ./outputs/00356.png Saved ./outputs/00357.png Saved ./outputs/00358.png Saved ./outputs/00359.png data_batch torch.Size([24, 77, 768]) start_code_batchtorch.Size([24, 4, 64, 48]) sigmas tensor([14.6090, 10.7477, 8.0787, 6.2059, 4.8573, 3.8654, 3.1229, 2.5581, 2.1152, 1.7641, 1.4802, 1.2456, 1.0481, 0.8783, 0.7297, 0.5962, 0.4736, 0.3552, 0.2322, 0.0313, 0.0000], device='cuda:0') 0%| | 0/20 [00:00<?, ?it/s] 5%|▌ | 1/20 [00:00<00:03, 5.28it/s] 10%|█ | 2/20 [00:00<00:06, 2.69it/s] 15%|█▌ | 3/20 [00:01<00:07, 2.32it/s] 20%|██ | 4/20 [00:01<00:07, 2.18it/s] 25%|██▌ | 5/20 [00:02<00:07, 2.11it/s] 30%|███ | 6/20 [00:02<00:06, 2.07it/s] 35%|███▌ | 7/20 [00:03<00:06, 2.05it/s] 40%|████ | 8/20 [00:03<00:05, 2.03it/s] 45%|████▌ | 9/20 [00:04<00:05, 2.02it/s] 50%|█████ | 10/20 [00:04<00:04, 2.01it/s] 55%|█████▌ | 11/20 [00:05<00:04, 2.01it/s] 60%|██████ | 12/20 [00:05<00:03, 2.00it/s] 65%|██████▌ | 13/20 [00:06<00:03, 2.00it/s] 70%|███████ | 14/20 [00:06<00:03, 2.00it/s] 75%|███████▌ | 15/20 [00:07<00:02, 2.00it/s] 80%|████████ | 16/20 [00:07<00:02, 2.00it/s] 85%|████████▌ | 17/20 [00:08<00:01, 1.99it/s] 90%|█████████ | 18/20 [00:08<00:01, 2.00it/s] 95%|█████████▌| 19/20 [00:09<00:00, 2.00it/s] 100%|██████████| 20/20 [00:09<00:00, 2.00it/s] 100%|██████████| 20/20 [00:09<00:00, 2.06it/s] samples_ddim torch.Size([24, 4, 64, 48]) Saved ./outputs/00360.png Saved ./outputs/00361.png Saved ./outputs/00362.png Saved ./outputs/00363.png Saved ./outputs/00364.png Saved ./outputs/00365.png Saved ./outputs/00366.png Saved ./outputs/00367.png Saved ./outputs/00368.png Saved ./outputs/00369.png Saved ./outputs/00370.png Saved ./outputs/00371.png Saved ./outputs/00372.png Saved ./outputs/00373.png Saved ./outputs/00374.png Saved ./outputs/00375.png Saved ./outputs/00376.png Saved ./outputs/00377.png Saved ./outputs/00378.png Saved ./outputs/00379.png Saved ./outputs/00380.png Saved ./outputs/00381.png Saved ./outputs/00382.png Saved ./outputs/00383.png data_batch torch.Size([24, 77, 768]) start_code_batchtorch.Size([24, 4, 64, 48]) sigmas tensor([14.6090, 10.7477, 8.0787, 6.2059, 4.8573, 3.8654, 3.1229, 2.5581, 2.1152, 1.7641, 1.4802, 1.2456, 1.0481, 0.8783, 0.7297, 0.5962, 0.4736, 0.3552, 0.2322, 0.0313, 0.0000], device='cuda:0') 0%| | 0/20 [00:00<?, ?it/s] 5%|▌ | 1/20 [00:00<00:03, 5.28it/s] 10%|█ | 2/20 [00:00<00:06, 2.69it/s] 15%|█▌ | 3/20 [00:01<00:07, 2.32it/s] 20%|██ | 4/20 [00:01<00:07, 2.18it/s] 25%|██▌ | 5/20 [00:02<00:07, 2.11it/s] 30%|███ | 6/20 [00:02<00:06, 2.07it/s] 35%|███▌ | 7/20 [00:03<00:06, 2.05it/s] 40%|████ | 8/20 [00:03<00:05, 2.03it/s] 45%|████▌ | 9/20 [00:04<00:05, 2.02it/s] 50%|█████ | 10/20 [00:04<00:04, 2.01it/s] 55%|█████▌ | 11/20 [00:05<00:04, 2.01it/s] 60%|██████ | 12/20 [00:05<00:03, 2.00it/s] 65%|██████▌ | 13/20 [00:06<00:03, 2.00it/s] 70%|███████ | 14/20 [00:06<00:03, 2.00it/s] 75%|███████▌ | 15/20 [00:07<00:02, 2.00it/s] 80%|████████ | 16/20 [00:07<00:02, 2.00it/s] 85%|████████▌ | 17/20 [00:08<00:01, 2.00it/s] 90%|█████████ | 18/20 [00:08<00:01, 2.00it/s] 95%|█████████▌| 19/20 [00:09<00:00, 2.00it/s] 100%|██████████| 20/20 [00:09<00:00, 2.00it/s] 100%|██████████| 20/20 [00:09<00:00, 2.06it/s] samples_ddim torch.Size([24, 4, 64, 48]) Saved ./outputs/00384.png Saved ./outputs/00385.png Saved ./outputs/00386.png Saved ./outputs/00387.png Saved ./outputs/00388.png Saved ./outputs/00389.png Saved ./outputs/00390.png Saved ./outputs/00391.png Saved ./outputs/00392.png Saved ./outputs/00393.png Saved ./outputs/00394.png Saved ./outputs/00395.png Saved ./outputs/00396.png Saved ./outputs/00397.png Saved ./outputs/00398.png Saved ./outputs/00399.png Saved ./outputs/00400.png Saved ./outputs/00401.png Saved ./outputs/00402.png Saved ./outputs/00403.png Saved ./outputs/00404.png Saved ./outputs/00405.png Saved ./outputs/00406.png Saved ./outputs/00407.png data_batch torch.Size([24, 77, 768]) start_code_batchtorch.Size([24, 4, 64, 48]) sigmas tensor([14.6090, 10.7477, 8.0787, 6.2059, 4.8573, 3.8654, 3.1229, 2.5581, 2.1152, 1.7641, 1.4802, 1.2456, 1.0481, 0.8783, 0.7297, 0.5962, 0.4736, 0.3552, 0.2322, 0.0313, 0.0000], device='cuda:0') 0%| | 0/20 [00:00<?, ?it/s] 5%|▌ | 1/20 [00:00<00:03, 5.29it/s] 10%|█ | 2/20 [00:00<00:06, 2.69it/s] 15%|█▌ | 3/20 [00:01<00:07, 2.32it/s] 20%|██ | 4/20 [00:01<00:07, 2.18it/s] 25%|██▌ | 5/20 [00:02<00:07, 2.11it/s] 30%|███ | 6/20 [00:02<00:06, 2.07it/s] 35%|███▌ | 7/20 [00:03<00:06, 2.04it/s] 40%|████ | 8/20 [00:03<00:05, 2.03it/s] 45%|████▌ | 9/20 [00:04<00:05, 2.02it/s] 50%|█████ | 10/20 [00:04<00:04, 2.01it/s] 55%|█████▌ | 11/20 [00:05<00:04, 2.01it/s] 60%|██████ | 12/20 [00:05<00:03, 2.00it/s] 65%|██████▌ | 13/20 [00:06<00:03, 2.00it/s] 70%|███████ | 14/20 [00:06<00:03, 2.00it/s] 75%|███████▌ | 15/20 [00:07<00:02, 2.00it/s] 80%|████████ | 16/20 [00:07<00:02, 2.00it/s] 85%|████████▌ | 17/20 [00:08<00:01, 2.00it/s] 90%|█████████ | 18/20 [00:08<00:01, 2.00it/s] 95%|█████████▌| 19/20 [00:09<00:00, 2.00it/s] 100%|██████████| 20/20 [00:09<00:00, 1.99it/s] 100%|██████████| 20/20 [00:09<00:00, 2.06it/s] samples_ddim torch.Size([24, 4, 64, 48]) Saved ./outputs/00408.png Saved ./outputs/00409.png Saved ./outputs/00410.png Saved ./outputs/00411.png Saved ./outputs/00412.png Saved ./outputs/00413.png Saved ./outputs/00414.png Saved ./outputs/00415.png Saved ./outputs/00416.png Saved ./outputs/00417.png Saved ./outputs/00418.png Saved ./outputs/00419.png Saved ./outputs/00420.png Saved ./outputs/00421.png Saved ./outputs/00422.png Saved ./outputs/00423.png Saved ./outputs/00424.png Saved ./outputs/00425.png Saved ./outputs/00426.png Saved ./outputs/00427.png Saved ./outputs/00428.png Saved ./outputs/00429.png Saved ./outputs/00430.png Saved ./outputs/00431.png data_batch torch.Size([24, 77, 768]) start_code_batch torch.Size([24, 4, 64, 48]) sigmas tensor([14.6090, 10.7477, 8.0787, 6.2059, 4.8573, 3.8654, 3.1229, 2.5581, 2.1152, 1.7641, 1.4802, 1.2456, 1.0481, 0.8783, 0.7297, 0.5962, 0.4736, 0.3552, 0.2322, 0.0313, 0.0000], device='cuda:0') 0%| | 0/20 [00:00<?, ?it/s] 5%|▌ | 1/20 [00:00<00:03, 5.29it/s] 10%|█ | 2/20 [00:00<00:06, 2.69it/s] 15%|█▌ | 3/20 [00:01<00:07, 2.32it/s] 20%|██ | 4/20 [00:01<00:07, 2.18it/s] 25%|██▌ | 5/20 [00:02<00:07, 2.11it/s] 30%|███ | 6/20 [00:02<00:06, 2.07it/s] 35%|███▌ | 7/20 [00:03<00:06, 2.05it/s] 40%|████ | 8/20 [00:03<00:05, 2.03it/s] 45%|████▌ | 9/20 [00:04<00:05, 2.02it/s] 50%|█████ | 10/20 [00:04<00:04, 2.01it/s] 55%|█████▌ | 11/20 [00:05<00:04, 2.00it/s] 60%|██████ | 12/20 [00:05<00:03, 2.00it/s] 65%|██████▌ | 13/20 [00:06<00:03, 2.00it/s] 70%|███████ | 14/20 [00:06<00:03, 2.00it/s] 75%|███████▌ | 15/20 [00:07<00:02, 2.00it/s] 80%|████████ | 16/20 [00:07<00:02, 2.00it/s] 85%|████████▌ | 17/20 [00:08<00:01, 1.99it/s] 90%|█████████ | 18/20 [00:08<00:01, 2.00it/s] 95%|█████████▌| 19/20 [00:09<00:00, 2.00it/s] 100%|██████████| 20/20 [00:09<00:00, 1.99it/s] 100%|██████████| 20/20 [00:09<00:00, 2.06it/s] samples_ddimtorch.Size([24, 4, 64, 48]) Saved ./outputs/00432.png Saved ./outputs/00433.png Saved ./outputs/00434.png Saved ./outputs/00435.png Saved ./outputs/00436.png Saved ./outputs/00437.png Saved ./outputs/00438.png Saved ./outputs/00439.png Saved ./outputs/00440.png Saved ./outputs/00441.png Saved ./outputs/00442.png Saved ./outputs/00443.png Saved ./outputs/00444.png Saved ./outputs/00445.png Saved ./outputs/00446.png Saved ./outputs/00447.png Saved ./outputs/00448.png Saved ./outputs/00449.png Saved ./outputs/00450.png Saved ./outputs/00451.png Saved ./outputs/00452.png Saved ./outputs/00453.png Saved ./outputs/00454.png Saved ./outputs/00455.png data_batch torch.Size([24, 77, 768]) start_code_batchtorch.Size([24, 4, 64, 48]) sigmas tensor([14.6090, 10.7477, 8.0787, 6.2059, 4.8573, 3.8654, 3.1229, 2.5581, 2.1152, 1.7641, 1.4802, 1.2456, 1.0481, 0.8783, 0.7297, 0.5962, 0.4736, 0.3552, 0.2322, 0.0313, 0.0000], device='cuda:0') 0%| | 0/20 [00:00<?, ?it/s] 5%|▌ | 1/20 [00:00<00:03, 5.29it/s] 10%|█ | 2/20 [00:00<00:06, 2.69it/s] 15%|█▌ | 3/20 [00:01<00:07, 2.32it/s] 20%|██ | 4/20 [00:01<00:07, 2.18it/s] 25%|██▌ | 5/20 [00:02<00:07, 2.11it/s] 30%|███ | 6/20 [00:02<00:06, 2.07it/s] 35%|███▌ | 7/20 [00:03<00:06, 2.05it/s] 40%|████ | 8/20 [00:03<00:05, 2.03it/s] 45%|████▌ | 9/20 [00:04<00:05, 2.02it/s] 50%|█████ | 10/20 [00:04<00:04, 2.01it/s] 55%|█████▌ | 11/20 [00:05<00:04, 2.01it/s] 60%|██████ | 12/20 [00:05<00:03, 2.00it/s] 65%|██████▌ | 13/20 [00:06<00:03, 2.00it/s] 70%|███████ | 14/20 [00:06<00:03, 2.00it/s] 75%|███████▌ | 15/20 [00:07<00:02, 2.00it/s] 80%|████████ | 16/20 [00:07<00:02, 2.00it/s] 85%|████████▌ | 17/20 [00:08<00:01, 2.00it/s] 90%|█████████ | 18/20 [00:08<00:01, 2.00it/s] 95%|█████████▌| 19/20 [00:09<00:00, 2.00it/s] 100%|██████████| 20/20 [00:09<00:00, 2.00it/s] 100%|██████████| 20/20 [00:09<00:00, 2.06it/s] samples_ddim torch.Size([24, 4, 64, 48]) Saved ./outputs/00456.png Saved ./outputs/00457.png Saved ./outputs/00458.png Saved ./outputs/00459.png Saved ./outputs/00460.png Saved ./outputs/00461.png Saved ./outputs/00462.png Saved ./outputs/00463.png Saved ./outputs/00464.png Saved ./outputs/00465.png Saved ./outputs/00466.png Saved ./outputs/00467.png Saved ./outputs/00468.png Saved ./outputs/00469.png Saved ./outputs/00470.png Saved ./outputs/00471.png Saved ./outputs/00472.png Saved ./outputs/00473.png Saved ./outputs/00474.png Saved ./outputs/00475.png Saved ./outputs/00476.png Saved ./outputs/00477.png Saved ./outputs/00478.png Saved ./outputs/00479.png data_batch torch.Size([4, 77, 768]) start_code_batchtorch.Size([4, 4, 64, 48]) sigmas tensor([14.6090, 10.7477, 8.0787, 6.2059, 4.8573, 3.8654, 3.1229, 2.5581, 2.1152, 1.7641, 1.4802, 1.2456, 1.0481, 0.8783, 0.7297, 0.5962, 0.4736, 0.3552, 0.2322, 0.0313, 0.0000], device='cuda:0') 0%| | 0/20 [00:00<?, ?it/s] 5%|▌ | 1/20 [00:00<00:02, 6.58it/s] 15%|█▌ | 3/20 [00:00<00:01, 10.97it/s] 25%|██▌ | 5/20 [00:00<00:01, 10.75it/s] 35%|███▌ | 7/20 [00:00<00:01, 10.51it/s] 45%|████▌ | 9/20 [00:00<00:01, 10.67it/s] 55%|█████▌ | 11/20 [00:01<00:00, 10.42it/s] 65%|██████▌ | 13/20 [00:01<00:00, 10.66it/s] 75%|███████▌ | 15/20 [00:01<00:00, 10.61it/s] 85%|████████▌ | 17/20 [00:01<00:00, 10.51it/s] 95%|█████████▌| 19/20 [00:01<00:00, 10.61it/s] 100%|██████████| 20/20 [00:01<00:00, 10.51it/s] samples_ddim torch.Size([4, 4, 64, 48]) Saved ./outputs/00480.png Saved ./outputs/00481.png Saved ./outputs/00482.png Saved ./outputs/00483.png Your samples have been saved to: ./outputs Enjoy. total 204764 -rw-r--r-- 1 root root 443967 May 17 10:39 00000.png -rw-r--r-- 1 root root 440172 May 17 10:39 00001.png -rw-r--r-- 1 root root 438417 May 17 10:39 00002.png -rw-r--r-- 1 root root 437794 May 17 10:39 00003.png -rw-r--r-- 1 root root 439256 May 17 10:39 00004.png -rw-r--r-- 1 root root 438672 May 17 10:39 00005.png -rw-r--r-- 1 root root 440635 May 17 10:39 00006.png -rw-r--r-- 1 root root 440040 May 17 10:39 00007.png -rw-r--r-- 1 root root 429753 May 17 10:39 00008.png -rw-r--r-- 1 root root 429357 May 17 10:39 00009.png -rw-r--r-- 1 root root 434830 May 17 10:39 00010.png -rw-r--r-- 1 root root 432507 May 17 10:39 00011.png -rw-r--r-- 1 root root 432219 May 17 10:39 00012.png -rw-r--r-- 1 root root 436990 May 17 10:39 00013.png -rw-r--r-- 1 root root 439945 May 17 10:39 00014.png -rw-r--r-- 1 root root 430202 May 17 10:39 00015.png -rw-r--r-- 1 root root 430649 May 17 10:39 00016.png -rw-r--r-- 1 root root 432838 May 17 10:39 00017.png -rw-r--r-- 1 root root 439467 May 17 10:39 00018.png -rw-r--r-- 1 root root 432400 May 17 10:39 00019.png -rw-r--r-- 1 root root 436500 May 17 10:39 00020.png -rw-r--r-- 1 root root 439542 May 17 10:39 00021.png -rw-r--r-- 1 root root 441296 May 17 10:39 00022.png -rw-r--r-- 1 root root 429078 May 17 10:39 00023.png -rw-r--r-- 1 root root 434230 May 17 10:39 00024.png -rw-r--r-- 1 root root 432067 May 17 10:39 00025.png -rw-r--r-- 1 root root 433492 May 17 10:39 00026.png -rw-r--r-- 1 root root 429857 May 17 10:39 00027.png -rw-r--r-- 1 root root 431037 May 17 10:39 00028.png -rw-r--r-- 1 root root 430019 May 17 10:39 00029.png -rw-r--r-- 1 root root 427525 May 17 10:39 00030.png -rw-r--r-- 1 root root 427639 May 17 10:39 00031.png -rw-r--r-- 1 root root 422869 May 17 10:39 00032.png -rw-r--r-- 1 root root 430097 May 17 10:39 00033.png -rw-r--r-- 1 root root 431346 May 17 10:39 00034.png -rw-r--r-- 1 root root 438545 May 17 10:39 00035.png -rw-r--r-- 1 root root 440308 May 17 10:39 00036.png -rw-r--r-- 1 root root 440938 May 17 10:39 00037.png -rw-r--r-- 1 root root 430134 May 17 10:39 00038.png -rw-r--r-- 1 root root 429289 May 17 10:39 00039.png -rw-r--r-- 1 root root 435458 May 17 10:39 00040.png -rw-r--r-- 1 root root 439217 May 17 10:39 00041.png -rw-r--r-- 1 root root 440477 May 17 10:39 00042.png -rw-r--r-- 1 root root 440538 May 17 10:39 00043.png -rw-r--r-- 1 root root 440797 May 17 10:39 00044.png -rw-r--r-- 1 root root 430517 May 17 10:39 00045.png -rw-r--r-- 1 root root 431104 May 17 10:39 00046.png -rw-r--r-- 1 root root 428835 May 17 10:39 00047.png -rw-r--r-- 1 root root 436579 May 17 10:39 00048.png -rw-r--r-- 1 root root 435694 May 17 10:39 00049.png -rw-r--r-- 1 root root 438887 May 17 10:39 00050.png -rw-r--r-- 1 root root 441884 May 17 10:39 00051.png -rw-r--r-- 1 root root 444501 May 17 10:39 00052.png -rw-r--r-- 1 root root 436175 May 17 10:39 00053.png -rw-r--r-- 1 root root 428264 May 17 10:39 00054.png -rw-r--r-- 1 root root 429366 May 17 10:39 00055.png -rw-r--r-- 1 root root 430679 May 17 10:39 00056.png -rw-r--r-- 1 root root 423321 May 17 10:39 00057.png -rw-r--r-- 1 root root 424950 May 17 10:39 00058.png -rw-r--r-- 1 root root 430386 May 17 10:39 00059.png -rw-r--r-- 1 root root 429034 May 17 10:39 00060.png -rw-r--r-- 1 root root 431060 May 17 10:39 00061.png -rw-r--r-- 1 root root 430747 May 17 10:39 00062.png -rw-r--r-- 1 root root 430277 May 17 10:39 00063.png -rw-r--r-- 1 root root 429733 May 17 10:39 00064.png -rw-r--r-- 1 root root 428984 May 17 10:39 00065.png -rw-r--r-- 1 root root 424019 May 17 10:39 00066.png -rw-r--r-- 1 root root 429461 May 17 10:39 00067.png -rw-r--r-- 1 root root 428201 May 17 10:39 00068.png -rw-r--r-- 1 root root 426184 May 17 10:39 00069.png -rw-r--r-- 1 root root 423189 May 17 10:39 00070.png -rw-r--r-- 1 root root 428602 May 17 10:39 00071.png -rw-r--r-- 1 root root 430368 May 17 10:40 00072.png -rw-r--r-- 1 root root 435065 May 17 10:40 00073.png -rw-r--r-- 1 root root 429169 May 17 10:40 00074.png -rw-r--r-- 1 root root 429761 May 17 10:40 00075.png -rw-r--r-- 1 root root 427518 May 17 10:40 00076.png -rw-r--r-- 1 root root 431121 May 17 10:40 00077.png -rw-r--r-- 1 root root 429996 May 17 10:40 00078.png -rw-r--r-- 1 root root 429589 May 17 10:40 00079.png -rw-r--r-- 1 root root 429140 May 17 10:40 00080.png -rw-r--r-- 1 root root 434919 May 17 10:40 00081.png -rw-r--r-- 1 root root 435429 May 17 10:40 00082.png -rw-r--r-- 1 root root 423091 May 17 10:40 00083.png -rw-r--r-- 1 root root 427883 May 17 10:40 00084.png -rw-r--r-- 1 root root 424040 May 17 10:40 00085.png -rw-r--r-- 1 root root 430408 May 17 10:40 00086.png -rw-r--r-- 1 root root 429615 May 17 10:40 00087.png -rw-r--r-- 1 root root 427902 May 17 10:40 00088.png -rw-r--r-- 1 root root 429785 May 17 10:40 00089.png -rw-r--r-- 1 root root 430421 May 17 10:40 00090.png -rw-r--r-- 1 root root 427740 May 17 10:40 00091.png -rw-r--r-- 1 root root 423398 May 17 10:40 00092.png -rw-r--r-- 1 root root 429162 May 17 10:40 00093.png -rw-r--r-- 1 root root 431600 May 17 10:40 00094.png -rw-r--r-- 1 root root 433457 May 17 10:40 00095.png -rw-r--r-- 1 root root 436856 May 17 10:40 00096.png -rw-r--r-- 1 root root 438976 May 17 10:40 00097.png -rw-r--r-- 1 root root 431051 May 17 10:40 00098.png -rw-r--r-- 1 root root 430664 May 17 10:40 00099.png -rw-r--r-- 1 root root 427947 May 17 10:40 00100.png -rw-r--r-- 1 root root 435487 May 17 10:40 00101.png -rw-r--r-- 1 root root 434736 May 17 10:40 00102.png -rw-r--r-- 1 root root 436756 May 17 10:40 00103.png -rw-r--r-- 1 root root 437520 May 17 10:40 00104.png -rw-r--r-- 1 root root 439510 May 17 10:40 00105.png -rw-r--r-- 1 root root 430271 May 17 10:40 00106.png -rw-r--r-- 1 root root 430568 May 17 10:40 00107.png -rw-r--r-- 1 root root 433611 May 17 10:40 00108.png -rw-r--r-- 1 root root 440138 May 17 10:40 00109.png -rw-r--r-- 1 root root 440976 May 17 10:40 00110.png -rw-r--r-- 1 root root 440713 May 17 10:40 00111.png -rw-r--r-- 1 root root 444076 May 17 10:40 00112.png -rw-r--r-- 1 root root 433886 May 17 10:40 00113.png -rw-r--r-- 1 root root 430647 May 17 10:40 00114.png -rw-r--r-- 1 root root 430677 May 17 10:40 00115.png -rw-r--r-- 1 root root 430088 May 17 10:40 00116.png -rw-r--r-- 1 root root 427219 May 17 10:40 00117.png -rw-r--r-- 1 root root 427983 May 17 10:40 00118.png -rw-r--r-- 1 root root 426875 May 17 10:40 00119.png -rw-r--r-- 1 root root 424684 May 17 10:40 00120.png -rw-r--r-- 1 root root 429614 May 17 10:40 00121.png -rw-r--r-- 1 root root 429537 May 17 10:40 00122.png -rw-r--r-- 1 root root 428952 May 17 10:40 00123.png -rw-r--r-- 1 root root 426745 May 17 10:40 00124.png -rw-r--r-- 1 root root 429268 May 17 10:40 00125.png -rw-r--r-- 1 root root 430508 May 17 10:40 00126.png -rw-r--r-- 1 root root 434234 May 17 10:40 00127.png -rw-r--r-- 1 root root 429110 May 17 10:40 00128.png -rw-r--r-- 1 root root 427468 May 17 10:40 00129.png -rw-r--r-- 1 root root 423893 May 17 10:40 00130.png -rw-r--r-- 1 root root 430227 May 17 10:40 00131.png -rw-r--r-- 1 root root 430369 May 17 10:40 00132.png -rw-r--r-- 1 root root 429929 May 17 10:40 00133.png -rw-r--r-- 1 root root 429821 May 17 10:40 00134.png -rw-r--r-- 1 root root 435000 May 17 10:40 00135.png -rw-r--r-- 1 root root 423672 May 17 10:40 00136.png -rw-r--r-- 1 root root 429864 May 17 10:40 00137.png -rw-r--r-- 1 root root 430376 May 17 10:40 00138.png -rw-r--r-- 1 root root 432730 May 17 10:40 00139.png -rw-r--r-- 1 root root 430004 May 17 10:40 00140.png -rw-r--r-- 1 root root 433938 May 17 10:40 00141.png -rw-r--r-- 1 root root 435540 May 17 10:40 00142.png -rw-r--r-- 1 root root 439098 May 17 10:40 00143.png -rw-r--r-- 1 root root 423762 May 17 10:40 00144.png -rw-r--r-- 1 root root 424214 May 17 10:40 00145.png -rw-r--r-- 1 root root 424623 May 17 10:40 00146.png -rw-r--r-- 1 root root 424928 May 17 10:40 00147.png -rw-r--r-- 1 root root 428395 May 17 10:40 00148.png -rw-r--r-- 1 root root 427416 May 17 10:40 00149.png -rw-r--r-- 1 root root 423816 May 17 10:40 00150.png -rw-r--r-- 1 root root 429561 May 17 10:40 00151.png -rw-r--r-- 1 root root 429270 May 17 10:40 00152.png -rw-r--r-- 1 root root 425274 May 17 10:40 00153.png -rw-r--r-- 1 root root 431693 May 17 10:40 00154.png -rw-r--r-- 1 root root 430760 May 17 10:40 00155.png -rw-r--r-- 1 root root 433345 May 17 10:40 00156.png -rw-r--r-- 1 root root 440551 May 17 10:40 00157.png -rw-r--r-- 1 root root 440096 May 17 10:40 00158.png -rw-r--r-- 1 root root 430323 May 17 10:40 00159.png -rw-r--r-- 1 root root 429908 May 17 10:40 00160.png -rw-r--r-- 1 root root 433642 May 17 10:40 00161.png -rw-r--r-- 1 root root 437227 May 17 10:40 00162.png -rw-r--r-- 1 root root 435216 May 17 10:40 00163.png -rw-r--r-- 1 root root 434260 May 17 10:40 00164.png -rw-r--r-- 1 root root 440320 May 17 10:40 00165.png -rw-r--r-- 1 root root 425705 May 17 10:40 00166.png -rw-r--r-- 1 root root 427856 May 17 10:40 00167.png -rw-r--r-- 1 root root 429823 May 17 10:40 00168.png -rw-r--r-- 1 root root 434149 May 17 10:40 00169.png -rw-r--r-- 1 root root 435477 May 17 10:40 00170.png -rw-r--r-- 1 root root 439660 May 17 10:40 00171.png -rw-r--r-- 1 root root 440026 May 17 10:40 00172.png -rw-r--r-- 1 root root 443889 May 17 10:40 00173.png -rw-r--r-- 1 root root 430752 May 17 10:40 00174.png -rw-r--r-- 1 root root 430028 May 17 10:40 00175.png -rw-r--r-- 1 root root 430231 May 17 10:40 00176.png -rw-r--r-- 1 root root 429268 May 17 10:40 00177.png -rw-r--r-- 1 root root 428926 May 17 10:40 00178.png -rw-r--r-- 1 root root 428280 May 17 10:40 00179.png -rw-r--r-- 1 root root 431110 May 17 10:40 00180.png -rw-r--r-- 1 root root 430140 May 17 10:40 00181.png -rw-r--r-- 1 root root 430836 May 17 10:40 00182.png -rw-r--r-- 1 root root 429594 May 17 10:40 00183.png -rw-r--r-- 1 root root 426870 May 17 10:40 00184.png -rw-r--r-- 1 root root 427348 May 17 10:40 00185.png -rw-r--r-- 1 root root 423820 May 17 10:40 00186.png -rw-r--r-- 1 root root 430612 May 17 10:40 00187.png -rw-r--r-- 1 root root 432501 May 17 10:40 00188.png -rw-r--r-- 1 root root 427071 May 17 10:40 00189.png -rw-r--r-- 1 root root 423800 May 17 10:40 00190.png -rw-r--r-- 1 root root 430799 May 17 10:40 00191.png -rw-r--r-- 1 root root 432575 May 17 10:41 00192.png -rw-r--r-- 1 root root 429977 May 17 10:41 00193.png -rw-r--r-- 1 root root 432900 May 17 10:41 00194.png -rw-r--r-- 1 root root 432489 May 17 10:41 00195.png -rw-r--r-- 1 root root 429633 May 17 10:41 00196.png -rw-r--r-- 1 root root 428450 May 17 10:41 00197.png -rw-r--r-- 1 root root 423370 May 17 10:41 00198.png -rw-r--r-- 1 root root 430726 May 17 10:41 00199.png -rw-r--r-- 1 root root 427028 May 17 10:41 00200.png -rw-r--r-- 1 root root 428206 May 17 10:41 00201.png -rw-r--r-- 1 root root 431077 May 17 10:41 00202.png -rw-r--r-- 1 root root 435744 May 17 10:41 00203.png -rw-r--r-- 1 root root 428126 May 17 10:41 00204.png -rw-r--r-- 1 root root 424908 May 17 10:41 00205.png -rw-r--r-- 1 root root 426562 May 17 10:41 00206.png -rw-r--r-- 1 root root 431057 May 17 10:41 00207.png -rw-r--r-- 1 root root 423070 May 17 10:41 00208.png -rw-r--r-- 1 root root 422890 May 17 10:41 00209.png -rw-r--r-- 1 root root 423609 May 17 10:41 00210.png -rw-r--r-- 1 root root 428041 May 17 10:41 00211.png -rw-r--r-- 1 root root 428057 May 17 10:41 00212.png -rw-r--r-- 1 root root 423612 May 17 10:41 00213.png -rw-r--r-- 1 root root 431102 May 17 10:41 00214.png -rw-r--r-- 1 root root 430267 May 17 10:41 00215.png -rw-r--r-- 1 root root 427815 May 17 10:41 00216.png -rw-r--r-- 1 root root 435026 May 17 10:41 00217.png -rw-r--r-- 1 root root 441055 May 17 10:41 00218.png -rw-r--r-- 1 root root 426538 May 17 10:41 00219.png -rw-r--r-- 1 root root 424083 May 17 10:41 00220.png -rw-r--r-- 1 root root 430128 May 17 10:41 00221.png -rw-r--r-- 1 root root 433055 May 17 10:41 00222.png -rw-r--r-- 1 root root 433265 May 17 10:41 00223.png -rw-r--r-- 1 root root 433965 May 17 10:41 00224.png -rw-r--r-- 1 root root 438284 May 17 10:41 00225.png -rw-r--r-- 1 root root 441183 May 17 10:41 00226.png -rw-r--r-- 1 root root 430050 May 17 10:41 00227.png -rw-r--r-- 1 root root 434613 May 17 10:41 00228.png -rw-r--r-- 1 root root 437013 May 17 10:41 00229.png -rw-r--r-- 1 root root 440517 May 17 10:41 00230.png -rw-r--r-- 1 root root 440472 May 17 10:41 00231.png -rw-r--r-- 1 root root 441715 May 17 10:41 00232.png -rw-r--r-- 1 root root 443871 May 17 10:41 00233.png -rw-r--r-- 1 root root 423162 May 17 10:41 00234.png -rw-r--r-- 1 root root 431617 May 17 10:41 00235.png -rw-r--r-- 1 root root 430027 May 17 10:41 00236.png -rw-r--r-- 1 root root 429696 May 17 10:41 00237.png -rw-r--r-- 1 root root 431002 May 17 10:41 00238.png -rw-r--r-- 1 root root 432731 May 17 10:41 00239.png -rw-r--r-- 1 root root 431053 May 17 10:41 00240.png -rw-r--r-- 1 root root 430761 May 17 10:41 00241.png -rw-r--r-- 1 root root 431105 May 17 10:41 00242.png -rw-r--r-- 1 root root 432560 May 17 10:41 00243.png -rw-r--r-- 1 root root 426960 May 17 10:41 00244.png -rw-r--r-- 1 root root 427506 May 17 10:41 00245.png -rw-r--r-- 1 root root 432494 May 17 10:41 00246.png -rw-r--r-- 1 root root 429808 May 17 10:41 00247.png -rw-r--r-- 1 root root 434782 May 17 10:41 00248.png -rw-r--r-- 1 root root 430561 May 17 10:41 00249.png -rw-r--r-- 1 root root 426642 May 17 10:41 00250.png -rw-r--r-- 1 root root 432863 May 17 10:41 00251.png -rw-r--r-- 1 root root 431470 May 17 10:41 00252.png -rw-r--r-- 1 root root 427710 May 17 10:41 00253.png -rw-r--r-- 1 root root 432021 May 17 10:41 00254.png -rw-r--r-- 1 root root 430067 May 17 10:41 00255.png -rw-r--r-- 1 root root 434551 May 17 10:41 00256.png -rw-r--r-- 1 root root 431882 May 17 10:41 00257.png -rw-r--r-- 1 root root 426771 May 17 10:41 00258.png -rw-r--r-- 1 root root 431691 May 17 10:41 00259.png -rw-r--r-- 1 root root 427052 May 17 10:41 00260.png -rw-r--r-- 1 root root 432517 May 17 10:41 00261.png -rw-r--r-- 1 root root 431095 May 17 10:41 00262.png -rw-r--r-- 1 root root 432954 May 17 10:41 00263.png -rw-r--r-- 1 root root 432530 May 17 10:41 00264.png -rw-r--r-- 1 root root 432725 May 17 10:41 00265.png -rw-r--r-- 1 root root 427363 May 17 10:41 00266.png -rw-r--r-- 1 root root 426120 May 17 10:41 00267.png -rw-r--r-- 1 root root 427439 May 17 10:41 00268.png -rw-r--r-- 1 root root 428484 May 17 10:41 00269.png -rw-r--r-- 1 root root 432418 May 17 10:41 00270.png -rw-r--r-- 1 root root 429674 May 17 10:41 00271.png -rw-r--r-- 1 root root 429493 May 17 10:41 00272.png -rw-r--r-- 1 root root 431867 May 17 10:41 00273.png -rw-r--r-- 1 root root 432242 May 17 10:41 00274.png -rw-r--r-- 1 root root 429380 May 17 10:41 00275.png -rw-r--r-- 1 root root 425679 May 17 10:41 00276.png -rw-r--r-- 1 root root 432997 May 17 10:41 00277.png -rw-r--r-- 1 root root 430332 May 17 10:41 00278.png -rw-r--r-- 1 root root 431974 May 17 10:41 00279.png -rw-r--r-- 1 root root 429157 May 17 10:41 00280.png -rw-r--r-- 1 root root 426856 May 17 10:41 00281.png -rw-r--r-- 1 root root 426552 May 17 10:41 00282.png -rw-r--r-- 1 root root 430464 May 17 10:41 00283.png -rw-r--r-- 1 root root 430936 May 17 10:41 00284.png -rw-r--r-- 1 root root 430894 May 17 10:41 00285.png -rw-r--r-- 1 root root 432634 May 17 10:41 00286.png -rw-r--r-- 1 root root 430041 May 17 10:41 00287.png -rw-r--r-- 1 root root 428861 May 17 10:41 00288.png -rw-r--r-- 1 root root 430328 May 17 10:41 00289.png -rw-r--r-- 1 root root 426965 May 17 10:41 00290.png -rw-r--r-- 1 root root 432445 May 17 10:41 00291.png -rw-r--r-- 1 root root 429908 May 17 10:41 00292.png -rw-r--r-- 1 root root 434114 May 17 10:41 00293.png -rw-r--r-- 1 root root 431745 May 17 10:41 00294.png -rw-r--r-- 1 root root 429103 May 17 10:41 00295.png -rw-r--r-- 1 root root 430043 May 17 10:41 00296.png -rw-r--r-- 1 root root 427560 May 17 10:41 00297.png -rw-r--r-- 1 root root 431440 May 17 10:41 00298.png -rw-r--r-- 1 root root 433049 May 17 10:41 00299.png -rw-r--r-- 1 root root 429154 May 17 10:41 00300.png -rw-r--r-- 1 root root 431410 May 17 10:41 00301.png -rw-r--r-- 1 root root 432283 May 17 10:41 00302.png -rw-r--r-- 1 root root 429526 May 17 10:41 00303.png -rw-r--r-- 1 root root 434332 May 17 10:41 00304.png -rw-r--r-- 1 root root 434482 May 17 10:41 00305.png -rw-r--r-- 1 root root 430430 May 17 10:41 00306.png -rw-r--r-- 1 root root 428868 May 17 10:41 00307.png -rw-r--r-- 1 root root 430010 May 17 10:41 00308.png -rw-r--r-- 1 root root 435496 May 17 10:41 00309.png -rw-r--r-- 1 root root 432604 May 17 10:41 00310.png -rw-r--r-- 1 root root 426660 May 17 10:41 00311.png -rw-r--r-- 1 root root 429993 May 17 10:42 00312.png -rw-r--r-- 1 root root 429135 May 17 10:42 00313.png -rw-r--r-- 1 root root 432766 May 17 10:42 00314.png -rw-r--r-- 1 root root 429113 May 17 10:42 00315.png -rw-r--r-- 1 root root 431628 May 17 10:42 00316.png -rw-r--r-- 1 root root 430827 May 17 10:42 00317.png -rw-r--r-- 1 root root 431113 May 17 10:42 00318.png -rw-r--r-- 1 root root 430736 May 17 10:42 00319.png -rw-r--r-- 1 root root 427811 May 17 10:42 00320.png -rw-r--r-- 1 root root 426109 May 17 10:42 00321.png -rw-r--r-- 1 root root 432723 May 17 10:42 00322.png -rw-r--r-- 1 root root 428942 May 17 10:42 00323.png -rw-r--r-- 1 root root 434781 May 17 10:42 00324.png -rw-r--r-- 1 root root 431144 May 17 10:42 00325.png -rw-r--r-- 1 root root 426943 May 17 10:42 00326.png -rw-r--r-- 1 root root 431055 May 17 10:42 00327.png -rw-r--r-- 1 root root 426649 May 17 10:42 00328.png -rw-r--r-- 1 root root 431576 May 17 10:42 00329.png -rw-r--r-- 1 root root 433828 May 17 10:42 00330.png -rw-r--r-- 1 root root 429265 May 17 10:42 00331.png -rw-r--r-- 1 root root 432965 May 17 10:42 00332.png -rw-r--r-- 1 root root 432447 May 17 10:42 00333.png -rw-r--r-- 1 root root 429310 May 17 10:42 00334.png -rw-r--r-- 1 root root 427377 May 17 10:42 00335.png -rw-r--r-- 1 root root 428680 May 17 10:42 00336.png -rw-r--r-- 1 root root 433585 May 17 10:42 00337.png -rw-r--r-- 1 root root 431046 May 17 10:42 00338.png -rw-r--r-- 1 root root 433124 May 17 10:42 00339.png -rw-r--r-- 1 root root 429392 May 17 10:42 00340.png -rw-r--r-- 1 root root 426637 May 17 10:42 00341.png -rw-r--r-- 1 root root 430192 May 17 10:42 00342.png -rw-r--r-- 1 root root 426207 May 17 10:42 00343.png -rw-r--r-- 1 root root 430852 May 17 10:42 00344.png -rw-r--r-- 1 root root 430543 May 17 10:42 00345.png -rw-r--r-- 1 root root 432113 May 17 10:42 00346.png -rw-r--r-- 1 root root 431225 May 17 10:42 00347.png -rw-r--r-- 1 root root 429855 May 17 10:42 00348.png -rw-r--r-- 1 root root 427141 May 17 10:42 00349.png -rw-r--r-- 1 root root 426436 May 17 10:42 00350.png -rw-r--r-- 1 root root 432402 May 17 10:42 00351.png -rw-r--r-- 1 root root 429558 May 17 10:42 00352.png -rw-r--r-- 1 root root 432325 May 17 10:42 00353.png -rw-r--r-- 1 root root 432755 May 17 10:42 00354.png -rw-r--r-- 1 root root 429189 May 17 10:42 00355.png -rw-r--r-- 1 root root 428972 May 17 10:42 00356.png -rw-r--r-- 1 root root 429633 May 17 10:42 00357.png -rw-r--r-- 1 root root 425772 May 17 10:42 00358.png -rw-r--r-- 1 root root 426116 May 17 10:42 00359.png -rw-r--r-- 1 root root 429684 May 17 10:42 00360.png -rw-r--r-- 1 root root 429965 May 17 10:42 00361.png -rw-r--r-- 1 root root 432467 May 17 10:42 00362.png -rw-r--r-- 1 root root 432632 May 17 10:42 00363.png -rw-r--r-- 1 root root 431090 May 17 10:42 00364.png -rw-r--r-- 1 root root 432517 May 17 10:42 00365.png -rw-r--r-- 1 root root 429033 May 17 10:42 00366.png -rw-r--r-- 1 root root 430088 May 17 10:42 00367.png -rw-r--r-- 1 root root 429750 May 17 10:42 00368.png -rw-r--r-- 1 root root 431404 May 17 10:42 00369.png -rw-r--r-- 1 root root 432137 May 17 10:42 00370.png -rw-r--r-- 1 root root 428571 May 17 10:42 00371.png -rw-r--r-- 1 root root 434157 May 17 10:42 00372.png -rw-r--r-- 1 root root 432818 May 17 10:42 00373.png -rw-r--r-- 1 root root 427394 May 17 10:42 00374.png -rw-r--r-- 1 root root 432845 May 17 10:42 00375.png -rw-r--r-- 1 root root 430281 May 17 10:42 00376.png -rw-r--r-- 1 root root 432822 May 17 10:42 00377.png -rw-r--r-- 1 root root 432292 May 17 10:42 00378.png -rw-r--r-- 1 root root 425857 May 17 10:42 00379.png -rw-r--r-- 1 root root 429893 May 17 10:42 00380.png -rw-r--r-- 1 root root 426556 May 17 10:42 00381.png -rw-r--r-- 1 root root 427961 May 17 10:42 00382.png -rw-r--r-- 1 root root 431624 May 17 10:42 00383.png -rw-r--r-- 1 root root 430340 May 17 10:42 00384.png -rw-r--r-- 1 root root 432382 May 17 10:42 00385.png -rw-r--r-- 1 root root 432737 May 17 10:42 00386.png -rw-r--r-- 1 root root 428149 May 17 10:42 00387.png -rw-r--r-- 1 root root 429732 May 17 10:42 00388.png -rw-r--r-- 1 root root 428594 May 17 10:42 00389.png -rw-r--r-- 1 root root 432129 May 17 10:42 00390.png -rw-r--r-- 1 root root 430686 May 17 10:42 00391.png -rw-r--r-- 1 root root 428425 May 17 10:42 00392.png -rw-r--r-- 1 root root 432360 May 17 10:42 00393.png -rw-r--r-- 1 root root 430120 May 17 10:42 00394.png -rw-r--r-- 1 root root 432356 May 17 10:42 00395.png -rw-r--r-- 1 root root 426410 May 17 10:42 00396.png -rw-r--r-- 1 root root 430779 May 17 10:42 00397.png -rw-r--r-- 1 root root 430341 May 17 10:42 00398.png -rw-r--r-- 1 root root 434501 May 17 10:42 00399.png -rw-r--r-- 1 root root 430741 May 17 10:42 00400.png -rw-r--r-- 1 root root 429936 May 17 10:42 00401.png -rw-r--r-- 1 root root 430011 May 17 10:42 00402.png -rw-r--r-- 1 root root 431103 May 17 10:42 00403.png -rw-r--r-- 1 root root 432443 May 17 10:42 00404.png -rw-r--r-- 1 root root 430021 May 17 10:42 00405.png -rw-r--r-- 1 root root 429856 May 17 10:42 00406.png -rw-r--r-- 1 root root 430363 May 17 10:42 00407.png -rw-r--r-- 1 root root 431005 May 17 10:42 00408.png -rw-r--r-- 1 root root 426022 May 17 10:42 00409.png -rw-r--r-- 1 root root 430453 May 17 10:42 00410.png -rw-r--r-- 1 root root 426465 May 17 10:42 00411.png -rw-r--r-- 1 root root 431181 May 17 10:42 00412.png -rw-r--r-- 1 root root 429321 May 17 10:42 00413.png -rw-r--r-- 1 root root 435305 May 17 10:42 00414.png -rw-r--r-- 1 root root 430800 May 17 10:42 00415.png -rw-r--r-- 1 root root 430631 May 17 10:42 00416.png -rw-r--r-- 1 root root 430386 May 17 10:42 00417.png -rw-r--r-- 1 root root 429582 May 17 10:42 00418.png -rw-r--r-- 1 root root 432281 May 17 10:42 00419.png -rw-r--r-- 1 root root 430973 May 17 10:42 00420.png -rw-r--r-- 1 root root 428574 May 17 10:42 00421.png -rw-r--r-- 1 root root 433269 May 17 10:42 00422.png -rw-r--r-- 1 root root 432205 May 17 10:42 00423.png -rw-r--r-- 1 root root 428039 May 17 10:42 00424.png -rw-r--r-- 1 root root 432051 May 17 10:42 00425.png -rw-r--r-- 1 root root 431382 May 17 10:42 00426.png -rw-r--r-- 1 root root 426388 May 17 10:42 00427.png -rw-r--r-- 1 root root 432055 May 17 10:42 00428.png -rw-r--r-- 1 root root 431169 May 17 10:42 00429.png -rw-r--r-- 1 root root 433280 May 17 10:42 00430.png -rw-r--r-- 1 root root 429722 May 17 10:42 00431.png -rw-r--r-- 1 root root 426169 May 17 10:42 00432.png -rw-r--r-- 1 root root 426231 May 17 10:42 00433.png -rw-r--r-- 1 root root 431279 May 17 10:42 00434.png -rw-r--r-- 1 root root 430878 May 17 10:42 00435.png -rw-r--r-- 1 root root 431042 May 17 10:42 00436.png -rw-r--r-- 1 root root 432689 May 17 10:42 00437.png -rw-r--r-- 1 root root 433319 May 17 10:42 00438.png -rw-r--r-- 1 root root 426378 May 17 10:43 00439.png -rw-r--r-- 1 root root 435754 May 17 10:43 00440.png -rw-r--r-- 1 root root 432682 May 17 10:43 00441.png -rw-r--r-- 1 root root 431220 May 17 10:43 00442.png -rw-r--r-- 1 root root 427650 May 17 10:43 00443.png -rw-r--r-- 1 root root 428164 May 17 10:43 00444.png -rw-r--r-- 1 root root 432718 May 17 10:43 00445.png -rw-r--r-- 1 root root 432485 May 17 10:43 00446.png -rw-r--r-- 1 root root 427588 May 17 10:43 00447.png -rw-r--r-- 1 root root 432793 May 17 10:43 00448.png -rw-r--r-- 1 root root 427572 May 17 10:43 00449.png -rw-r--r-- 1 root root 425711 May 17 10:43 00450.png -rw-r--r-- 1 root root 432020 May 17 10:43 00451.png -rw-r--r-- 1 root root 433156 May 17 10:43 00452.png -rw-r--r-- 1 root root 431169 May 17 10:43 00453.png -rw-r--r-- 1 root root 426917 May 17 10:43 00454.png -rw-r--r-- 1 root root 433043 May 17 10:43 00455.png -rw-r--r-- 1 root root 431740 May 17 10:43 00456.png -rw-r--r-- 1 root root 426510 May 17 10:43 00457.png -rw-r--r-- 1 root root 433699 May 17 10:43 00458.png -rw-r--r-- 1 root root 429516 May 17 10:43 00459.png -rw-r--r-- 1 root root 434956 May 17 10:43 00460.png -rw-r--r-- 1 root root 432480 May 17 10:43 00461.png -rw-r--r-- 1 root root 425888 May 17 10:43 00462.png -rw-r--r-- 1 root root 430456 May 17 10:43 00463.png -rw-r--r-- 1 root root 427004 May 17 10:43 00464.png -rw-r--r-- 1 root root 431191 May 17 10:43 00465.png -rw-r--r-- 1 root root 429187 May 17 10:43 00466.png -rw-r--r-- 1 root root 431211 May 17 10:43 00467.png -rw-r--r-- 1 root root 431061 May 17 10:43 00468.png -rw-r--r-- 1 root root 431013 May 17 10:43 00469.png -rw-r--r-- 1 root root 431162 May 17 10:43 00470.png -rw-r--r-- 1 root root 426996 May 17 10:43 00471.png -rw-r--r-- 1 root root 432133 May 17 10:43 00472.png -rw-r--r-- 1 root root 431266 May 17 10:43 00473.png -rw-r--r-- 1 root root 432485 May 17 10:43 00474.png -rw-r--r-- 1 root root 431322 May 17 10:43 00475.png -rw-r--r-- 1 root root 429576 May 17 10:43 00476.png -rw-r--r-- 1 root root 429154 May 17 10:43 00477.png -rw-r--r-- 1 root root 428537 May 17 10:43 00478.png -rw-r--r-- 1 root root 427101 May 17 10:43 00479.png -rw-r--r-- 1 root root 429603 May 17 10:43 00480.png -rw-r--r-- 1 root root 432271 May 17 10:43 00481.png -rw-r--r-- 1 root root 429472 May 17 10:43 00482.png -rw-r--r-- 1 root root 432188 May 17 10:43 00483.png Sat May 17 10:43:14 2025 +---------------------------------------------------------------------------------------+ | NVIDIA-SMI 535.230.02 Driver Version: 535.230.02 CUDA Version: 12.2 | |-----------------------------------------+----------------------+----------------------+ | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | | | | MIG M. | |=========================================+======================+======================| | 0 NVIDIA A100-SXM4-80GB On | 00000000:27:00.0 Off | 0 | | N/A 52C P0 95W / 400W | 30969MiB / 81920MiB | 23% Default | | | | Disabled | +-----------------------------------------+----------------------+----------------------+ | 1 NVIDIA A100-SXM4-80GB On | 00000000:2A:00.0 Off | 0 | | N/A 27C P0 57W / 400W | 3MiB / 81920MiB | 0% Default | | | | Disabled | +-----------------------------------------+----------------------+----------------------+ | 2 NVIDIA A100-SXM4-80GB On | 00000000:51:00.0 Off | 0 | | N/A 27C P0 61W / 400W | 3MiB / 81920MiB | 0% Default | | | | Disabled | +-----------------------------------------+----------------------+----------------------+ | 3 NVIDIA A100-SXM4-80GB On | 00000000:57:00.0 Off | 0 | | N/A 29C P0 65W / 400W | 3MiB / 81920MiB | 0% Default | | | | Disabled | +-----------------------------------------+----------------------+----------------------+ | 4 NVIDIA A100-SXM4-80GB On | 00000000:9E:00.0 Off | 0 | | N/A 28C P0 58W / 400W | 3MiB / 81920MiB | 0% Default | | | | Disabled | +-----------------------------------------+----------------------+----------------------+ | 5 NVIDIA A100-SXM4-80GB On | 00000000:A4:00.0 Off | 0 | | N/A 27C P0 57W / 400W | 3MiB / 81920MiB | 0% Default | | | | Disabled | +-----------------------------------------+----------------------+----------------------+ | 6 NVIDIA A100-SXM4-80GB On | 00000000:C7:00.0 Off | 0 | | N/A 28C P0 64W / 400W | 3MiB / 81920MiB | 0% Default | | | | Disabled | +-----------------------------------------+----------------------+----------------------+ | 7 NVIDIA A100-SXM4-80GB On | 00000000:CA:00.0 Off | 0 | | N/A 29C P0 58W / 400W | 3MiB / 81920MiB | 0% Default | | | | Disabled | +-----------------------------------------+----------------------+----------------------+ +---------------------------------------------------------------------------------------+ | Processes: | | GPU GI CI PID Type Process name GPU Memory | | ID ID Usage | |=======================================================================================| +---------------------------------------------------------------------------------------+ total time 254.08025574684143 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 [image2 @ 0x626975839a00] Pattern type 'glob_sequence' is deprecated: use pattern_type 'glob' instead Input #0, image2, from './outputs/%*.png': Duration: 00:00:19.36, start: 0.000000, bitrate: N/A Stream #0:0: Video: png, rgb24(pc), 384x512, 25 fps, 25 tbr, 25 tbn, 25 tbc Guessed Channel Layout for Input Stream #1.0 : stereo Input #1, wav, from '/tmp/tmpvqj8t_u0Capo-In-The-Fields.wav': Duration: 00:00:30.24, bitrate: 1411 kb/s Stream #1:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 44100 Hz, stereo, s16, 1411 kb/s Stream mapping: Stream #0:0 -> #0:0 (png (native) -> h264 (libx264)) Stream #1:0 -> #0:1 (pcm_s16le (native) -> aac (native)) Press [q] to stop, [?] for help [image2 @ 0x626975839a00] Thread message queue blocking; consider raising the thread_queue_size option (current value: 8) [libx264 @ 0x62697588ac40] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 AVX512 [libx264 @ 0x62697588ac40] profile High, level 2.1, 4:2:0, 8-bit [libx264 @ 0x62697588ac40] 264 - core 163 r3060 5db6aa6 - H.264/MPEG-4 AVC codec - Copyleft 2003-2021 - http://www.videolan.org/x264.html - options: cabac=1 ref=5 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=8 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=2 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=16 lookahead_threads=2 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=3 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=16 scenecut=40 intra_refresh=0 rc_lookahead=50 rc=crf mbtree=1 crf=20.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00 Output #0, mp4, to '/tmp/z_interpollation.mp4': Metadata: encoder : Lavf58.76.100 Stream #0:0: Video: h264 (avc1 / 0x31637661), yuv420p(tv, progressive), 384x512, q=2-31, 16 fps, 16384 tbn Metadata: encoder : Lavc58.134.100 libx264 Side data: cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A Stream #0:1: Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 128 kb/s Metadata: encoder : Lavc58.134.100 aac frame= 1 fps=0.0 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x frame= 121 fps=0.0 q=24.0 size= 2048kB time=00:00:03.00 bitrate=5592.4kbits/s speed=5.66x frame= 197 fps=190 q=24.0 size= 5376kB time=00:00:07.75 bitrate=5682.6kbits/s speed=7.46x frame= 271 fps=175 q=24.0 size= 8448kB time=00:00:12.37 bitrate=5592.4kbits/s speed=7.98x frame= 348 fps=169 q=24.0 size= 11776kB time=00:00:17.18 bitrate=5612.7kbits/s speed=8.37x frame= 434 fps=170 q=24.0 size= 15360kB time=00:00:22.56 bitrate=5576.9kbits/s speed=8.82x [mp4 @ 0x626975889d40] Starting second pass: moving the moov atom to the beginning of the file frame= 484 fps=146 q=-1.0 Lsize= 20600kB time=00:00:30.23 bitrate=5582.1kbits/s speed=9.14x video:20105kB audio:476kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.093760% [libx264 @ 0x62697588ac40] frame I:24 Avg QP:22.34 size: 80897 [libx264 @ 0x62697588ac40] frame P:129 Avg QP:25.42 size: 46296 [libx264 @ 0x62697588ac40] frame B:331 Avg QP:26.57 size: 38287 [libx264 @ 0x62697588ac40] consecutive B-frames: 6.0% 4.1% 13.0% 76.9% [libx264 @ 0x62697588ac40] mb I I16..4: 0.0% 48.1% 51.9% [libx264 @ 0x62697588ac40] mb P I16..4: 0.1% 13.8% 9.2% P16..4: 22.3% 30.7% 23.9% 0.0% 0.0% skip: 0.1% [libx264 @ 0x62697588ac40] mb B I16..4: 0.0% 8.0% 6.1% B16..8: 21.5% 30.4% 18.8% direct:13.9% skip: 1.2% L0:48.9% L1:26.0% BI:25.1% [libx264 @ 0x62697588ac40] 8x8 transform intra:55.5% inter:44.3% [libx264 @ 0x62697588ac40] direct mvs spatial:96.7% temporal:3.3% [libx264 @ 0x62697588ac40] coded y,uvDC,uvAC intra: 99.3% 100.0% 100.0% inter: 88.5% 96.9% 81.9% [libx264 @ 0x62697588ac40] i16 v,h,dc,p: 2% 61% 2% 35% [libx264 @ 0x62697588ac40] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 7% 16% 10% 9% 9% 8% 12% 10% 17% [libx264 @ 0x62697588ac40] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 7% 10% 8% 10% 14% 11% 14% 10% 14% [libx264 @ 0x62697588ac40] i8c dc,h,v,p: 54% 18% 7% 21% [libx264 @ 0x62697588ac40] Weighted P-Frames: Y:40.3% UV:34.9% [libx264 @ 0x62697588ac40] ref P L0: 24.9% 7.4% 11.1% 26.0% 23.2% 7.0% 0.3% [libx264 @ 0x62697588ac40] ref B L0: 52.4% 23.8% 15.1% 8.7% [libx264 @ 0x62697588ac40] ref B L1: 90.3% 9.7% [libx264 @ 0x62697588ac40] kb/s:5444.41 [aac @ 0x62697588e0c0] Qavg: 214.235 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 '/tmp/z_interpollation.mp4': Metadata: major_brand : isom minor_version : 512 compatible_brands: isomiso2avc1mp41 encoder : Lavf58.76.100 Duration: 00:00:30.25, start: 0.000000, bitrate: 5578 kb/s Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 384x512, 5444 kb/s, 16 fps, 16 tbr, 16384 tbn, 32 tbc (default) Metadata: handler_name : VideoHandler vendor_id : [0][0][0][0] Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 129 kb/s (default) Metadata: handler_name : SoundHandler vendor_id : [0][0][0][0] Multiple -filter, -af or -vf options specified for stream 0, only the last option '-filter:v format=yuv420p' will be used. Stream mapping: Stream #0:0 -> #0:0 (h264 (native) -> h264 (libx264)) Stream #0:1 -> #0:1 (aac (native) -> aac (native)) Press [q] to stop, [?] for help [libx264 @ 0x615716b52380] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 AVX512 [libx264 @ 0x615716b52380] profile High, level 2.1, 4:2:0, 8-bit [libx264 @ 0x615716b52380] 264 - core 163 r3060 5db6aa6 - H.264/MPEG-4 AVC codec - Copyleft 2003-2021 - http://www.videolan.org/x264.html - options: cabac=1 ref=5 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=8 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=2 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=16 lookahead_threads=2 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=3 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=16 scenecut=40 intra_refresh=0 rc_lookahead=50 rc=crf mbtree=1 crf=20.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00 Output #0, mp4, to '/tmp/z_interpollation_60fps.mp4': Metadata: major_brand : isom minor_version : 512 compatible_brands: isomiso2avc1mp41 encoder : Lavf58.76.100 Stream #0:0(und): Video: h264 (avc1 / 0x31637661), yuv420p(progressive), 384x512, 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 Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 128 kb/s (default) Metadata: handler_name : SoundHandler vendor_id : [0][0][0][0] encoder : Lavc58.134.100 aac frame= 1 fps=0.0 q=0.0 size= 0kB time=00:00:00.88 bitrate= 0.4kbits/s speed=53.3x frame= 122 fps=0.0 q=24.0 size= 2048kB time=00:00:08.47 bitrate=1979.6kbits/s speed=16.4x frame= 209 fps=205 q=24.0 size= 5632kB time=00:00:13.90 bitrate=3317.2kbits/s speed=13.6x frame= 299 fps=195 q=21.0 size= 9472kB time=00:00:19.52 bitrate=3973.5kbits/s speed=12.8x frame= 388 fps=191 q=24.0 size= 13056kB time=00:00:25.10 bitrate=4261.0kbits/s speed=12.4x frame= 484 fps=190 q=24.0 size= 16896kB time=00:00:30.18 bitrate=4585.3kbits/s speed=11.9x [mp4 @ 0x615716b65d40] Starting second pass: moving the moov atom to the beginning of the file frame= 484 fps=168 q=-1.0 Lsize= 19899kB time=00:00:30.23 bitrate=5391.9kbits/s speed=10.5x video:19403kB audio:476kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.097030% [libx264 @ 0x615716b52380] frame I:24 Avg QP:22.27 size: 80313 [libx264 @ 0x615716b52380] frame P:129 Avg QP:25.34 size: 44795 [libx264 @ 0x615716b52380] frame B:331 Avg QP:26.52 size: 36743 [libx264 @ 0x615716b52380] consecutive B-frames: 6.0% 4.1% 13.0% 76.9% [libx264 @ 0x615716b52380] mb I I16..4: 0.0% 48.1% 51.8% [libx264 @ 0x615716b52380] mb P I16..4: 0.1% 14.1% 9.3% P16..4: 23.4% 29.2% 23.8% 0.0% 0.0% skip: 0.1% [libx264 @ 0x615716b52380] mb B I16..4: 0.1% 7.7% 6.5% B16..8: 22.5% 29.8% 19.3% direct:12.8% skip: 1.5% L0:49.5% L1:27.2% BI:23.3% [libx264 @ 0x615716b52380] 8x8 transform intra:54.4% inter:44.5% [libx264 @ 0x615716b52380] direct mvs spatial:97.9% temporal:2.1% [libx264 @ 0x615716b52380] coded y,uvDC,uvAC intra: 98.9% 100.0% 99.9% inter: 85.9% 96.0% 79.7% [libx264 @ 0x615716b52380] i16 v,h,dc,p: 1% 60% 4% 35% [libx264 @ 0x615716b52380] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 7% 17% 11% 9% 9% 8% 12% 10% 18% [libx264 @ 0x615716b52380] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 8% 11% 9% 10% 13% 11% 13% 10% 15% [libx264 @ 0x615716b52380] i8c dc,h,v,p: 54% 18% 7% 21% [libx264 @ 0x615716b52380] Weighted P-Frames: Y:40.3% UV:36.4% [libx264 @ 0x615716b52380] ref P L0: 24.8% 7.4% 11.0% 26.7% 22.6% 7.1% 0.3% [libx264 @ 0x615716b52380] ref B L0: 52.9% 23.5% 15.0% 8.6% [libx264 @ 0x615716b52380] ref B L1: 90.7% 9.3% [libx264 @ 0x615716b52380] kb/s:5254.37 [aac @ 0x615716b5df00] Qavg: 162.253
Want to make some of these yourself?
Run this model