Failed to load versions. Head to the versions page to see all versions for this model.
You're looking at a specific version of this model. Jump to the model overview.
zsxkib /animatediff-illusions:b3ccb010
Input
Run this model in Node.js with one line of code:
npm install replicate
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import Replicate from "replicate";
import fs from "node:fs";
const replicate = new Replicate({
auth: process.env.REPLICATE_API_TOKEN,
});
Run zsxkib/animatediff-illusions using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"zsxkib/animatediff-illusions:b3ccb0101402aafd04bfea042950be606223e2abedbad93cf848bfffa072bb61",
{
input: {
loop: false,
seed: -1,
steps: 40,
width: 512,
frames: 64,
height: 512,
context: 16,
clip_skip: 2,
scheduler: "k_dpmpp_sde",
base_model: "majicmixRealistic_v5Preview",
prompt_map: "0: swirling clockwise with stars spinning out, canvas of stars | 20: blackhole, interstellar, accretion disc of stars",
head_prompt: "a beautiful intricate galaxy in space",
tail_prompt: "galaxy, cosmos, 4k, art, realistic, glow effect, stars everywhere",
output_format: "mp4",
guidance_scale: 7.5,
negative_prompt: "nsfw, ugly, unrealstic",
controlnet_video: "https://replicate.delivery/pbxt/JlbPomk5xQXYw3Mao6B9eoFJS0moaYjCGSRhFPcMLCXNu0w8/spiral.gif",
film_interpolation: true,
prompt_fixed_ratio: 0.5,
custom_base_model_url: "",
num_interpolation_steps: 3,
enable_qr_code_monster_v2: true,
playback_frames_per_second: 30,
controlnet_conditioning_scale: 0.17,
qr_code_monster_v2_guess_mode: false,
qr_code_monster_v2_preprocessor: true
}
}
);
// To access the file URL:
console.log(output.url()); //=> "http://example.com"
// To write the file to disk:
fs.writeFile("my-image.png", output);
To learn more, take a look at the guide on getting started with Node.js.
pip install replicate
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import replicate
Run zsxkib/animatediff-illusions using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"zsxkib/animatediff-illusions:b3ccb0101402aafd04bfea042950be606223e2abedbad93cf848bfffa072bb61",
input={
"loop": False,
"seed": -1,
"steps": 40,
"width": 512,
"frames": 64,
"height": 512,
"context": 16,
"clip_skip": 2,
"scheduler": "k_dpmpp_sde",
"base_model": "majicmixRealistic_v5Preview",
"prompt_map": "0: swirling clockwise with stars spinning out, canvas of stars | 20: blackhole, interstellar, accretion disc of stars",
"head_prompt": "a beautiful intricate galaxy in space",
"tail_prompt": "galaxy, cosmos, 4k, art, realistic, glow effect, stars everywhere",
"output_format": "mp4",
"guidance_scale": 7.5,
"negative_prompt": "nsfw, ugly, unrealstic",
"controlnet_video": "https://replicate.delivery/pbxt/JlbPomk5xQXYw3Mao6B9eoFJS0moaYjCGSRhFPcMLCXNu0w8/spiral.gif",
"film_interpolation": True,
"prompt_fixed_ratio": 0.5,
"custom_base_model_url": "",
"num_interpolation_steps": 3,
"enable_qr_code_monster_v2": True,
"playback_frames_per_second": 30,
"controlnet_conditioning_scale": 0.17,
"qr_code_monster_v2_guess_mode": False,
"qr_code_monster_v2_preprocessor": True
}
)
print(output)
To learn more, take a look at the guide on getting started with Python.
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run zsxkib/animatediff-illusions 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": "zsxkib/animatediff-illusions:b3ccb0101402aafd04bfea042950be606223e2abedbad93cf848bfffa072bb61",
"input": {
"loop": false,
"seed": -1,
"steps": 40,
"width": 512,
"frames": 64,
"height": 512,
"context": 16,
"clip_skip": 2,
"scheduler": "k_dpmpp_sde",
"base_model": "majicmixRealistic_v5Preview",
"prompt_map": "0: swirling clockwise with stars spinning out, canvas of stars | 20: blackhole, interstellar, accretion disc of stars",
"head_prompt": "a beautiful intricate galaxy in space",
"tail_prompt": "galaxy, cosmos, 4k, art, realistic, glow effect, stars everywhere",
"output_format": "mp4",
"guidance_scale": 7.5,
"negative_prompt": "nsfw, ugly, unrealstic",
"controlnet_video": "https://replicate.delivery/pbxt/JlbPomk5xQXYw3Mao6B9eoFJS0moaYjCGSRhFPcMLCXNu0w8/spiral.gif",
"film_interpolation": true,
"prompt_fixed_ratio": 0.5,
"custom_base_model_url": "",
"num_interpolation_steps": 3,
"enable_qr_code_monster_v2": true,
"playback_frames_per_second": 30,
"controlnet_conditioning_scale": 0.17,
"qr_code_monster_v2_guess_mode": false,
"qr_code_monster_v2_preprocessor": true
}
}' \
https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Add a payment method to run this model.
By signing in, you agree to our
terms of service and privacy policy
Output
{
"completed_at": "2023-11-01T12:02:22.291412Z",
"created_at": "2023-11-01T11:53:53.943287Z",
"data_removed": false,
"error": null,
"id": "fbt32wdbfo2ebk6fzawe6y3odq",
"input": {
"loop": false,
"seed": -1,
"steps": 40,
"width": 512,
"frames": 64,
"height": 512,
"context": 16,
"clip_skip": 2,
"scheduler": "k_dpmpp_sde",
"base_model": "majicmixRealistic_v5Preview",
"prompt_map": "0: swirling clockwise with stars spinning out, canvas of stars | 20: blackhole, interstellar, accretion disc of stars",
"head_prompt": "a beautiful intricate galaxy in space",
"tail_prompt": "galaxy, cosmos, 4k, art, realistic, glow effect, stars everywhere",
"output_format": "mp4",
"guidance_scale": 7.5,
"negative_prompt": "nsfw, ugly, unrealstic",
"controlnet_video": "https://replicate.delivery/pbxt/JlbPomk5xQXYw3Mao6B9eoFJS0moaYjCGSRhFPcMLCXNu0w8/spiral.gif",
"film_interpolation": true,
"prompt_fixed_ratio": 0.5,
"custom_base_model_url": "",
"num_interpolation_steps": 3,
"enable_qr_code_monster_v2": true,
"playback_frames_per_second": 30,
"controlnet_conditioning_scale": 0.17,
"qr_code_monster_v2_guess_mode": false,
"qr_code_monster_v2_preprocessor": true
},
"logs": "Using ControlNet\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, gif, from '/tmp/tmp0y2qk_fuspiral.gif':\nDuration: 00:00:14.39, start: 0.000000, bitrate: 2292 kb/s\nStream #0:0: Video: gif, bgra, 480x270, 15 fps, 15 tbr, 100 tbn, 100 tbc\nStream mapping:\nStream #0:0 -> #0:0 (gif (native) -> png (native))\nPress [q] to stop, [?] for help\nOutput #0, image2, to 'data/controlnet_image/test/qr_code_monster_v2/%04d.png':\nMetadata:\nencoder : Lavf58.76.100\nStream #0:0: Video: png, rgba(pc, gbr/unknown/unknown, progressive), 480x270, q=2-31, 200 kb/s, 15 fps, 15 tbn\nMetadata:\nencoder : Lavc58.134.100 png\nframe= 1 fps=0.0 q=0.0 size=N/A time=00:00:00.00 bitrate=N/A speed= 0x\nframe= 64 fps=0.0 q=-0.0 Lsize=N/A time=00:00:04.26 bitrate=N/A speed=34.4x\nvideo:1909kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown\n--------------------------------------------------------------------------------\n{\n\"name\": \"sample\",\n\"path\": \"share/Stable-diffusion/majicmixRealistic_v5Preview.safetensors\",\n\"motion_module\": \"models/motion-module/mm_sd_v15_v2.ckpt\",\n\"compile\": false,\n\"seed\": [\n-1\n],\n\"scheduler\": \"k_dpmpp_sde\",\n\"steps\": 40,\n\"guidance_scale\": 7.5,\n\"clip_skip\": 2,\n\"prompt_fixed_ratio\": 0.5,\n\"head_prompt\": \"a beautiful intricate galaxy in space\",\n\"prompt_map\": {\n\"0\": \"swirling clockwise with stars spinning out, canvas of stars\", \"20\": \"blackhole, interstellar, accretion disc of stars\"\n},\n\"tail_prompt\": \"galaxy, cosmos, 4k, art, realistic, glow effect, stars everywhere\",\n\"n_prompt\": [\n\"nsfw, ugly, unrealstic\"\n],\n\"controlnet_map\": {\n\"input_image_dir\": \"controlnet_image/test\",\n\"max_samples_on_vram\": 200,\n\"max_models_on_vram\": 3,\n\"save_detectmap\": true,\n\"preprocess_on_gpu\": true,\n\"is_loop\": false,\n\"qr_code_monster_v2\": {\n\"enable\": true,\n\"use_preprocessor\": true,\n\"guess_mode\": false,\n\"controlnet_conditioning_scale\": 0.17,\n\"control_guidance_start\": 0.0,\n\"control_guidance_end\": 1.0,\n\"control_scale_list\": [\n0.5,\n0.4,\n0.3,\n0.2,\n0.1\n]\n}\n},\n\"output\":{\n\"format\" : \"mp4\",\n\"fps\" : 30,\n\"encode_param\":{\n\"crf\": 10\n}\n}\n}\n--------------------------------------------------------------------------------\nRunning command: animatediff generate -c config/prompts/custom_prompt_travel.json -W 512 -H 512 -L 64 -C 16\n11:55:12 INFO Using generation config: cli.py:291\nconfig/prompts/custom_prompt_travel.json\nINFO is_v2=True util.py:361\nINFO Using base model: runwayml/stable-diffusion-v1-5 cli.py:309\nINFO Will save outputs to cli.py:317\n./output/2023-11-01T11-55-12-sample-majicmixrealist\nic_v5preview\nPreprocessing images (qr_code_monster_v2) 81% ━━━ 52/… [ 0:0… < 0:0… , 126 ]\nit/s\nSaving Preprocessed images (qr_code_monster_v2) 100% ━━━ 63… [ 0:… < 0:… , 24 ]\nit…\n11:55:15 INFO Checking motion module... generate.py:331\nINFO Loading tokenizer... generate.py:345\nINFO Loading text encoder... generate.py:347\n11:55:17 INFO Loading VAE... generate.py:349\nINFO Loading UNet... generate.py:351\n11:55:25 INFO Loaded 453.20928M-parameter motion module unet.py:578\nINFO Using scheduler \"k_dpmpp_sde\" generate.py:363\n(DPMSolverSinglestepScheduler)\nINFO Loading weights from generate.py:368\n/src/data/share/Stable-diffusion/majicmixReali\nstic_v5Preview.safetensors\n11:55:27 INFO Merging weights into UNet... generate.py:385\nINFO Creating AnimationPipeline... generate.py:431\nINFO No TI embeddings found ti.py:102\nINFO loading c='qr_code_monster_v2' model generate.py:460\nINFO Sending pipeline to device \"cuda\" pipeline.py:22\nINFO Selected data types: unet_dtype=torch.float16, device.py:90\ntenc_dtype=torch.float16,\nvae_dtype=torch.bfloat16\nINFO Using channels_last memory format for UNet and device.py:111\nVAE\n11:55:30 INFO Saving prompt config to output directory cli.py:364\nINFO Initialization complete! cli.py:372\nINFO Generating 1 animations cli.py:373\nINFO Running generation 1 of 1 cli.py:383\nINFO Generation seed: 372577272070710274 cli.py:389\nINFO len( region_condi_list )=1 generate.py:1153\nINFO len( region_list )=1 generate.py:1154\n100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 240/240 [ 0:04:47 < 0:00:00 , 1 it/s ]\n12:00:24 INFO Generation complete, saving... generate.py:1185\n12:00:30 INFO Creating ffmpeg encoder... generate.py:1084\nINFO Encoding interpolated frames with ffmpeg... generate.py:1094\n12:00:31 INFO Saved sample to generate.py:1189\noutput/2023-11-01T11-55-12-sample-majicmixrea\nlistic_v5preview/00_372577272070710274_a-beau\ntiful-intricate-galaxy-in-space_swirling-clo\nINFO Generation complete! cli.py:429\nINFO Done, exiting... cli.py:435\nError: ffmpeg 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, image2, from '/src/output/2023-11-01T11-55-12-sample-majicmixrealistic_v5preview/00-372577272070710274/%08d.png':\nDuration: 00:00:02.13, start: 0.000000, bitrate: N/A\nStream #0:0: Video: png, rgb24(pc), 512x512, 30 fps, 30 tbr, 30 tbn, 30 tbc\nStream mapping:\nStream #0:0 (png) -> fps\nfps -> Stream #0:0 (libx264)\nPress [q] to stop, [?] for help\n[libx264 @ 0x55a8e177b980] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2\n[libx264 @ 0x55a8e177b980] profile High, level 3.0, 4:2:0, 8-bit\n[libx264 @ 0x55a8e177b980] 264 - core 163 r3060 5db6aa6 - H.264/MPEG-4 AVC codec - Copyleft 2003-2021 - http://www.videolan.org/x264.html - options: cabac=1 ref=6 deblock=1:1:1 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=0.40:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=15 lookahead_threads=2 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=5 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=10.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:0.60\nOutput #0, mp4, to '/src/output/2023-11-01T11-55-12-sample-majicmixrealistic_v5preview/00_372577272070710274_a-beautiful-intricate-galaxy-in-space_swirling-clo.mp4':\nMetadata:\nencoder : Lavf58.76.100\nStream #0:0: Video: h264 (avc1 / 0x31637661), yuv420p(tv, progressive), 512x512, q=2-31, 30 fps, 15360 tbn\nMetadata:\nencoder : Lavc58.134.100 libx264\nSide data:\ncpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A\nframe= 1 fps=0.0 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x\nframe= 64 fps=0.0 q=-1.0 Lsize= 3724kB time=00:00:02.03 bitrate=15001.8kbits/s speed=3.88x\nvideo:3722kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.039039%\n[libx264 @ 0x55a8e177b980] frame I:4 Avg QP:12.15 size: 80324\n[libx264 @ 0x55a8e177b980] frame P:19 Avg QP:14.21 size: 66842\n[libx264 @ 0x55a8e177b980] frame B:41 Avg QP:14.15 size: 54137\n[libx264 @ 0x55a8e177b980] consecutive B-frames: 20.3% 3.1% 4.7% 0.0% 15.6% 56.2%\n[libx264 @ 0x55a8e177b980] mb I I16..4: 53.3% 33.5% 13.2%\n[libx264 @ 0x55a8e177b980] mb P I16..4: 38.3% 47.1% 10.2% P16..4: 1.1% 1.9% 1.3% 0.0% 0.0% skip: 0.0%\n[libx264 @ 0x55a8e177b980] mb B I16..4: 13.8% 22.7% 6.9% B16..8: 13.9% 11.7% 5.4% direct:24.1% skip: 1.6% L0:23.7% L1:20.7% BI:55.6%\n[libx264 @ 0x55a8e177b980] 8x8 transform intra:49.0% inter:52.8%\n[libx264 @ 0x55a8e177b980] coded y,uvDC,uvAC intra: 100.0% 90.0% 54.1% inter: 94.2% 85.0% 11.5%\n[libx264 @ 0x55a8e177b980] i16 v,h,dc,p: 1% 0% 45% 54%\n[libx264 @ 0x55a8e177b980] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 8% 5% 45% 8% 6% 7% 6% 8% 7%\n[libx264 @ 0x55a8e177b980] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 7% 5% 28% 12% 9% 11% 9% 11% 9%\n[libx264 @ 0x55a8e177b980] i8c dc,h,v,p: 28% 15% 16% 42%\n[libx264 @ 0x55a8e177b980] Weighted P-Frames: Y:10.5% UV:10.5%\n[libx264 @ 0x55a8e177b980] ref P L0: 35.3% 44.6% 18.2% 1.1% 0.2% 0.3% 0.2%\n[libx264 @ 0x55a8e177b980] ref B L0: 93.0% 4.8% 1.5% 0.6% 0.1%\n[libx264 @ 0x55a8e177b980] ref B L1: 98.6% 1.4%\n[libx264 @ 0x55a8e177b980] kb/s:14290.85\nIdentifying the GIF path from the generated outputs...\nIdentified directory: output/2023-11-01T11-55-12-sample-majicmixrealistic_v5preview\nIdentified Media Path: output/2023-11-01T11-55-12-sample-majicmixrealistic_v5preview/00_372577272070710274_a-beautiful-intricate-galaxy-in-space_swirling-clo.mp4\nIdentified PNG Folder Path: output/2023-11-01T11-55-12-sample-majicmixrealistic_v5preview/00-372577272070710274\nInterpolating frames with FILM...\n 0%|\u001b[32m \u001b[0m| 0/441 [00:00<?, ?it/s]\u001b[0m\n 0%|\u001b[32m▏ \u001b[0m| 1/441 [00:00<00:56, 7.82it/s]\u001b[0m\n 0%|\u001b[32m▎ \u001b[0m| 2/441 [00:00<00:50, 8.66it/s]\u001b[0m\n 1%|\u001b[32m▍ \u001b[0m| 3/441 [00:00<00:48, 8.98it/s]\u001b[0m\n 1%|\u001b[32m▌ \u001b[0m| 4/441 [00:00<00:47, 9.17it/s]\u001b[0m\n 1%|\u001b[32m▋ \u001b[0m| 5/441 [00:00<00:47, 9.27it/s]\u001b[0m\n 1%|\u001b[32m▊ \u001b[0m| 6/441 [00:00<00:46, 9.32it/s]\u001b[0m\n 2%|\u001b[32m█ \u001b[0m| 7/441 [00:00<00:46, 9.35it/s]\u001b[0m\n 2%|\u001b[32m█▏ \u001b[0m| 8/441 [00:00<00:47, 9.05it/s]\u001b[0m\n 2%|\u001b[32m█▎ \u001b[0m| 9/441 [00:00<00:47, 9.11it/s]\u001b[0m\n 2%|\u001b[32m█▍ \u001b[0m| 10/441 [00:01<00:46, 9.21it/s]\u001b[0m\n 2%|\u001b[32m█▌ \u001b[0m| 11/441 [00:01<00:46, 9.27it/s]\u001b[0m\n 3%|\u001b[32m█▋ \u001b[0m| 12/441 [00:01<00:46, 9.29it/s]\u001b[0m\n 3%|\u001b[32m█▊ \u001b[0m| 13/441 [00:01<00:45, 9.34it/s]\u001b[0m\n 3%|\u001b[32m█▉ \u001b[0m| 14/441 [00:01<00:45, 9.35it/s]\u001b[0m\n 3%|\u001b[32m██ \u001b[0m| 15/441 [00:01<00:46, 9.08it/s]\u001b[0m\n 4%|\u001b[32m██▏ \u001b[0m| 16/441 [00:01<00:46, 9.19it/s]\u001b[0m\n 4%|\u001b[32m██▍ \u001b[0m| 17/441 [00:01<00:45, 9.27it/s]\u001b[0m\n 4%|\u001b[32m██▌ \u001b[0m| 18/441 [00:01<00:45, 9.30it/s]\u001b[0m\n 4%|\u001b[32m██▋ \u001b[0m| 19/441 [00:02<00:45, 9.34it/s]\u001b[0m\n 5%|\u001b[32m██▊ \u001b[0m| 20/441 [00:02<00:45, 9.34it/s]\u001b[0m\n 5%|\u001b[32m██▉ \u001b[0m| 21/441 [00:02<00:44, 9.37it/s]\u001b[0m\n 5%|\u001b[32m███ \u001b[0m| 22/441 [00:02<00:45, 9.13it/s]\u001b[0m\n 5%|\u001b[32m███▏ \u001b[0m| 23/441 [00:02<00:45, 9.21it/s]\u001b[0m\n 5%|\u001b[32m███▎ \u001b[0m| 24/441 [00:02<00:45, 9.25it/s]\u001b[0m\n 6%|\u001b[32m███▌ \u001b[0m| 25/441 [00:02<00:44, 9.30it/s]\u001b[0m\n 6%|\u001b[32m███▋ \u001b[0m| 26/441 [00:02<00:44, 9.34it/s]\u001b[0m\n 6%|\u001b[32m███▊ \u001b[0m| 27/441 [00:02<00:44, 9.37it/s]\u001b[0m\n 6%|\u001b[32m███▉ \u001b[0m| 28/441 [00:03<00:43, 9.40it/s]\u001b[0m\n 7%|\u001b[32m████ \u001b[0m| 29/441 [00:03<00:45, 9.09it/s]\u001b[0m\n 7%|\u001b[32m████▏ \u001b[0m| 30/441 [00:03<00:44, 9.17it/s]\u001b[0m\n 7%|\u001b[32m████▎ \u001b[0m| 31/441 [00:03<00:44, 9.22it/s]\u001b[0m\n 7%|\u001b[32m████▍ \u001b[0m| 32/441 [00:03<00:44, 9.24it/s]\u001b[0m\n 7%|\u001b[32m████▋ \u001b[0m| 33/441 [00:03<00:44, 9.25it/s]\u001b[0m\n 8%|\u001b[32m████▊ \u001b[0m| 34/441 [00:03<00:43, 9.27it/s]\u001b[0m\n 8%|\u001b[32m████▉ \u001b[0m| 35/441 [00:03<00:43, 9.30it/s]\u001b[0m\n 8%|\u001b[32m█████ \u001b[0m| 36/441 [00:03<00:44, 9.04it/s]\u001b[0m\n 8%|\u001b[32m█████▏ \u001b[0m| 37/441 [00:04<00:44, 9.11it/s]\u001b[0m\n 9%|\u001b[32m█████▎ \u001b[0m| 38/441 [00:04<00:43, 9.17it/s]\u001b[0m\n 9%|\u001b[32m█████▍ \u001b[0m| 39/441 [00:04<00:43, 9.19it/s]\u001b[0m\n 9%|\u001b[32m█████▌ \u001b[0m| 40/441 [00:04<00:43, 9.22it/s]\u001b[0m\n 9%|\u001b[32m█████▊ \u001b[0m| 41/441 [00:04<00:43, 9.28it/s]\u001b[0m\n 10%|\u001b[32m█████▉ \u001b[0m| 42/441 [00:04<00:42, 9.31it/s]\u001b[0m\n 10%|\u001b[32m██████ \u001b[0m| 43/441 [00:04<00:44, 9.04it/s]\u001b[0m\n 10%|\u001b[32m██████▏ \u001b[0m| 44/441 [00:04<00:43, 9.14it/s]\u001b[0m\n 10%|\u001b[32m██████▎ \u001b[0m| 45/441 [00:04<00:43, 9.18it/s]\u001b[0m\n 10%|\u001b[32m██████▍ \u001b[0m| 46/441 [00:04<00:42, 9.22it/s]\u001b[0m\n 11%|\u001b[32m██████▌ \u001b[0m| 47/441 [00:05<00:42, 9.27it/s]\u001b[0m\n 11%|\u001b[32m██████▋ \u001b[0m| 48/441 [00:05<00:42, 9.31it/s]\u001b[0m\n 11%|\u001b[32m██████▉ \u001b[0m| 49/441 [00:05<00:42, 9.31it/s]\u001b[0m\n 11%|\u001b[32m███████ \u001b[0m| 50/441 [00:05<00:43, 9.09it/s]\u001b[0m\n 12%|\u001b[32m███████▏ \u001b[0m| 51/441 [00:05<00:42, 9.15it/s]\u001b[0m\n 12%|\u001b[32m███████▎ \u001b[0m| 52/441 [00:05<00:42, 9.25it/s]\u001b[0m\n 12%|\u001b[32m███████▍ \u001b[0m| 53/441 [00:05<00:41, 9.27it/s]\u001b[0m\n 12%|\u001b[32m███████▌ \u001b[0m| 54/441 [00:05<00:41, 9.31it/s]\u001b[0m\n 12%|\u001b[32m███████▋ \u001b[0m| 55/441 [00:05<00:41, 9.34it/s]\u001b[0m\n 13%|\u001b[32m███████▊ \u001b[0m| 56/441 [00:06<00:41, 9.37it/s]\u001b[0m\n 13%|\u001b[32m████████ \u001b[0m| 57/441 [00:06<00:42, 9.10it/s]\u001b[0m\n 13%|\u001b[32m████████▏ \u001b[0m| 58/441 [00:06<00:41, 9.20it/s]\u001b[0m\n 13%|\u001b[32m████████▎ \u001b[0m| 59/441 [00:06<00:41, 9.28it/s]\u001b[0m\n 14%|\u001b[32m████████▍ \u001b[0m| 60/441 [00:06<00:40, 9.32it/s]\u001b[0m\n 14%|\u001b[32m████████▌ \u001b[0m| 61/441 [00:06<00:40, 9.36it/s]\u001b[0m\n 14%|\u001b[32m████████▋ \u001b[0m| 62/441 [00:06<00:40, 9.36it/s]\u001b[0m\n 14%|\u001b[32m████████▊ \u001b[0m| 63/441 [00:06<00:40, 9.39it/s]\u001b[0m\n 15%|\u001b[32m████████▉ \u001b[0m| 64/441 [00:06<00:41, 9.10it/s]\u001b[0m\n 15%|\u001b[32m█████████▏ \u001b[0m| 65/441 [00:07<00:40, 9.20it/s]\u001b[0m\n 15%|\u001b[32m█████████▎ \u001b[0m| 66/441 [00:07<00:40, 9.26it/s]\u001b[0m\n 15%|\u001b[32m█████████▍ \u001b[0m| 67/441 [00:07<00:40, 9.30it/s]\u001b[0m\n 15%|\u001b[32m█████████▌ \u001b[0m| 68/441 [00:07<00:39, 9.35it/s]\u001b[0m\n 16%|\u001b[32m█████████▋ \u001b[0m| 69/441 [00:07<00:39, 9.37it/s]\u001b[0m\n 16%|\u001b[32m█████████▊ \u001b[0m| 70/441 [00:07<00:39, 9.34it/s]\u001b[0m\n 16%|\u001b[32m█████████▉ \u001b[0m| 71/441 [00:07<00:40, 9.10it/s]\u001b[0m\n 16%|\u001b[32m██████████ \u001b[0m| 72/441 [00:07<00:40, 9.17it/s]\u001b[0m\n 17%|\u001b[32m██████████▎ \u001b[0m| 73/441 [00:07<00:39, 9.23it/s]\u001b[0m\n 17%|\u001b[32m██████████▍ \u001b[0m| 74/441 [00:08<00:39, 9.27it/s]\u001b[0m\n 17%|\u001b[32m██████████▌ \u001b[0m| 75/441 [00:08<00:39, 9.32it/s]\u001b[0m\n 17%|\u001b[32m██████████▋ \u001b[0m| 76/441 [00:08<00:38, 9.37it/s]\u001b[0m\n 17%|\u001b[32m██████████▊ \u001b[0m| 77/441 [00:08<00:38, 9.41it/s]\u001b[0m\n 18%|\u001b[32m██████████▉ \u001b[0m| 78/441 [00:08<00:39, 9.11it/s]\u001b[0m\n 18%|\u001b[32m███████████ \u001b[0m| 79/441 [00:08<00:39, 9.18it/s]\u001b[0m\n 18%|\u001b[32m███████████▏ \u001b[0m| 80/441 [00:08<00:39, 9.21it/s]\u001b[0m\n 18%|\u001b[32m███████████▍ \u001b[0m| 81/441 [00:08<00:39, 9.21it/s]\u001b[0m\n 19%|\u001b[32m███████████▌ \u001b[0m| 82/441 [00:08<00:38, 9.23it/s]\u001b[0m\n 19%|\u001b[32m███████████▋ \u001b[0m| 83/441 [00:08<00:38, 9.27it/s]\u001b[0m\n 19%|\u001b[32m███████████▊ \u001b[0m| 84/441 [00:09<00:38, 9.27it/s]\u001b[0m\n 19%|\u001b[32m███████████▉ \u001b[0m| 85/441 [00:09<00:39, 9.04it/s]\u001b[0m\n 20%|\u001b[32m████████████ \u001b[0m| 86/441 [00:09<00:39, 9.10it/s]\u001b[0m\n 20%|\u001b[32m████████████▏ \u001b[0m| 87/441 [00:09<00:38, 9.14it/s]\u001b[0m\n 20%|\u001b[32m████████████▎ \u001b[0m| 88/441 [00:09<00:38, 9.18it/s]\u001b[0m\n 20%|\u001b[32m████████████▌ \u001b[0m| 89/441 [00:09<00:38, 9.22it/s]\u001b[0m\n 20%|\u001b[32m████████████▋ \u001b[0m| 90/441 [00:09<00:38, 9.23it/s]\u001b[0m\n 21%|\u001b[32m████████████▊ \u001b[0m| 91/441 [00:09<00:37, 9.25it/s]\u001b[0m\n 21%|\u001b[32m████████████▉ \u001b[0m| 92/441 [00:09<00:38, 8.99it/s]\u001b[0m\n 21%|\u001b[32m█████████████ \u001b[0m| 93/441 [00:10<00:38, 9.06it/s]\u001b[0m\n 21%|\u001b[32m█████████████▏ \u001b[0m| 94/441 [00:10<00:38, 9.12it/s]\u001b[0m\n 22%|\u001b[32m█████████████▎ \u001b[0m| 95/441 [00:10<00:37, 9.19it/s]\u001b[0m\n 22%|\u001b[32m█████████████▍ \u001b[0m| 96/441 [00:10<00:37, 9.22it/s]\u001b[0m\n 22%|\u001b[32m█████████████▋ \u001b[0m| 97/441 [00:10<00:37, 9.23it/s]\u001b[0m\n 22%|\u001b[32m█████████████▊ \u001b[0m| 98/441 [00:10<00:36, 9.27it/s]\u001b[0m\n 22%|\u001b[32m█████████████▉ \u001b[0m| 99/441 [00:10<00:37, 9.02it/s]\u001b[0m\n 23%|\u001b[32m█████████████▊ \u001b[0m| 100/441 [00:10<00:37, 9.10it/s]\u001b[0m\n 23%|\u001b[32m█████████████▉ \u001b[0m| 101/441 [00:10<00:37, 9.16it/s]\u001b[0m\n 23%|\u001b[32m██████████████ \u001b[0m| 102/441 [00:11<00:36, 9.21it/s]\u001b[0m\n 23%|\u001b[32m██████████████▏ \u001b[0m| 103/441 [00:11<00:36, 9.24it/s]\u001b[0m\n 24%|\u001b[32m██████████████▍ \u001b[0m| 104/441 [00:11<00:36, 9.29it/s]\u001b[0m\n 24%|\u001b[32m██████████████▌ \u001b[0m| 105/441 [00:11<00:36, 9.33it/s]\u001b[0m\n 24%|\u001b[32m██████████████▋ \u001b[0m| 106/441 [00:11<00:36, 9.08it/s]\u001b[0m\n 24%|\u001b[32m██████████████▊ \u001b[0m| 107/441 [00:11<00:36, 9.13it/s]\u001b[0m\n 24%|\u001b[32m██████████████▉ \u001b[0m| 108/441 [00:11<00:36, 9.21it/s]\u001b[0m\n 25%|\u001b[32m███████████████ \u001b[0m| 109/441 [00:11<00:35, 9.22it/s]\u001b[0m\n 25%|\u001b[32m███████████████▏ \u001b[0m| 110/441 [00:11<00:35, 9.25it/s]\u001b[0m\n 25%|\u001b[32m███████████████▎ \u001b[0m| 111/441 [00:12<00:35, 9.27it/s]\u001b[0m\n 25%|\u001b[32m███████████████▍ \u001b[0m| 112/441 [00:12<00:35, 9.29it/s]\u001b[0m\n 26%|\u001b[32m███████████████▋ \u001b[0m| 113/441 [00:12<00:36, 9.02it/s]\u001b[0m\n 26%|\u001b[32m███████████████▊ \u001b[0m| 114/441 [00:12<00:35, 9.13it/s]\u001b[0m\n 26%|\u001b[32m███████████████▉ \u001b[0m| 115/441 [00:12<00:35, 9.18it/s]\u001b[0m\n 26%|\u001b[32m████████████████ \u001b[0m| 116/441 [00:12<00:35, 9.23it/s]\u001b[0m\n 27%|\u001b[32m████████████████▏ \u001b[0m| 117/441 [00:12<00:35, 9.24it/s]\u001b[0m\n 27%|\u001b[32m████████████████▎ \u001b[0m| 118/441 [00:12<00:34, 9.24it/s]\u001b[0m\n 27%|\u001b[32m████████████████▍ \u001b[0m| 119/441 [00:12<00:34, 9.25it/s]\u001b[0m\n 27%|\u001b[32m████████████████▌ \u001b[0m| 120/441 [00:13<00:35, 9.00it/s]\u001b[0m\n 27%|\u001b[32m████████████████▋ \u001b[0m| 121/441 [00:13<00:35, 9.10it/s]\u001b[0m\n 28%|\u001b[32m████████████████▉ \u001b[0m| 122/441 [00:13<00:34, 9.17it/s]\u001b[0m\n 28%|\u001b[32m█████████████████ \u001b[0m| 123/441 [00:13<00:34, 9.19it/s]\u001b[0m\n 28%|\u001b[32m█████████████████▏ \u001b[0m| 124/441 [00:13<00:34, 9.27it/s]\u001b[0m\n 28%|\u001b[32m█████████████████▎ \u001b[0m| 125/441 [00:13<00:33, 9.31it/s]\u001b[0m\n 29%|\u001b[32m█████████████████▍ \u001b[0m| 126/441 [00:13<00:33, 9.33it/s]\u001b[0m\n 29%|\u001b[32m█████████████████▌ \u001b[0m| 127/441 [00:13<00:34, 9.10it/s]\u001b[0m\n 29%|\u001b[32m█████████████████▋ \u001b[0m| 128/441 [00:13<00:34, 9.20it/s]\u001b[0m\n 29%|\u001b[32m█████████████████▊ \u001b[0m| 129/441 [00:13<00:33, 9.26it/s]\u001b[0m\n 29%|\u001b[32m█████████████████▉ \u001b[0m| 130/441 [00:14<00:33, 9.31it/s]\u001b[0m\n 30%|\u001b[32m██████████████████ \u001b[0m| 131/441 [00:14<00:33, 9.32it/s]\u001b[0m\n 30%|\u001b[32m██████████████████▎ \u001b[0m| 132/441 [00:14<00:33, 9.34it/s]\u001b[0m\n 30%|\u001b[32m██████████████████▍ \u001b[0m| 133/441 [00:14<00:32, 9.34it/s]\u001b[0m\n 30%|\u001b[32m██████████████████▌ \u001b[0m| 134/441 [00:14<00:33, 9.07it/s]\u001b[0m\n 31%|\u001b[32m██████████████████▋ \u001b[0m| 135/441 [00:14<00:33, 9.16it/s]\u001b[0m\n 31%|\u001b[32m██████████████████▊ \u001b[0m| 136/441 [00:14<00:33, 9.21it/s]\u001b[0m\n 31%|\u001b[32m██████████████████▉ \u001b[0m| 137/441 [00:14<00:32, 9.23it/s]\u001b[0m\n 31%|\u001b[32m███████████████████ \u001b[0m| 138/441 [00:14<00:32, 9.26it/s]\u001b[0m\n 32%|\u001b[32m███████████████████▏ \u001b[0m| 139/441 [00:15<00:32, 9.25it/s]\u001b[0m\n 32%|\u001b[32m███████████████████▎ \u001b[0m| 140/441 [00:15<00:32, 9.26it/s]\u001b[0m\n 32%|\u001b[32m███████████████████▌ \u001b[0m| 141/441 [00:15<00:33, 9.01it/s]\u001b[0m\n 32%|\u001b[32m███████████████████▋ \u001b[0m| 142/441 [00:15<00:32, 9.09it/s]\u001b[0m\n 32%|\u001b[32m███████████████████▊ \u001b[0m| 143/441 [00:15<00:32, 9.16it/s]\u001b[0m\n 33%|\u001b[32m███████████████████▉ \u001b[0m| 144/441 [00:15<00:32, 9.20it/s]\u001b[0m\n 33%|\u001b[32m████████████████████ \u001b[0m| 145/441 [00:15<00:32, 9.22it/s]\u001b[0m\n 33%|\u001b[32m████████████████████▏ \u001b[0m| 146/441 [00:15<00:31, 9.26it/s]\u001b[0m\n 33%|\u001b[32m████████████████████▎ \u001b[0m| 147/441 [00:15<00:31, 9.31it/s]\u001b[0m\n 34%|\u001b[32m████████████████████▍ \u001b[0m| 148/441 [00:16<00:32, 9.03it/s]\u001b[0m\n 34%|\u001b[32m████████████████████▌ \u001b[0m| 149/441 [00:16<00:32, 9.11it/s]\u001b[0m\n 34%|\u001b[32m████████████████████▋ \u001b[0m| 150/441 [00:16<00:31, 9.22it/s]\u001b[0m\n 34%|\u001b[32m████████████████████▉ \u001b[0m| 151/441 [00:16<00:31, 9.30it/s]\u001b[0m\n 34%|\u001b[32m█████████████████████ \u001b[0m| 152/441 [00:16<00:31, 9.31it/s]\u001b[0m\n 35%|\u001b[32m█████████████████████▏ \u001b[0m| 153/441 [00:16<00:30, 9.32it/s]\u001b[0m\n 35%|\u001b[32m█████████████████████▎ \u001b[0m| 154/441 [00:16<00:30, 9.35it/s]\u001b[0m\n 35%|\u001b[32m█████████████████████▍ \u001b[0m| 155/441 [00:16<00:31, 9.08it/s]\u001b[0m\n 35%|\u001b[32m█████████████████████▌ \u001b[0m| 156/441 [00:16<00:31, 9.18it/s]\u001b[0m\n 36%|\u001b[32m█████████████████████▋ \u001b[0m| 157/441 [00:17<00:30, 9.21it/s]\u001b[0m\n 36%|\u001b[32m█████████████████████▊ \u001b[0m| 158/441 [00:17<00:30, 9.24it/s]\u001b[0m\n 36%|\u001b[32m█████████████████████▉ \u001b[0m| 159/441 [00:17<00:30, 9.28it/s]\u001b[0m\n 36%|\u001b[32m██████████████████████▏ \u001b[0m| 160/441 [00:17<00:30, 9.27it/s]\u001b[0m\n 37%|\u001b[32m██████████████████████▎ \u001b[0m| 161/441 [00:17<00:30, 9.29it/s]\u001b[0m\n 37%|\u001b[32m██████████████████████▍ \u001b[0m| 162/441 [00:17<00:30, 9.06it/s]\u001b[0m\n 37%|\u001b[32m██████████████████████▌ \u001b[0m| 163/441 [00:17<00:30, 9.12it/s]\u001b[0m\n 37%|\u001b[32m██████████████████████▋ \u001b[0m| 164/441 [00:17<00:30, 9.14it/s]\u001b[0m\n 37%|\u001b[32m██████████████████████▊ \u001b[0m| 165/441 [00:17<00:30, 9.18it/s]\u001b[0m\n 38%|\u001b[32m██████████████████████▉ \u001b[0m| 166/441 [00:18<00:29, 9.22it/s]\u001b[0m\n 38%|\u001b[32m███████████████████████ \u001b[0m| 167/441 [00:18<00:29, 9.23it/s]\u001b[0m\n 38%|\u001b[32m███████████████████████▏ \u001b[0m| 168/441 [00:18<00:29, 9.26it/s]\u001b[0m\n 38%|\u001b[32m███████████████████████▍ \u001b[0m| 169/441 [00:18<00:30, 9.04it/s]\u001b[0m\n 39%|\u001b[32m███████████████████████▌ \u001b[0m| 170/441 [00:18<00:29, 9.11it/s]\u001b[0m\n 39%|\u001b[32m███████████████████████▋ \u001b[0m| 171/441 [00:18<00:29, 9.19it/s]\u001b[0m\n 39%|\u001b[32m███████████████████████▊ \u001b[0m| 172/441 [00:18<00:29, 9.27it/s]\u001b[0m\n 39%|\u001b[32m███████████████████████▉ \u001b[0m| 173/441 [00:18<00:28, 9.28it/s]\u001b[0m\n 39%|\u001b[32m████████████████████████ \u001b[0m| 174/441 [00:18<00:28, 9.33it/s]\u001b[0m\n 40%|\u001b[32m████████████████████████▏ \u001b[0m| 175/441 [00:18<00:28, 9.31it/s]\u001b[0m\n 40%|\u001b[32m████████████████████████▎ \u001b[0m| 176/441 [00:19<00:29, 9.06it/s]\u001b[0m\n 40%|\u001b[32m████████████████████████▍ \u001b[0m| 177/441 [00:19<00:28, 9.11it/s]\u001b[0m\n 40%|\u001b[32m████████████████████████▌ \u001b[0m| 178/441 [00:19<00:28, 9.15it/s]\u001b[0m\n 41%|\u001b[32m████████████████████████▊ \u001b[0m| 179/441 [00:19<00:28, 9.19it/s]\u001b[0m\n 41%|\u001b[32m████████████████████████▉ \u001b[0m| 180/441 [00:19<00:28, 9.23it/s]\u001b[0m\n 41%|\u001b[32m█████████████████████████ \u001b[0m| 181/441 [00:19<00:28, 9.26it/s]\u001b[0m\n 41%|\u001b[32m█████████████████████████▏ \u001b[0m| 182/441 [00:19<00:27, 9.30it/s]\u001b[0m\n 41%|\u001b[32m█████████████████████████▎ \u001b[0m| 183/441 [00:19<00:28, 9.01it/s]\u001b[0m\n 42%|\u001b[32m█████████████████████████▍ \u001b[0m| 184/441 [00:19<00:28, 9.08it/s]\u001b[0m\n 42%|\u001b[32m█████████████████████████▌ \u001b[0m| 185/441 [00:20<00:27, 9.16it/s]\u001b[0m\n 42%|\u001b[32m█████████████████████████▋ \u001b[0m| 186/441 [00:20<00:27, 9.21it/s]\u001b[0m\n 42%|\u001b[32m█████████████████████████▊ \u001b[0m| 187/441 [00:20<00:27, 9.27it/s]\u001b[0m\n 43%|\u001b[32m██████████████████████████ \u001b[0m| 188/441 [00:20<00:27, 9.31it/s]\u001b[0m\n 43%|\u001b[32m██████████████████████████▏ \u001b[0m| 189/441 [00:20<00:26, 9.34it/s]\u001b[0m\n 43%|\u001b[32m██████████████████████████▎ \u001b[0m| 190/441 [00:20<00:27, 9.05it/s]\u001b[0m\n 43%|\u001b[32m██████████████████████████▍ \u001b[0m| 191/441 [00:20<00:27, 9.13it/s]\u001b[0m\n 44%|\u001b[32m██████████████████████████▌ \u001b[0m| 192/441 [00:20<00:27, 9.21it/s]\u001b[0m\n 44%|\u001b[32m██████████████████████████▋ \u001b[0m| 193/441 [00:20<00:26, 9.25it/s]\u001b[0m\n 44%|\u001b[32m██████████████████████████▊ \u001b[0m| 194/441 [00:21<00:26, 9.24it/s]\u001b[0m\n 44%|\u001b[32m██████████████████████████▉ \u001b[0m| 195/441 [00:21<00:26, 9.24it/s]\u001b[0m\n 44%|\u001b[32m███████████████████████████ \u001b[0m| 196/441 [00:21<00:26, 9.29it/s]\u001b[0m\n 45%|\u001b[32m███████████████████████████▏ \u001b[0m| 197/441 [00:21<00:26, 9.05it/s]\u001b[0m\n 45%|\u001b[32m███████████████████████████▍ \u001b[0m| 198/441 [00:21<00:26, 9.16it/s]\u001b[0m\n 45%|\u001b[32m███████████████████████████▌ \u001b[0m| 199/441 [00:21<00:26, 9.18it/s]\u001b[0m\n 45%|\u001b[32m███████████████████████████▋ \u001b[0m| 200/441 [00:21<00:26, 9.22it/s]\u001b[0m\n 46%|\u001b[32m███████████████████████████▊ \u001b[0m| 201/441 [00:21<00:25, 9.29it/s]\u001b[0m\n 46%|\u001b[32m███████████████████████████▉ \u001b[0m| 202/441 [00:21<00:25, 9.31it/s]\u001b[0m\n 46%|\u001b[32m████████████████████████████ \u001b[0m| 203/441 [00:22<00:25, 9.34it/s]\u001b[0m\n 46%|\u001b[32m████████████████████████████▏ \u001b[0m| 204/441 [00:22<00:26, 9.08it/s]\u001b[0m\n 46%|\u001b[32m████████████████████████████▎ \u001b[0m| 205/441 [00:22<00:25, 9.16it/s]\u001b[0m\n 47%|\u001b[32m████████████████████████████▍ \u001b[0m| 206/441 [00:22<00:25, 9.20it/s]\u001b[0m\n 47%|\u001b[32m████████████████████████████▋ \u001b[0m| 207/441 [00:22<00:25, 9.22it/s]\u001b[0m\n 47%|\u001b[32m████████████████████████████▊ \u001b[0m| 208/441 [00:22<00:25, 9.25it/s]\u001b[0m\n 47%|\u001b[32m████████████████████████████▉ \u001b[0m| 209/441 [00:22<00:24, 9.31it/s]\u001b[0m\n 48%|\u001b[32m█████████████████████████████ \u001b[0m| 210/441 [00:22<00:24, 9.36it/s]\u001b[0m\n 48%|\u001b[32m█████████████████████████████▏ \u001b[0m| 211/441 [00:22<00:25, 9.11it/s]\u001b[0m\n 48%|\u001b[32m█████████████████████████████▎ \u001b[0m| 212/441 [00:23<00:24, 9.19it/s]\u001b[0m\n 48%|\u001b[32m█████████████████████████████▍ \u001b[0m| 213/441 [00:23<00:24, 9.24it/s]\u001b[0m\n 49%|\u001b[32m█████████████████████████████▌ \u001b[0m| 214/441 [00:23<00:24, 9.27it/s]\u001b[0m\n 49%|\u001b[32m█████████████████████████████▋ \u001b[0m| 215/441 [00:23<00:24, 9.31it/s]\u001b[0m\n 49%|\u001b[32m█████████████████████████████▉ \u001b[0m| 216/441 [00:23<00:24, 9.31it/s]\u001b[0m\n 49%|\u001b[32m██████████████████████████████ \u001b[0m| 217/441 [00:23<00:24, 9.30it/s]\u001b[0m\n 49%|\u001b[32m██████████████████████████████▏ \u001b[0m| 218/441 [00:23<00:24, 9.05it/s]\u001b[0m\n 50%|\u001b[32m██████████████████████████████▎ \u001b[0m| 219/441 [00:23<00:24, 9.14it/s]\u001b[0m\n 50%|\u001b[32m██████████████████████████████▍ \u001b[0m| 220/441 [00:23<00:24, 9.15it/s]\u001b[0m\n 50%|\u001b[32m██████████████████████████████▌ \u001b[0m| 221/441 [00:23<00:23, 9.22it/s]\u001b[0m\n 50%|\u001b[32m██████████████████████████████▋ \u001b[0m| 222/441 [00:24<00:23, 9.24it/s]\u001b[0m\n 51%|\u001b[32m██████████████████████████████▊ \u001b[0m| 223/441 [00:24<00:23, 9.27it/s]\u001b[0m\n 51%|\u001b[32m██████████████████████████████▉ \u001b[0m| 224/441 [00:24<00:23, 9.33it/s]\u001b[0m\n 51%|\u001b[32m███████████████████████████████ \u001b[0m| 225/441 [00:24<00:23, 9.06it/s]\u001b[0m\n 51%|\u001b[32m███████████████████████████████▎ \u001b[0m| 226/441 [00:24<00:23, 9.10it/s]\u001b[0m\n 51%|\u001b[32m███████████████████████████████▍ \u001b[0m| 227/441 [00:24<00:23, 9.19it/s]\u001b[0m\n 52%|\u001b[32m███████████████████████████████▌ \u001b[0m| 228/441 [00:24<00:23, 9.23it/s]\u001b[0m\n 52%|\u001b[32m███████████████████████████████▋ \u001b[0m| 229/441 [00:24<00:22, 9.23it/s]\u001b[0m\n 52%|\u001b[32m███████████████████████████████▊ \u001b[0m| 230/441 [00:24<00:22, 9.24it/s]\u001b[0m\n 52%|\u001b[32m███████████████████████████████▉ \u001b[0m| 231/441 [00:25<00:22, 9.26it/s]\u001b[0m\n 53%|\u001b[32m████████████████████████████████ \u001b[0m| 232/441 [00:25<00:23, 9.04it/s]\u001b[0m\n 53%|\u001b[32m████████████████████████████████▏ \u001b[0m| 233/441 [00:25<00:22, 9.13it/s]\u001b[0m\n 53%|\u001b[32m████████████████████████████████▎ \u001b[0m| 234/441 [00:25<00:22, 9.13it/s]\u001b[0m\n 53%|\u001b[32m████████████████████████████████▌ \u001b[0m| 235/441 [00:25<00:22, 9.18it/s]\u001b[0m\n 54%|\u001b[32m████████████████████████████████▋ \u001b[0m| 236/441 [00:25<00:22, 9.24it/s]\u001b[0m\n 54%|\u001b[32m████████████████████████████████▊ \u001b[0m| 237/441 [00:25<00:21, 9.30it/s]\u001b[0m\n 54%|\u001b[32m████████████████████████████████▉ \u001b[0m| 238/441 [00:25<00:21, 9.35it/s]\u001b[0m\n 54%|\u001b[32m█████████████████████████████████ \u001b[0m| 239/441 [00:25<00:22, 9.12it/s]\u001b[0m\n 54%|\u001b[32m█████████████████████████████████▏ \u001b[0m| 240/441 [00:26<00:21, 9.18it/s]\u001b[0m\n 55%|\u001b[32m█████████████████████████████████▎ \u001b[0m| 241/441 [00:26<00:21, 9.20it/s]\u001b[0m\n 55%|\u001b[32m█████████████████████████████████▍ \u001b[0m| 242/441 [00:26<00:21, 9.24it/s]\u001b[0m\n 55%|\u001b[32m█████████████████████████████████▌ \u001b[0m| 243/441 [00:26<00:21, 9.27it/s]\u001b[0m\n 55%|\u001b[32m█████████████████████████████████▊ \u001b[0m| 244/441 [00:26<00:21, 9.28it/s]\u001b[0m\n 56%|\u001b[32m█████████████████████████████████▉ \u001b[0m| 245/441 [00:26<00:21, 9.26it/s]\u001b[0m\n 56%|\u001b[32m██████████████████████████████████ \u001b[0m| 246/441 [00:26<00:21, 9.00it/s]\u001b[0m\n 56%|\u001b[32m██████████████████████████████████▏ \u001b[0m| 247/441 [00:26<00:21, 9.10it/s]\u001b[0m\n 56%|\u001b[32m██████████████████████████████████▎ \u001b[0m| 248/441 [00:26<00:21, 9.15it/s]\u001b[0m\n 56%|\u001b[32m██████████████████████████████████▍ \u001b[0m| 249/441 [00:27<00:20, 9.22it/s]\u001b[0m\n 57%|\u001b[32m██████████████████████████████████▌ \u001b[0m| 250/441 [00:27<00:20, 9.28it/s]\u001b[0m\n 57%|\u001b[32m██████████████████████████████████▋ \u001b[0m| 251/441 [00:27<00:20, 9.25it/s]\u001b[0m\n 57%|\u001b[32m██████████████████████████████████▊ \u001b[0m| 252/441 [00:27<00:20, 9.27it/s]\u001b[0m\n 57%|\u001b[32m██████████████████████████████████▉ \u001b[0m| 253/441 [00:27<00:20, 9.00it/s]\u001b[0m\n 58%|\u001b[32m███████████████████████████████████▏ \u001b[0m| 254/441 [00:27<00:20, 9.08it/s]\u001b[0m\n 58%|\u001b[32m███████████████████████████████████▎ \u001b[0m| 255/441 [00:27<00:20, 9.19it/s]\u001b[0m\n 58%|\u001b[32m███████████████████████████████████▍ \u001b[0m| 256/441 [00:27<00:19, 9.27it/s]\u001b[0m\n 58%|\u001b[32m███████████████████████████████████▌ \u001b[0m| 257/441 [00:27<00:19, 9.29it/s]\u001b[0m\n 59%|\u001b[32m███████████████████████████████████▋ \u001b[0m| 258/441 [00:28<00:19, 9.30it/s]\u001b[0m\n 59%|\u001b[32m███████████████████████████████████▊ \u001b[0m| 259/441 [00:28<00:19, 9.31it/s]\u001b[0m\n 59%|\u001b[32m███████████████████████████████████▉ \u001b[0m| 260/441 [00:28<00:20, 9.02it/s]\u001b[0m\n 59%|\u001b[32m████████████████████████████████████ \u001b[0m| 261/441 [00:28<00:19, 9.14it/s]\u001b[0m\n 59%|\u001b[32m████████████████████████████████████▏ \u001b[0m| 262/441 [00:28<00:19, 9.21it/s]\u001b[0m\n 60%|\u001b[32m████████████████████████████████████▍ \u001b[0m| 263/441 [00:28<00:19, 9.23it/s]\u001b[0m\n 60%|\u001b[32m████████████████████████████████████▌ \u001b[0m| 264/441 [00:28<00:19, 9.25it/s]\u001b[0m\n 60%|\u001b[32m████████████████████████████████████▋ \u001b[0m| 265/441 [00:28<00:19, 9.23it/s]\u001b[0m\n 60%|\u001b[32m████████████████████████████████████▊ \u001b[0m| 266/441 [00:28<00:18, 9.29it/s]\u001b[0m\n 61%|\u001b[32m████████████████████████████████████▉ \u001b[0m| 267/441 [00:28<00:19, 9.03it/s]\u001b[0m\n 61%|\u001b[32m█████████████████████████████████████ \u001b[0m| 268/441 [00:29<00:19, 9.10it/s]\u001b[0m\n 61%|\u001b[32m█████████████████████████████████████▏ \u001b[0m| 269/441 [00:29<00:18, 9.16it/s]\u001b[0m\n 61%|\u001b[32m█████████████████████████████████████▎ \u001b[0m| 270/441 [00:29<00:18, 9.22it/s]\u001b[0m\n 61%|\u001b[32m█████████████████████████████████████▍ \u001b[0m| 271/441 [00:29<00:18, 9.26it/s]\u001b[0m\n 62%|\u001b[32m█████████████████████████████████████▌ \u001b[0m| 272/441 [00:29<00:18, 9.30it/s]\u001b[0m\n 62%|\u001b[32m█████████████████████████████████████▊ \u001b[0m| 273/441 [00:29<00:18, 9.27it/s]\u001b[0m\n 62%|\u001b[32m█████████████████████████████████████▉ \u001b[0m| 274/441 [00:29<00:18, 9.04it/s]\u001b[0m\n 62%|\u001b[32m██████████████████████████████████████ \u001b[0m| 275/441 [00:29<00:18, 9.10it/s]\u001b[0m\n 63%|\u001b[32m██████████████████████████████████████▏ \u001b[0m| 276/441 [00:29<00:17, 9.18it/s]\u001b[0m\n 63%|\u001b[32m██████████████████████████████████████▎ \u001b[0m| 277/441 [00:30<00:17, 9.17it/s]\u001b[0m\n 63%|\u001b[32m██████████████████████████████████████▍ \u001b[0m| 278/441 [00:30<00:17, 9.22it/s]\u001b[0m\n 63%|\u001b[32m██████████████████████████████████████▌ \u001b[0m| 279/441 [00:30<00:17, 9.19it/s]\u001b[0m\n 63%|\u001b[32m██████████████████████████████████████▋ \u001b[0m| 280/441 [00:30<00:17, 9.22it/s]\u001b[0m\n 64%|\u001b[32m██████████████████████████████████████▊ \u001b[0m| 281/441 [00:30<00:17, 8.97it/s]\u001b[0m\n 64%|\u001b[32m███████████████████████████████████████ \u001b[0m| 282/441 [00:30<00:17, 9.08it/s]\u001b[0m\n 64%|\u001b[32m███████████████████████████████████████▏ \u001b[0m| 283/441 [00:30<00:17, 9.14it/s]\u001b[0m\n 64%|\u001b[32m███████████████████████████████████████▎ \u001b[0m| 284/441 [00:30<00:17, 9.17it/s]\u001b[0m\n 65%|\u001b[32m███████████████████████████████████████▍ \u001b[0m| 285/441 [00:30<00:16, 9.21it/s]\u001b[0m\n 65%|\u001b[32m███████████████████████████████████████▌ \u001b[0m| 286/441 [00:31<00:16, 9.26it/s]\u001b[0m\n 65%|\u001b[32m███████████████████████████████████████▋ \u001b[0m| 287/441 [00:31<00:16, 9.24it/s]\u001b[0m\n 65%|\u001b[32m███████████████████████████████████████▊ \u001b[0m| 288/441 [00:31<00:16, 9.01it/s]\u001b[0m\n 66%|\u001b[32m███████████████████████████████████████▉ \u001b[0m| 289/441 [00:31<00:16, 9.10it/s]\u001b[0m\n 66%|\u001b[32m████████████████████████████████████████ \u001b[0m| 290/441 [00:31<00:16, 9.17it/s]\u001b[0m\n 66%|\u001b[32m████████████████████████████████████████▎ \u001b[0m| 291/441 [00:31<00:16, 9.21it/s]\u001b[0m\n 66%|\u001b[32m████████████████████████████████████████▍ \u001b[0m| 292/441 [00:31<00:16, 9.24it/s]\u001b[0m\n 66%|\u001b[32m████████████████████████████████████████▌ \u001b[0m| 293/441 [00:31<00:15, 9.29it/s]\u001b[0m\n 67%|\u001b[32m████████████████████████████████████████▋ \u001b[0m| 294/441 [00:31<00:15, 9.29it/s]\u001b[0m\n 67%|\u001b[32m████████████████████████████████████████▊ \u001b[0m| 295/441 [00:32<00:16, 9.02it/s]\u001b[0m\n 67%|\u001b[32m████████████████████████████████████████▉ \u001b[0m| 296/441 [00:32<00:15, 9.10it/s]\u001b[0m\n 67%|\u001b[32m█████████████████████████████████████████ \u001b[0m| 297/441 [00:32<00:15, 9.19it/s]\u001b[0m\n 68%|\u001b[32m█████████████████████████████████████████▏ \u001b[0m| 298/441 [00:32<00:15, 9.21it/s]\u001b[0m\n 68%|\u001b[32m█████████████████████████████████████████▎ \u001b[0m| 299/441 [00:32<00:15, 9.21it/s]\u001b[0m\n 68%|\u001b[32m█████████████████████████████████████████▍ \u001b[0m| 300/441 [00:32<00:15, 9.23it/s]\u001b[0m\n 68%|\u001b[32m█████████████████████████████████████████▋ \u001b[0m| 301/441 [00:32<00:15, 9.24it/s]\u001b[0m\n 68%|\u001b[32m█████████████████████████████████████████▊ \u001b[0m| 302/441 [00:32<00:15, 8.99it/s]\u001b[0m\n 69%|\u001b[32m█████████████████████████████████████████▉ \u001b[0m| 303/441 [00:32<00:15, 9.09it/s]\u001b[0m\n 69%|\u001b[32m██████████████████████████████████████████ \u001b[0m| 304/441 [00:33<00:14, 9.16it/s]\u001b[0m\n 69%|\u001b[32m██████████████████████████████████████████▏ \u001b[0m| 305/441 [00:33<00:14, 9.24it/s]\u001b[0m\n 69%|\u001b[32m██████████████████████████████████████████▎ \u001b[0m| 306/441 [00:33<00:14, 9.28it/s]\u001b[0m\n 70%|\u001b[32m██████████████████████████████████████████▍ \u001b[0m| 307/441 [00:33<00:14, 9.30it/s]\u001b[0m\n 70%|\u001b[32m██████████████████████████████████████████▌ \u001b[0m| 308/441 [00:33<00:14, 9.33it/s]\u001b[0m\n 70%|\u001b[32m██████████████████████████████████████████▋ \u001b[0m| 309/441 [00:33<00:14, 9.08it/s]\u001b[0m\n 70%|\u001b[32m██████████████████████████████████████████▉ \u001b[0m| 310/441 [00:33<00:14, 9.14it/s]\u001b[0m\n 71%|\u001b[32m███████████████████████████████████████████ \u001b[0m| 311/441 [00:33<00:14, 9.23it/s]\u001b[0m\n 71%|\u001b[32m███████████████████████████████████████████▏ \u001b[0m| 312/441 [00:33<00:13, 9.27it/s]\u001b[0m\n 71%|\u001b[32m███████████████████████████████████████████▎ \u001b[0m| 313/441 [00:33<00:13, 9.28it/s]\u001b[0m\n 71%|\u001b[32m███████████████████████████████████████████▍ \u001b[0m| 314/441 [00:34<00:13, 9.28it/s]\u001b[0m\n 71%|\u001b[32m███████████████████████████████████████████▌ \u001b[0m| 315/441 [00:34<00:13, 9.30it/s]\u001b[0m\n 72%|\u001b[32m███████████████████████████████████████████▋ \u001b[0m| 316/441 [00:34<00:13, 9.02it/s]\u001b[0m\n 72%|\u001b[32m███████████████████████████████████████████▊ \u001b[0m| 317/441 [00:34<00:13, 9.11it/s]\u001b[0m\n 72%|\u001b[32m███████████████████████████████████████████▉ \u001b[0m| 318/441 [00:34<00:13, 9.17it/s]\u001b[0m\n 72%|\u001b[32m████████████████████████████████████████████ \u001b[0m| 319/441 [00:34<00:13, 9.20it/s]\u001b[0m\n 73%|\u001b[32m████████████████████████████████████████████▎ \u001b[0m| 320/441 [00:34<00:13, 9.22it/s]\u001b[0m\n 73%|\u001b[32m████████████████████████████████████████████▍ \u001b[0m| 321/441 [00:34<00:13, 9.21it/s]\u001b[0m\n 73%|\u001b[32m████████████████████████████████████████████▌ \u001b[0m| 322/441 [00:34<00:12, 9.25it/s]\u001b[0m\n 73%|\u001b[32m████████████████████████████████████████████▋ \u001b[0m| 323/441 [00:35<00:13, 8.98it/s]\u001b[0m\n 73%|\u001b[32m████████████████████████████████████████████▊ \u001b[0m| 324/441 [00:35<00:12, 9.06it/s]\u001b[0m\n 74%|\u001b[32m████████████████████████████████████████████▉ \u001b[0m| 325/441 [00:35<00:12, 9.15it/s]\u001b[0m\n 74%|\u001b[32m█████████████████████████████████████████████ \u001b[0m| 326/441 [00:35<00:12, 9.23it/s]\u001b[0m\n 74%|\u001b[32m█████████████████████████████████████████████▏ \u001b[0m| 327/441 [00:35<00:12, 9.29it/s]\u001b[0m\n 74%|\u001b[32m█████████████████████████████████████████████▎ \u001b[0m| 328/441 [00:35<00:12, 9.27it/s]\u001b[0m\n 75%|\u001b[32m█████████████████████████████████████████████▌ \u001b[0m| 329/441 [00:35<00:12, 9.32it/s]\u001b[0m\n 75%|\u001b[32m█████████████████████████████████████████████▋ \u001b[0m| 330/441 [00:35<00:12, 9.08it/s]\u001b[0m\n 75%|\u001b[32m█████████████████████████████████████████████▊ \u001b[0m| 331/441 [00:35<00:12, 9.16it/s]\u001b[0m\n 75%|\u001b[32m█████████████████████████████████████████████▉ \u001b[0m| 332/441 [00:36<00:11, 9.19it/s]\u001b[0m\n 76%|\u001b[32m██████████████████████████████████████████████ \u001b[0m| 333/441 [00:36<00:11, 9.24it/s]\u001b[0m\n 76%|\u001b[32m██████████████████████████████████████████████▏ \u001b[0m| 334/441 [00:36<00:11, 9.26it/s]\u001b[0m\n 76%|\u001b[32m██████████████████████████████████████████████▎ \u001b[0m| 335/441 [00:36<00:11, 9.28it/s]\u001b[0m\n 76%|\u001b[32m██████████████████████████████████████████████▍ \u001b[0m| 336/441 [00:36<00:11, 9.30it/s]\u001b[0m\n 76%|\u001b[32m██████████████████████████████████████████████▌ \u001b[0m| 337/441 [00:36<00:11, 9.04it/s]\u001b[0m\n 77%|\u001b[32m██████████████████████████████████████████████▊ \u001b[0m| 338/441 [00:36<00:11, 9.12it/s]\u001b[0m\n 77%|\u001b[32m██████████████████████████████████████████████▉ \u001b[0m| 339/441 [00:36<00:11, 9.16it/s]\u001b[0m\n 77%|\u001b[32m███████████████████████████████████████████████ \u001b[0m| 340/441 [00:36<00:10, 9.21it/s]\u001b[0m\n 77%|\u001b[32m███████████████████████████████████████████████▏ \u001b[0m| 341/441 [00:37<00:10, 9.26it/s]\u001b[0m\n 78%|\u001b[32m███████████████████████████████████████████████▎ \u001b[0m| 342/441 [00:37<00:10, 9.27it/s]\u001b[0m\n 78%|\u001b[32m███████████████████████████████████████████████▍ \u001b[0m| 343/441 [00:37<00:10, 9.29it/s]\u001b[0m\n 78%|\u001b[32m███████████████████████████████████████████████▌ \u001b[0m| 344/441 [00:37<00:10, 9.01it/s]\u001b[0m\n 78%|\u001b[32m███████████████████████████████████████████████▋ \u001b[0m| 345/441 [00:37<00:10, 9.07it/s]\u001b[0m\n 78%|\u001b[32m███████████████████████████████████████████████▊ \u001b[0m| 346/441 [00:37<00:10, 9.14it/s]\u001b[0m\n 79%|\u001b[32m███████████████████████████████████████████████▉ \u001b[0m| 347/441 [00:37<00:10, 9.19it/s]\u001b[0m\n 79%|\u001b[32m████████████████████████████████████████████████▏ \u001b[0m| 348/441 [00:37<00:10, 9.21it/s]\u001b[0m\n 79%|\u001b[32m████████████████████████████████████████████████▎ \u001b[0m| 349/441 [00:37<00:09, 9.22it/s]\u001b[0m\n 79%|\u001b[32m████████████████████████████████████████████████▍ \u001b[0m| 350/441 [00:38<00:09, 9.27it/s]\u001b[0m\n 80%|\u001b[32m████████████████████████████████████████████████▌ \u001b[0m| 351/441 [00:38<00:09, 9.04it/s]\u001b[0m\n 80%|\u001b[32m████████████████████████████████████████████████▋ \u001b[0m| 352/441 [00:38<00:09, 9.10it/s]\u001b[0m\n 80%|\u001b[32m████████████████████████████████████████████████▊ \u001b[0m| 353/441 [00:38<00:09, 9.11it/s]\u001b[0m\n 80%|\u001b[32m████████████████████████████████████████████████▉ \u001b[0m| 354/441 [00:38<00:09, 9.20it/s]\u001b[0m\n 80%|\u001b[32m█████████████████████████████████████████████████ \u001b[0m| 355/441 [00:38<00:09, 9.23it/s]\u001b[0m\n 81%|\u001b[32m█████████████████████████████████████████████████▏ \u001b[0m| 356/441 [00:38<00:09, 9.24it/s]\u001b[0m\n 81%|\u001b[32m█████████████████████████████████████████████████▍ \u001b[0m| 357/441 [00:38<00:09, 9.30it/s]\u001b[0m\n 81%|\u001b[32m█████████████████████████████████████████████████▌ \u001b[0m| 358/441 [00:38<00:09, 9.00it/s]\u001b[0m\n 81%|\u001b[32m█████████████████████████████████████████████████▋ \u001b[0m| 359/441 [00:39<00:09, 9.01it/s]\u001b[0m\n 82%|\u001b[32m█████████████████████████████████████████████████▊ \u001b[0m| 360/441 [00:39<00:08, 9.08it/s]\u001b[0m\n 82%|\u001b[32m█████████████████████████████████████████████████▉ \u001b[0m| 361/441 [00:39<00:08, 9.11it/s]\u001b[0m\n 82%|\u001b[32m██████████████████████████████████████████████████ \u001b[0m| 362/441 [00:39<00:08, 9.04it/s]\u001b[0m\n 82%|\u001b[32m██████████████████████████████████████████████████▏ \u001b[0m| 363/441 [00:39<00:08, 9.08it/s]\u001b[0m\n 83%|\u001b[32m██████████████████████████████████████████████████▎ \u001b[0m| 364/441 [00:39<00:08, 9.10it/s]\u001b[0m\n 83%|\u001b[32m██████████████████████████████████████████████████▍ \u001b[0m| 365/441 [00:39<00:08, 8.89it/s]\u001b[0m\n 83%|\u001b[32m██████████████████████████████████████████████████▋ \u001b[0m| 366/441 [00:39<00:08, 8.97it/s]\u001b[0m\n 83%|\u001b[32m██████████████████████████████████████████████████▊ \u001b[0m| 367/441 [00:39<00:08, 9.03it/s]\u001b[0m\n 83%|\u001b[32m██████████████████████████████████████████████████▉ \u001b[0m| 368/441 [00:40<00:08, 9.07it/s]\u001b[0m\n 84%|\u001b[32m███████████████████████████████████████████████████ \u001b[0m| 369/441 [00:40<00:07, 9.14it/s]\u001b[0m\n 84%|\u001b[32m███████████████████████████████████████████████████▏ \u001b[0m| 370/441 [00:40<00:07, 9.21it/s]\u001b[0m\n 84%|\u001b[32m███████████████████████████████████████████████████▎ \u001b[0m| 371/441 [00:40<00:07, 9.27it/s]\u001b[0m\n 84%|\u001b[32m███████████████████████████████████████████████████▍ \u001b[0m| 372/441 [00:40<00:07, 9.04it/s]\u001b[0m\n 85%|\u001b[32m███████████████████████████████████████████████████▌ \u001b[0m| 373/441 [00:40<00:07, 9.05it/s]\u001b[0m\n 85%|\u001b[32m███████████████████████████████████████████████████▋ \u001b[0m| 374/441 [00:40<00:07, 9.11it/s]\u001b[0m\n 85%|\u001b[32m███████████████████████████████████████████████████▊ \u001b[0m| 375/441 [00:40<00:07, 9.15it/s]\u001b[0m\n 85%|\u001b[32m████████████████████████████████████████████████████ \u001b[0m| 376/441 [00:40<00:07, 9.20it/s]\u001b[0m\n 85%|\u001b[32m████████████████████████████████████████████████████▏ \u001b[0m| 377/441 [00:40<00:06, 9.17it/s]\u001b[0m\n 86%|\u001b[32m████████████████████████████████████████████████████▎ \u001b[0m| 378/441 [00:41<00:06, 9.20it/s]\u001b[0m\n 86%|\u001b[32m████████████████████████████████████████████████████▍ \u001b[0m| 379/441 [00:41<00:06, 8.90it/s]\u001b[0m\n 86%|\u001b[32m████████████████████████████████████████████████████▌ \u001b[0m| 380/441 [00:41<00:06, 8.98it/s]\u001b[0m\n 86%|\u001b[32m████████████████████████████████████████████████████▋ \u001b[0m| 381/441 [00:41<00:06, 9.10it/s]\u001b[0m\n 87%|\u001b[32m████████████████████████████████████████████████████▊ \u001b[0m| 382/441 [00:41<00:06, 9.17it/s]\u001b[0m\n 87%|\u001b[32m████████████████████████████████████████████████████▉ \u001b[0m| 383/441 [00:41<00:06, 9.23it/s]\u001b[0m\n 87%|\u001b[32m█████████████████████████████████████████████████████ \u001b[0m| 384/441 [00:41<00:06, 9.26it/s]\u001b[0m\n 87%|\u001b[32m█████████████████████████████████████████████████████▎ \u001b[0m| 385/441 [00:41<00:06, 9.28it/s]\u001b[0m\n 88%|\u001b[32m█████████████████████████████████████████████████████▍ \u001b[0m| 386/441 [00:41<00:06, 9.00it/s]\u001b[0m\n 88%|\u001b[32m█████████████████████████████████████████████████████▌ \u001b[0m| 387/441 [00:42<00:05, 9.08it/s]\u001b[0m\n 88%|\u001b[32m█████████████████████████████████████████████████████▋ \u001b[0m| 388/441 [00:42<00:05, 9.13it/s]\u001b[0m\n 88%|\u001b[32m█████████████████████████████████████████████████████▊ \u001b[0m| 389/441 [00:42<00:05, 9.18it/s]\u001b[0m\n 88%|\u001b[32m█████████████████████████████████████████████████████▉ \u001b[0m| 390/441 [00:42<00:05, 9.22it/s]\u001b[0m\n 89%|\u001b[32m██████████████████████████████████████████████████████ \u001b[0m| 391/441 [00:42<00:05, 9.26it/s]\u001b[0m\n 89%|\u001b[32m██████████████████████████████████████████████████████▏ \u001b[0m| 392/441 [00:42<00:05, 9.24it/s]\u001b[0m\n 89%|\u001b[32m██████████████████████████████████████████████████████▎ \u001b[0m| 393/441 [00:42<00:05, 8.99it/s]\u001b[0m\n 89%|\u001b[32m██████████████████████████████████████████████████████▍ \u001b[0m| 394/441 [00:42<00:05, 9.07it/s]\u001b[0m\n 90%|\u001b[32m██████████████████████████████████████████████████████▋ \u001b[0m| 395/441 [00:42<00:05, 9.10it/s]\u001b[0m\n 90%|\u001b[32m██████████████████████████████████████████████████████▊ \u001b[0m| 396/441 [00:43<00:04, 9.14it/s]\u001b[0m\n 90%|\u001b[32m██████████████████████████████████████████████████████▉ \u001b[0m| 397/441 [00:43<00:04, 9.17it/s]\u001b[0m\n 90%|\u001b[32m███████████████████████████████████████████████████████ \u001b[0m| 398/441 [00:43<00:04, 9.19it/s]\u001b[0m\n 90%|\u001b[32m███████████████████████████████████████████████████████▏ \u001b[0m| 399/441 [00:43<00:04, 9.21it/s]\u001b[0m\n 91%|\u001b[32m███████████████████████████████████████████████████████▎ \u001b[0m| 400/441 [00:43<00:04, 8.94it/s]\u001b[0m\n 91%|\u001b[32m███████████████████████████████████████████████████████▍ \u001b[0m| 401/441 [00:43<00:04, 9.06it/s]\u001b[0m\n 91%|\u001b[32m███████████████████████████████████████████████████████▌ \u001b[0m| 402/441 [00:43<00:04, 9.16it/s]\u001b[0m\n 91%|\u001b[32m███████████████████████████████████████████████████████▋ \u001b[0m| 403/441 [00:43<00:04, 9.20it/s]\u001b[0m\n 92%|\u001b[32m███████████████████████████████████████████████████████▉ \u001b[0m| 404/441 [00:43<00:04, 9.23it/s]\u001b[0m\n 92%|\u001b[32m████████████████████████████████████████████████████████ \u001b[0m| 405/441 [00:44<00:03, 9.23it/s]\u001b[0m\n 92%|\u001b[32m████████████████████████████████████████████████████████▏ \u001b[0m| 406/441 [00:44<00:03, 9.25it/s]\u001b[0m\n 92%|\u001b[32m████████████████████████████████████████████████████████▎ \u001b[0m| 407/441 [00:44<00:03, 8.99it/s]\u001b[0m\n 93%|\u001b[32m████████████████████████████████████████████████████████▍ \u001b[0m| 408/441 [00:44<00:03, 9.08it/s]\u001b[0m\n 93%|\u001b[32m████████████████████████████████████████████████████████▌ \u001b[0m| 409/441 [00:44<00:03, 9.16it/s]\u001b[0m\n 93%|\u001b[32m████████████████████████████████████████████████████████▋ \u001b[0m| 410/441 [00:44<00:03, 9.21it/s]\u001b[0m\n 93%|\u001b[32m████████████████████████████████████████████████████████▊ \u001b[0m| 411/441 [00:44<00:03, 9.22it/s]\u001b[0m\n 93%|\u001b[32m████████████████████████████████████████████████████████▉ \u001b[0m| 412/441 [00:44<00:03, 9.24it/s]\u001b[0m\n 94%|\u001b[32m█████████████████████████████████████████████████████████▏ \u001b[0m| 413/441 [00:44<00:03, 9.24it/s]\u001b[0m\n 94%|\u001b[32m█████████████████████████████████████████████████████████▎ \u001b[0m| 414/441 [00:45<00:03, 8.99it/s]\u001b[0m\n 94%|\u001b[32m█████████████████████████████████████████████████████████▍ \u001b[0m| 415/441 [00:45<00:02, 9.01it/s]\u001b[0m\n 94%|\u001b[32m█████████████████████████████████████████████████████████▌ \u001b[0m| 416/441 [00:45<00:02, 9.08it/s]\u001b[0m\n 95%|\u001b[32m█████████████████████████████████████████████████████████▋ \u001b[0m| 417/441 [00:45<00:02, 9.15it/s]\u001b[0m\n 95%|\u001b[32m█████████████████████████████████████████████████████████▊ \u001b[0m| 418/441 [00:45<00:02, 9.23it/s]\u001b[0m\n 95%|\u001b[32m█████████████████████████████████████████████████████████▉ \u001b[0m| 419/441 [00:45<00:02, 9.28it/s]\u001b[0m\n 95%|\u001b[32m██████████████████████████████████████████████████████████ \u001b[0m| 420/441 [00:45<00:02, 9.32it/s]\u001b[0m\n 95%|\u001b[32m██████████████████████████████████████████████████████████▏ \u001b[0m| 421/441 [00:45<00:02, 9.03it/s]\u001b[0m\n 96%|\u001b[32m██████████████████████████████████████████████████████████▎ \u001b[0m| 422/441 [00:45<00:02, 9.08it/s]\u001b[0m\n 96%|\u001b[32m██████████████████████████████████████████████████████████▌ \u001b[0m| 423/441 [00:46<00:01, 9.13it/s]\u001b[0m\n 96%|\u001b[32m██████████████████████████████████████████████████████████▋ \u001b[0m| 424/441 [00:46<00:01, 9.18it/s]\u001b[0m\n 96%|\u001b[32m██████████████████████████████████████████████████████████▊ \u001b[0m| 425/441 [00:46<00:01, 9.18it/s]\u001b[0m\n 97%|\u001b[32m██████████████████████████████████████████████████████████▉ \u001b[0m| 426/441 [00:46<00:01, 9.19it/s]\u001b[0m\n 97%|\u001b[32m███████████████████████████████████████████████████████████ \u001b[0m| 427/441 [00:46<00:01, 9.18it/s]\u001b[0m\n 97%|\u001b[32m███████████████████████████████████████████████████████████▏ \u001b[0m| 428/441 [00:46<00:01, 8.94it/s]\u001b[0m\n 97%|\u001b[32m███████████████████████████████████████████████████████████▎ \u001b[0m| 429/441 [00:46<00:01, 9.02it/s]\u001b[0m\n 98%|\u001b[32m███████████████████████████████████████████████████████████▍ \u001b[0m| 430/441 [00:46<00:01, 9.10it/s]\u001b[0m\n 98%|\u001b[32m███████████████████████████████████████████████████████████▌ \u001b[0m| 431/441 [00:46<00:01, 9.11it/s]\u001b[0m\n 98%|\u001b[32m███████████████████████████████████████████████████████████▊ \u001b[0m| 432/441 [00:47<00:00, 9.17it/s]\u001b[0m\n 98%|\u001b[32m███████████████████████████████████████████████████████████▉ \u001b[0m| 433/441 [00:47<00:00, 9.15it/s]\u001b[0m\n 98%|\u001b[32m████████████████████████████████████████████████████████████ \u001b[0m| 434/441 [00:47<00:00, 9.19it/s]\u001b[0m\n 99%|\u001b[32m████████████████████████████████████████████████████████████▏\u001b[0m| 435/441 [00:47<00:00, 8.96it/s]\u001b[0m\n 99%|\u001b[32m████████████████████████████████████████████████████████████▎\u001b[0m| 436/441 [00:47<00:00, 9.04it/s]\u001b[0m\n 99%|\u001b[32m████████████████████████████████████████████████████████████▍\u001b[0m| 437/441 [00:47<00:00, 9.15it/s]\u001b[0m\n 99%|\u001b[32m████████████████████████████████████████████████████████████▌\u001b[0m| 438/441 [00:47<00:00, 9.20it/s]\u001b[0m\n100%|\u001b[32m████████████████████████████████████████████████████████████▋\u001b[0m| 439/441 [00:47<00:00, 9.21it/s]\u001b[0m\n100%|\u001b[32m████████████████████████████████████████████████████████████▊\u001b[0m| 440/441 [00:47<00:00, 9.24it/s]\u001b[0m\n100%|\u001b[32m█████████████████████████████████████████████████████████████\u001b[0m| 441/441 [00:47<00:00, 9.26it/s]\u001b[0m\n100%|\u001b[32m█████████████████████████████████████████████████████████████\u001b[0m| 441/441 [00:47<00:00, 9.19it/s]\u001b[0m\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, image2, from 'output/2023-11-01T11-55-12-sample-majicmixrealistic_v5preview/interpolated_frames/%08d.png':\nDuration: 00:00:20.20, start: 0.000000, bitrate: N/A\nStream #0:0: Video: png, rgb24(pc), 512x512, 25 fps, 25 tbr, 25 tbn, 25 tbc\nStream mapping:\nStream #0:0 -> #0:0 (png (native) -> h264 (libx264))\nPress [q] to stop, [?] for help\n[libx264 @ 0x55ed633d6a40] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2\n[libx264 @ 0x55ed633d6a40] profile High, level 3.0, 4:2:0, 8-bit\n[libx264 @ 0x55ed633d6a40] 264 - core 163 r3060 5db6aa6 - H.264/MPEG-4 AVC codec - Copyleft 2003-2021 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=15 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=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=1.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00\nOutput #0, mp4, to 'output/2023-11-01T11-55-12-sample-majicmixrealistic_v5preview/output_video.mp4':\nMetadata:\nencoder : Lavf58.76.100\nStream #0:0: Video: h264 (avc1 / 0x31637661), yuv420p(tv, progressive), 512x512, q=2-31, 30 fps, 15360 tbn\nMetadata:\nencoder : Lavc58.134.100 libx264\nSide data:\ncpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A\nframe= 1 fps=0.0 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x\nframe= 129 fps=0.0 q=7.0 size= 5632kB time=00:00:02.23 bitrate=20658.1kbits/s speed=4.39x\nframe= 207 fps=205 q=7.0 size= 13568kB time=00:00:04.83 bitrate=22996.1kbits/s speed=4.78x\nframe= 298 fps=196 q=7.0 size= 20736kB time=00:00:07.86 bitrate=21593.4kbits/s speed=5.17x\nframe= 405 fps=200 q=7.0 size= 28416kB time=00:00:11.43 bitrate=20360.0kbits/s speed=5.64x\nframe= 505 fps=191 q=-1.0 Lsize= 39869kB time=00:00:16.73 bitrate=19518.3kbits/s speed=6.32x\nvideo:39862kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.017166%\n[libx264 @ 0x55ed633d6a40] frame I:3 Avg QP: 0.72 size:158813\n[libx264 @ 0x55ed633d6a40] frame P:182 Avg QP: 1.48 size:107018\n[libx264 @ 0x55ed633d6a40] frame B:320 Avg QP: 3.28 size: 65202\n[libx264 @ 0x55ed633d6a40] consecutive B-frames: 11.7% 7.9% 10.7% 69.7%\n[libx264 @ 0x55ed633d6a40] mb I I16..4: 37.1% 23.4% 39.5%\n[libx264 @ 0x55ed633d6a40] mb P I16..4: 9.9% 7.6% 9.2% P16..4: 55.4% 9.1% 8.8% 0.0% 0.0% skip: 0.0%\n[libx264 @ 0x55ed633d6a40] mb B I16..4: 0.9% 1.1% 1.3% B16..8: 54.6% 7.3% 7.6% direct:22.8% skip: 4.3% L0:23.4% L1:23.1% BI:53.5%\n[libx264 @ 0x55ed633d6a40] 8x8 transform intra:29.0% inter:29.1%\n[libx264 @ 0x55ed633d6a40] coded y,uvDC,uvAC intra: 100.0% 99.5% 99.5% inter: 95.9% 93.8% 92.5%\n[libx264 @ 0x55ed633d6a40] i16 v,h,dc,p: 4% 2% 27% 67%\n[libx264 @ 0x55ed633d6a40] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 16% 8% 38% 6% 6% 7% 5% 9% 6%\n[libx264 @ 0x55ed633d6a40] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 10% 8% 34% 10% 8% 8% 7% 8% 7%\n[libx264 @ 0x55ed633d6a40] i8c dc,h,v,p: 28% 11% 16% 45%\n[libx264 @ 0x55ed633d6a40] Weighted P-Frames: Y:9.9% UV:7.7%\n[libx264 @ 0x55ed633d6a40] ref P L0: 87.7% 9.8% 2.0% 0.4% 0.0%\n[libx264 @ 0x55ed633d6a40] ref B L0: 98.8% 1.1% 0.1%\n[libx264 @ 0x55ed633d6a40] ref B L1: 99.7% 0.3%\n[libx264 @ 0x55ed633d6a40] kb/s:19398.80",
"metrics": {
"predict_time": 436.012276,
"total_time": 508.348125
},
"output": "https://replicate.delivery/pbxt/IMJjTceqzftjZUhKTrFJ1Rb1I3wkjDJATUAao1he255YCePHB/output_video.mp4",
"started_at": "2023-11-01T11:55:06.279136Z",
"status": "succeeded",
"urls": {
"get": "https://api.replicate.com/v1/predictions/fbt32wdbfo2ebk6fzawe6y3odq",
"cancel": "https://api.replicate.com/v1/predictions/fbt32wdbfo2ebk6fzawe6y3odq/cancel"
},
"version": "b3ccb0101402aafd04bfea042950be606223e2abedbad93cf848bfffa072bb61"
}
Using ControlNet
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, gif, from '/tmp/tmp0y2qk_fuspiral.gif':
Duration: 00:00:14.39, start: 0.000000, bitrate: 2292 kb/s
Stream #0:0: Video: gif, bgra, 480x270, 15 fps, 15 tbr, 100 tbn, 100 tbc
Stream mapping:
Stream #0:0 -> #0:0 (gif (native) -> png (native))
Press [q] to stop, [?] for help
Output #0, image2, to 'data/controlnet_image/test/qr_code_monster_v2/%04d.png':
Metadata:
encoder : Lavf58.76.100
Stream #0:0: Video: png, rgba(pc, gbr/unknown/unknown, progressive), 480x270, q=2-31, 200 kb/s, 15 fps, 15 tbn
Metadata:
encoder : Lavc58.134.100 png
frame= 1 fps=0.0 q=0.0 size=N/A time=00:00:00.00 bitrate=N/A speed= 0x
frame= 64 fps=0.0 q=-0.0 Lsize=N/A time=00:00:04.26 bitrate=N/A speed=34.4x
video:1909kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown
--------------------------------------------------------------------------------
{
"name": "sample",
"path": "share/Stable-diffusion/majicmixRealistic_v5Preview.safetensors",
"motion_module": "models/motion-module/mm_sd_v15_v2.ckpt",
"compile": false,
"seed": [
-1
],
"scheduler": "k_dpmpp_sde",
"steps": 40,
"guidance_scale": 7.5,
"clip_skip": 2,
"prompt_fixed_ratio": 0.5,
"head_prompt": "a beautiful intricate galaxy in space",
"prompt_map": {
"0": "swirling clockwise with stars spinning out, canvas of stars", "20": "blackhole, interstellar, accretion disc of stars"
},
"tail_prompt": "galaxy, cosmos, 4k, art, realistic, glow effect, stars everywhere",
"n_prompt": [
"nsfw, ugly, unrealstic"
],
"controlnet_map": {
"input_image_dir": "controlnet_image/test",
"max_samples_on_vram": 200,
"max_models_on_vram": 3,
"save_detectmap": true,
"preprocess_on_gpu": true,
"is_loop": false,
"qr_code_monster_v2": {
"enable": true,
"use_preprocessor": true,
"guess_mode": false,
"controlnet_conditioning_scale": 0.17,
"control_guidance_start": 0.0,
"control_guidance_end": 1.0,
"control_scale_list": [
0.5,
0.4,
0.3,
0.2,
0.1
]
}
},
"output":{
"format" : "mp4",
"fps" : 30,
"encode_param":{
"crf": 10
}
}
}
--------------------------------------------------------------------------------
Running command: animatediff generate -c config/prompts/custom_prompt_travel.json -W 512 -H 512 -L 64 -C 16
11:55:12 INFO Using generation config: cli.py:291
config/prompts/custom_prompt_travel.json
INFO is_v2=True util.py:361
INFO Using base model: runwayml/stable-diffusion-v1-5 cli.py:309
INFO Will save outputs to cli.py:317
./output/2023-11-01T11-55-12-sample-majicmixrealist
ic_v5preview
Preprocessing images (qr_code_monster_v2) 81% ━━━ 52/… [ 0:0… < 0:0… , 126 ]
it/s
Saving Preprocessed images (qr_code_monster_v2) 100% ━━━ 63… [ 0:… < 0:… , 24 ]
it…
11:55:15 INFO Checking motion module... generate.py:331
INFO Loading tokenizer... generate.py:345
INFO Loading text encoder... generate.py:347
11:55:17 INFO Loading VAE... generate.py:349
INFO Loading UNet... generate.py:351
11:55:25 INFO Loaded 453.20928M-parameter motion module unet.py:578
INFO Using scheduler "k_dpmpp_sde" generate.py:363
(DPMSolverSinglestepScheduler)
INFO Loading weights from generate.py:368
/src/data/share/Stable-diffusion/majicmixReali
stic_v5Preview.safetensors
11:55:27 INFO Merging weights into UNet... generate.py:385
INFO Creating AnimationPipeline... generate.py:431
INFO No TI embeddings found ti.py:102
INFO loading c='qr_code_monster_v2' model generate.py:460
INFO Sending pipeline to device "cuda" pipeline.py:22
INFO Selected data types: unet_dtype=torch.float16, device.py:90
tenc_dtype=torch.float16,
vae_dtype=torch.bfloat16
INFO Using channels_last memory format for UNet and device.py:111
VAE
11:55:30 INFO Saving prompt config to output directory cli.py:364
INFO Initialization complete! cli.py:372
INFO Generating 1 animations cli.py:373
INFO Running generation 1 of 1 cli.py:383
INFO Generation seed: 372577272070710274 cli.py:389
INFO len( region_condi_list )=1 generate.py:1153
INFO len( region_list )=1 generate.py:1154
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 240/240 [ 0:04:47 < 0:00:00 , 1 it/s ]
12:00:24 INFO Generation complete, saving... generate.py:1185
12:00:30 INFO Creating ffmpeg encoder... generate.py:1084
INFO Encoding interpolated frames with ffmpeg... generate.py:1094
12:00:31 INFO Saved sample to generate.py:1189
output/2023-11-01T11-55-12-sample-majicmixrea
listic_v5preview/00_372577272070710274_a-beau
tiful-intricate-galaxy-in-space_swirling-clo
INFO Generation complete! cli.py:429
INFO Done, exiting... cli.py:435
Error: 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, image2, from '/src/output/2023-11-01T11-55-12-sample-majicmixrealistic_v5preview/00-372577272070710274/%08d.png':
Duration: 00:00:02.13, start: 0.000000, bitrate: N/A
Stream #0:0: Video: png, rgb24(pc), 512x512, 30 fps, 30 tbr, 30 tbn, 30 tbc
Stream mapping:
Stream #0:0 (png) -> fps
fps -> Stream #0:0 (libx264)
Press [q] to stop, [?] for help
[libx264 @ 0x55a8e177b980] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
[libx264 @ 0x55a8e177b980] profile High, level 3.0, 4:2:0, 8-bit
[libx264 @ 0x55a8e177b980] 264 - core 163 r3060 5db6aa6 - H.264/MPEG-4 AVC codec - Copyleft 2003-2021 - http://www.videolan.org/x264.html - options: cabac=1 ref=6 deblock=1:1:1 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=0.40:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=15 lookahead_threads=2 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=5 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=10.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:0.60
Output #0, mp4, to '/src/output/2023-11-01T11-55-12-sample-majicmixrealistic_v5preview/00_372577272070710274_a-beautiful-intricate-galaxy-in-space_swirling-clo.mp4':
Metadata:
encoder : Lavf58.76.100
Stream #0:0: Video: h264 (avc1 / 0x31637661), yuv420p(tv, progressive), 512x512, q=2-31, 30 fps, 15360 tbn
Metadata:
encoder : Lavc58.134.100 libx264
Side data:
cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A
frame= 1 fps=0.0 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x
frame= 64 fps=0.0 q=-1.0 Lsize= 3724kB time=00:00:02.03 bitrate=15001.8kbits/s speed=3.88x
video:3722kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.039039%
[libx264 @ 0x55a8e177b980] frame I:4 Avg QP:12.15 size: 80324
[libx264 @ 0x55a8e177b980] frame P:19 Avg QP:14.21 size: 66842
[libx264 @ 0x55a8e177b980] frame B:41 Avg QP:14.15 size: 54137
[libx264 @ 0x55a8e177b980] consecutive B-frames: 20.3% 3.1% 4.7% 0.0% 15.6% 56.2%
[libx264 @ 0x55a8e177b980] mb I I16..4: 53.3% 33.5% 13.2%
[libx264 @ 0x55a8e177b980] mb P I16..4: 38.3% 47.1% 10.2% P16..4: 1.1% 1.9% 1.3% 0.0% 0.0% skip: 0.0%
[libx264 @ 0x55a8e177b980] mb B I16..4: 13.8% 22.7% 6.9% B16..8: 13.9% 11.7% 5.4% direct:24.1% skip: 1.6% L0:23.7% L1:20.7% BI:55.6%
[libx264 @ 0x55a8e177b980] 8x8 transform intra:49.0% inter:52.8%
[libx264 @ 0x55a8e177b980] coded y,uvDC,uvAC intra: 100.0% 90.0% 54.1% inter: 94.2% 85.0% 11.5%
[libx264 @ 0x55a8e177b980] i16 v,h,dc,p: 1% 0% 45% 54%
[libx264 @ 0x55a8e177b980] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 8% 5% 45% 8% 6% 7% 6% 8% 7%
[libx264 @ 0x55a8e177b980] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 7% 5% 28% 12% 9% 11% 9% 11% 9%
[libx264 @ 0x55a8e177b980] i8c dc,h,v,p: 28% 15% 16% 42%
[libx264 @ 0x55a8e177b980] Weighted P-Frames: Y:10.5% UV:10.5%
[libx264 @ 0x55a8e177b980] ref P L0: 35.3% 44.6% 18.2% 1.1% 0.2% 0.3% 0.2%
[libx264 @ 0x55a8e177b980] ref B L0: 93.0% 4.8% 1.5% 0.6% 0.1%
[libx264 @ 0x55a8e177b980] ref B L1: 98.6% 1.4%
[libx264 @ 0x55a8e177b980] kb/s:14290.85
Identifying the GIF path from the generated outputs...
Identified directory: output/2023-11-01T11-55-12-sample-majicmixrealistic_v5preview
Identified Media Path: output/2023-11-01T11-55-12-sample-majicmixrealistic_v5preview/00_372577272070710274_a-beautiful-intricate-galaxy-in-space_swirling-clo.mp4
Identified PNG Folder Path: output/2023-11-01T11-55-12-sample-majicmixrealistic_v5preview/00-372577272070710274
Interpolating frames with FILM...
0%| | 0/441 [00:00<?, ?it/s]
0%|▏ | 1/441 [00:00<00:56, 7.82it/s]
0%|▎ | 2/441 [00:00<00:50, 8.66it/s]
1%|▍ | 3/441 [00:00<00:48, 8.98it/s]
1%|▌ | 4/441 [00:00<00:47, 9.17it/s]
1%|▋ | 5/441 [00:00<00:47, 9.27it/s]
1%|▊ | 6/441 [00:00<00:46, 9.32it/s]
2%|█ | 7/441 [00:00<00:46, 9.35it/s]
2%|█▏ | 8/441 [00:00<00:47, 9.05it/s]
2%|█▎ | 9/441 [00:00<00:47, 9.11it/s]
2%|█▍ | 10/441 [00:01<00:46, 9.21it/s]
2%|█▌ | 11/441 [00:01<00:46, 9.27it/s]
3%|█▋ | 12/441 [00:01<00:46, 9.29it/s]
3%|█▊ | 13/441 [00:01<00:45, 9.34it/s]
3%|█▉ | 14/441 [00:01<00:45, 9.35it/s]
3%|██ | 15/441 [00:01<00:46, 9.08it/s]
4%|██▏ | 16/441 [00:01<00:46, 9.19it/s]
4%|██▍ | 17/441 [00:01<00:45, 9.27it/s]
4%|██▌ | 18/441 [00:01<00:45, 9.30it/s]
4%|██▋ | 19/441 [00:02<00:45, 9.34it/s]
5%|██▊ | 20/441 [00:02<00:45, 9.34it/s]
5%|██▉ | 21/441 [00:02<00:44, 9.37it/s]
5%|███ | 22/441 [00:02<00:45, 9.13it/s]
5%|███▏ | 23/441 [00:02<00:45, 9.21it/s]
5%|███▎ | 24/441 [00:02<00:45, 9.25it/s]
6%|███▌ | 25/441 [00:02<00:44, 9.30it/s]
6%|███▋ | 26/441 [00:02<00:44, 9.34it/s]
6%|███▊ | 27/441 [00:02<00:44, 9.37it/s]
6%|███▉ | 28/441 [00:03<00:43, 9.40it/s]
7%|████ | 29/441 [00:03<00:45, 9.09it/s]
7%|████▏ | 30/441 [00:03<00:44, 9.17it/s]
7%|████▎ | 31/441 [00:03<00:44, 9.22it/s]
7%|████▍ | 32/441 [00:03<00:44, 9.24it/s]
7%|████▋ | 33/441 [00:03<00:44, 9.25it/s]
8%|████▊ | 34/441 [00:03<00:43, 9.27it/s]
8%|████▉ | 35/441 [00:03<00:43, 9.30it/s]
8%|█████ | 36/441 [00:03<00:44, 9.04it/s]
8%|█████▏ | 37/441 [00:04<00:44, 9.11it/s]
9%|█████▎ | 38/441 [00:04<00:43, 9.17it/s]
9%|█████▍ | 39/441 [00:04<00:43, 9.19it/s]
9%|█████▌ | 40/441 [00:04<00:43, 9.22it/s]
9%|█████▊ | 41/441 [00:04<00:43, 9.28it/s]
10%|█████▉ | 42/441 [00:04<00:42, 9.31it/s]
10%|██████ | 43/441 [00:04<00:44, 9.04it/s]
10%|██████▏ | 44/441 [00:04<00:43, 9.14it/s]
10%|██████▎ | 45/441 [00:04<00:43, 9.18it/s]
10%|██████▍ | 46/441 [00:04<00:42, 9.22it/s]
11%|██████▌ | 47/441 [00:05<00:42, 9.27it/s]
11%|██████▋ | 48/441 [00:05<00:42, 9.31it/s]
11%|██████▉ | 49/441 [00:05<00:42, 9.31it/s]
11%|███████ | 50/441 [00:05<00:43, 9.09it/s]
12%|███████▏ | 51/441 [00:05<00:42, 9.15it/s]
12%|███████▎ | 52/441 [00:05<00:42, 9.25it/s]
12%|███████▍ | 53/441 [00:05<00:41, 9.27it/s]
12%|███████▌ | 54/441 [00:05<00:41, 9.31it/s]
12%|███████▋ | 55/441 [00:05<00:41, 9.34it/s]
13%|███████▊ | 56/441 [00:06<00:41, 9.37it/s]
13%|████████ | 57/441 [00:06<00:42, 9.10it/s]
13%|████████▏ | 58/441 [00:06<00:41, 9.20it/s]
13%|████████▎ | 59/441 [00:06<00:41, 9.28it/s]
14%|████████▍ | 60/441 [00:06<00:40, 9.32it/s]
14%|████████▌ | 61/441 [00:06<00:40, 9.36it/s]
14%|████████▋ | 62/441 [00:06<00:40, 9.36it/s]
14%|████████▊ | 63/441 [00:06<00:40, 9.39it/s]
15%|████████▉ | 64/441 [00:06<00:41, 9.10it/s]
15%|█████████▏ | 65/441 [00:07<00:40, 9.20it/s]
15%|█████████▎ | 66/441 [00:07<00:40, 9.26it/s]
15%|█████████▍ | 67/441 [00:07<00:40, 9.30it/s]
15%|█████████▌ | 68/441 [00:07<00:39, 9.35it/s]
16%|█████████▋ | 69/441 [00:07<00:39, 9.37it/s]
16%|█████████▊ | 70/441 [00:07<00:39, 9.34it/s]
16%|█████████▉ | 71/441 [00:07<00:40, 9.10it/s]
16%|██████████ | 72/441 [00:07<00:40, 9.17it/s]
17%|██████████▎ | 73/441 [00:07<00:39, 9.23it/s]
17%|██████████▍ | 74/441 [00:08<00:39, 9.27it/s]
17%|██████████▌ | 75/441 [00:08<00:39, 9.32it/s]
17%|██████████▋ | 76/441 [00:08<00:38, 9.37it/s]
17%|██████████▊ | 77/441 [00:08<00:38, 9.41it/s]
18%|██████████▉ | 78/441 [00:08<00:39, 9.11it/s]
18%|███████████ | 79/441 [00:08<00:39, 9.18it/s]
18%|███████████▏ | 80/441 [00:08<00:39, 9.21it/s]
18%|███████████▍ | 81/441 [00:08<00:39, 9.21it/s]
19%|███████████▌ | 82/441 [00:08<00:38, 9.23it/s]
19%|███████████▋ | 83/441 [00:08<00:38, 9.27it/s]
19%|███████████▊ | 84/441 [00:09<00:38, 9.27it/s]
19%|███████████▉ | 85/441 [00:09<00:39, 9.04it/s]
20%|████████████ | 86/441 [00:09<00:39, 9.10it/s]
20%|████████████▏ | 87/441 [00:09<00:38, 9.14it/s]
20%|████████████▎ | 88/441 [00:09<00:38, 9.18it/s]
20%|████████████▌ | 89/441 [00:09<00:38, 9.22it/s]
20%|████████████▋ | 90/441 [00:09<00:38, 9.23it/s]
21%|████████████▊ | 91/441 [00:09<00:37, 9.25it/s]
21%|████████████▉ | 92/441 [00:09<00:38, 8.99it/s]
21%|█████████████ | 93/441 [00:10<00:38, 9.06it/s]
21%|█████████████▏ | 94/441 [00:10<00:38, 9.12it/s]
22%|█████████████▎ | 95/441 [00:10<00:37, 9.19it/s]
22%|█████████████▍ | 96/441 [00:10<00:37, 9.22it/s]
22%|█████████████▋ | 97/441 [00:10<00:37, 9.23it/s]
22%|█████████████▊ | 98/441 [00:10<00:36, 9.27it/s]
22%|█████████████▉ | 99/441 [00:10<00:37, 9.02it/s]
23%|█████████████▊ | 100/441 [00:10<00:37, 9.10it/s]
23%|█████████████▉ | 101/441 [00:10<00:37, 9.16it/s]
23%|██████████████ | 102/441 [00:11<00:36, 9.21it/s]
23%|██████████████▏ | 103/441 [00:11<00:36, 9.24it/s]
24%|██████████████▍ | 104/441 [00:11<00:36, 9.29it/s]
24%|██████████████▌ | 105/441 [00:11<00:36, 9.33it/s]
24%|██████████████▋ | 106/441 [00:11<00:36, 9.08it/s]
24%|██████████████▊ | 107/441 [00:11<00:36, 9.13it/s]
24%|██████████████▉ | 108/441 [00:11<00:36, 9.21it/s]
25%|███████████████ | 109/441 [00:11<00:35, 9.22it/s]
25%|███████████████▏ | 110/441 [00:11<00:35, 9.25it/s]
25%|███████████████▎ | 111/441 [00:12<00:35, 9.27it/s]
25%|███████████████▍ | 112/441 [00:12<00:35, 9.29it/s]
26%|███████████████▋ | 113/441 [00:12<00:36, 9.02it/s]
26%|███████████████▊ | 114/441 [00:12<00:35, 9.13it/s]
26%|███████████████▉ | 115/441 [00:12<00:35, 9.18it/s]
26%|████████████████ | 116/441 [00:12<00:35, 9.23it/s]
27%|████████████████▏ | 117/441 [00:12<00:35, 9.24it/s]
27%|████████████████▎ | 118/441 [00:12<00:34, 9.24it/s]
27%|████████████████▍ | 119/441 [00:12<00:34, 9.25it/s]
27%|████████████████▌ | 120/441 [00:13<00:35, 9.00it/s]
27%|████████████████▋ | 121/441 [00:13<00:35, 9.10it/s]
28%|████████████████▉ | 122/441 [00:13<00:34, 9.17it/s]
28%|█████████████████ | 123/441 [00:13<00:34, 9.19it/s]
28%|█████████████████▏ | 124/441 [00:13<00:34, 9.27it/s]
28%|█████████████████▎ | 125/441 [00:13<00:33, 9.31it/s]
29%|█████████████████▍ | 126/441 [00:13<00:33, 9.33it/s]
29%|█████████████████▌ | 127/441 [00:13<00:34, 9.10it/s]
29%|█████████████████▋ | 128/441 [00:13<00:34, 9.20it/s]
29%|█████████████████▊ | 129/441 [00:13<00:33, 9.26it/s]
29%|█████████████████▉ | 130/441 [00:14<00:33, 9.31it/s]
30%|██████████████████ | 131/441 [00:14<00:33, 9.32it/s]
30%|██████████████████▎ | 132/441 [00:14<00:33, 9.34it/s]
30%|██████████████████▍ | 133/441 [00:14<00:32, 9.34it/s]
30%|██████████████████▌ | 134/441 [00:14<00:33, 9.07it/s]
31%|██████████████████▋ | 135/441 [00:14<00:33, 9.16it/s]
31%|██████████████████▊ | 136/441 [00:14<00:33, 9.21it/s]
31%|██████████████████▉ | 137/441 [00:14<00:32, 9.23it/s]
31%|███████████████████ | 138/441 [00:14<00:32, 9.26it/s]
32%|███████████████████▏ | 139/441 [00:15<00:32, 9.25it/s]
32%|███████████████████▎ | 140/441 [00:15<00:32, 9.26it/s]
32%|███████████████████▌ | 141/441 [00:15<00:33, 9.01it/s]
32%|███████████████████▋ | 142/441 [00:15<00:32, 9.09it/s]
32%|███████████████████▊ | 143/441 [00:15<00:32, 9.16it/s]
33%|███████████████████▉ | 144/441 [00:15<00:32, 9.20it/s]
33%|████████████████████ | 145/441 [00:15<00:32, 9.22it/s]
33%|████████████████████▏ | 146/441 [00:15<00:31, 9.26it/s]
33%|████████████████████▎ | 147/441 [00:15<00:31, 9.31it/s]
34%|████████████████████▍ | 148/441 [00:16<00:32, 9.03it/s]
34%|████████████████████▌ | 149/441 [00:16<00:32, 9.11it/s]
34%|████████████████████▋ | 150/441 [00:16<00:31, 9.22it/s]
34%|████████████████████▉ | 151/441 [00:16<00:31, 9.30it/s]
34%|█████████████████████ | 152/441 [00:16<00:31, 9.31it/s]
35%|█████████████████████▏ | 153/441 [00:16<00:30, 9.32it/s]
35%|█████████████████████▎ | 154/441 [00:16<00:30, 9.35it/s]
35%|█████████████████████▍ | 155/441 [00:16<00:31, 9.08it/s]
35%|█████████████████████▌ | 156/441 [00:16<00:31, 9.18it/s]
36%|█████████████████████▋ | 157/441 [00:17<00:30, 9.21it/s]
36%|█████████████████████▊ | 158/441 [00:17<00:30, 9.24it/s]
36%|█████████████████████▉ | 159/441 [00:17<00:30, 9.28it/s]
36%|██████████████████████▏ | 160/441 [00:17<00:30, 9.27it/s]
37%|██████████████████████▎ | 161/441 [00:17<00:30, 9.29it/s]
37%|██████████████████████▍ | 162/441 [00:17<00:30, 9.06it/s]
37%|██████████████████████▌ | 163/441 [00:17<00:30, 9.12it/s]
37%|██████████████████████▋ | 164/441 [00:17<00:30, 9.14it/s]
37%|██████████████████████▊ | 165/441 [00:17<00:30, 9.18it/s]
38%|██████████████████████▉ | 166/441 [00:18<00:29, 9.22it/s]
38%|███████████████████████ | 167/441 [00:18<00:29, 9.23it/s]
38%|███████████████████████▏ | 168/441 [00:18<00:29, 9.26it/s]
38%|███████████████████████▍ | 169/441 [00:18<00:30, 9.04it/s]
39%|███████████████████████▌ | 170/441 [00:18<00:29, 9.11it/s]
39%|███████████████████████▋ | 171/441 [00:18<00:29, 9.19it/s]
39%|███████████████████████▊ | 172/441 [00:18<00:29, 9.27it/s]
39%|███████████████████████▉ | 173/441 [00:18<00:28, 9.28it/s]
39%|████████████████████████ | 174/441 [00:18<00:28, 9.33it/s]
40%|████████████████████████▏ | 175/441 [00:18<00:28, 9.31it/s]
40%|████████████████████████▎ | 176/441 [00:19<00:29, 9.06it/s]
40%|████████████████████████▍ | 177/441 [00:19<00:28, 9.11it/s]
40%|████████████████████████▌ | 178/441 [00:19<00:28, 9.15it/s]
41%|████████████████████████▊ | 179/441 [00:19<00:28, 9.19it/s]
41%|████████████████████████▉ | 180/441 [00:19<00:28, 9.23it/s]
41%|█████████████████████████ | 181/441 [00:19<00:28, 9.26it/s]
41%|█████████████████████████▏ | 182/441 [00:19<00:27, 9.30it/s]
41%|█████████████████████████▎ | 183/441 [00:19<00:28, 9.01it/s]
42%|█████████████████████████▍ | 184/441 [00:19<00:28, 9.08it/s]
42%|█████████████████████████▌ | 185/441 [00:20<00:27, 9.16it/s]
42%|█████████████████████████▋ | 186/441 [00:20<00:27, 9.21it/s]
42%|█████████████████████████▊ | 187/441 [00:20<00:27, 9.27it/s]
43%|██████████████████████████ | 188/441 [00:20<00:27, 9.31it/s]
43%|██████████████████████████▏ | 189/441 [00:20<00:26, 9.34it/s]
43%|██████████████████████████▎ | 190/441 [00:20<00:27, 9.05it/s]
43%|██████████████████████████▍ | 191/441 [00:20<00:27, 9.13it/s]
44%|██████████████████████████▌ | 192/441 [00:20<00:27, 9.21it/s]
44%|██████████████████████████▋ | 193/441 [00:20<00:26, 9.25it/s]
44%|██████████████████████████▊ | 194/441 [00:21<00:26, 9.24it/s]
44%|██████████████████████████▉ | 195/441 [00:21<00:26, 9.24it/s]
44%|███████████████████████████ | 196/441 [00:21<00:26, 9.29it/s]
45%|███████████████████████████▏ | 197/441 [00:21<00:26, 9.05it/s]
45%|███████████████████████████▍ | 198/441 [00:21<00:26, 9.16it/s]
45%|███████████████████████████▌ | 199/441 [00:21<00:26, 9.18it/s]
45%|███████████████████████████▋ | 200/441 [00:21<00:26, 9.22it/s]
46%|███████████████████████████▊ | 201/441 [00:21<00:25, 9.29it/s]
46%|███████████████████████████▉ | 202/441 [00:21<00:25, 9.31it/s]
46%|████████████████████████████ | 203/441 [00:22<00:25, 9.34it/s]
46%|████████████████████████████▏ | 204/441 [00:22<00:26, 9.08it/s]
46%|████████████████████████████▎ | 205/441 [00:22<00:25, 9.16it/s]
47%|████████████████████████████▍ | 206/441 [00:22<00:25, 9.20it/s]
47%|████████████████████████████▋ | 207/441 [00:22<00:25, 9.22it/s]
47%|████████████████████████████▊ | 208/441 [00:22<00:25, 9.25it/s]
47%|████████████████████████████▉ | 209/441 [00:22<00:24, 9.31it/s]
48%|█████████████████████████████ | 210/441 [00:22<00:24, 9.36it/s]
48%|█████████████████████████████▏ | 211/441 [00:22<00:25, 9.11it/s]
48%|█████████████████████████████▎ | 212/441 [00:23<00:24, 9.19it/s]
48%|█████████████████████████████▍ | 213/441 [00:23<00:24, 9.24it/s]
49%|█████████████████████████████▌ | 214/441 [00:23<00:24, 9.27it/s]
49%|█████████████████████████████▋ | 215/441 [00:23<00:24, 9.31it/s]
49%|█████████████████████████████▉ | 216/441 [00:23<00:24, 9.31it/s]
49%|██████████████████████████████ | 217/441 [00:23<00:24, 9.30it/s]
49%|██████████████████████████████▏ | 218/441 [00:23<00:24, 9.05it/s]
50%|██████████████████████████████▎ | 219/441 [00:23<00:24, 9.14it/s]
50%|██████████████████████████████▍ | 220/441 [00:23<00:24, 9.15it/s]
50%|██████████████████████████████▌ | 221/441 [00:23<00:23, 9.22it/s]
50%|██████████████████████████████▋ | 222/441 [00:24<00:23, 9.24it/s]
51%|██████████████████████████████▊ | 223/441 [00:24<00:23, 9.27it/s]
51%|██████████████████████████████▉ | 224/441 [00:24<00:23, 9.33it/s]
51%|███████████████████████████████ | 225/441 [00:24<00:23, 9.06it/s]
51%|███████████████████████████████▎ | 226/441 [00:24<00:23, 9.10it/s]
51%|███████████████████████████████▍ | 227/441 [00:24<00:23, 9.19it/s]
52%|███████████████████████████████▌ | 228/441 [00:24<00:23, 9.23it/s]
52%|███████████████████████████████▋ | 229/441 [00:24<00:22, 9.23it/s]
52%|███████████████████████████████▊ | 230/441 [00:24<00:22, 9.24it/s]
52%|███████████████████████████████▉ | 231/441 [00:25<00:22, 9.26it/s]
53%|████████████████████████████████ | 232/441 [00:25<00:23, 9.04it/s]
53%|████████████████████████████████▏ | 233/441 [00:25<00:22, 9.13it/s]
53%|████████████████████████████████▎ | 234/441 [00:25<00:22, 9.13it/s]
53%|████████████████████████████████▌ | 235/441 [00:25<00:22, 9.18it/s]
54%|████████████████████████████████▋ | 236/441 [00:25<00:22, 9.24it/s]
54%|████████████████████████████████▊ | 237/441 [00:25<00:21, 9.30it/s]
54%|████████████████████████████████▉ | 238/441 [00:25<00:21, 9.35it/s]
54%|█████████████████████████████████ | 239/441 [00:25<00:22, 9.12it/s]
54%|█████████████████████████████████▏ | 240/441 [00:26<00:21, 9.18it/s]
55%|█████████████████████████████████▎ | 241/441 [00:26<00:21, 9.20it/s]
55%|█████████████████████████████████▍ | 242/441 [00:26<00:21, 9.24it/s]
55%|█████████████████████████████████▌ | 243/441 [00:26<00:21, 9.27it/s]
55%|█████████████████████████████████▊ | 244/441 [00:26<00:21, 9.28it/s]
56%|█████████████████████████████████▉ | 245/441 [00:26<00:21, 9.26it/s]
56%|██████████████████████████████████ | 246/441 [00:26<00:21, 9.00it/s]
56%|██████████████████████████████████▏ | 247/441 [00:26<00:21, 9.10it/s]
56%|██████████████████████████████████▎ | 248/441 [00:26<00:21, 9.15it/s]
56%|██████████████████████████████████▍ | 249/441 [00:27<00:20, 9.22it/s]
57%|██████████████████████████████████▌ | 250/441 [00:27<00:20, 9.28it/s]
57%|██████████████████████████████████▋ | 251/441 [00:27<00:20, 9.25it/s]
57%|██████████████████████████████████▊ | 252/441 [00:27<00:20, 9.27it/s]
57%|██████████████████████████████████▉ | 253/441 [00:27<00:20, 9.00it/s]
58%|███████████████████████████████████▏ | 254/441 [00:27<00:20, 9.08it/s]
58%|███████████████████████████████████▎ | 255/441 [00:27<00:20, 9.19it/s]
58%|███████████████████████████████████▍ | 256/441 [00:27<00:19, 9.27it/s]
58%|███████████████████████████████████▌ | 257/441 [00:27<00:19, 9.29it/s]
59%|███████████████████████████████████▋ | 258/441 [00:28<00:19, 9.30it/s]
59%|███████████████████████████████████▊ | 259/441 [00:28<00:19, 9.31it/s]
59%|███████████████████████████████████▉ | 260/441 [00:28<00:20, 9.02it/s]
59%|████████████████████████████████████ | 261/441 [00:28<00:19, 9.14it/s]
59%|████████████████████████████████████▏ | 262/441 [00:28<00:19, 9.21it/s]
60%|████████████████████████████████████▍ | 263/441 [00:28<00:19, 9.23it/s]
60%|████████████████████████████████████▌ | 264/441 [00:28<00:19, 9.25it/s]
60%|████████████████████████████████████▋ | 265/441 [00:28<00:19, 9.23it/s]
60%|████████████████████████████████████▊ | 266/441 [00:28<00:18, 9.29it/s]
61%|████████████████████████████████████▉ | 267/441 [00:28<00:19, 9.03it/s]
61%|█████████████████████████████████████ | 268/441 [00:29<00:19, 9.10it/s]
61%|█████████████████████████████████████▏ | 269/441 [00:29<00:18, 9.16it/s]
61%|█████████████████████████████████████▎ | 270/441 [00:29<00:18, 9.22it/s]
61%|█████████████████████████████████████▍ | 271/441 [00:29<00:18, 9.26it/s]
62%|█████████████████████████████████████▌ | 272/441 [00:29<00:18, 9.30it/s]
62%|█████████████████████████████████████▊ | 273/441 [00:29<00:18, 9.27it/s]
62%|█████████████████████████████████████▉ | 274/441 [00:29<00:18, 9.04it/s]
62%|██████████████████████████████████████ | 275/441 [00:29<00:18, 9.10it/s]
63%|██████████████████████████████████████▏ | 276/441 [00:29<00:17, 9.18it/s]
63%|██████████████████████████████████████▎ | 277/441 [00:30<00:17, 9.17it/s]
63%|██████████████████████████████████████▍ | 278/441 [00:30<00:17, 9.22it/s]
63%|██████████████████████████████████████▌ | 279/441 [00:30<00:17, 9.19it/s]
63%|██████████████████████████████████████▋ | 280/441 [00:30<00:17, 9.22it/s]
64%|██████████████████████████████████████▊ | 281/441 [00:30<00:17, 8.97it/s]
64%|███████████████████████████████████████ | 282/441 [00:30<00:17, 9.08it/s]
64%|███████████████████████████████████████▏ | 283/441 [00:30<00:17, 9.14it/s]
64%|███████████████████████████████████████▎ | 284/441 [00:30<00:17, 9.17it/s]
65%|███████████████████████████████████████▍ | 285/441 [00:30<00:16, 9.21it/s]
65%|███████████████████████████████████████▌ | 286/441 [00:31<00:16, 9.26it/s]
65%|███████████████████████████████████████▋ | 287/441 [00:31<00:16, 9.24it/s]
65%|███████████████████████████████████████▊ | 288/441 [00:31<00:16, 9.01it/s]
66%|███████████████████████████████████████▉ | 289/441 [00:31<00:16, 9.10it/s]
66%|████████████████████████████████████████ | 290/441 [00:31<00:16, 9.17it/s]
66%|████████████████████████████████████████▎ | 291/441 [00:31<00:16, 9.21it/s]
66%|████████████████████████████████████████▍ | 292/441 [00:31<00:16, 9.24it/s]
66%|████████████████████████████████████████▌ | 293/441 [00:31<00:15, 9.29it/s]
67%|████████████████████████████████████████▋ | 294/441 [00:31<00:15, 9.29it/s]
67%|████████████████████████████████████████▊ | 295/441 [00:32<00:16, 9.02it/s]
67%|████████████████████████████████████████▉ | 296/441 [00:32<00:15, 9.10it/s]
67%|█████████████████████████████████████████ | 297/441 [00:32<00:15, 9.19it/s]
68%|█████████████████████████████████████████▏ | 298/441 [00:32<00:15, 9.21it/s]
68%|█████████████████████████████████████████▎ | 299/441 [00:32<00:15, 9.21it/s]
68%|█████████████████████████████████████████▍ | 300/441 [00:32<00:15, 9.23it/s]
68%|█████████████████████████████████████████▋ | 301/441 [00:32<00:15, 9.24it/s]
68%|█████████████████████████████████████████▊ | 302/441 [00:32<00:15, 8.99it/s]
69%|█████████████████████████████████████████▉ | 303/441 [00:32<00:15, 9.09it/s]
69%|██████████████████████████████████████████ | 304/441 [00:33<00:14, 9.16it/s]
69%|██████████████████████████████████████████▏ | 305/441 [00:33<00:14, 9.24it/s]
69%|██████████████████████████████████████████▎ | 306/441 [00:33<00:14, 9.28it/s]
70%|██████████████████████████████████████████▍ | 307/441 [00:33<00:14, 9.30it/s]
70%|██████████████████████████████████████████▌ | 308/441 [00:33<00:14, 9.33it/s]
70%|██████████████████████████████████████████▋ | 309/441 [00:33<00:14, 9.08it/s]
70%|██████████████████████████████████████████▉ | 310/441 [00:33<00:14, 9.14it/s]
71%|███████████████████████████████████████████ | 311/441 [00:33<00:14, 9.23it/s]
71%|███████████████████████████████████████████▏ | 312/441 [00:33<00:13, 9.27it/s]
71%|███████████████████████████████████████████▎ | 313/441 [00:33<00:13, 9.28it/s]
71%|███████████████████████████████████████████▍ | 314/441 [00:34<00:13, 9.28it/s]
71%|███████████████████████████████████████████▌ | 315/441 [00:34<00:13, 9.30it/s]
72%|███████████████████████████████████████████▋ | 316/441 [00:34<00:13, 9.02it/s]
72%|███████████████████████████████████████████▊ | 317/441 [00:34<00:13, 9.11it/s]
72%|███████████████████████████████████████████▉ | 318/441 [00:34<00:13, 9.17it/s]
72%|████████████████████████████████████████████ | 319/441 [00:34<00:13, 9.20it/s]
73%|████████████████████████████████████████████▎ | 320/441 [00:34<00:13, 9.22it/s]
73%|████████████████████████████████████████████▍ | 321/441 [00:34<00:13, 9.21it/s]
73%|████████████████████████████████████████████▌ | 322/441 [00:34<00:12, 9.25it/s]
73%|████████████████████████████████████████████▋ | 323/441 [00:35<00:13, 8.98it/s]
73%|████████████████████████████████████████████▊ | 324/441 [00:35<00:12, 9.06it/s]
74%|████████████████████████████████████████████▉ | 325/441 [00:35<00:12, 9.15it/s]
74%|█████████████████████████████████████████████ | 326/441 [00:35<00:12, 9.23it/s]
74%|█████████████████████████████████████████████▏ | 327/441 [00:35<00:12, 9.29it/s]
74%|█████████████████████████████████████████████▎ | 328/441 [00:35<00:12, 9.27it/s]
75%|█████████████████████████████████████████████▌ | 329/441 [00:35<00:12, 9.32it/s]
75%|█████████████████████████████████████████████▋ | 330/441 [00:35<00:12, 9.08it/s]
75%|█████████████████████████████████████████████▊ | 331/441 [00:35<00:12, 9.16it/s]
75%|█████████████████████████████████████████████▉ | 332/441 [00:36<00:11, 9.19it/s]
76%|██████████████████████████████████████████████ | 333/441 [00:36<00:11, 9.24it/s]
76%|██████████████████████████████████████████████▏ | 334/441 [00:36<00:11, 9.26it/s]
76%|██████████████████████████████████████████████▎ | 335/441 [00:36<00:11, 9.28it/s]
76%|██████████████████████████████████████████████▍ | 336/441 [00:36<00:11, 9.30it/s]
76%|██████████████████████████████████████████████▌ | 337/441 [00:36<00:11, 9.04it/s]
77%|██████████████████████████████████████████████▊ | 338/441 [00:36<00:11, 9.12it/s]
77%|██████████████████████████████████████████████▉ | 339/441 [00:36<00:11, 9.16it/s]
77%|███████████████████████████████████████████████ | 340/441 [00:36<00:10, 9.21it/s]
77%|███████████████████████████████████████████████▏ | 341/441 [00:37<00:10, 9.26it/s]
78%|███████████████████████████████████████████████▎ | 342/441 [00:37<00:10, 9.27it/s]
78%|███████████████████████████████████████████████▍ | 343/441 [00:37<00:10, 9.29it/s]
78%|███████████████████████████████████████████████▌ | 344/441 [00:37<00:10, 9.01it/s]
78%|███████████████████████████████████████████████▋ | 345/441 [00:37<00:10, 9.07it/s]
78%|███████████████████████████████████████████████▊ | 346/441 [00:37<00:10, 9.14it/s]
79%|███████████████████████████████████████████████▉ | 347/441 [00:37<00:10, 9.19it/s]
79%|████████████████████████████████████████████████▏ | 348/441 [00:37<00:10, 9.21it/s]
79%|████████████████████████████████████████████████▎ | 349/441 [00:37<00:09, 9.22it/s]
79%|████████████████████████████████████████████████▍ | 350/441 [00:38<00:09, 9.27it/s]
80%|████████████████████████████████████████████████▌ | 351/441 [00:38<00:09, 9.04it/s]
80%|████████████████████████████████████████████████▋ | 352/441 [00:38<00:09, 9.10it/s]
80%|████████████████████████████████████████████████▊ | 353/441 [00:38<00:09, 9.11it/s]
80%|████████████████████████████████████████████████▉ | 354/441 [00:38<00:09, 9.20it/s]
80%|█████████████████████████████████████████████████ | 355/441 [00:38<00:09, 9.23it/s]
81%|█████████████████████████████████████████████████▏ | 356/441 [00:38<00:09, 9.24it/s]
81%|█████████████████████████████████████████████████▍ | 357/441 [00:38<00:09, 9.30it/s]
81%|█████████████████████████████████████████████████▌ | 358/441 [00:38<00:09, 9.00it/s]
81%|█████████████████████████████████████████████████▋ | 359/441 [00:39<00:09, 9.01it/s]
82%|█████████████████████████████████████████████████▊ | 360/441 [00:39<00:08, 9.08it/s]
82%|█████████████████████████████████████████████████▉ | 361/441 [00:39<00:08, 9.11it/s]
82%|██████████████████████████████████████████████████ | 362/441 [00:39<00:08, 9.04it/s]
82%|██████████████████████████████████████████████████▏ | 363/441 [00:39<00:08, 9.08it/s]
83%|██████████████████████████████████████████████████▎ | 364/441 [00:39<00:08, 9.10it/s]
83%|██████████████████████████████████████████████████▍ | 365/441 [00:39<00:08, 8.89it/s]
83%|██████████████████████████████████████████████████▋ | 366/441 [00:39<00:08, 8.97it/s]
83%|██████████████████████████████████████████████████▊ | 367/441 [00:39<00:08, 9.03it/s]
83%|██████████████████████████████████████████████████▉ | 368/441 [00:40<00:08, 9.07it/s]
84%|███████████████████████████████████████████████████ | 369/441 [00:40<00:07, 9.14it/s]
84%|███████████████████████████████████████████████████▏ | 370/441 [00:40<00:07, 9.21it/s]
84%|███████████████████████████████████████████████████▎ | 371/441 [00:40<00:07, 9.27it/s]
84%|███████████████████████████████████████████████████▍ | 372/441 [00:40<00:07, 9.04it/s]
85%|███████████████████████████████████████████████████▌ | 373/441 [00:40<00:07, 9.05it/s]
85%|███████████████████████████████████████████████████▋ | 374/441 [00:40<00:07, 9.11it/s]
85%|███████████████████████████████████████████████████▊ | 375/441 [00:40<00:07, 9.15it/s]
85%|████████████████████████████████████████████████████ | 376/441 [00:40<00:07, 9.20it/s]
85%|████████████████████████████████████████████████████▏ | 377/441 [00:40<00:06, 9.17it/s]
86%|████████████████████████████████████████████████████▎ | 378/441 [00:41<00:06, 9.20it/s]
86%|████████████████████████████████████████████████████▍ | 379/441 [00:41<00:06, 8.90it/s]
86%|████████████████████████████████████████████████████▌ | 380/441 [00:41<00:06, 8.98it/s]
86%|████████████████████████████████████████████████████▋ | 381/441 [00:41<00:06, 9.10it/s]
87%|████████████████████████████████████████████████████▊ | 382/441 [00:41<00:06, 9.17it/s]
87%|████████████████████████████████████████████████████▉ | 383/441 [00:41<00:06, 9.23it/s]
87%|█████████████████████████████████████████████████████ | 384/441 [00:41<00:06, 9.26it/s]
87%|█████████████████████████████████████████████████████▎ | 385/441 [00:41<00:06, 9.28it/s]
88%|█████████████████████████████████████████████████████▍ | 386/441 [00:41<00:06, 9.00it/s]
88%|█████████████████████████████████████████████████████▌ | 387/441 [00:42<00:05, 9.08it/s]
88%|█████████████████████████████████████████████████████▋ | 388/441 [00:42<00:05, 9.13it/s]
88%|█████████████████████████████████████████████████████▊ | 389/441 [00:42<00:05, 9.18it/s]
88%|█████████████████████████████████████████████████████▉ | 390/441 [00:42<00:05, 9.22it/s]
89%|██████████████████████████████████████████████████████ | 391/441 [00:42<00:05, 9.26it/s]
89%|██████████████████████████████████████████████████████▏ | 392/441 [00:42<00:05, 9.24it/s]
89%|██████████████████████████████████████████████████████▎ | 393/441 [00:42<00:05, 8.99it/s]
89%|██████████████████████████████████████████████████████▍ | 394/441 [00:42<00:05, 9.07it/s]
90%|██████████████████████████████████████████████████████▋ | 395/441 [00:42<00:05, 9.10it/s]
90%|██████████████████████████████████████████████████████▊ | 396/441 [00:43<00:04, 9.14it/s]
90%|██████████████████████████████████████████████████████▉ | 397/441 [00:43<00:04, 9.17it/s]
90%|███████████████████████████████████████████████████████ | 398/441 [00:43<00:04, 9.19it/s]
90%|███████████████████████████████████████████████████████▏ | 399/441 [00:43<00:04, 9.21it/s]
91%|███████████████████████████████████████████████████████▎ | 400/441 [00:43<00:04, 8.94it/s]
91%|███████████████████████████████████████████████████████▍ | 401/441 [00:43<00:04, 9.06it/s]
91%|███████████████████████████████████████████████████████▌ | 402/441 [00:43<00:04, 9.16it/s]
91%|███████████████████████████████████████████████████████▋ | 403/441 [00:43<00:04, 9.20it/s]
92%|███████████████████████████████████████████████████████▉ | 404/441 [00:43<00:04, 9.23it/s]
92%|████████████████████████████████████████████████████████ | 405/441 [00:44<00:03, 9.23it/s]
92%|████████████████████████████████████████████████████████▏ | 406/441 [00:44<00:03, 9.25it/s]
92%|████████████████████████████████████████████████████████▎ | 407/441 [00:44<00:03, 8.99it/s]
93%|████████████████████████████████████████████████████████▍ | 408/441 [00:44<00:03, 9.08it/s]
93%|████████████████████████████████████████████████████████▌ | 409/441 [00:44<00:03, 9.16it/s]
93%|████████████████████████████████████████████████████████▋ | 410/441 [00:44<00:03, 9.21it/s]
93%|████████████████████████████████████████████████████████▊ | 411/441 [00:44<00:03, 9.22it/s]
93%|████████████████████████████████████████████████████████▉ | 412/441 [00:44<00:03, 9.24it/s]
94%|█████████████████████████████████████████████████████████▏ | 413/441 [00:44<00:03, 9.24it/s]
94%|█████████████████████████████████████████████████████████▎ | 414/441 [00:45<00:03, 8.99it/s]
94%|█████████████████████████████████████████████████████████▍ | 415/441 [00:45<00:02, 9.01it/s]
94%|█████████████████████████████████████████████████████████▌ | 416/441 [00:45<00:02, 9.08it/s]
95%|█████████████████████████████████████████████████████████▋ | 417/441 [00:45<00:02, 9.15it/s]
95%|█████████████████████████████████████████████████████████▊ | 418/441 [00:45<00:02, 9.23it/s]
95%|█████████████████████████████████████████████████████████▉ | 419/441 [00:45<00:02, 9.28it/s]
95%|██████████████████████████████████████████████████████████ | 420/441 [00:45<00:02, 9.32it/s]
95%|██████████████████████████████████████████████████████████▏ | 421/441 [00:45<00:02, 9.03it/s]
96%|██████████████████████████████████████████████████████████▎ | 422/441 [00:45<00:02, 9.08it/s]
96%|██████████████████████████████████████████████████████████▌ | 423/441 [00:46<00:01, 9.13it/s]
96%|██████████████████████████████████████████████████████████▋ | 424/441 [00:46<00:01, 9.18it/s]
96%|██████████████████████████████████████████████████████████▊ | 425/441 [00:46<00:01, 9.18it/s]
97%|██████████████████████████████████████████████████████████▉ | 426/441 [00:46<00:01, 9.19it/s]
97%|███████████████████████████████████████████████████████████ | 427/441 [00:46<00:01, 9.18it/s]
97%|███████████████████████████████████████████████████████████▏ | 428/441 [00:46<00:01, 8.94it/s]
97%|███████████████████████████████████████████████████████████▎ | 429/441 [00:46<00:01, 9.02it/s]
98%|███████████████████████████████████████████████████████████▍ | 430/441 [00:46<00:01, 9.10it/s]
98%|███████████████████████████████████████████████████████████▌ | 431/441 [00:46<00:01, 9.11it/s]
98%|███████████████████████████████████████████████████████████▊ | 432/441 [00:47<00:00, 9.17it/s]
98%|███████████████████████████████████████████████████████████▉ | 433/441 [00:47<00:00, 9.15it/s]
98%|████████████████████████████████████████████████████████████ | 434/441 [00:47<00:00, 9.19it/s]
99%|████████████████████████████████████████████████████████████▏| 435/441 [00:47<00:00, 8.96it/s]
99%|████████████████████████████████████████████████████████████▎| 436/441 [00:47<00:00, 9.04it/s]
99%|████████████████████████████████████████████████████████████▍| 437/441 [00:47<00:00, 9.15it/s]
99%|████████████████████████████████████████████████████████████▌| 438/441 [00:47<00:00, 9.20it/s]
100%|████████████████████████████████████████████████████████████▋| 439/441 [00:47<00:00, 9.21it/s]
100%|████████████████████████████████████████████████████████████▊| 440/441 [00:47<00:00, 9.24it/s]
100%|█████████████████████████████████████████████████████████████| 441/441 [00:47<00:00, 9.26it/s]
100%|█████████████████████████████████████████████████████████████| 441/441 [00:47<00:00, 9.19it/s]
ffmpeg version 4.4.2-0ubuntu0.22.04.1 Copyright (c) 2000-2021 the FFmpeg developers
built with gcc 11 (Ubuntu 11.2.0-19ubuntu1)
configuration: --prefix=/usr --extra-version=0ubuntu0.22.04.1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libdav1d --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzimg --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl --enable-opengl --enable-sdl2 --enable-pocketsphinx --enable-librsvg --enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared
libavutil 56. 70.100 / 56. 70.100
libavcodec 58.134.100 / 58.134.100
libavformat 58. 76.100 / 58. 76.100
libavdevice 58. 13.100 / 58. 13.100
libavfilter 7.110.100 / 7.110.100
libswscale 5. 9.100 / 5. 9.100
libswresample 3. 9.100 / 3. 9.100
libpostproc 55. 9.100 / 55. 9.100
Input #0, image2, from 'output/2023-11-01T11-55-12-sample-majicmixrealistic_v5preview/interpolated_frames/%08d.png':
Duration: 00:00:20.20, start: 0.000000, bitrate: N/A
Stream #0:0: Video: png, rgb24(pc), 512x512, 25 fps, 25 tbr, 25 tbn, 25 tbc
Stream mapping:
Stream #0:0 -> #0:0 (png (native) -> h264 (libx264))
Press [q] to stop, [?] for help
[libx264 @ 0x55ed633d6a40] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
[libx264 @ 0x55ed633d6a40] profile High, level 3.0, 4:2:0, 8-bit
[libx264 @ 0x55ed633d6a40] 264 - core 163 r3060 5db6aa6 - H.264/MPEG-4 AVC codec - Copyleft 2003-2021 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=15 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=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=1.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
Output #0, mp4, to 'output/2023-11-01T11-55-12-sample-majicmixrealistic_v5preview/output_video.mp4':
Metadata:
encoder : Lavf58.76.100
Stream #0:0: Video: h264 (avc1 / 0x31637661), yuv420p(tv, progressive), 512x512, q=2-31, 30 fps, 15360 tbn
Metadata:
encoder : Lavc58.134.100 libx264
Side data:
cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A
frame= 1 fps=0.0 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x
frame= 129 fps=0.0 q=7.0 size= 5632kB time=00:00:02.23 bitrate=20658.1kbits/s speed=4.39x
frame= 207 fps=205 q=7.0 size= 13568kB time=00:00:04.83 bitrate=22996.1kbits/s speed=4.78x
frame= 298 fps=196 q=7.0 size= 20736kB time=00:00:07.86 bitrate=21593.4kbits/s speed=5.17x
frame= 405 fps=200 q=7.0 size= 28416kB time=00:00:11.43 bitrate=20360.0kbits/s speed=5.64x
frame= 505 fps=191 q=-1.0 Lsize= 39869kB time=00:00:16.73 bitrate=19518.3kbits/s speed=6.32x
video:39862kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.017166%
[libx264 @ 0x55ed633d6a40] frame I:3 Avg QP: 0.72 size:158813
[libx264 @ 0x55ed633d6a40] frame P:182 Avg QP: 1.48 size:107018
[libx264 @ 0x55ed633d6a40] frame B:320 Avg QP: 3.28 size: 65202
[libx264 @ 0x55ed633d6a40] consecutive B-frames: 11.7% 7.9% 10.7% 69.7%
[libx264 @ 0x55ed633d6a40] mb I I16..4: 37.1% 23.4% 39.5%
[libx264 @ 0x55ed633d6a40] mb P I16..4: 9.9% 7.6% 9.2% P16..4: 55.4% 9.1% 8.8% 0.0% 0.0% skip: 0.0%
[libx264 @ 0x55ed633d6a40] mb B I16..4: 0.9% 1.1% 1.3% B16..8: 54.6% 7.3% 7.6% direct:22.8% skip: 4.3% L0:23.4% L1:23.1% BI:53.5%
[libx264 @ 0x55ed633d6a40] 8x8 transform intra:29.0% inter:29.1%
[libx264 @ 0x55ed633d6a40] coded y,uvDC,uvAC intra: 100.0% 99.5% 99.5% inter: 95.9% 93.8% 92.5%
[libx264 @ 0x55ed633d6a40] i16 v,h,dc,p: 4% 2% 27% 67%
[libx264 @ 0x55ed633d6a40] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 16% 8% 38% 6% 6% 7% 5% 9% 6%
[libx264 @ 0x55ed633d6a40] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 10% 8% 34% 10% 8% 8% 7% 8% 7%
[libx264 @ 0x55ed633d6a40] i8c dc,h,v,p: 28% 11% 16% 45%
[libx264 @ 0x55ed633d6a40] Weighted P-Frames: Y:9.9% UV:7.7%
[libx264 @ 0x55ed633d6a40] ref P L0: 87.7% 9.8% 2.0% 0.4% 0.0%
[libx264 @ 0x55ed633d6a40] ref B L0: 98.8% 1.1% 0.1%
[libx264 @ 0x55ed633d6a40] ref B L1: 99.7% 0.3%
[libx264 @ 0x55ed633d6a40] kb/s:19398.80