zsxkib / animatediff-illusions
Monster Labs' Controlnet QR Code Monster v2 For SD-1.5 on top of AnimateDiff Prompt Travel (Motion Module SD 1.5 v2)
Prediction
zsxkib/animatediff-illusions:e483abc74466f70815811c8ee1abeca5f762d646ebde865eaba1d1d3e725f5f0IDsqflqstbwbtgcrhc2yw4nwfuiuStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedby @zsxkibInput
- loop
- seed
- -1
- steps
- 40
- width
- 512
- frames
- 32
- height
- 512
- context
- 16
- clip_skip
- 2
- scheduler
- euler
- base_model
- majicmixRealistic_v5Preview
- prompt_map
- 0:
- head_prompt
- An oil painting of medieval city streets with buildings and trees and people
- tail_prompt
- output_format
- mp4
- guidance_scale
- 7.5
- negative_prompt
- ugly, disfigured, low quality, blurry, nsfw
- film_interpolation
- prompt_fixed_ratio
- 0.5
- num_interpolation_steps
- 3
- enable_qr_code_monster_v2
- playback_frames_per_second
- 16
- controlnet_conditioning_scale
- 0.25
- qr_code_monster_v2_guess_mode
- qr_code_monster_v2_preprocessor
{ "loop": true, "seed": -1, "steps": 40, "width": 512, "frames": 32, "height": 512, "context": 16, "clip_skip": 2, "scheduler": "euler", "base_model": "majicmixRealistic_v5Preview", "prompt_map": "0:", "head_prompt": "An oil painting of medieval city streets with buildings and trees and people", "tail_prompt": "", "output_format": "mp4", "guidance_scale": 7.5, "negative_prompt": "ugly, disfigured, low quality, blurry, nsfw", "controlnet_video": "https://replicate.delivery/pbxt/JlbPomk5xQXYw3Mao6B9eoFJS0moaYjCGSRhFPcMLCXNu0w8/spiral.gif", "film_interpolation": true, "prompt_fixed_ratio": 0.5, "num_interpolation_steps": 3, "enable_qr_code_monster_v2": true, "playback_frames_per_second": 16, "controlnet_conditioning_scale": 0.25, "qr_code_monster_v2_guess_mode": false, "qr_code_monster_v2_preprocessor": true }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; 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:e483abc74466f70815811c8ee1abeca5f762d646ebde865eaba1d1d3e725f5f0", { input: { loop: true, seed: -1, steps: 40, width: 512, frames: 32, height: 512, context: 16, clip_skip: 2, scheduler: "euler", base_model: "majicmixRealistic_v5Preview", prompt_map: "0:", head_prompt: "An oil painting of medieval city streets with buildings and trees and people", tail_prompt: "", output_format: "mp4", guidance_scale: 7.5, negative_prompt: "ugly, disfigured, low quality, blurry, nsfw", controlnet_video: "https://replicate.delivery/pbxt/JlbPomk5xQXYw3Mao6B9eoFJS0moaYjCGSRhFPcMLCXNu0w8/spiral.gif", film_interpolation: true, prompt_fixed_ratio: 0.5, num_interpolation_steps: 3, enable_qr_code_monster_v2: true, playback_frames_per_second: 16, controlnet_conditioning_scale: 0.25, 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.
Install Replicate’s Python client library:pip install replicate
Import the client: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:e483abc74466f70815811c8ee1abeca5f762d646ebde865eaba1d1d3e725f5f0", input={ "loop": True, "seed": -1, "steps": 40, "width": 512, "frames": 32, "height": 512, "context": 16, "clip_skip": 2, "scheduler": "euler", "base_model": "majicmixRealistic_v5Preview", "prompt_map": "0:", "head_prompt": "An oil painting of medieval city streets with buildings and trees and people", "tail_prompt": "", "output_format": "mp4", "guidance_scale": 7.5, "negative_prompt": "ugly, disfigured, low quality, blurry, nsfw", "controlnet_video": "https://replicate.delivery/pbxt/JlbPomk5xQXYw3Mao6B9eoFJS0moaYjCGSRhFPcMLCXNu0w8/spiral.gif", "film_interpolation": True, "prompt_fixed_ratio": 0.5, "num_interpolation_steps": 3, "enable_qr_code_monster_v2": True, "playback_frames_per_second": 16, "controlnet_conditioning_scale": 0.25, "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.
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:e483abc74466f70815811c8ee1abeca5f762d646ebde865eaba1d1d3e725f5f0", "input": { "loop": true, "seed": -1, "steps": 40, "width": 512, "frames": 32, "height": 512, "context": 16, "clip_skip": 2, "scheduler": "euler", "base_model": "majicmixRealistic_v5Preview", "prompt_map": "0:", "head_prompt": "An oil painting of medieval city streets with buildings and trees and people", "tail_prompt": "", "output_format": "mp4", "guidance_scale": 7.5, "negative_prompt": "ugly, disfigured, low quality, blurry, nsfw", "controlnet_video": "https://replicate.delivery/pbxt/JlbPomk5xQXYw3Mao6B9eoFJS0moaYjCGSRhFPcMLCXNu0w8/spiral.gif", "film_interpolation": true, "prompt_fixed_ratio": 0.5, "num_interpolation_steps": 3, "enable_qr_code_monster_v2": true, "playback_frames_per_second": 16, "controlnet_conditioning_scale": 0.25, "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.
Output
{ "completed_at": "2023-10-31T17:46:08.577596Z", "created_at": "2023-10-31T17:40:51.320941Z", "data_removed": false, "error": null, "id": "sqflqstbwbtgcrhc2yw4nwfuiu", "input": { "loop": true, "seed": -1, "steps": 40, "width": 512, "frames": 32, "height": 512, "context": 16, "clip_skip": 2, "scheduler": "euler", "base_model": "majicmixRealistic_v5Preview", "prompt_map": "0:", "head_prompt": "An oil painting of medieval city streets with buildings and trees and people", "tail_prompt": "", "output_format": "mp4", "guidance_scale": 7.5, "negative_prompt": "ugly, disfigured, low quality, blurry, nsfw", "controlnet_video": "https://replicate.delivery/pbxt/JlbPomk5xQXYw3Mao6B9eoFJS0moaYjCGSRhFPcMLCXNu0w8/spiral.gif", "film_interpolation": true, "prompt_fixed_ratio": 0.5, "num_interpolation_steps": 3, "enable_qr_code_monster_v2": true, "playback_frames_per_second": 16, "controlnet_conditioning_scale": 0.25, "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/tmpf2hvyr83spiral.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= 32 fps=0.0 q=-0.0 Lsize=N/A time=00:00:02.13 bitrate=N/A speed=40.5x\nvideo:938kB 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\": \"euler\",\n\"steps\": 40,\n\"guidance_scale\": 7.5,\n\"clip_skip\": 2,\n\"prompt_fixed_ratio\": 0.5,\n\"head_prompt\": \"An oil painting of medieval city streets with buildings and trees and people\",\n\"prompt_map\": {\n\"0\": \"\"\n},\n\"tail_prompt\": \"\",\n\"n_prompt\": [\n\"ugly, disfigured, low quality, blurry, nsfw\"\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\": true,\n\"qr_code_monster_v2\": {\n\"enable\": true,\n\"use_preprocessor\": true,\n\"guess_mode\": false,\n\"controlnet_conditioning_scale\": 0.25,\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\" : 16,\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 32 -C 16\n17:42:39 INFO Using generation config: cli.py:291\nconfig/prompts/custom_prompt_travel.json\n17:42:40 INFO 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-10-31T17-42-40-sample-majicmixrealist\nic_v5preview\nPreprocessing images (qr_code_monster_v2) 81% ━━━ 26/… [ 0:0… < 0:0… , 126 ]\nit/s\nSaving Preprocessed images (qr_code_monster_v2) 94% ━━╸ 29… [ 0:… < 0:… , 26 ]\nit…\n17:42:41 INFO Checking motion module... generate.py:331\nINFO Loading tokenizer... generate.py:345\nINFO Loading text encoder... generate.py:347\n17:42:42 INFO Loading VAE... generate.py:349\n17:42:43 INFO Loading UNet... generate.py:351\n17:42:51 INFO Loaded 453.20928M-parameter motion module unet.py:578\nINFO Using scheduler \"euler\" generate.py:363\n(EulerDiscreteScheduler)\nINFO Loading weights from generate.py:368\n/src/data/share/Stable-diffusion/majicmixReali\nstic_v5Preview.safetensors\n17:42:54 INFO Merging weights into UNet... generate.py:385\nINFO Creating AnimationPipeline... generate.py:431\nINFO No TI embeddings found ti.py:102\n17:42:55 INFO 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\n17:42:57 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: 7443810199593560147 cli.py:389\nINFO len( region_condi_list )=1 generate.py:1153\nINFO len( region_list )=1 generate.py:1154\n100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120/120 [ 0:02:07 < 0:00:00 , 1 it/s ]\n17:45:09 INFO Generation complete, saving... generate.py:1185\n17:45:12 INFO Creating ffmpeg encoder... generate.py:1084\nINFO Encoding interpolated frames with ffmpeg... generate.py:1094\nINFO Saved sample to generate.py:1189\noutput/2023-10-31T17-42-40-sample-majicmixrea\nlistic_v5preview/00_7443810199593560147_An-oi\nl-painting-of-medieval-city-streets-with-buil\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-10-31T17-42-40-sample-majicmixrealistic_v5preview/00-7443810199593560147/%08d.png':\nDuration: 00:00:02.00, start: 0.000000, bitrate: N/A\nStream #0:0: Video: png, rgb24(pc), 512x512, 16 fps, 16 tbr, 16 tbn, 16 tbc\nStream mapping:\nStream #0:0 (png) -> fps\nfps -> Stream #0:0 (libx264)\nPress [q] to stop, [?] for help\n[libx264 @ 0x5578de562c00] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2\n[libx264 @ 0x5578de562c00] profile High, level 2.2, 4:2:0, 8-bit\n[libx264 @ 0x5578de562c00] 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=16 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-10-31T17-42-40-sample-majicmixrealistic_v5preview/00_7443810199593560147_An-oil-painting-of-medieval-city-streets-with-buil.mp4':\nMetadata:\nencoder : Lavf58.76.100\nStream #0:0: Video: h264 (avc1 / 0x31637661), yuv420p(tv, progressive), 512x512, q=2-31, 16 fps, 16384 tbn\nMetadata:\nencoder : Lavc58.134.100 libx264\nSide data:\ncpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A\nframe= 1 fps=0.0 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x\nframe= 32 fps=0.0 q=-1.0 Lsize= 2408kB time=00:00:01.81 bitrate=10883.7kbits/s speed= 5.3x\nvideo:2407kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.048362%\n[libx264 @ 0x5578de562c00] frame I:1 Avg QP:12.29 size: 87231\n[libx264 @ 0x5578de562c00] frame P:6 Avg QP:12.56 size: 87794\n[libx264 @ 0x5578de562c00] frame B:25 Avg QP:13.27 size: 74002\n[libx264 @ 0x5578de562c00] consecutive B-frames: 3.1% 6.2% 0.0% 0.0% 15.6% 75.0%\n[libx264 @ 0x5578de562c00] mb I I16..4: 15.6% 30.8% 53.6%\n[libx264 @ 0x5578de562c00] mb P I16..4: 15.7% 36.8% 41.8% P16..4: 1.5% 2.6% 1.7% 0.0% 0.0% skip: 0.0%\n[libx264 @ 0x5578de562c00] mb B I16..4: 6.0% 19.9% 26.7% B16..8: 13.4% 17.8% 8.3% direct: 7.0% skip: 0.9% L0:21.6% L1:19.3% BI:59.1%\n[libx264 @ 0x5578de562c00] 8x8 transform intra:37.9% inter:37.5%\n[libx264 @ 0x5578de562c00] coded y,uvDC,uvAC intra: 98.9% 99.4% 98.0% inter: 90.1% 93.4% 70.2%\n[libx264 @ 0x5578de562c00] i16 v,h,dc,p: 25% 5% 27% 44%\n[libx264 @ 0x5578de562c00] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 32% 7% 16% 6% 8% 12% 5% 9% 6%\n[libx264 @ 0x5578de562c00] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 20% 8% 16% 9% 9% 12% 7% 10% 9%\n[libx264 @ 0x5578de562c00] i8c dc,h,v,p: 34% 13% 36% 18%\n[libx264 @ 0x5578de562c00] Weighted P-Frames: Y:0.0% UV:0.0%\n[libx264 @ 0x5578de562c00] ref P L0: 73.2% 18.6% 2.2% 2.2% 2.0% 1.7%\n[libx264 @ 0x5578de562c00] ref B L0: 95.2% 3.4% 1.0% 0.3% 0.1%\n[libx264 @ 0x5578de562c00] ref B L1: 98.6% 1.4%\n[libx264 @ 0x5578de562c00] kb/s:9856.14\nIdentifying the GIF path from the generated outputs...\nIdentified directory: output/2023-10-31T17-42-40-sample-majicmixrealistic_v5preview\nIdentified Media Path: output/2023-10-31T17-42-40-sample-majicmixrealistic_v5preview/00_7443810199593560147_An-oil-painting-of-medieval-city-streets-with-buil.mp4\nIdentified PNG Folder Path: output/2023-10-31T17-42-40-sample-majicmixrealistic_v5preview/00-7443810199593560147\nInterpolating frames with FILM...\n 0%|\u001b[32m \u001b[0m| 0/217 [00:00<?, ?it/s]\u001b[0m\n 0%|\u001b[32m▎ \u001b[0m| 1/217 [00:00<00:28, 7.60it/s]\u001b[0m\n 1%|\u001b[32m▌ \u001b[0m| 2/217 [00:00<00:24, 8.61it/s]\u001b[0m\n 1%|\u001b[32m▊ \u001b[0m| 3/217 [00:00<00:23, 8.98it/s]\u001b[0m\n 2%|\u001b[32m█▏ \u001b[0m| 4/217 [00:00<00:23, 9.18it/s]\u001b[0m\n 2%|\u001b[32m█▍ \u001b[0m| 5/217 [00:00<00:22, 9.27it/s]\u001b[0m\n 3%|\u001b[32m█▋ \u001b[0m| 6/217 [00:00<00:22, 9.31it/s]\u001b[0m\n 3%|\u001b[32m██ \u001b[0m| 7/217 [00:00<00:22, 9.31it/s]\u001b[0m\n 4%|\u001b[32m██▎ \u001b[0m| 8/217 [00:00<00:23, 8.92it/s]\u001b[0m\n 4%|\u001b[32m██▌ \u001b[0m| 9/217 [00:00<00:22, 9.09it/s]\u001b[0m\n 5%|\u001b[32m██▊ \u001b[0m| 10/217 [00:01<00:22, 9.18it/s]\u001b[0m\n 5%|\u001b[32m███▏ \u001b[0m| 11/217 [00:01<00:22, 9.25it/s]\u001b[0m\n 6%|\u001b[32m███▍ \u001b[0m| 12/217 [00:01<00:21, 9.32it/s]\u001b[0m\n 6%|\u001b[32m███▋ \u001b[0m| 13/217 [00:01<00:21, 9.37it/s]\u001b[0m\n 6%|\u001b[32m████ \u001b[0m| 14/217 [00:01<00:21, 9.39it/s]\u001b[0m\n 7%|\u001b[32m████▎ \u001b[0m| 15/217 [00:01<00:22, 9.02it/s]\u001b[0m\n 7%|\u001b[32m████▌ \u001b[0m| 16/217 [00:01<00:21, 9.15it/s]\u001b[0m\n 8%|\u001b[32m████▊ \u001b[0m| 17/217 [00:01<00:21, 9.22it/s]\u001b[0m\n 8%|\u001b[32m█████▏ \u001b[0m| 18/217 [00:01<00:21, 9.31it/s]\u001b[0m\n 9%|\u001b[32m█████▍ \u001b[0m| 19/217 [00:02<00:21, 9.33it/s]\u001b[0m\n 9%|\u001b[32m█████▋ \u001b[0m| 20/217 [00:02<00:21, 9.37it/s]\u001b[0m\n 10%|\u001b[32m██████ \u001b[0m| 21/217 [00:02<00:20, 9.37it/s]\u001b[0m\n 10%|\u001b[32m██████▎ \u001b[0m| 22/217 [00:02<00:21, 8.99it/s]\u001b[0m\n 11%|\u001b[32m██████▌ \u001b[0m| 23/217 [00:02<00:21, 9.12it/s]\u001b[0m\n 11%|\u001b[32m██████▊ \u001b[0m| 24/217 [00:02<00:21, 9.18it/s]\u001b[0m\n 12%|\u001b[32m███████▏ \u001b[0m| 25/217 [00:02<00:20, 9.23it/s]\u001b[0m\n 12%|\u001b[32m███████▍ \u001b[0m| 26/217 [00:02<00:20, 9.28it/s]\u001b[0m\n 12%|\u001b[32m███████▋ \u001b[0m| 27/217 [00:02<00:20, 9.32it/s]\u001b[0m\n 13%|\u001b[32m████████ \u001b[0m| 28/217 [00:03<00:20, 9.35it/s]\u001b[0m\n 13%|\u001b[32m████████▎ \u001b[0m| 29/217 [00:03<00:20, 9.00it/s]\u001b[0m\n 14%|\u001b[32m████████▌ \u001b[0m| 30/217 [00:03<00:20, 9.13it/s]\u001b[0m\n 14%|\u001b[32m████████▊ \u001b[0m| 31/217 [00:03<00:20, 9.19it/s]\u001b[0m\n 15%|\u001b[32m█████████▏ \u001b[0m| 32/217 [00:03<00:19, 9.26it/s]\u001b[0m\n 15%|\u001b[32m█████████▍ \u001b[0m| 33/217 [00:03<00:19, 9.30it/s]\u001b[0m\n 16%|\u001b[32m█████████▋ \u001b[0m| 34/217 [00:03<00:19, 9.33it/s]\u001b[0m\n 16%|\u001b[32m██████████ \u001b[0m| 35/217 [00:03<00:19, 9.39it/s]\u001b[0m\n 17%|\u001b[32m██████████▎ \u001b[0m| 36/217 [00:03<00:20, 9.01it/s]\u001b[0m\n 17%|\u001b[32m██████████▌ \u001b[0m| 37/217 [00:04<00:19, 9.12it/s]\u001b[0m\n 18%|\u001b[32m██████████▊ \u001b[0m| 38/217 [00:04<00:19, 9.21it/s]\u001b[0m\n 18%|\u001b[32m███████████▏ \u001b[0m| 39/217 [00:04<00:19, 9.24it/s]\u001b[0m\n 18%|\u001b[32m███████████▍ \u001b[0m| 40/217 [00:04<00:19, 9.31it/s]\u001b[0m\n 19%|\u001b[32m███████████▋ \u001b[0m| 41/217 [00:04<00:18, 9.31it/s]\u001b[0m\n 19%|\u001b[32m████████████ \u001b[0m| 42/217 [00:04<00:18, 9.34it/s]\u001b[0m\n 20%|\u001b[32m████████████▎ \u001b[0m| 43/217 [00:04<00:19, 9.03it/s]\u001b[0m\n 20%|\u001b[32m████████████▌ \u001b[0m| 44/217 [00:04<00:18, 9.14it/s]\u001b[0m\n 21%|\u001b[32m████████████▊ \u001b[0m| 45/217 [00:04<00:18, 9.22it/s]\u001b[0m\n 21%|\u001b[32m█████████████▏ \u001b[0m| 46/217 [00:05<00:18, 9.25it/s]\u001b[0m\n 22%|\u001b[32m█████████████▍ \u001b[0m| 47/217 [00:05<00:18, 9.28it/s]\u001b[0m\n 22%|\u001b[32m█████████████▋ \u001b[0m| 48/217 [00:05<00:18, 9.30it/s]\u001b[0m\n 23%|\u001b[32m██████████████ \u001b[0m| 49/217 [00:05<00:18, 9.33it/s]\u001b[0m\n 23%|\u001b[32m██████████████▎ \u001b[0m| 50/217 [00:05<00:18, 8.98it/s]\u001b[0m\n 24%|\u001b[32m██████████████▌ \u001b[0m| 51/217 [00:05<00:18, 9.11it/s]\u001b[0m\n 24%|\u001b[32m██████████████▊ \u001b[0m| 52/217 [00:05<00:17, 9.22it/s]\u001b[0m\n 24%|\u001b[32m███████████████▏ \u001b[0m| 53/217 [00:05<00:17, 9.27it/s]\u001b[0m\n 25%|\u001b[32m███████████████▍ \u001b[0m| 54/217 [00:05<00:17, 9.32it/s]\u001b[0m\n 25%|\u001b[32m███████████████▋ \u001b[0m| 55/217 [00:05<00:17, 9.39it/s]\u001b[0m\n 26%|\u001b[32m████████████████ \u001b[0m| 56/217 [00:06<00:17, 9.40it/s]\u001b[0m\n 26%|\u001b[32m████████████████▎ \u001b[0m| 57/217 [00:06<00:17, 8.99it/s]\u001b[0m\n 27%|\u001b[32m████████████████▌ \u001b[0m| 58/217 [00:06<00:17, 9.12it/s]\u001b[0m\n 27%|\u001b[32m████████████████▊ \u001b[0m| 59/217 [00:06<00:17, 9.20it/s]\u001b[0m\n 28%|\u001b[32m█████████████████▏ \u001b[0m| 60/217 [00:06<00:16, 9.24it/s]\u001b[0m\n 28%|\u001b[32m█████████████████▍ \u001b[0m| 61/217 [00:06<00:16, 9.27it/s]\u001b[0m\n 29%|\u001b[32m█████████████████▋ \u001b[0m| 62/217 [00:06<00:16, 9.31it/s]\u001b[0m\n 29%|\u001b[32m██████████████████ \u001b[0m| 63/217 [00:06<00:16, 9.35it/s]\u001b[0m\n 29%|\u001b[32m██████████████████▎ \u001b[0m| 64/217 [00:06<00:17, 8.98it/s]\u001b[0m\n 30%|\u001b[32m██████████████████▌ \u001b[0m| 65/217 [00:07<00:16, 9.06it/s]\u001b[0m\n 30%|\u001b[32m██████████████████▊ \u001b[0m| 66/217 [00:07<00:16, 9.15it/s]\u001b[0m\n 31%|\u001b[32m███████████████████▏ \u001b[0m| 67/217 [00:07<00:16, 9.22it/s]\u001b[0m\n 31%|\u001b[32m███████████████████▍ \u001b[0m| 68/217 [00:07<00:16, 9.29it/s]\u001b[0m\n 32%|\u001b[32m███████████████████▋ \u001b[0m| 69/217 [00:07<00:15, 9.34it/s]\u001b[0m\n 32%|\u001b[32m████████████████████ \u001b[0m| 70/217 [00:07<00:15, 9.40it/s]\u001b[0m\n 33%|\u001b[32m████████████████████▎ \u001b[0m| 71/217 [00:07<00:16, 9.03it/s]\u001b[0m\n 33%|\u001b[32m████████████████████▌ \u001b[0m| 72/217 [00:07<00:15, 9.18it/s]\u001b[0m\n 34%|\u001b[32m████████████████████▊ \u001b[0m| 73/217 [00:07<00:15, 9.24it/s]\u001b[0m\n 34%|\u001b[32m█████████████████████▏ \u001b[0m| 74/217 [00:08<00:15, 9.31it/s]\u001b[0m\n 35%|\u001b[32m█████████████████████▍ \u001b[0m| 75/217 [00:08<00:15, 9.35it/s]\u001b[0m\n 35%|\u001b[32m█████████████████████▋ \u001b[0m| 76/217 [00:08<00:15, 9.39it/s]\u001b[0m\n 35%|\u001b[32m██████████████████████ \u001b[0m| 77/217 [00:08<00:14, 9.40it/s]\u001b[0m\n 36%|\u001b[32m██████████████████████▎ \u001b[0m| 78/217 [00:08<00:15, 8.99it/s]\u001b[0m\n 36%|\u001b[32m██████████████████████▌ \u001b[0m| 79/217 [00:08<00:15, 9.13it/s]\u001b[0m\n 37%|\u001b[32m██████████████████████▊ \u001b[0m| 80/217 [00:08<00:14, 9.22it/s]\u001b[0m\n 37%|\u001b[32m███████████████████████▏ \u001b[0m| 81/217 [00:08<00:14, 9.30it/s]\u001b[0m\n 38%|\u001b[32m███████████████████████▍ \u001b[0m| 82/217 [00:08<00:14, 9.37it/s]\u001b[0m\n 38%|\u001b[32m███████████████████████▋ \u001b[0m| 83/217 [00:09<00:14, 9.39it/s]\u001b[0m\n 39%|\u001b[32m████████████████████████ \u001b[0m| 84/217 [00:09<00:14, 9.40it/s]\u001b[0m\n 39%|\u001b[32m████████████████████████▎ \u001b[0m| 85/217 [00:09<00:14, 9.00it/s]\u001b[0m\n 40%|\u001b[32m████████████████████████▌ \u001b[0m| 86/217 [00:09<00:14, 9.10it/s]\u001b[0m\n 40%|\u001b[32m████████████████████████▊ \u001b[0m| 87/217 [00:09<00:14, 9.17it/s]\u001b[0m\n 41%|\u001b[32m█████████████████████████▏ \u001b[0m| 88/217 [00:09<00:13, 9.23it/s]\u001b[0m\n 41%|\u001b[32m█████████████████████████▍ \u001b[0m| 89/217 [00:09<00:13, 9.26it/s]\u001b[0m\n 41%|\u001b[32m█████████████████████████▋ \u001b[0m| 90/217 [00:09<00:13, 9.27it/s]\u001b[0m\n 42%|\u001b[32m██████████████████████████ \u001b[0m| 91/217 [00:09<00:13, 9.33it/s]\u001b[0m\n 42%|\u001b[32m██████████████████████████▎ \u001b[0m| 92/217 [00:09<00:13, 8.94it/s]\u001b[0m\n 43%|\u001b[32m██████████████████████████▌ \u001b[0m| 93/217 [00:10<00:13, 9.09it/s]\u001b[0m\n 43%|\u001b[32m██████████████████████████▊ \u001b[0m| 94/217 [00:10<00:13, 9.16it/s]\u001b[0m\n 44%|\u001b[32m███████████████████████████▏ \u001b[0m| 95/217 [00:10<00:13, 9.23it/s]\u001b[0m\n 44%|\u001b[32m███████████████████████████▍ \u001b[0m| 96/217 [00:10<00:13, 9.26it/s]\u001b[0m\n 45%|\u001b[32m███████████████████████████▋ \u001b[0m| 97/217 [00:10<00:12, 9.31it/s]\u001b[0m\n 45%|\u001b[32m████████████████████████████ \u001b[0m| 98/217 [00:10<00:12, 9.32it/s]\u001b[0m\n 46%|\u001b[32m████████████████████████████▎ \u001b[0m| 99/217 [00:10<00:13, 8.98it/s]\u001b[0m\n 46%|\u001b[32m████████████████████████████ \u001b[0m| 100/217 [00:10<00:12, 9.14it/s]\u001b[0m\n 47%|\u001b[32m████████████████████████████▍ \u001b[0m| 101/217 [00:10<00:12, 9.22it/s]\u001b[0m\n 47%|\u001b[32m████████████████████████████▋ \u001b[0m| 102/217 [00:11<00:12, 9.29it/s]\u001b[0m\n 47%|\u001b[32m████████████████████████████▉ \u001b[0m| 103/217 [00:11<00:12, 9.34it/s]\u001b[0m\n 48%|\u001b[32m█████████████████████████████▏ \u001b[0m| 104/217 [00:11<00:12, 9.38it/s]\u001b[0m\n 48%|\u001b[32m█████████████████████████████▌ \u001b[0m| 105/217 [00:11<00:11, 9.42it/s]\u001b[0m\n 49%|\u001b[32m█████████████████████████████▊ \u001b[0m| 106/217 [00:11<00:12, 9.03it/s]\u001b[0m\n 49%|\u001b[32m██████████████████████████████ \u001b[0m| 107/217 [00:11<00:12, 9.14it/s]\u001b[0m\n 50%|\u001b[32m██████████████████████████████▎ \u001b[0m| 108/217 [00:11<00:11, 9.22it/s]\u001b[0m\n 50%|\u001b[32m██████████████████████████████▋ \u001b[0m| 109/217 [00:11<00:11, 9.28it/s]\u001b[0m\n 51%|\u001b[32m██████████████████████████████▉ \u001b[0m| 110/217 [00:11<00:11, 9.30it/s]\u001b[0m\n 51%|\u001b[32m███████████████████████████████▏ \u001b[0m| 111/217 [00:12<00:11, 9.30it/s]\u001b[0m\n 52%|\u001b[32m███████████████████████████████▍ \u001b[0m| 112/217 [00:12<00:11, 9.29it/s]\u001b[0m\n 52%|\u001b[32m███████████████████████████████▊ \u001b[0m| 113/217 [00:12<00:11, 8.94it/s]\u001b[0m\n 53%|\u001b[32m████████████████████████████████ \u001b[0m| 114/217 [00:12<00:11, 9.08it/s]\u001b[0m\n 53%|\u001b[32m████████████████████████████████▎ \u001b[0m| 115/217 [00:12<00:11, 9.14it/s]\u001b[0m\n 53%|\u001b[32m████████████████████████████████▌ \u001b[0m| 116/217 [00:12<00:10, 9.19it/s]\u001b[0m\n 54%|\u001b[32m████████████████████████████████▉ \u001b[0m| 117/217 [00:12<00:10, 9.26it/s]\u001b[0m\n 54%|\u001b[32m█████████████████████████████████▏ \u001b[0m| 118/217 [00:12<00:10, 9.31it/s]\u001b[0m\n 55%|\u001b[32m█████████████████████████████████▍ \u001b[0m| 119/217 [00:12<00:10, 9.35it/s]\u001b[0m\n 55%|\u001b[32m█████████████████████████████████▋ \u001b[0m| 120/217 [00:13<00:10, 9.00it/s]\u001b[0m\n 56%|\u001b[32m██████████████████████████████████ \u001b[0m| 121/217 [00:13<00:10, 9.11it/s]\u001b[0m\n 56%|\u001b[32m██████████████████████████████████▎ \u001b[0m| 122/217 [00:13<00:10, 9.20it/s]\u001b[0m\n 57%|\u001b[32m██████████████████████████████████▌ \u001b[0m| 123/217 [00:13<00:10, 9.23it/s]\u001b[0m\n 57%|\u001b[32m██████████████████████████████████▊ \u001b[0m| 124/217 [00:13<00:10, 9.25it/s]\u001b[0m\n 58%|\u001b[32m███████████████████████████████████▏ \u001b[0m| 125/217 [00:13<00:09, 9.27it/s]\u001b[0m\n 58%|\u001b[32m███████████████████████████████████▍ \u001b[0m| 126/217 [00:13<00:09, 9.33it/s]\u001b[0m\n 59%|\u001b[32m███████████████████████████████████▋ \u001b[0m| 127/217 [00:13<00:10, 8.95it/s]\u001b[0m\n 59%|\u001b[32m███████████████████████████████████▉ \u001b[0m| 128/217 [00:13<00:09, 9.07it/s]\u001b[0m\n 59%|\u001b[32m████████████████████████████████████▎ \u001b[0m| 129/217 [00:14<00:09, 9.17it/s]\u001b[0m\n 60%|\u001b[32m████████████████████████████████████▌ \u001b[0m| 130/217 [00:14<00:09, 9.18it/s]\u001b[0m\n 60%|\u001b[32m████████████████████████████████████▊ \u001b[0m| 131/217 [00:14<00:09, 9.27it/s]\u001b[0m\n 61%|\u001b[32m█████████████████████████████████████ \u001b[0m| 132/217 [00:14<00:09, 9.30it/s]\u001b[0m\n 61%|\u001b[32m█████████████████████████████████████▍ \u001b[0m| 133/217 [00:14<00:09, 9.33it/s]\u001b[0m\n 62%|\u001b[32m█████████████████████████████████████▋ \u001b[0m| 134/217 [00:14<00:09, 8.98it/s]\u001b[0m\n 62%|\u001b[32m█████████████████████████████████████▉ \u001b[0m| 135/217 [00:14<00:09, 9.10it/s]\u001b[0m\n 63%|\u001b[32m██████████████████████████████████████▏ \u001b[0m| 136/217 [00:14<00:08, 9.18it/s]\u001b[0m\n 63%|\u001b[32m██████████████████████████████████████▌ \u001b[0m| 137/217 [00:14<00:08, 9.21it/s]\u001b[0m\n 64%|\u001b[32m██████████████████████████████████████▊ \u001b[0m| 138/217 [00:14<00:08, 9.28it/s]\u001b[0m\n 64%|\u001b[32m███████████████████████████████████████ \u001b[0m| 139/217 [00:15<00:08, 9.30it/s]\u001b[0m\n 65%|\u001b[32m███████████████████████████████████████▎ \u001b[0m| 140/217 [00:15<00:08, 9.32it/s]\u001b[0m\n 65%|\u001b[32m███████████████████████████████████████▋ \u001b[0m| 141/217 [00:15<00:08, 8.97it/s]\u001b[0m\n 65%|\u001b[32m███████████████████████████████████████▉ \u001b[0m| 142/217 [00:15<00:08, 9.12it/s]\u001b[0m\n 66%|\u001b[32m████████████████████████████████████████▏ \u001b[0m| 143/217 [00:15<00:08, 9.22it/s]\u001b[0m\n 66%|\u001b[32m████████████████████████████████████████▍ \u001b[0m| 144/217 [00:15<00:07, 9.30it/s]\u001b[0m\n 67%|\u001b[32m████████████████████████████████████████▊ \u001b[0m| 145/217 [00:15<00:07, 9.32it/s]\u001b[0m\n 67%|\u001b[32m█████████████████████████████████████████ \u001b[0m| 146/217 [00:15<00:07, 9.38it/s]\u001b[0m\n 68%|\u001b[32m█████████████████████████████████████████▎ \u001b[0m| 147/217 [00:15<00:07, 9.40it/s]\u001b[0m\n 68%|\u001b[32m█████████████████████████████████████████▌ \u001b[0m| 148/217 [00:16<00:07, 9.00it/s]\u001b[0m\n 69%|\u001b[32m█████████████████████████████████████████▉ \u001b[0m| 149/217 [00:16<00:07, 9.14it/s]\u001b[0m\n 69%|\u001b[32m██████████████████████████████████████████▏ \u001b[0m| 150/217 [00:16<00:07, 9.23it/s]\u001b[0m\n 70%|\u001b[32m██████████████████████████████████████████▍ \u001b[0m| 151/217 [00:16<00:07, 9.23it/s]\u001b[0m\n 70%|\u001b[32m██████████████████████████████████████████▋ \u001b[0m| 152/217 [00:16<00:06, 9.30it/s]\u001b[0m\n 71%|\u001b[32m███████████████████████████████████████████ \u001b[0m| 153/217 [00:16<00:06, 9.32it/s]\u001b[0m\n 71%|\u001b[32m███████████████████████████████████████████▎ \u001b[0m| 154/217 [00:16<00:06, 9.35it/s]\u001b[0m\n 71%|\u001b[32m███████████████████████████████████████████▌ \u001b[0m| 155/217 [00:16<00:06, 8.95it/s]\u001b[0m\n 72%|\u001b[32m███████████████████████████████████████████▊ \u001b[0m| 156/217 [00:16<00:06, 9.07it/s]\u001b[0m\n 72%|\u001b[32m████████████████████████████████████████████▏ \u001b[0m| 157/217 [00:17<00:06, 9.16it/s]\u001b[0m\n 73%|\u001b[32m████████████████████████████████████████████▍ \u001b[0m| 158/217 [00:17<00:06, 9.26it/s]\u001b[0m\n 73%|\u001b[32m████████████████████████████████████████████▋ \u001b[0m| 159/217 [00:17<00:06, 9.33it/s]\u001b[0m\n 74%|\u001b[32m████████████████████████████████████████████▉ \u001b[0m| 160/217 [00:17<00:06, 9.33it/s]\u001b[0m\n 74%|\u001b[32m█████████████████████████████████████████████▎ \u001b[0m| 161/217 [00:17<00:05, 9.33it/s]\u001b[0m\n 75%|\u001b[32m█████████████████████████████████████████████▌ \u001b[0m| 162/217 [00:17<00:06, 8.95it/s]\u001b[0m\n 75%|\u001b[32m█████████████████████████████████████████████▊ \u001b[0m| 163/217 [00:17<00:05, 9.08it/s]\u001b[0m\n 76%|\u001b[32m██████████████████████████████████████████████ \u001b[0m| 164/217 [00:17<00:05, 9.17it/s]\u001b[0m\n 76%|\u001b[32m██████████████████████████████████████████████▍ \u001b[0m| 165/217 [00:17<00:05, 9.26it/s]\u001b[0m\n 76%|\u001b[32m██████████████████████████████████████████████▋ \u001b[0m| 166/217 [00:18<00:05, 9.31it/s]\u001b[0m\n 77%|\u001b[32m██████████████████████████████████████████████▉ \u001b[0m| 167/217 [00:18<00:05, 9.32it/s]\u001b[0m\n 77%|\u001b[32m███████████████████████████████████████████████▏ \u001b[0m| 168/217 [00:18<00:05, 9.35it/s]\u001b[0m\n 78%|\u001b[32m███████████████████████████████████████████████▌ \u001b[0m| 169/217 [00:18<00:05, 8.93it/s]\u001b[0m\n 78%|\u001b[32m███████████████████████████████████████████████▊ \u001b[0m| 170/217 [00:18<00:05, 9.07it/s]\u001b[0m\n 79%|\u001b[32m████████████████████████████████████████████████ \u001b[0m| 171/217 [00:18<00:05, 9.17it/s]\u001b[0m\n 79%|\u001b[32m████████████████████████████████████████████████▎ \u001b[0m| 172/217 [00:18<00:04, 9.23it/s]\u001b[0m\n 80%|\u001b[32m████████████████████████████████████████████████▋ \u001b[0m| 173/217 [00:18<00:04, 9.30it/s]\u001b[0m\n 80%|\u001b[32m████████████████████████████████████████████████▉ \u001b[0m| 174/217 [00:18<00:04, 9.35it/s]\u001b[0m\n 81%|\u001b[32m█████████████████████████████████████████████████▏ \u001b[0m| 175/217 [00:18<00:04, 9.38it/s]\u001b[0m\n 81%|\u001b[32m█████████████████████████████████████████████████▍ \u001b[0m| 176/217 [00:19<00:04, 8.98it/s]\u001b[0m\n 82%|\u001b[32m█████████████████████████████████████████████████▊ \u001b[0m| 177/217 [00:19<00:04, 9.09it/s]\u001b[0m\n 82%|\u001b[32m██████████████████████████████████████████████████ \u001b[0m| 178/217 [00:19<00:04, 9.20it/s]\u001b[0m\n 82%|\u001b[32m██████████████████████████████████████████████████▎ \u001b[0m| 179/217 [00:19<00:04, 9.29it/s]\u001b[0m\n 83%|\u001b[32m██████████████████████████████████████████████████▌ \u001b[0m| 180/217 [00:19<00:03, 9.35it/s]\u001b[0m\n 83%|\u001b[32m██████████████████████████████████████████████████▉ \u001b[0m| 181/217 [00:19<00:03, 9.39it/s]\u001b[0m\n 84%|\u001b[32m███████████████████████████████████████████████████▏ \u001b[0m| 182/217 [00:19<00:03, 9.38it/s]\u001b[0m\n 84%|\u001b[32m███████████████████████████████████████████████████▍ \u001b[0m| 183/217 [00:19<00:03, 9.01it/s]\u001b[0m\n 85%|\u001b[32m███████████████████████████████████████████████████▋ \u001b[0m| 184/217 [00:19<00:03, 9.16it/s]\u001b[0m\n 85%|\u001b[32m████████████████████████████████████████████████████ \u001b[0m| 185/217 [00:20<00:03, 9.21it/s]\u001b[0m\n 86%|\u001b[32m████████████████████████████████████████████████████▎ \u001b[0m| 186/217 [00:20<00:03, 9.26it/s]\u001b[0m\n 86%|\u001b[32m████████████████████████████████████████████████████▌ \u001b[0m| 187/217 [00:20<00:03, 9.32it/s]\u001b[0m\n 87%|\u001b[32m████████████████████████████████████████████████████▊ \u001b[0m| 188/217 [00:20<00:03, 9.36it/s]\u001b[0m\n 87%|\u001b[32m█████████████████████████████████████████████████████▏ \u001b[0m| 189/217 [00:20<00:02, 9.39it/s]\u001b[0m\n 88%|\u001b[32m█████████████████████████████████████████████████████▍ \u001b[0m| 190/217 [00:20<00:03, 8.99it/s]\u001b[0m\n 88%|\u001b[32m█████████████████████████████████████████████████████▋ \u001b[0m| 191/217 [00:20<00:02, 9.13it/s]\u001b[0m\n 88%|\u001b[32m█████████████████████████████████████████████████████▉ \u001b[0m| 192/217 [00:20<00:02, 9.19it/s]\u001b[0m\n 89%|\u001b[32m██████████████████████████████████████████████████████▎ \u001b[0m| 193/217 [00:20<00:02, 9.26it/s]\u001b[0m\n 89%|\u001b[32m██████████████████████████████████████████████████████▌ \u001b[0m| 194/217 [00:21<00:02, 9.32it/s]\u001b[0m\n 90%|\u001b[32m██████████████████████████████████████████████████████▊ \u001b[0m| 195/217 [00:21<00:02, 9.33it/s]\u001b[0m\n 90%|\u001b[32m███████████████████████████████████████████████████████ \u001b[0m| 196/217 [00:21<00:02, 9.32it/s]\u001b[0m\n 91%|\u001b[32m███████████████████████████████████████████████████████▍ \u001b[0m| 197/217 [00:21<00:02, 8.97it/s]\u001b[0m\n 91%|\u001b[32m███████████████████████████████████████████████████████▋ \u001b[0m| 198/217 [00:21<00:02, 9.11it/s]\u001b[0m\n 92%|\u001b[32m███████████████████████████████████████████████████████▉ \u001b[0m| 199/217 [00:21<00:01, 9.19it/s]\u001b[0m\n 92%|\u001b[32m████████████████████████████████████████████████████████▏ \u001b[0m| 200/217 [00:21<00:01, 9.26it/s]\u001b[0m\n 93%|\u001b[32m████████████████████████████████████████████████████████▌ \u001b[0m| 201/217 [00:21<00:01, 9.28it/s]\u001b[0m\n 93%|\u001b[32m████████████████████████████████████████████████████████▊ \u001b[0m| 202/217 [00:21<00:01, 9.34it/s]\u001b[0m\n 94%|\u001b[32m█████████████████████████████████████████████████████████ \u001b[0m| 203/217 [00:22<00:01, 9.39it/s]\u001b[0m\n 94%|\u001b[32m█████████████████████████████████████████████████████████▎ \u001b[0m| 204/217 [00:22<00:01, 8.98it/s]\u001b[0m\n 94%|\u001b[32m█████████████████████████████████████████████████████████▋ \u001b[0m| 205/217 [00:22<00:01, 9.10it/s]\u001b[0m\n 95%|\u001b[32m█████████████████████████████████████████████████████████▉ \u001b[0m| 206/217 [00:22<00:01, 9.20it/s]\u001b[0m\n 95%|\u001b[32m██████████████████████████████████████████████████████████▏ \u001b[0m| 207/217 [00:22<00:01, 9.27it/s]\u001b[0m\n 96%|\u001b[32m██████████████████████████████████████████████████████████▍ \u001b[0m| 208/217 [00:22<00:00, 9.31it/s]\u001b[0m\n 96%|\u001b[32m██████████████████████████████████████████████████████████▊ \u001b[0m| 209/217 [00:22<00:00, 9.35it/s]\u001b[0m\n 97%|\u001b[32m███████████████████████████████████████████████████████████ \u001b[0m| 210/217 [00:22<00:00, 9.35it/s]\u001b[0m\n 97%|\u001b[32m███████████████████████████████████████████████████████████▎ \u001b[0m| 211/217 [00:22<00:00, 8.98it/s]\u001b[0m\n 98%|\u001b[32m███████████████████████████████████████████████████████████▌ \u001b[0m| 212/217 [00:23<00:00, 9.12it/s]\u001b[0m\n 98%|\u001b[32m███████████████████████████████████████████████████████████▉ \u001b[0m| 213/217 [00:23<00:00, 9.20it/s]\u001b[0m\n 99%|\u001b[32m████████████████████████████████████████████████████████████▏\u001b[0m| 214/217 [00:23<00:00, 9.27it/s]\u001b[0m\n 99%|\u001b[32m████████████████████████████████████████████████████████████▍\u001b[0m| 215/217 [00:23<00:00, 9.32it/s]\u001b[0m\n100%|\u001b[32m████████████████████████████████████████████████████████████▋\u001b[0m| 216/217 [00:23<00:00, 9.32it/s]\u001b[0m\n100%|\u001b[32m█████████████████████████████████████████████████████████████\u001b[0m| 217/217 [00:23<00:00, 9.38it/s]\u001b[0m\n100%|\u001b[32m█████████████████████████████████████████████████████████████\u001b[0m| 217/217 [00:23<00:00, 9.21it/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-10-31T17-42-40-sample-majicmixrealistic_v5preview/interpolated_frames/%08d.png':\nDuration: 00:00:09.96, 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 @ 0x55fe85918240] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2\n[libx264 @ 0x55fe85918240] profile High, level 2.2, 4:2:0, 8-bit\n[libx264 @ 0x55fe85918240] 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=16 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-10-31T17-42-40-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, 16 fps, 16384 tbn\nMetadata:\nencoder : Lavc58.134.100 libx264\nSide data:\ncpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A\nframe= 1 fps=0.0 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x\nframe= 128 fps=0.0 q=5.0 size= 5888kB time=00:00:04.12 bitrate=11693.1kbits/s speed=8.12x\nframe= 217 fps=214 q=5.0 size= 14080kB time=00:00:09.68 bitrate=11906.4kbits/s speed=9.58x\nframe= 249 fps=171 q=-1.0 Lsize= 22496kB time=00:00:15.37 bitrate=11985.9kbits/s speed=10.6x\nvideo:22492kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.017728%\n[libx264 @ 0x55fe85918240] frame I:1 Avg QP: 1.38 size:182805\n[libx264 @ 0x55fe85918240] frame P:65 Avg QP: 1.18 size:141253\n[libx264 @ 0x55fe85918240] frame B:183 Avg QP: 3.75 size: 74680\n[libx264 @ 0x55fe85918240] consecutive B-frames: 1.6% 0.0% 3.6% 94.8%\n[libx264 @ 0x55fe85918240] mb I I16..4: 20.9% 21.2% 57.9%\n[libx264 @ 0x55fe85918240] mb P I16..4: 4.1% 7.1% 11.2% P16..4: 24.4% 30.9% 22.4% 0.0% 0.0% skip: 0.0%\n[libx264 @ 0x55fe85918240] mb B I16..4: 0.1% 0.2% 0.1% B16..8: 36.1% 10.5% 10.3% direct:39.3% skip: 3.4% L0:19.7% L1:24.4% BI:56.0%\n[libx264 @ 0x55fe85918240] 8x8 transform intra:31.9% inter:32.1%\n[libx264 @ 0x55fe85918240] coded y,uvDC,uvAC intra: 99.9% 99.9% 99.9% inter: 95.6% 95.3% 94.6%\n[libx264 @ 0x55fe85918240] i16 v,h,dc,p: 40% 8% 18% 34%\n[libx264 @ 0x55fe85918240] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 40% 11% 20% 3% 5% 9% 3% 5% 4%\n[libx264 @ 0x55fe85918240] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 29% 9% 17% 6% 9% 12% 5% 8% 6%\n[libx264 @ 0x55fe85918240] i8c dc,h,v,p: 30% 13% 44% 13%\n[libx264 @ 0x55fe85918240] Weighted P-Frames: Y:6.2% UV:6.2%\n[libx264 @ 0x55fe85918240] ref P L0: 76.2% 21.8% 1.6% 0.4% 0.0%\n[libx264 @ 0x55fe85918240] ref B L0: 99.8% 0.2% 0.0%\n[libx264 @ 0x55fe85918240] ref B L1: 99.9% 0.1%\n[libx264 @ 0x55fe85918240] kb/s:11839.08", "metrics": { "predict_time": 214.995475, "total_time": 317.256655 }, "output": "https://replicate.delivery/pbxt/IQxHw2aqerzPGCLcRVIX8nIeHrcQ1y3nGRzKeTeKcWN617OHB/output_video.mp4", "started_at": "2023-10-31T17:42:33.582121Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/sqflqstbwbtgcrhc2yw4nwfuiu", "cancel": "https://api.replicate.com/v1/predictions/sqflqstbwbtgcrhc2yw4nwfuiu/cancel" }, "version": "e483abc74466f70815811c8ee1abeca5f762d646ebde865eaba1d1d3e725f5f0" }
Generated inUsing 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/tmpf2hvyr83spiral.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= 32 fps=0.0 q=-0.0 Lsize=N/A time=00:00:02.13 bitrate=N/A speed=40.5x video:938kB 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": "euler", "steps": 40, "guidance_scale": 7.5, "clip_skip": 2, "prompt_fixed_ratio": 0.5, "head_prompt": "An oil painting of medieval city streets with buildings and trees and people", "prompt_map": { "0": "" }, "tail_prompt": "", "n_prompt": [ "ugly, disfigured, low quality, blurry, nsfw" ], "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": true, "qr_code_monster_v2": { "enable": true, "use_preprocessor": true, "guess_mode": false, "controlnet_conditioning_scale": 0.25, "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" : 16, "encode_param":{ "crf": 10 } } } -------------------------------------------------------------------------------- Running command: animatediff generate -c config/prompts/custom_prompt_travel.json -W 512 -H 512 -L 32 -C 16 17:42:39 INFO Using generation config: cli.py:291 config/prompts/custom_prompt_travel.json 17:42:40 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-10-31T17-42-40-sample-majicmixrealist ic_v5preview Preprocessing images (qr_code_monster_v2) 81% ━━━ 26/… [ 0:0… < 0:0… , 126 ] it/s Saving Preprocessed images (qr_code_monster_v2) 94% ━━╸ 29… [ 0:… < 0:… , 26 ] it… 17:42:41 INFO Checking motion module... generate.py:331 INFO Loading tokenizer... generate.py:345 INFO Loading text encoder... generate.py:347 17:42:42 INFO Loading VAE... generate.py:349 17:42:43 INFO Loading UNet... generate.py:351 17:42:51 INFO Loaded 453.20928M-parameter motion module unet.py:578 INFO Using scheduler "euler" generate.py:363 (EulerDiscreteScheduler) INFO Loading weights from generate.py:368 /src/data/share/Stable-diffusion/majicmixReali stic_v5Preview.safetensors 17:42:54 INFO Merging weights into UNet... generate.py:385 INFO Creating AnimationPipeline... generate.py:431 INFO No TI embeddings found ti.py:102 17:42:55 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 17:42:57 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: 7443810199593560147 cli.py:389 INFO len( region_condi_list )=1 generate.py:1153 INFO len( region_list )=1 generate.py:1154 100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120/120 [ 0:02:07 < 0:00:00 , 1 it/s ] 17:45:09 INFO Generation complete, saving... generate.py:1185 17:45:12 INFO Creating ffmpeg encoder... generate.py:1084 INFO Encoding interpolated frames with ffmpeg... generate.py:1094 INFO Saved sample to generate.py:1189 output/2023-10-31T17-42-40-sample-majicmixrea listic_v5preview/00_7443810199593560147_An-oi l-painting-of-medieval-city-streets-with-buil 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-10-31T17-42-40-sample-majicmixrealistic_v5preview/00-7443810199593560147/%08d.png': Duration: 00:00:02.00, start: 0.000000, bitrate: N/A Stream #0:0: Video: png, rgb24(pc), 512x512, 16 fps, 16 tbr, 16 tbn, 16 tbc Stream mapping: Stream #0:0 (png) -> fps fps -> Stream #0:0 (libx264) Press [q] to stop, [?] for help [libx264 @ 0x5578de562c00] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 [libx264 @ 0x5578de562c00] profile High, level 2.2, 4:2:0, 8-bit [libx264 @ 0x5578de562c00] 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=16 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-10-31T17-42-40-sample-majicmixrealistic_v5preview/00_7443810199593560147_An-oil-painting-of-medieval-city-streets-with-buil.mp4': Metadata: encoder : Lavf58.76.100 Stream #0:0: Video: h264 (avc1 / 0x31637661), yuv420p(tv, progressive), 512x512, q=2-31, 16 fps, 16384 tbn Metadata: encoder : Lavc58.134.100 libx264 Side data: cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A frame= 1 fps=0.0 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x frame= 32 fps=0.0 q=-1.0 Lsize= 2408kB time=00:00:01.81 bitrate=10883.7kbits/s speed= 5.3x video:2407kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.048362% [libx264 @ 0x5578de562c00] frame I:1 Avg QP:12.29 size: 87231 [libx264 @ 0x5578de562c00] frame P:6 Avg QP:12.56 size: 87794 [libx264 @ 0x5578de562c00] frame B:25 Avg QP:13.27 size: 74002 [libx264 @ 0x5578de562c00] consecutive B-frames: 3.1% 6.2% 0.0% 0.0% 15.6% 75.0% [libx264 @ 0x5578de562c00] mb I I16..4: 15.6% 30.8% 53.6% [libx264 @ 0x5578de562c00] mb P I16..4: 15.7% 36.8% 41.8% P16..4: 1.5% 2.6% 1.7% 0.0% 0.0% skip: 0.0% [libx264 @ 0x5578de562c00] mb B I16..4: 6.0% 19.9% 26.7% B16..8: 13.4% 17.8% 8.3% direct: 7.0% skip: 0.9% L0:21.6% L1:19.3% BI:59.1% [libx264 @ 0x5578de562c00] 8x8 transform intra:37.9% inter:37.5% [libx264 @ 0x5578de562c00] coded y,uvDC,uvAC intra: 98.9% 99.4% 98.0% inter: 90.1% 93.4% 70.2% [libx264 @ 0x5578de562c00] i16 v,h,dc,p: 25% 5% 27% 44% [libx264 @ 0x5578de562c00] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 32% 7% 16% 6% 8% 12% 5% 9% 6% [libx264 @ 0x5578de562c00] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 20% 8% 16% 9% 9% 12% 7% 10% 9% [libx264 @ 0x5578de562c00] i8c dc,h,v,p: 34% 13% 36% 18% [libx264 @ 0x5578de562c00] Weighted P-Frames: Y:0.0% UV:0.0% [libx264 @ 0x5578de562c00] ref P L0: 73.2% 18.6% 2.2% 2.2% 2.0% 1.7% [libx264 @ 0x5578de562c00] ref B L0: 95.2% 3.4% 1.0% 0.3% 0.1% [libx264 @ 0x5578de562c00] ref B L1: 98.6% 1.4% [libx264 @ 0x5578de562c00] kb/s:9856.14 Identifying the GIF path from the generated outputs... Identified directory: output/2023-10-31T17-42-40-sample-majicmixrealistic_v5preview Identified Media Path: output/2023-10-31T17-42-40-sample-majicmixrealistic_v5preview/00_7443810199593560147_An-oil-painting-of-medieval-city-streets-with-buil.mp4 Identified PNG Folder Path: output/2023-10-31T17-42-40-sample-majicmixrealistic_v5preview/00-7443810199593560147 Interpolating frames with FILM... 0%| | 0/217 [00:00<?, ?it/s] 0%|▎ | 1/217 [00:00<00:28, 7.60it/s] 1%|▌ | 2/217 [00:00<00:24, 8.61it/s] 1%|▊ | 3/217 [00:00<00:23, 8.98it/s] 2%|█▏ | 4/217 [00:00<00:23, 9.18it/s] 2%|█▍ | 5/217 [00:00<00:22, 9.27it/s] 3%|█▋ | 6/217 [00:00<00:22, 9.31it/s] 3%|██ | 7/217 [00:00<00:22, 9.31it/s] 4%|██▎ | 8/217 [00:00<00:23, 8.92it/s] 4%|██▌ | 9/217 [00:00<00:22, 9.09it/s] 5%|██▊ | 10/217 [00:01<00:22, 9.18it/s] 5%|███▏ | 11/217 [00:01<00:22, 9.25it/s] 6%|███▍ | 12/217 [00:01<00:21, 9.32it/s] 6%|███▋ | 13/217 [00:01<00:21, 9.37it/s] 6%|████ | 14/217 [00:01<00:21, 9.39it/s] 7%|████▎ | 15/217 [00:01<00:22, 9.02it/s] 7%|████▌ | 16/217 [00:01<00:21, 9.15it/s] 8%|████▊ | 17/217 [00:01<00:21, 9.22it/s] 8%|█████▏ | 18/217 [00:01<00:21, 9.31it/s] 9%|█████▍ | 19/217 [00:02<00:21, 9.33it/s] 9%|█████▋ | 20/217 [00:02<00:21, 9.37it/s] 10%|██████ | 21/217 [00:02<00:20, 9.37it/s] 10%|██████▎ | 22/217 [00:02<00:21, 8.99it/s] 11%|██████▌ | 23/217 [00:02<00:21, 9.12it/s] 11%|██████▊ | 24/217 [00:02<00:21, 9.18it/s] 12%|███████▏ | 25/217 [00:02<00:20, 9.23it/s] 12%|███████▍ | 26/217 [00:02<00:20, 9.28it/s] 12%|███████▋ | 27/217 [00:02<00:20, 9.32it/s] 13%|████████ | 28/217 [00:03<00:20, 9.35it/s] 13%|████████▎ | 29/217 [00:03<00:20, 9.00it/s] 14%|████████▌ | 30/217 [00:03<00:20, 9.13it/s] 14%|████████▊ | 31/217 [00:03<00:20, 9.19it/s] 15%|█████████▏ | 32/217 [00:03<00:19, 9.26it/s] 15%|█████████▍ | 33/217 [00:03<00:19, 9.30it/s] 16%|█████████▋ | 34/217 [00:03<00:19, 9.33it/s] 16%|██████████ | 35/217 [00:03<00:19, 9.39it/s] 17%|██████████▎ | 36/217 [00:03<00:20, 9.01it/s] 17%|██████████▌ | 37/217 [00:04<00:19, 9.12it/s] 18%|██████████▊ | 38/217 [00:04<00:19, 9.21it/s] 18%|███████████▏ | 39/217 [00:04<00:19, 9.24it/s] 18%|███████████▍ | 40/217 [00:04<00:19, 9.31it/s] 19%|███████████▋ | 41/217 [00:04<00:18, 9.31it/s] 19%|████████████ | 42/217 [00:04<00:18, 9.34it/s] 20%|████████████▎ | 43/217 [00:04<00:19, 9.03it/s] 20%|████████████▌ | 44/217 [00:04<00:18, 9.14it/s] 21%|████████████▊ | 45/217 [00:04<00:18, 9.22it/s] 21%|█████████████▏ | 46/217 [00:05<00:18, 9.25it/s] 22%|█████████████▍ | 47/217 [00:05<00:18, 9.28it/s] 22%|█████████████▋ | 48/217 [00:05<00:18, 9.30it/s] 23%|██████████████ | 49/217 [00:05<00:18, 9.33it/s] 23%|██████████████▎ | 50/217 [00:05<00:18, 8.98it/s] 24%|██████████████▌ | 51/217 [00:05<00:18, 9.11it/s] 24%|██████████████▊ | 52/217 [00:05<00:17, 9.22it/s] 24%|███████████████▏ | 53/217 [00:05<00:17, 9.27it/s] 25%|███████████████▍ | 54/217 [00:05<00:17, 9.32it/s] 25%|███████████████▋ | 55/217 [00:05<00:17, 9.39it/s] 26%|████████████████ | 56/217 [00:06<00:17, 9.40it/s] 26%|████████████████▎ | 57/217 [00:06<00:17, 8.99it/s] 27%|████████████████▌ | 58/217 [00:06<00:17, 9.12it/s] 27%|████████████████▊ | 59/217 [00:06<00:17, 9.20it/s] 28%|█████████████████▏ | 60/217 [00:06<00:16, 9.24it/s] 28%|█████████████████▍ | 61/217 [00:06<00:16, 9.27it/s] 29%|█████████████████▋ | 62/217 [00:06<00:16, 9.31it/s] 29%|██████████████████ | 63/217 [00:06<00:16, 9.35it/s] 29%|██████████████████▎ | 64/217 [00:06<00:17, 8.98it/s] 30%|██████████████████▌ | 65/217 [00:07<00:16, 9.06it/s] 30%|██████████████████▊ | 66/217 [00:07<00:16, 9.15it/s] 31%|███████████████████▏ | 67/217 [00:07<00:16, 9.22it/s] 31%|███████████████████▍ | 68/217 [00:07<00:16, 9.29it/s] 32%|███████████████████▋ | 69/217 [00:07<00:15, 9.34it/s] 32%|████████████████████ | 70/217 [00:07<00:15, 9.40it/s] 33%|████████████████████▎ | 71/217 [00:07<00:16, 9.03it/s] 33%|████████████████████▌ | 72/217 [00:07<00:15, 9.18it/s] 34%|████████████████████▊ | 73/217 [00:07<00:15, 9.24it/s] 34%|█████████████████████▏ | 74/217 [00:08<00:15, 9.31it/s] 35%|█████████████████████▍ | 75/217 [00:08<00:15, 9.35it/s] 35%|█████████████████████▋ | 76/217 [00:08<00:15, 9.39it/s] 35%|██████████████████████ | 77/217 [00:08<00:14, 9.40it/s] 36%|██████████████████████▎ | 78/217 [00:08<00:15, 8.99it/s] 36%|██████████████████████▌ | 79/217 [00:08<00:15, 9.13it/s] 37%|██████████████████████▊ | 80/217 [00:08<00:14, 9.22it/s] 37%|███████████████████████▏ | 81/217 [00:08<00:14, 9.30it/s] 38%|███████████████████████▍ | 82/217 [00:08<00:14, 9.37it/s] 38%|███████████████████████▋ | 83/217 [00:09<00:14, 9.39it/s] 39%|████████████████████████ | 84/217 [00:09<00:14, 9.40it/s] 39%|████████████████████████▎ | 85/217 [00:09<00:14, 9.00it/s] 40%|████████████████████████▌ | 86/217 [00:09<00:14, 9.10it/s] 40%|████████████████████████▊ | 87/217 [00:09<00:14, 9.17it/s] 41%|█████████████████████████▏ | 88/217 [00:09<00:13, 9.23it/s] 41%|█████████████████████████▍ | 89/217 [00:09<00:13, 9.26it/s] 41%|█████████████████████████▋ | 90/217 [00:09<00:13, 9.27it/s] 42%|██████████████████████████ | 91/217 [00:09<00:13, 9.33it/s] 42%|██████████████████████████▎ | 92/217 [00:09<00:13, 8.94it/s] 43%|██████████████████████████▌ | 93/217 [00:10<00:13, 9.09it/s] 43%|██████████████████████████▊ | 94/217 [00:10<00:13, 9.16it/s] 44%|███████████████████████████▏ | 95/217 [00:10<00:13, 9.23it/s] 44%|███████████████████████████▍ | 96/217 [00:10<00:13, 9.26it/s] 45%|███████████████████████████▋ | 97/217 [00:10<00:12, 9.31it/s] 45%|████████████████████████████ | 98/217 [00:10<00:12, 9.32it/s] 46%|████████████████████████████▎ | 99/217 [00:10<00:13, 8.98it/s] 46%|████████████████████████████ | 100/217 [00:10<00:12, 9.14it/s] 47%|████████████████████████████▍ | 101/217 [00:10<00:12, 9.22it/s] 47%|████████████████████████████▋ | 102/217 [00:11<00:12, 9.29it/s] 47%|████████████████████████████▉ | 103/217 [00:11<00:12, 9.34it/s] 48%|█████████████████████████████▏ | 104/217 [00:11<00:12, 9.38it/s] 48%|█████████████████████████████▌ | 105/217 [00:11<00:11, 9.42it/s] 49%|█████████████████████████████▊ | 106/217 [00:11<00:12, 9.03it/s] 49%|██████████████████████████████ | 107/217 [00:11<00:12, 9.14it/s] 50%|██████████████████████████████▎ | 108/217 [00:11<00:11, 9.22it/s] 50%|██████████████████████████████▋ | 109/217 [00:11<00:11, 9.28it/s] 51%|██████████████████████████████▉ | 110/217 [00:11<00:11, 9.30it/s] 51%|███████████████████████████████▏ | 111/217 [00:12<00:11, 9.30it/s] 52%|███████████████████████████████▍ | 112/217 [00:12<00:11, 9.29it/s] 52%|███████████████████████████████▊ | 113/217 [00:12<00:11, 8.94it/s] 53%|████████████████████████████████ | 114/217 [00:12<00:11, 9.08it/s] 53%|████████████████████████████████▎ | 115/217 [00:12<00:11, 9.14it/s] 53%|████████████████████████████████▌ | 116/217 [00:12<00:10, 9.19it/s] 54%|████████████████████████████████▉ | 117/217 [00:12<00:10, 9.26it/s] 54%|█████████████████████████████████▏ | 118/217 [00:12<00:10, 9.31it/s] 55%|█████████████████████████████████▍ | 119/217 [00:12<00:10, 9.35it/s] 55%|█████████████████████████████████▋ | 120/217 [00:13<00:10, 9.00it/s] 56%|██████████████████████████████████ | 121/217 [00:13<00:10, 9.11it/s] 56%|██████████████████████████████████▎ | 122/217 [00:13<00:10, 9.20it/s] 57%|██████████████████████████████████▌ | 123/217 [00:13<00:10, 9.23it/s] 57%|██████████████████████████████████▊ | 124/217 [00:13<00:10, 9.25it/s] 58%|███████████████████████████████████▏ | 125/217 [00:13<00:09, 9.27it/s] 58%|███████████████████████████████████▍ | 126/217 [00:13<00:09, 9.33it/s] 59%|███████████████████████████████████▋ | 127/217 [00:13<00:10, 8.95it/s] 59%|███████████████████████████████████▉ | 128/217 [00:13<00:09, 9.07it/s] 59%|████████████████████████████████████▎ | 129/217 [00:14<00:09, 9.17it/s] 60%|████████████████████████████████████▌ | 130/217 [00:14<00:09, 9.18it/s] 60%|████████████████████████████████████▊ | 131/217 [00:14<00:09, 9.27it/s] 61%|█████████████████████████████████████ | 132/217 [00:14<00:09, 9.30it/s] 61%|█████████████████████████████████████▍ | 133/217 [00:14<00:09, 9.33it/s] 62%|█████████████████████████████████████▋ | 134/217 [00:14<00:09, 8.98it/s] 62%|█████████████████████████████████████▉ | 135/217 [00:14<00:09, 9.10it/s] 63%|██████████████████████████████████████▏ | 136/217 [00:14<00:08, 9.18it/s] 63%|██████████████████████████████████████▌ | 137/217 [00:14<00:08, 9.21it/s] 64%|██████████████████████████████████████▊ | 138/217 [00:14<00:08, 9.28it/s] 64%|███████████████████████████████████████ | 139/217 [00:15<00:08, 9.30it/s] 65%|███████████████████████████████████████▎ | 140/217 [00:15<00:08, 9.32it/s] 65%|███████████████████████████████████████▋ | 141/217 [00:15<00:08, 8.97it/s] 65%|███████████████████████████████████████▉ | 142/217 [00:15<00:08, 9.12it/s] 66%|████████████████████████████████████████▏ | 143/217 [00:15<00:08, 9.22it/s] 66%|████████████████████████████████████████▍ | 144/217 [00:15<00:07, 9.30it/s] 67%|████████████████████████████████████████▊ | 145/217 [00:15<00:07, 9.32it/s] 67%|█████████████████████████████████████████ | 146/217 [00:15<00:07, 9.38it/s] 68%|█████████████████████████████████████████▎ | 147/217 [00:15<00:07, 9.40it/s] 68%|█████████████████████████████████████████▌ | 148/217 [00:16<00:07, 9.00it/s] 69%|█████████████████████████████████████████▉ | 149/217 [00:16<00:07, 9.14it/s] 69%|██████████████████████████████████████████▏ | 150/217 [00:16<00:07, 9.23it/s] 70%|██████████████████████████████████████████▍ | 151/217 [00:16<00:07, 9.23it/s] 70%|██████████████████████████████████████████▋ | 152/217 [00:16<00:06, 9.30it/s] 71%|███████████████████████████████████████████ | 153/217 [00:16<00:06, 9.32it/s] 71%|███████████████████████████████████████████▎ | 154/217 [00:16<00:06, 9.35it/s] 71%|███████████████████████████████████████████▌ | 155/217 [00:16<00:06, 8.95it/s] 72%|███████████████████████████████████████████▊ | 156/217 [00:16<00:06, 9.07it/s] 72%|████████████████████████████████████████████▏ | 157/217 [00:17<00:06, 9.16it/s] 73%|████████████████████████████████████████████▍ | 158/217 [00:17<00:06, 9.26it/s] 73%|████████████████████████████████████████████▋ | 159/217 [00:17<00:06, 9.33it/s] 74%|████████████████████████████████████████████▉ | 160/217 [00:17<00:06, 9.33it/s] 74%|█████████████████████████████████████████████▎ | 161/217 [00:17<00:05, 9.33it/s] 75%|█████████████████████████████████████████████▌ | 162/217 [00:17<00:06, 8.95it/s] 75%|█████████████████████████████████████████████▊ | 163/217 [00:17<00:05, 9.08it/s] 76%|██████████████████████████████████████████████ | 164/217 [00:17<00:05, 9.17it/s] 76%|██████████████████████████████████████████████▍ | 165/217 [00:17<00:05, 9.26it/s] 76%|██████████████████████████████████████████████▋ | 166/217 [00:18<00:05, 9.31it/s] 77%|██████████████████████████████████████████████▉ | 167/217 [00:18<00:05, 9.32it/s] 77%|███████████████████████████████████████████████▏ | 168/217 [00:18<00:05, 9.35it/s] 78%|███████████████████████████████████████████████▌ | 169/217 [00:18<00:05, 8.93it/s] 78%|███████████████████████████████████████████████▊ | 170/217 [00:18<00:05, 9.07it/s] 79%|████████████████████████████████████████████████ | 171/217 [00:18<00:05, 9.17it/s] 79%|████████████████████████████████████████████████▎ | 172/217 [00:18<00:04, 9.23it/s] 80%|████████████████████████████████████████████████▋ | 173/217 [00:18<00:04, 9.30it/s] 80%|████████████████████████████████████████████████▉ | 174/217 [00:18<00:04, 9.35it/s] 81%|█████████████████████████████████████████████████▏ | 175/217 [00:18<00:04, 9.38it/s] 81%|█████████████████████████████████████████████████▍ | 176/217 [00:19<00:04, 8.98it/s] 82%|█████████████████████████████████████████████████▊ | 177/217 [00:19<00:04, 9.09it/s] 82%|██████████████████████████████████████████████████ | 178/217 [00:19<00:04, 9.20it/s] 82%|██████████████████████████████████████████████████▎ | 179/217 [00:19<00:04, 9.29it/s] 83%|██████████████████████████████████████████████████▌ | 180/217 [00:19<00:03, 9.35it/s] 83%|██████████████████████████████████████████████████▉ | 181/217 [00:19<00:03, 9.39it/s] 84%|███████████████████████████████████████████████████▏ | 182/217 [00:19<00:03, 9.38it/s] 84%|███████████████████████████████████████████████████▍ | 183/217 [00:19<00:03, 9.01it/s] 85%|███████████████████████████████████████████████████▋ | 184/217 [00:19<00:03, 9.16it/s] 85%|████████████████████████████████████████████████████ | 185/217 [00:20<00:03, 9.21it/s] 86%|████████████████████████████████████████████████████▎ | 186/217 [00:20<00:03, 9.26it/s] 86%|████████████████████████████████████████████████████▌ | 187/217 [00:20<00:03, 9.32it/s] 87%|████████████████████████████████████████████████████▊ | 188/217 [00:20<00:03, 9.36it/s] 87%|█████████████████████████████████████████████████████▏ | 189/217 [00:20<00:02, 9.39it/s] 88%|█████████████████████████████████████████████████████▍ | 190/217 [00:20<00:03, 8.99it/s] 88%|█████████████████████████████████████████████████████▋ | 191/217 [00:20<00:02, 9.13it/s] 88%|█████████████████████████████████████████████████████▉ | 192/217 [00:20<00:02, 9.19it/s] 89%|██████████████████████████████████████████████████████▎ | 193/217 [00:20<00:02, 9.26it/s] 89%|██████████████████████████████████████████████████████▌ | 194/217 [00:21<00:02, 9.32it/s] 90%|██████████████████████████████████████████████████████▊ | 195/217 [00:21<00:02, 9.33it/s] 90%|███████████████████████████████████████████████████████ | 196/217 [00:21<00:02, 9.32it/s] 91%|███████████████████████████████████████████████████████▍ | 197/217 [00:21<00:02, 8.97it/s] 91%|███████████████████████████████████████████████████████▋ | 198/217 [00:21<00:02, 9.11it/s] 92%|███████████████████████████████████████████████████████▉ | 199/217 [00:21<00:01, 9.19it/s] 92%|████████████████████████████████████████████████████████▏ | 200/217 [00:21<00:01, 9.26it/s] 93%|████████████████████████████████████████████████████████▌ | 201/217 [00:21<00:01, 9.28it/s] 93%|████████████████████████████████████████████████████████▊ | 202/217 [00:21<00:01, 9.34it/s] 94%|█████████████████████████████████████████████████████████ | 203/217 [00:22<00:01, 9.39it/s] 94%|█████████████████████████████████████████████████████████▎ | 204/217 [00:22<00:01, 8.98it/s] 94%|█████████████████████████████████████████████████████████▋ | 205/217 [00:22<00:01, 9.10it/s] 95%|█████████████████████████████████████████████████████████▉ | 206/217 [00:22<00:01, 9.20it/s] 95%|██████████████████████████████████████████████████████████▏ | 207/217 [00:22<00:01, 9.27it/s] 96%|██████████████████████████████████████████████████████████▍ | 208/217 [00:22<00:00, 9.31it/s] 96%|██████████████████████████████████████████████████████████▊ | 209/217 [00:22<00:00, 9.35it/s] 97%|███████████████████████████████████████████████████████████ | 210/217 [00:22<00:00, 9.35it/s] 97%|███████████████████████████████████████████████████████████▎ | 211/217 [00:22<00:00, 8.98it/s] 98%|███████████████████████████████████████████████████████████▌ | 212/217 [00:23<00:00, 9.12it/s] 98%|███████████████████████████████████████████████████████████▉ | 213/217 [00:23<00:00, 9.20it/s] 99%|████████████████████████████████████████████████████████████▏| 214/217 [00:23<00:00, 9.27it/s] 99%|████████████████████████████████████████████████████████████▍| 215/217 [00:23<00:00, 9.32it/s] 100%|████████████████████████████████████████████████████████████▋| 216/217 [00:23<00:00, 9.32it/s] 100%|█████████████████████████████████████████████████████████████| 217/217 [00:23<00:00, 9.38it/s] 100%|█████████████████████████████████████████████████████████████| 217/217 [00:23<00:00, 9.21it/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-10-31T17-42-40-sample-majicmixrealistic_v5preview/interpolated_frames/%08d.png': Duration: 00:00:09.96, 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 @ 0x55fe85918240] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 [libx264 @ 0x55fe85918240] profile High, level 2.2, 4:2:0, 8-bit [libx264 @ 0x55fe85918240] 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=16 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-10-31T17-42-40-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, 16 fps, 16384 tbn Metadata: encoder : Lavc58.134.100 libx264 Side data: cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A frame= 1 fps=0.0 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x frame= 128 fps=0.0 q=5.0 size= 5888kB time=00:00:04.12 bitrate=11693.1kbits/s speed=8.12x frame= 217 fps=214 q=5.0 size= 14080kB time=00:00:09.68 bitrate=11906.4kbits/s speed=9.58x frame= 249 fps=171 q=-1.0 Lsize= 22496kB time=00:00:15.37 bitrate=11985.9kbits/s speed=10.6x video:22492kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.017728% [libx264 @ 0x55fe85918240] frame I:1 Avg QP: 1.38 size:182805 [libx264 @ 0x55fe85918240] frame P:65 Avg QP: 1.18 size:141253 [libx264 @ 0x55fe85918240] frame B:183 Avg QP: 3.75 size: 74680 [libx264 @ 0x55fe85918240] consecutive B-frames: 1.6% 0.0% 3.6% 94.8% [libx264 @ 0x55fe85918240] mb I I16..4: 20.9% 21.2% 57.9% [libx264 @ 0x55fe85918240] mb P I16..4: 4.1% 7.1% 11.2% P16..4: 24.4% 30.9% 22.4% 0.0% 0.0% skip: 0.0% [libx264 @ 0x55fe85918240] mb B I16..4: 0.1% 0.2% 0.1% B16..8: 36.1% 10.5% 10.3% direct:39.3% skip: 3.4% L0:19.7% L1:24.4% BI:56.0% [libx264 @ 0x55fe85918240] 8x8 transform intra:31.9% inter:32.1% [libx264 @ 0x55fe85918240] coded y,uvDC,uvAC intra: 99.9% 99.9% 99.9% inter: 95.6% 95.3% 94.6% [libx264 @ 0x55fe85918240] i16 v,h,dc,p: 40% 8% 18% 34% [libx264 @ 0x55fe85918240] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 40% 11% 20% 3% 5% 9% 3% 5% 4% [libx264 @ 0x55fe85918240] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 29% 9% 17% 6% 9% 12% 5% 8% 6% [libx264 @ 0x55fe85918240] i8c dc,h,v,p: 30% 13% 44% 13% [libx264 @ 0x55fe85918240] Weighted P-Frames: Y:6.2% UV:6.2% [libx264 @ 0x55fe85918240] ref P L0: 76.2% 21.8% 1.6% 0.4% 0.0% [libx264 @ 0x55fe85918240] ref B L0: 99.8% 0.2% 0.0% [libx264 @ 0x55fe85918240] ref B L1: 99.9% 0.1% [libx264 @ 0x55fe85918240] kb/s:11839.08
Prediction
zsxkib/animatediff-illusions:b3ccb0101402aafd04bfea042950be606223e2abedbad93cf848bfffa072bb61IDny6eozlb7zxahim5dqnk2w5skaStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedby @zsxkibInput
- loop
- seed
- -1
- steps
- 25
- width
- 384
- frames
- 32
- height
- 256
- context
- 16
- clip_skip
- 2
- scheduler
- k_dpmpp_sde
- base_model
- majicmixRealistic_v5Preview
- prompt_map
- 0: rolling waves
- head_prompt
- a beautiful ocean
- tail_prompt
- flashes of lightning, eerie, mysterious
- output_format
- mp4
- guidance_scale
- 7.5
- negative_prompt
- ugly, broken
- film_interpolation
- prompt_fixed_ratio
- 0.5
- custom_base_model_url
- num_interpolation_steps
- 3
- enable_qr_code_monster_v2
- playback_frames_per_second
- 16
- controlnet_conditioning_scale
- 0.25
- qr_code_monster_v2_guess_mode
- qr_code_monster_v2_preprocessor
{ "loop": true, "seed": -1, "steps": 25, "width": 384, "frames": 32, "height": 256, "context": 16, "clip_skip": 2, "scheduler": "k_dpmpp_sde", "base_model": "majicmixRealistic_v5Preview", "prompt_map": "0: rolling waves", "head_prompt": "a beautiful ocean", "tail_prompt": "flashes of lightning, eerie, mysterious", "output_format": "mp4", "guidance_scale": 7.5, "negative_prompt": "ugly, broken", "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": 16, "controlnet_conditioning_scale": 0.25, "qr_code_monster_v2_guess_mode": false, "qr_code_monster_v2_preprocessor": true }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; 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: true, seed: -1, steps: 25, width: 384, frames: 32, height: 256, context: 16, clip_skip: 2, scheduler: "k_dpmpp_sde", base_model: "majicmixRealistic_v5Preview", prompt_map: "0: rolling waves", head_prompt: "a beautiful ocean", tail_prompt: "flashes of lightning, eerie, mysterious", output_format: "mp4", guidance_scale: 7.5, negative_prompt: "ugly, broken", 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: 16, controlnet_conditioning_scale: 0.25, 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.
Install Replicate’s Python client library:pip install replicate
Import the client: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": True, "seed": -1, "steps": 25, "width": 384, "frames": 32, "height": 256, "context": 16, "clip_skip": 2, "scheduler": "k_dpmpp_sde", "base_model": "majicmixRealistic_v5Preview", "prompt_map": "0: rolling waves", "head_prompt": "a beautiful ocean", "tail_prompt": "flashes of lightning, eerie, mysterious", "output_format": "mp4", "guidance_scale": 7.5, "negative_prompt": "ugly, broken", "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": 16, "controlnet_conditioning_scale": 0.25, "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.
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": true, "seed": -1, "steps": 25, "width": 384, "frames": 32, "height": 256, "context": 16, "clip_skip": 2, "scheduler": "k_dpmpp_sde", "base_model": "majicmixRealistic_v5Preview", "prompt_map": "0: rolling waves", "head_prompt": "a beautiful ocean", "tail_prompt": "flashes of lightning, eerie, mysterious", "output_format": "mp4", "guidance_scale": 7.5, "negative_prompt": "ugly, broken", "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": 16, "controlnet_conditioning_scale": 0.25, "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.
Output
{ "completed_at": "2023-11-01T10:25:08.064123Z", "created_at": "2023-11-01T10:19:53.010384Z", "data_removed": false, "error": null, "id": "ny6eozlb7zxahim5dqnk2w5ska", "input": { "loop": true, "seed": -1, "steps": 25, "width": 384, "frames": 32, "height": 256, "context": 16, "clip_skip": 2, "scheduler": "k_dpmpp_sde", "base_model": "majicmixRealistic_v5Preview", "prompt_map": "0: rolling waves", "head_prompt": "a beautiful ocean", "tail_prompt": "flashes of lightning, eerie, mysterious", "output_format": "mp4", "guidance_scale": 7.5, "negative_prompt": "ugly, broken", "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": 16, "controlnet_conditioning_scale": 0.25, "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/tmpck8v5no9spiral.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= 32 fps=0.0 q=-0.0 Lsize=N/A time=00:00:02.13 bitrate=N/A speed=36.4x\nvideo:938kB 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\": 25,\n\"guidance_scale\": 7.5,\n\"clip_skip\": 2,\n\"prompt_fixed_ratio\": 0.5,\n\"head_prompt\": \"a beautiful ocean\",\n\"prompt_map\": {\n\"0\": \"rolling waves\"\n},\n\"tail_prompt\": \"flashes of lightning, eerie, mysterious\",\n\"n_prompt\": [\n\"ugly, broken\"\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\": true,\n\"qr_code_monster_v2\": {\n\"enable\": true,\n\"use_preprocessor\": true,\n\"guess_mode\": false,\n\"controlnet_conditioning_scale\": 0.25,\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\" : 16,\n\"encode_param\":{\n\"crf\": 10\n}\n}\n}\n--------------------------------------------------------------------------------\nRunning command: animatediff generate -c config/prompts/custom_prompt_travel.json -W 384 -H 256 -L 32 -C 16\n10:23:32 INFO Using generation config: cli.py:291\nconfig/prompts/custom_prompt_travel.json\n10:23:33 INFO 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-01T10-23-33-sample-majicmixrealist\nic_v5preview\nPreprocessing images (qr_code_monster_v2) 72% ━━╸ 23/… [ 0:0… < 0:0… , 126 ]\nit/s\nSaving Preprocessed images (qr_code_monster_v2) 94% ━━╸ 29… [ 0:… < 0:… , 25 ]\nit…\n10:23:34 INFO Checking motion module... generate.py:331\nINFO Loading tokenizer... generate.py:345\nINFO Loading text encoder... generate.py:347\n10:23:36 INFO Loading VAE... generate.py:349\nINFO Loading UNet... generate.py:351\n10:23:44 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\n10:23:47 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\n10:23:54 INFO 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\n10:23:56 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: 2186829154798718332 cli.py:389\nINFO len( region_condi_list )=1 generate.py:1153\nINFO len( region_list )=1 generate.py:1154\n100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75/75 [ 0:00:39 < 0:00:00 , 2 it/s ]\n10:24:37 INFO Generation complete, saving... generate.py:1185\n10:24:38 INFO Creating ffmpeg encoder... generate.py:1084\nINFO Encoding interpolated frames with ffmpeg... generate.py:1094\n10:24:39 INFO Saved sample to generate.py:1189\noutput/2023-11-01T10-23-33-sample-majicmixrea\nlistic_v5preview/00_2186829154798718332_a-bea\nutiful-ocean_rolling-waves_flashes-of-lightni\nINFO Generation complete! cli.py:429\nINFO Done, exiting... cli.py:435\nError:\nDownloading (…)lve/main/config.json: 0%| | 0.00/4.52k [00:00<?, ?B/s]\nDownloading (…)lve/main/config.json: 100%|██████████| 4.52k/4.52k [00:00<00:00, 29.1MB/s]\nDownloading (…)okenizer_config.json: 0%| | 0.00/905 [00:00<?, ?B/s]\nDownloading (…)okenizer_config.json: 100%|██████████| 905/905 [00:00<00:00, 6.24MB/s]\nDownloading (…)olve/main/vocab.json: 0%| | 0.00/961k [00:00<?, ?B/s]\nDownloading (…)olve/main/vocab.json: 100%|██████████| 961k/961k [00:00<00:00, 4.25MB/s]\nDownloading (…)olve/main/vocab.json: 100%|██████████| 961k/961k [00:00<00:00, 4.25MB/s]\nDownloading (…)olve/main/merges.txt: 0%| | 0.00/525k [00:00<?, ?B/s]\nDownloading (…)olve/main/merges.txt: 100%|██████████| 525k/525k [00:00<00:00, 30.1MB/s]\nDownloading (…)cial_tokens_map.json: 0%| | 0.00/389 [00:00<?, ?B/s]\nDownloading (…)cial_tokens_map.json: 100%|██████████| 389/389 [00:00<00:00, 3.49MB/s]\nDownloading (…)/main/tokenizer.json: 0%| | 0.00/2.22M [00:00<?, ?B/s]\nDownloading (…)/main/tokenizer.json: 100%|██████████| 2.22M/2.22M [00:00<00:00, 25.4MB/s]\nDownloading (…)/main/v2/config.json: 0%| | 0.00/955 [00:00<?, ?B/s]\nDownloading (…)/main/v2/config.json: 100%|██████████| 955/955 [00:00<00:00, 8.43MB/s]\nDownloading (…)ch_model.safetensors: 0%| | 0.00/1.45G [00:00<?, ?B/s]\nDownloading (…)ch_model.safetensors: 1%| | 10.5M/1.45G [00:00<00:57, 24.8MB/s]\nDownloading (…)ch_model.safetensors: 3%|▎ | 41.9M/1.45G [00:00<00:15, 91.9MB/s]\nDownloading (…)ch_model.safetensors: 5%|▌ | 73.4M/1.45G [00:00<00:09, 144MB/s]\nDownloading (…)ch_model.safetensors: 7%|▋ | 105M/1.45G [00:00<00:07, 180MB/s]\nDownloading (…)ch_model.safetensors: 9%|▉ | 136M/1.45G [00:00<00:06, 205MB/s]\nDownloading (…)ch_model.safetensors: 12%|█▏ | 168M/1.45G [00:01<00:05, 225MB/s]\nDownloading (…)ch_model.safetensors: 14%|█▍ | 199M/1.45G [00:01<00:05, 238MB/s]\nDownloading (…)ch_model.safetensors: 16%|█▌ | 231M/1.45G [00:01<00:04, 246MB/s]\nDownloading (…)ch_model.safetensors: 18%|█▊ | 262M/1.45G [00:01<00:04, 253MB/s]\nDownloading (…)ch_model.safetensors: 20%|██ | 294M/1.45G [00:01<00:04, 261MB/s]\nDownloading (…)ch_model.safetensors: 22%|██▏ | 325M/1.45G [00:01<00:04, 259MB/s]\nDownloading (…)ch_model.safetensors: 25%|██▍ | 357M/1.45G [00:01<00:04, 263MB/s]\nDownloading (…)ch_model.safetensors: 27%|██▋ | 388M/1.45G [00:01<00:04, 261MB/s]\nDownloading (…)ch_model.safetensors: 29%|██▉ | 419M/1.45G [00:01<00:03, 267MB/s]\nDownloading (…)ch_model.safetensors: 31%|███ | 451M/1.45G [00:02<00:03, 265MB/s]\nDownloading (…)ch_model.safetensors: 33%|███▎ | 482M/1.45G [00:02<00:03, 266MB/s]\nDownloading (…)ch_model.safetensors: 36%|███▌ | 514M/1.45G [00:02<00:03, 268MB/s]\nDownloading (…)ch_model.safetensors: 38%|███▊ | 545M/1.45G [00:02<00:03, 269MB/s]\nDownloading (…)ch_model.safetensors: 40%|███▉ | 577M/1.45G [00:02<00:03, 270MB/s]\nDownloading (…)ch_model.safetensors: 42%|████▏ | 608M/1.45G [00:02<00:03, 271MB/s]\nDownloading (…)ch_model.safetensors: 44%|████▍ | 640M/1.45G [00:02<00:02, 272MB/s]\nDownloading (…)ch_model.safetensors: 46%|████▋ | 671M/1.45G [00:02<00:02, 271MB/s]\nDownloading (…)ch_model.safetensors: 49%|████▊ | 703M/1.45G [00:03<00:02, 268MB/s]\nDownloading (…)ch_model.safetensors: 51%|█████ | 734M/1.45G [00:03<00:02, 269MB/s]\nDownloading (…)ch_model.safetensors: 53%|█████▎ | 765M/1.45G [00:03<00:02, 268MB/s]\nDownloading (…)ch_model.safetensors: 55%|█████▌ | 797M/1.45G [00:03<00:02, 270MB/s]\nDownloading (…)ch_model.safetensors: 57%|█████▋ | 828M/1.45G [00:03<00:02, 269MB/s]\nDownloading (…)ch_model.safetensors: 59%|█████▉ | 860M/1.45G [00:03<00:02, 271MB/s]\nDownloading (…)ch_model.safetensors: 62%|██████▏ | 891M/1.45G [00:03<00:02, 269MB/s]\nDownloading (…)ch_model.safetensors: 64%|██████▍ | 923M/1.45G [00:03<00:01, 270MB/s]\nDownloading (…)ch_model.safetensors: 66%|██████▌ | 954M/1.45G [00:03<00:01, 270MB/s]\nDownloading (…)ch_model.safetensors: 68%|██████▊ | 986M/1.45G [00:04<00:01, 270MB/s]\nDownloading (…)ch_model.safetensors: 70%|███████ | 1.02G/1.45G [00:04<00:01, 269MB/s]\nDownloading (…)ch_model.safetensors: 73%|███████▎ | 1.05G/1.45G [00:04<00:01, 268MB/s]\nDownloading (…)ch_model.safetensors: 75%|███████▍ | 1.08G/1.45G [00:04<00:01, 268MB/s]\nDownloading (…)ch_model.safetensors: 77%|███████▋ | 1.11G/1.45G [00:04<00:01, 268MB/s]\nDownloading (…)ch_model.safetensors: 79%|███████▉ | 1.14G/1.45G [00:04<00:01, 265MB/s]\nDownloading (…)ch_model.safetensors: 81%|████████▏ | 1.17G/1.45G [00:04<00:01, 266MB/s]\nDownloading (…)ch_model.safetensors: 83%|████████▎ | 1.21G/1.45G [00:04<00:00, 264MB/s]\nDownloading (…)ch_model.safetensors: 86%|████████▌ | 1.24G/1.45G [00:05<00:00, 264MB/s]\nDownloading (…)ch_model.safetensors: 88%|████████▊ | 1.27G/1.45G [00:05<00:00, 254MB/s]\nDownloading (…)ch_model.safetensors: 90%|████████▉ | 1.30G/1.45G [00:05<00:00, 243MB/s]\nDownloading (…)ch_model.safetensors: 92%|█████████▏| 1.33G/1.45G [00:05<00:00, 242MB/s]\nDownloading (…)ch_model.safetensors: 94%|█████████▍| 1.36G/1.45G [00:05<00:00, 248MB/s]\nDownloading (…)ch_model.safetensors: 97%|█████████▋| 1.39G/1.45G [00:05<00:00, 249MB/s]\nDownloading (…)ch_model.safetensors: 99%|█████████▊| 1.43G/1.45G [00:05<00:00, 250MB/s]\nDownloading (…)ch_model.safetensors: 100%|██████████| 1.45G/1.45G [00:05<00:00, 247MB/s]\nffmpeg version 4.4.2-0ubuntu0.22.04.1 Copyright (c) 2000-2021 the FFmpeg developers\nbuilt with gcc 11 (Ubuntu 11.2.0-19ubuntu1)\nconfiguration: --prefix=/usr --extra-version=0ubuntu0.22.04.1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libdav1d --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzimg --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl --enable-opengl --enable-sdl2 --enable-pocketsphinx --enable-librsvg --enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-shared\nlibavutil 56. 70.100 / 56. 70.100\nlibavcodec 58.134.100 / 58.134.100\nlibavformat 58. 76.100 / 58. 76.100\nlibavdevice 58. 13.100 / 58. 13.100\nlibavfilter 7.110.100 / 7.110.100\nlibswscale 5. 9.100 / 5. 9.100\nlibswresample 3. 9.100 / 3. 9.100\nlibpostproc 55. 9.100 / 55. 9.100\nInput #0, image2, from '/src/output/2023-11-01T10-23-33-sample-majicmixrealistic_v5preview/00-2186829154798718332/%08d.png':\nDuration: 00:00:02.00, start: 0.000000, bitrate: N/A\nStream #0:0: Video: png, rgb24(pc), 384x256, 16 fps, 16 tbr, 16 tbn, 16 tbc\nStream mapping:\nStream #0:0 (png) -> fps\nfps -> Stream #0:0 (libx264)\nPress [q] to stop, [?] for help\n[libx264 @ 0x55ccc7fe48c0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2\n[libx264 @ 0x55ccc7fe48c0] profile High, level 1.3, 4:2:0, 8-bit\n[libx264 @ 0x55ccc7fe48c0] 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=8 lookahead_threads=1 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=16 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-01T10-23-33-sample-majicmixrealistic_v5preview/00_2186829154798718332_a-beautiful-ocean_rolling-waves_flashes-of-lightni.mp4':\nMetadata:\nencoder : Lavf58.76.100\nStream #0:0: Video: h264 (avc1 / 0x31637661), yuv420p(tv, progressive), 384x256, q=2-31, 16 fps, 16384 tbn\nMetadata:\nencoder : Lavc58.134.100 libx264\nSide data:\ncpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A\nframe= 1 fps=0.0 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x\nframe= 32 fps=0.0 q=-1.0 Lsize= 524kB time=00:00:01.81 bitrate=2366.9kbits/s speed=13.3x\nvideo:523kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.222025%\n[libx264 @ 0x55ccc7fe48c0] frame I:1 Avg QP:12.86 size: 23891\n[libx264 @ 0x55ccc7fe48c0] frame P:6 Avg QP:12.73 size: 21566\n[libx264 @ 0x55ccc7fe48c0] frame B:25 Avg QP:13.80 size: 15244\n[libx264 @ 0x55ccc7fe48c0] consecutive B-frames: 3.1% 0.0% 0.0% 25.0% 15.6% 56.2%\n[libx264 @ 0x55ccc7fe48c0] mb I I16..4: 8.3% 57.0% 34.6%\n[libx264 @ 0x55ccc7fe48c0] mb P I16..4: 6.0% 49.6% 35.9% P16..4: 2.2% 4.0% 2.4% 0.0% 0.0% skip: 0.0%\n[libx264 @ 0x55ccc7fe48c0] mb B I16..4: 1.4% 12.5% 12.8% B16..8: 23.5% 27.2% 10.2% direct:11.8% skip: 0.6% L0:26.3% L1:25.1% BI:48.6%\n[libx264 @ 0x55ccc7fe48c0] 8x8 transform intra:50.7% inter:55.8%\n[libx264 @ 0x55ccc7fe48c0] coded y,uvDC,uvAC intra: 94.9% 99.0% 96.0% inter: 81.6% 92.3% 46.5%\n[libx264 @ 0x55ccc7fe48c0] i16 v,h,dc,p: 14% 5% 4% 77%\n[libx264 @ 0x55ccc7fe48c0] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 31% 12% 7% 4% 7% 15% 9% 10% 5%\n[libx264 @ 0x55ccc7fe48c0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 16% 14% 6% 6% 14% 13% 16% 8% 7%\n[libx264 @ 0x55ccc7fe48c0] i8c dc,h,v,p: 34% 20% 28% 18%\n[libx264 @ 0x55ccc7fe48c0] Weighted P-Frames: Y:50.0% UV:33.3%\n[libx264 @ 0x55ccc7fe48c0] ref P L0: 36.4% 23.0% 14.0% 7.6% 4.5% 7.6% 6.9%\n[libx264 @ 0x55ccc7fe48c0] ref B L0: 94.9% 3.3% 1.3% 0.3% 0.3%\n[libx264 @ 0x55ccc7fe48c0] ref B L1: 98.9% 1.1%\n[libx264 @ 0x55ccc7fe48c0] kb/s:2137.54\nIdentifying the GIF path from the generated outputs...\nIdentified directory: output/2023-11-01T10-23-33-sample-majicmixrealistic_v5preview\nIdentified Media Path: output/2023-11-01T10-23-33-sample-majicmixrealistic_v5preview/00_2186829154798718332_a-beautiful-ocean_rolling-waves_flashes-of-lightni.mp4\nIdentified PNG Folder Path: output/2023-11-01T10-23-33-sample-majicmixrealistic_v5preview/00-2186829154798718332\nInterpolating frames with FILM...\n 0%|\u001b[32m \u001b[0m| 0/217 [00:00<?, ?it/s]\u001b[0m2023-11-01 10:24:42.721289: I tensorflow/stream_executor/cuda/cuda_dnn.cc:368] Loaded cuDNN version 8900\n 0%|\u001b[32m▎ \u001b[0m| 1/217 [00:04<16:13, 4.51s/it]\u001b[0m\n 2%|\u001b[32m█▏ \u001b[0m| 4/217 [00:04<03:10, 1.12it/s]\u001b[0m\n 3%|\u001b[32m██ \u001b[0m| 7/217 [00:04<01:32, 2.27it/s]\u001b[0m\n 4%|\u001b[32m██▌ \u001b[0m| 9/217 [00:04<01:04, 3.23it/s]\u001b[0m\n 6%|\u001b[32m███▍ \u001b[0m| 12/217 [00:05<00:41, 4.99it/s]\u001b[0m\n 6%|\u001b[32m████ \u001b[0m| 14/217 [00:05<00:31, 6.35it/s]\u001b[0m\n 7%|\u001b[32m████▌ \u001b[0m| 16/217 [00:05<00:25, 7.87it/s]\u001b[0m\n 8%|\u001b[32m█████▏ \u001b[0m| 18/217 [00:05<00:20, 9.56it/s]\u001b[0m\n 9%|\u001b[32m█████▋ \u001b[0m| 20/217 [00:05<00:17, 11.30it/s]\u001b[0m\n 10%|\u001b[32m██████▎ \u001b[0m| 22/217 [00:05<00:15, 12.85it/s]\u001b[0m\n 12%|\u001b[32m███████▏ \u001b[0m| 25/217 [00:05<00:12, 14.93it/s]\u001b[0m\n 13%|\u001b[32m████████ \u001b[0m| 28/217 [00:05<00:11, 16.49it/s]\u001b[0m\n 14%|\u001b[32m████████▌ \u001b[0m| 30/217 [00:05<00:10, 17.05it/s]\u001b[0m\n 15%|\u001b[32m█████████▍ \u001b[0m| 33/217 [00:06<00:10, 18.02it/s]\u001b[0m\n 17%|\u001b[32m██████████▎ \u001b[0m| 36/217 [00:06<00:09, 18.39it/s]\u001b[0m\n 18%|\u001b[32m██████████▊ \u001b[0m| 38/217 [00:06<00:09, 18.70it/s]\u001b[0m\n 18%|\u001b[32m███████████▍ \u001b[0m| 40/217 [00:06<00:09, 18.99it/s]\u001b[0m\n 20%|\u001b[32m████████████▎ \u001b[0m| 43/217 [00:06<00:09, 19.16it/s]\u001b[0m\n 21%|\u001b[32m█████████████▏ \u001b[0m| 46/217 [00:06<00:08, 19.46it/s]\u001b[0m\n 23%|\u001b[32m██████████████ \u001b[0m| 49/217 [00:06<00:08, 19.62it/s]\u001b[0m\n 24%|\u001b[32m██████████████▌ \u001b[0m| 51/217 [00:07<00:08, 19.45it/s]\u001b[0m\n 25%|\u001b[32m███████████████▍ \u001b[0m| 54/217 [00:07<00:08, 19.67it/s]\u001b[0m\n 26%|\u001b[32m████████████████▎ \u001b[0m| 57/217 [00:07<00:08, 19.57it/s]\u001b[0m\n 28%|\u001b[32m█████████████████▏ \u001b[0m| 60/217 [00:07<00:07, 19.77it/s]\u001b[0m\n 29%|\u001b[32m██████████████████ \u001b[0m| 63/217 [00:07<00:07, 19.91it/s]\u001b[0m\n 30%|\u001b[32m██████████████████▌ \u001b[0m| 65/217 [00:07<00:07, 19.67it/s]\u001b[0m\n 31%|\u001b[32m███████████████████▍ \u001b[0m| 68/217 [00:07<00:07, 19.85it/s]\u001b[0m\n 33%|\u001b[32m████████████████████▎ \u001b[0m| 71/217 [00:08<00:07, 19.69it/s]\u001b[0m\n 34%|\u001b[32m█████████████████████▏ \u001b[0m| 74/217 [00:08<00:07, 19.86it/s]\u001b[0m\n 35%|\u001b[32m██████████████████████ \u001b[0m| 77/217 [00:08<00:07, 19.95it/s]\u001b[0m\n 36%|\u001b[32m██████████████████████▌ \u001b[0m| 79/217 [00:08<00:07, 19.71it/s]\u001b[0m\n 38%|\u001b[32m███████████████████████▍ \u001b[0m| 82/217 [00:08<00:06, 19.80it/s]\u001b[0m\n 39%|\u001b[32m████████████████████████▎ \u001b[0m| 85/217 [00:08<00:06, 19.71it/s]\u001b[0m\n 41%|\u001b[32m█████████████████████████▏ \u001b[0m| 88/217 [00:08<00:06, 19.90it/s]\u001b[0m\n 42%|\u001b[32m██████████████████████████ \u001b[0m| 91/217 [00:09<00:06, 20.00it/s]\u001b[0m\n 43%|\u001b[32m██████████████████████████▌ \u001b[0m| 93/217 [00:09<00:06, 19.82it/s]\u001b[0m\n 44%|\u001b[32m███████████████████████████▍ \u001b[0m| 96/217 [00:09<00:06, 19.99it/s]\u001b[0m\n 46%|\u001b[32m████████████████████████████▎ \u001b[0m| 99/217 [00:09<00:05, 19.84it/s]\u001b[0m\n 47%|\u001b[32m████████████████████████████▋ \u001b[0m| 102/217 [00:09<00:05, 19.97it/s]\u001b[0m\n 48%|\u001b[32m█████████████████████████████▌ \u001b[0m| 105/217 [00:09<00:05, 20.10it/s]\u001b[0m\n 50%|\u001b[32m██████████████████████████████▎ \u001b[0m| 108/217 [00:09<00:05, 19.81it/s]\u001b[0m\n 51%|\u001b[32m███████████████████████████████▏ \u001b[0m| 111/217 [00:10<00:05, 19.94it/s]\u001b[0m\n 52%|\u001b[32m███████████████████████████████▊ \u001b[0m| 113/217 [00:10<00:05, 19.74it/s]\u001b[0m\n 53%|\u001b[32m████████████████████████████████▌ \u001b[0m| 116/217 [00:10<00:05, 19.86it/s]\u001b[0m\n 55%|\u001b[32m█████████████████████████████████▍ \u001b[0m| 119/217 [00:10<00:04, 19.97it/s]\u001b[0m\n 56%|\u001b[32m██████████████████████████████████ \u001b[0m| 121/217 [00:10<00:04, 19.77it/s]\u001b[0m\n 57%|\u001b[32m██████████████████████████████████▊ \u001b[0m| 124/217 [00:10<00:04, 19.89it/s]\u001b[0m\n 59%|\u001b[32m███████████████████████████████████▋ \u001b[0m| 127/217 [00:10<00:04, 19.75it/s]\u001b[0m\n 59%|\u001b[32m████████████████████████████████████▎ \u001b[0m| 129/217 [00:10<00:04, 19.80it/s]\u001b[0m\n 61%|\u001b[32m█████████████████████████████████████ \u001b[0m| 132/217 [00:11<00:04, 19.89it/s]\u001b[0m\n 62%|\u001b[32m█████████████████████████████████████▋ \u001b[0m| 134/217 [00:11<00:04, 19.70it/s]\u001b[0m\n 63%|\u001b[32m██████████████████████████████████████▌ \u001b[0m| 137/217 [00:11<00:04, 19.86it/s]\u001b[0m\n 64%|\u001b[32m███████████████████████████████████████ \u001b[0m| 139/217 [00:11<00:03, 19.88it/s]\u001b[0m\n 65%|\u001b[32m███████████████████████████████████████▋ \u001b[0m| 141/217 [00:11<00:03, 19.59it/s]\u001b[0m\n 66%|\u001b[32m████████████████████████████████████████▍ \u001b[0m| 144/217 [00:11<00:03, 19.81it/s]\u001b[0m\n 68%|\u001b[32m█████████████████████████████████████████▎ \u001b[0m| 147/217 [00:11<00:03, 19.93it/s]\u001b[0m\n 69%|\u001b[32m█████████████████████████████████████████▉ \u001b[0m| 149/217 [00:11<00:03, 19.74it/s]\u001b[0m\n 70%|\u001b[32m██████████████████████████████████████████▋ \u001b[0m| 152/217 [00:12<00:03, 19.94it/s]\u001b[0m\n 71%|\u001b[32m███████████████████████████████████████████▌ \u001b[0m| 155/217 [00:12<00:03, 19.78it/s]\u001b[0m\n 73%|\u001b[32m████████████████████████████████████████████▍ \u001b[0m| 158/217 [00:12<00:02, 19.87it/s]\u001b[0m\n 74%|\u001b[32m████████████████████████████████████████████▉ \u001b[0m| 160/217 [00:12<00:02, 19.83it/s]\u001b[0m\n 75%|\u001b[32m█████████████████████████████████████████████▌ \u001b[0m| 162/217 [00:12<00:02, 19.40it/s]\u001b[0m\n 76%|\u001b[32m██████████████████████████████████████████████ \u001b[0m| 164/217 [00:12<00:02, 19.34it/s]\u001b[0m\n 76%|\u001b[32m██████████████████████████████████████████████▋ \u001b[0m| 166/217 [00:12<00:02, 19.33it/s]\u001b[0m\n 77%|\u001b[32m███████████████████████████████████████████████▏ \u001b[0m| 168/217 [00:12<00:02, 19.33it/s]\u001b[0m\n 78%|\u001b[32m███████████████████████████████████████████████▊ \u001b[0m| 170/217 [00:13<00:02, 19.03it/s]\u001b[0m\n 79%|\u001b[32m████████████████████████████████████████████████▎ \u001b[0m| 172/217 [00:13<00:02, 19.15it/s]\u001b[0m\n 80%|\u001b[32m████████████████████████████████████████████████▉ \u001b[0m| 174/217 [00:13<00:02, 19.19it/s]\u001b[0m\n 81%|\u001b[32m█████████████████████████████████████████████████▍ \u001b[0m| 176/217 [00:13<00:02, 19.09it/s]\u001b[0m\n 82%|\u001b[32m██████████████████████████████████████████████████▎ \u001b[0m| 179/217 [00:13<00:01, 19.55it/s]\u001b[0m\n 84%|\u001b[32m███████████████████████████████████████████████████▏ \u001b[0m| 182/217 [00:13<00:01, 19.75it/s]\u001b[0m\n 85%|\u001b[32m███████████████████████████████████████████████████▋ \u001b[0m| 184/217 [00:13<00:01, 19.50it/s]\u001b[0m\n 86%|\u001b[32m████████████████████████████████████████████████████▎ \u001b[0m| 186/217 [00:13<00:01, 19.50it/s]\u001b[0m\n 87%|\u001b[32m████████████████████████████████████████████████████▊ \u001b[0m| 188/217 [00:13<00:01, 19.59it/s]\u001b[0m\n 88%|\u001b[32m█████████████████████████████████████████████████████▍ \u001b[0m| 190/217 [00:14<00:01, 19.23it/s]\u001b[0m\n 88%|\u001b[32m█████████████████████████████████████████████████████▉ \u001b[0m| 192/217 [00:14<00:01, 19.43it/s]\u001b[0m\n 90%|\u001b[32m██████████████████████████████████████████████████████▊ \u001b[0m| 195/217 [00:14<00:01, 19.68it/s]\u001b[0m\n 91%|\u001b[32m███████████████████████████████████████████████████████▍ \u001b[0m| 197/217 [00:14<00:01, 19.43it/s]\u001b[0m\n 92%|\u001b[32m███████████████████████████████████████████████████████▉ \u001b[0m| 199/217 [00:14<00:00, 19.45it/s]\u001b[0m\n 93%|\u001b[32m████████████████████████████████████████████████████████▊ \u001b[0m| 202/217 [00:14<00:00, 19.70it/s]\u001b[0m\n 94%|\u001b[32m█████████████████████████████████████████████████████████▎ \u001b[0m| 204/217 [00:14<00:00, 19.43it/s]\u001b[0m\n 95%|\u001b[32m██████████████████████████████████████████████████████████▏ \u001b[0m| 207/217 [00:14<00:00, 19.71it/s]\u001b[0m\n 96%|\u001b[32m██████████████████████████████████████████████████████████▊ \u001b[0m| 209/217 [00:15<00:00, 19.70it/s]\u001b[0m\n 97%|\u001b[32m███████████████████████████████████████████████████████████▎ \u001b[0m| 211/217 [00:15<00:00, 19.35it/s]\u001b[0m\n 98%|\u001b[32m███████████████████████████████████████████████████████████▉ \u001b[0m| 213/217 [00:15<00:00, 19.45it/s]\u001b[0m\n 99%|\u001b[32m████████████████████████████████████████████████████████████▍\u001b[0m| 215/217 [00:15<00:00, 19.57it/s]\u001b[0m\n100%|\u001b[32m█████████████████████████████████████████████████████████████\u001b[0m| 217/217 [00:15<00:00, 19.66it/s]\u001b[0m\n100%|\u001b[32m█████████████████████████████████████████████████████████████\u001b[0m| 217/217 [00:15<00:00, 14.03it/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-01T10-23-33-sample-majicmixrealistic_v5preview/interpolated_frames/%08d.png':\nDuration: 00:00:09.96, start: 0.000000, bitrate: N/A\nStream #0:0: Video: png, rgb24(pc), 384x256, 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 @ 0x55a4851d88c0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2\n[libx264 @ 0x55a4851d88c0] profile High, level 1.3, 4:2:0, 8-bit\n[libx264 @ 0x55a4851d88c0] 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=8 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=16 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-01T10-23-33-sample-majicmixrealistic_v5preview/output_video.mp4':\nMetadata:\nencoder : Lavf58.76.100\nStream #0:0: Video: h264 (avc1 / 0x31637661), yuv420p(tv, progressive), 384x256, q=2-31, 16 fps, 16384 tbn\nMetadata:\nencoder : Lavc58.134.100 libx264\nSide data:\ncpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A\nframe= 1 fps=0.0 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x\nframe= 224 fps=0.0 q=5.0 size= 3840kB time=00:00:10.56 bitrate=2978.2kbits/s speed=20.9x\nframe= 249 fps=0.0 q=-1.0 Lsize= 5769kB time=00:00:15.37 bitrate=3073.7kbits/s speed=21.9x\nvideo:5765kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.066522%\n[libx264 @ 0x55a4851d88c0] frame I:1 Avg QP: 1.61 size: 60169\n[libx264 @ 0x55a4851d88c0] frame P:62 Avg QP: 1.61 size: 47471\n[libx264 @ 0x55a4851d88c0] frame B:186 Avg QP: 4.70 size: 15588\n[libx264 @ 0x55a4851d88c0] consecutive B-frames: 0.4% 0.0% 0.0% 99.6%\n[libx264 @ 0x55a4851d88c0] mb I I16..4: 12.0% 18.0% 70.1%\n[libx264 @ 0x55a4851d88c0] mb P I16..4: 4.0% 10.4% 17.8% P16..4: 18.7% 30.1% 19.1% 0.0% 0.0% skip: 0.0%\n[libx264 @ 0x55a4851d88c0] mb B I16..4: 0.2% 1.3% 0.4% B16..8: 34.3% 9.9% 8.2% direct:34.2% skip:11.6% L0:22.7% L1:20.3% BI:57.0%\n[libx264 @ 0x55a4851d88c0] 8x8 transform intra:36.9% inter:29.7%\n[libx264 @ 0x55a4851d88c0] coded y,uvDC,uvAC intra: 99.4% 99.9% 99.8% inter: 85.5% 82.3% 77.5%\n[libx264 @ 0x55a4851d88c0] i16 v,h,dc,p: 29% 6% 8% 56%\n[libx264 @ 0x55a4851d88c0] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 48% 9% 11% 3% 6% 10% 4% 6% 3%\n[libx264 @ 0x55a4851d88c0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 30% 11% 11% 5% 11% 15% 7% 7% 4%\n[libx264 @ 0x55a4851d88c0] i8c dc,h,v,p: 32% 12% 39% 17%\n[libx264 @ 0x55a4851d88c0] Weighted P-Frames: Y:24.2% UV:21.0%\n[libx264 @ 0x55a4851d88c0] ref P L0: 50.5% 32.9% 13.1% 3.0% 0.5%\n[libx264 @ 0x55a4851d88c0] ref B L0: 97.2% 2.5% 0.3%\n[libx264 @ 0x55a4851d88c0] ref B L1: 99.8% 0.2%\n[libx264 @ 0x55a4851d88c0] kb/s:3034.29", "metrics": { "predict_time": 103.005852, "total_time": 315.053739 }, "output": "https://replicate.delivery/pbxt/veQ50bx4coyBeELAD5F8Ete5GaSAHkasibJGDRZssBMEM7njA/output_video.mp4", "started_at": "2023-11-01T10:23:25.058271Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/ny6eozlb7zxahim5dqnk2w5ska", "cancel": "https://api.replicate.com/v1/predictions/ny6eozlb7zxahim5dqnk2w5ska/cancel" }, "version": "b3ccb0101402aafd04bfea042950be606223e2abedbad93cf848bfffa072bb61" }
Generated inUsing 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/tmpck8v5no9spiral.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= 32 fps=0.0 q=-0.0 Lsize=N/A time=00:00:02.13 bitrate=N/A speed=36.4x video:938kB 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": 25, "guidance_scale": 7.5, "clip_skip": 2, "prompt_fixed_ratio": 0.5, "head_prompt": "a beautiful ocean", "prompt_map": { "0": "rolling waves" }, "tail_prompt": "flashes of lightning, eerie, mysterious", "n_prompt": [ "ugly, broken" ], "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": true, "qr_code_monster_v2": { "enable": true, "use_preprocessor": true, "guess_mode": false, "controlnet_conditioning_scale": 0.25, "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" : 16, "encode_param":{ "crf": 10 } } } -------------------------------------------------------------------------------- Running command: animatediff generate -c config/prompts/custom_prompt_travel.json -W 384 -H 256 -L 32 -C 16 10:23:32 INFO Using generation config: cli.py:291 config/prompts/custom_prompt_travel.json 10:23:33 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-01T10-23-33-sample-majicmixrealist ic_v5preview Preprocessing images (qr_code_monster_v2) 72% ━━╸ 23/… [ 0:0… < 0:0… , 126 ] it/s Saving Preprocessed images (qr_code_monster_v2) 94% ━━╸ 29… [ 0:… < 0:… , 25 ] it… 10:23:34 INFO Checking motion module... generate.py:331 INFO Loading tokenizer... generate.py:345 INFO Loading text encoder... generate.py:347 10:23:36 INFO Loading VAE... generate.py:349 INFO Loading UNet... generate.py:351 10:23:44 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 10:23:47 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 10:23:54 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 10:23:56 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: 2186829154798718332 cli.py:389 INFO len( region_condi_list )=1 generate.py:1153 INFO len( region_list )=1 generate.py:1154 100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75/75 [ 0:00:39 < 0:00:00 , 2 it/s ] 10:24:37 INFO Generation complete, saving... generate.py:1185 10:24:38 INFO Creating ffmpeg encoder... generate.py:1084 INFO Encoding interpolated frames with ffmpeg... generate.py:1094 10:24:39 INFO Saved sample to generate.py:1189 output/2023-11-01T10-23-33-sample-majicmixrea listic_v5preview/00_2186829154798718332_a-bea utiful-ocean_rolling-waves_flashes-of-lightni INFO Generation complete! cli.py:429 INFO Done, exiting... cli.py:435 Error: Downloading (…)lve/main/config.json: 0%| | 0.00/4.52k [00:00<?, ?B/s] Downloading (…)lve/main/config.json: 100%|██████████| 4.52k/4.52k [00:00<00:00, 29.1MB/s] Downloading (…)okenizer_config.json: 0%| | 0.00/905 [00:00<?, ?B/s] Downloading (…)okenizer_config.json: 100%|██████████| 905/905 [00:00<00:00, 6.24MB/s] Downloading (…)olve/main/vocab.json: 0%| | 0.00/961k [00:00<?, ?B/s] Downloading (…)olve/main/vocab.json: 100%|██████████| 961k/961k [00:00<00:00, 4.25MB/s] Downloading (…)olve/main/vocab.json: 100%|██████████| 961k/961k [00:00<00:00, 4.25MB/s] Downloading (…)olve/main/merges.txt: 0%| | 0.00/525k [00:00<?, ?B/s] Downloading (…)olve/main/merges.txt: 100%|██████████| 525k/525k [00:00<00:00, 30.1MB/s] Downloading (…)cial_tokens_map.json: 0%| | 0.00/389 [00:00<?, ?B/s] Downloading (…)cial_tokens_map.json: 100%|██████████| 389/389 [00:00<00:00, 3.49MB/s] Downloading (…)/main/tokenizer.json: 0%| | 0.00/2.22M [00:00<?, ?B/s] Downloading (…)/main/tokenizer.json: 100%|██████████| 2.22M/2.22M [00:00<00:00, 25.4MB/s] Downloading (…)/main/v2/config.json: 0%| | 0.00/955 [00:00<?, ?B/s] Downloading (…)/main/v2/config.json: 100%|██████████| 955/955 [00:00<00:00, 8.43MB/s] Downloading (…)ch_model.safetensors: 0%| | 0.00/1.45G [00:00<?, ?B/s] Downloading (…)ch_model.safetensors: 1%| | 10.5M/1.45G [00:00<00:57, 24.8MB/s] Downloading (…)ch_model.safetensors: 3%|▎ | 41.9M/1.45G [00:00<00:15, 91.9MB/s] Downloading (…)ch_model.safetensors: 5%|▌ | 73.4M/1.45G [00:00<00:09, 144MB/s] Downloading (…)ch_model.safetensors: 7%|▋ | 105M/1.45G [00:00<00:07, 180MB/s] Downloading (…)ch_model.safetensors: 9%|▉ | 136M/1.45G [00:00<00:06, 205MB/s] Downloading (…)ch_model.safetensors: 12%|█▏ | 168M/1.45G [00:01<00:05, 225MB/s] Downloading (…)ch_model.safetensors: 14%|█▍ | 199M/1.45G [00:01<00:05, 238MB/s] Downloading (…)ch_model.safetensors: 16%|█▌ | 231M/1.45G [00:01<00:04, 246MB/s] Downloading (…)ch_model.safetensors: 18%|█▊ | 262M/1.45G [00:01<00:04, 253MB/s] Downloading (…)ch_model.safetensors: 20%|██ | 294M/1.45G [00:01<00:04, 261MB/s] Downloading (…)ch_model.safetensors: 22%|██▏ | 325M/1.45G [00:01<00:04, 259MB/s] Downloading (…)ch_model.safetensors: 25%|██▍ | 357M/1.45G [00:01<00:04, 263MB/s] Downloading (…)ch_model.safetensors: 27%|██▋ | 388M/1.45G [00:01<00:04, 261MB/s] Downloading (…)ch_model.safetensors: 29%|██▉ | 419M/1.45G [00:01<00:03, 267MB/s] Downloading (…)ch_model.safetensors: 31%|███ | 451M/1.45G [00:02<00:03, 265MB/s] Downloading (…)ch_model.safetensors: 33%|███▎ | 482M/1.45G [00:02<00:03, 266MB/s] Downloading (…)ch_model.safetensors: 36%|███▌ | 514M/1.45G [00:02<00:03, 268MB/s] Downloading (…)ch_model.safetensors: 38%|███▊ | 545M/1.45G [00:02<00:03, 269MB/s] Downloading (…)ch_model.safetensors: 40%|███▉ | 577M/1.45G [00:02<00:03, 270MB/s] Downloading (…)ch_model.safetensors: 42%|████▏ | 608M/1.45G [00:02<00:03, 271MB/s] Downloading (…)ch_model.safetensors: 44%|████▍ | 640M/1.45G [00:02<00:02, 272MB/s] Downloading (…)ch_model.safetensors: 46%|████▋ | 671M/1.45G [00:02<00:02, 271MB/s] Downloading (…)ch_model.safetensors: 49%|████▊ | 703M/1.45G [00:03<00:02, 268MB/s] Downloading (…)ch_model.safetensors: 51%|█████ | 734M/1.45G [00:03<00:02, 269MB/s] Downloading (…)ch_model.safetensors: 53%|█████▎ | 765M/1.45G [00:03<00:02, 268MB/s] Downloading (…)ch_model.safetensors: 55%|█████▌ | 797M/1.45G [00:03<00:02, 270MB/s] Downloading (…)ch_model.safetensors: 57%|█████▋ | 828M/1.45G [00:03<00:02, 269MB/s] Downloading (…)ch_model.safetensors: 59%|█████▉ | 860M/1.45G [00:03<00:02, 271MB/s] Downloading (…)ch_model.safetensors: 62%|██████▏ | 891M/1.45G [00:03<00:02, 269MB/s] Downloading (…)ch_model.safetensors: 64%|██████▍ | 923M/1.45G [00:03<00:01, 270MB/s] Downloading (…)ch_model.safetensors: 66%|██████▌ | 954M/1.45G [00:03<00:01, 270MB/s] Downloading (…)ch_model.safetensors: 68%|██████▊ | 986M/1.45G [00:04<00:01, 270MB/s] Downloading (…)ch_model.safetensors: 70%|███████ | 1.02G/1.45G [00:04<00:01, 269MB/s] Downloading (…)ch_model.safetensors: 73%|███████▎ | 1.05G/1.45G [00:04<00:01, 268MB/s] Downloading (…)ch_model.safetensors: 75%|███████▍ | 1.08G/1.45G [00:04<00:01, 268MB/s] Downloading (…)ch_model.safetensors: 77%|███████▋ | 1.11G/1.45G [00:04<00:01, 268MB/s] Downloading (…)ch_model.safetensors: 79%|███████▉ | 1.14G/1.45G [00:04<00:01, 265MB/s] Downloading (…)ch_model.safetensors: 81%|████████▏ | 1.17G/1.45G [00:04<00:01, 266MB/s] Downloading (…)ch_model.safetensors: 83%|████████▎ | 1.21G/1.45G [00:04<00:00, 264MB/s] Downloading (…)ch_model.safetensors: 86%|████████▌ | 1.24G/1.45G [00:05<00:00, 264MB/s] Downloading (…)ch_model.safetensors: 88%|████████▊ | 1.27G/1.45G [00:05<00:00, 254MB/s] Downloading (…)ch_model.safetensors: 90%|████████▉ | 1.30G/1.45G [00:05<00:00, 243MB/s] Downloading (…)ch_model.safetensors: 92%|█████████▏| 1.33G/1.45G [00:05<00:00, 242MB/s] Downloading (…)ch_model.safetensors: 94%|█████████▍| 1.36G/1.45G [00:05<00:00, 248MB/s] Downloading (…)ch_model.safetensors: 97%|█████████▋| 1.39G/1.45G [00:05<00:00, 249MB/s] Downloading (…)ch_model.safetensors: 99%|█████████▊| 1.43G/1.45G [00:05<00:00, 250MB/s] Downloading (…)ch_model.safetensors: 100%|██████████| 1.45G/1.45G [00:05<00:00, 247MB/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 '/src/output/2023-11-01T10-23-33-sample-majicmixrealistic_v5preview/00-2186829154798718332/%08d.png': Duration: 00:00:02.00, start: 0.000000, bitrate: N/A Stream #0:0: Video: png, rgb24(pc), 384x256, 16 fps, 16 tbr, 16 tbn, 16 tbc Stream mapping: Stream #0:0 (png) -> fps fps -> Stream #0:0 (libx264) Press [q] to stop, [?] for help [libx264 @ 0x55ccc7fe48c0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 [libx264 @ 0x55ccc7fe48c0] profile High, level 1.3, 4:2:0, 8-bit [libx264 @ 0x55ccc7fe48c0] 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=8 lookahead_threads=1 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=16 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-01T10-23-33-sample-majicmixrealistic_v5preview/00_2186829154798718332_a-beautiful-ocean_rolling-waves_flashes-of-lightni.mp4': Metadata: encoder : Lavf58.76.100 Stream #0:0: Video: h264 (avc1 / 0x31637661), yuv420p(tv, progressive), 384x256, q=2-31, 16 fps, 16384 tbn Metadata: encoder : Lavc58.134.100 libx264 Side data: cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A frame= 1 fps=0.0 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x frame= 32 fps=0.0 q=-1.0 Lsize= 524kB time=00:00:01.81 bitrate=2366.9kbits/s speed=13.3x video:523kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.222025% [libx264 @ 0x55ccc7fe48c0] frame I:1 Avg QP:12.86 size: 23891 [libx264 @ 0x55ccc7fe48c0] frame P:6 Avg QP:12.73 size: 21566 [libx264 @ 0x55ccc7fe48c0] frame B:25 Avg QP:13.80 size: 15244 [libx264 @ 0x55ccc7fe48c0] consecutive B-frames: 3.1% 0.0% 0.0% 25.0% 15.6% 56.2% [libx264 @ 0x55ccc7fe48c0] mb I I16..4: 8.3% 57.0% 34.6% [libx264 @ 0x55ccc7fe48c0] mb P I16..4: 6.0% 49.6% 35.9% P16..4: 2.2% 4.0% 2.4% 0.0% 0.0% skip: 0.0% [libx264 @ 0x55ccc7fe48c0] mb B I16..4: 1.4% 12.5% 12.8% B16..8: 23.5% 27.2% 10.2% direct:11.8% skip: 0.6% L0:26.3% L1:25.1% BI:48.6% [libx264 @ 0x55ccc7fe48c0] 8x8 transform intra:50.7% inter:55.8% [libx264 @ 0x55ccc7fe48c0] coded y,uvDC,uvAC intra: 94.9% 99.0% 96.0% inter: 81.6% 92.3% 46.5% [libx264 @ 0x55ccc7fe48c0] i16 v,h,dc,p: 14% 5% 4% 77% [libx264 @ 0x55ccc7fe48c0] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 31% 12% 7% 4% 7% 15% 9% 10% 5% [libx264 @ 0x55ccc7fe48c0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 16% 14% 6% 6% 14% 13% 16% 8% 7% [libx264 @ 0x55ccc7fe48c0] i8c dc,h,v,p: 34% 20% 28% 18% [libx264 @ 0x55ccc7fe48c0] Weighted P-Frames: Y:50.0% UV:33.3% [libx264 @ 0x55ccc7fe48c0] ref P L0: 36.4% 23.0% 14.0% 7.6% 4.5% 7.6% 6.9% [libx264 @ 0x55ccc7fe48c0] ref B L0: 94.9% 3.3% 1.3% 0.3% 0.3% [libx264 @ 0x55ccc7fe48c0] ref B L1: 98.9% 1.1% [libx264 @ 0x55ccc7fe48c0] kb/s:2137.54 Identifying the GIF path from the generated outputs... Identified directory: output/2023-11-01T10-23-33-sample-majicmixrealistic_v5preview Identified Media Path: output/2023-11-01T10-23-33-sample-majicmixrealistic_v5preview/00_2186829154798718332_a-beautiful-ocean_rolling-waves_flashes-of-lightni.mp4 Identified PNG Folder Path: output/2023-11-01T10-23-33-sample-majicmixrealistic_v5preview/00-2186829154798718332 Interpolating frames with FILM... 0%| | 0/217 [00:00<?, ?it/s]2023-11-01 10:24:42.721289: I tensorflow/stream_executor/cuda/cuda_dnn.cc:368] Loaded cuDNN version 8900 0%|▎ | 1/217 [00:04<16:13, 4.51s/it] 2%|█▏ | 4/217 [00:04<03:10, 1.12it/s] 3%|██ | 7/217 [00:04<01:32, 2.27it/s] 4%|██▌ | 9/217 [00:04<01:04, 3.23it/s] 6%|███▍ | 12/217 [00:05<00:41, 4.99it/s] 6%|████ | 14/217 [00:05<00:31, 6.35it/s] 7%|████▌ | 16/217 [00:05<00:25, 7.87it/s] 8%|█████▏ | 18/217 [00:05<00:20, 9.56it/s] 9%|█████▋ | 20/217 [00:05<00:17, 11.30it/s] 10%|██████▎ | 22/217 [00:05<00:15, 12.85it/s] 12%|███████▏ | 25/217 [00:05<00:12, 14.93it/s] 13%|████████ | 28/217 [00:05<00:11, 16.49it/s] 14%|████████▌ | 30/217 [00:05<00:10, 17.05it/s] 15%|█████████▍ | 33/217 [00:06<00:10, 18.02it/s] 17%|██████████▎ | 36/217 [00:06<00:09, 18.39it/s] 18%|██████████▊ | 38/217 [00:06<00:09, 18.70it/s] 18%|███████████▍ | 40/217 [00:06<00:09, 18.99it/s] 20%|████████████▎ | 43/217 [00:06<00:09, 19.16it/s] 21%|█████████████▏ | 46/217 [00:06<00:08, 19.46it/s] 23%|██████████████ | 49/217 [00:06<00:08, 19.62it/s] 24%|██████████████▌ | 51/217 [00:07<00:08, 19.45it/s] 25%|███████████████▍ | 54/217 [00:07<00:08, 19.67it/s] 26%|████████████████▎ | 57/217 [00:07<00:08, 19.57it/s] 28%|█████████████████▏ | 60/217 [00:07<00:07, 19.77it/s] 29%|██████████████████ | 63/217 [00:07<00:07, 19.91it/s] 30%|██████████████████▌ | 65/217 [00:07<00:07, 19.67it/s] 31%|███████████████████▍ | 68/217 [00:07<00:07, 19.85it/s] 33%|████████████████████▎ | 71/217 [00:08<00:07, 19.69it/s] 34%|█████████████████████▏ | 74/217 [00:08<00:07, 19.86it/s] 35%|██████████████████████ | 77/217 [00:08<00:07, 19.95it/s] 36%|██████████████████████▌ | 79/217 [00:08<00:07, 19.71it/s] 38%|███████████████████████▍ | 82/217 [00:08<00:06, 19.80it/s] 39%|████████████████████████▎ | 85/217 [00:08<00:06, 19.71it/s] 41%|█████████████████████████▏ | 88/217 [00:08<00:06, 19.90it/s] 42%|██████████████████████████ | 91/217 [00:09<00:06, 20.00it/s] 43%|██████████████████████████▌ | 93/217 [00:09<00:06, 19.82it/s] 44%|███████████████████████████▍ | 96/217 [00:09<00:06, 19.99it/s] 46%|████████████████████████████▎ | 99/217 [00:09<00:05, 19.84it/s] 47%|████████████████████████████▋ | 102/217 [00:09<00:05, 19.97it/s] 48%|█████████████████████████████▌ | 105/217 [00:09<00:05, 20.10it/s] 50%|██████████████████████████████▎ | 108/217 [00:09<00:05, 19.81it/s] 51%|███████████████████████████████▏ | 111/217 [00:10<00:05, 19.94it/s] 52%|███████████████████████████████▊ | 113/217 [00:10<00:05, 19.74it/s] 53%|████████████████████████████████▌ | 116/217 [00:10<00:05, 19.86it/s] 55%|█████████████████████████████████▍ | 119/217 [00:10<00:04, 19.97it/s] 56%|██████████████████████████████████ | 121/217 [00:10<00:04, 19.77it/s] 57%|██████████████████████████████████▊ | 124/217 [00:10<00:04, 19.89it/s] 59%|███████████████████████████████████▋ | 127/217 [00:10<00:04, 19.75it/s] 59%|████████████████████████████████████▎ | 129/217 [00:10<00:04, 19.80it/s] 61%|█████████████████████████████████████ | 132/217 [00:11<00:04, 19.89it/s] 62%|█████████████████████████████████████▋ | 134/217 [00:11<00:04, 19.70it/s] 63%|██████████████████████████████████████▌ | 137/217 [00:11<00:04, 19.86it/s] 64%|███████████████████████████████████████ | 139/217 [00:11<00:03, 19.88it/s] 65%|███████████████████████████████████████▋ | 141/217 [00:11<00:03, 19.59it/s] 66%|████████████████████████████████████████▍ | 144/217 [00:11<00:03, 19.81it/s] 68%|█████████████████████████████████████████▎ | 147/217 [00:11<00:03, 19.93it/s] 69%|█████████████████████████████████████████▉ | 149/217 [00:11<00:03, 19.74it/s] 70%|██████████████████████████████████████████▋ | 152/217 [00:12<00:03, 19.94it/s] 71%|███████████████████████████████████████████▌ | 155/217 [00:12<00:03, 19.78it/s] 73%|████████████████████████████████████████████▍ | 158/217 [00:12<00:02, 19.87it/s] 74%|████████████████████████████████████████████▉ | 160/217 [00:12<00:02, 19.83it/s] 75%|█████████████████████████████████████████████▌ | 162/217 [00:12<00:02, 19.40it/s] 76%|██████████████████████████████████████████████ | 164/217 [00:12<00:02, 19.34it/s] 76%|██████████████████████████████████████████████▋ | 166/217 [00:12<00:02, 19.33it/s] 77%|███████████████████████████████████████████████▏ | 168/217 [00:12<00:02, 19.33it/s] 78%|███████████████████████████████████████████████▊ | 170/217 [00:13<00:02, 19.03it/s] 79%|████████████████████████████████████████████████▎ | 172/217 [00:13<00:02, 19.15it/s] 80%|████████████████████████████████████████████████▉ | 174/217 [00:13<00:02, 19.19it/s] 81%|█████████████████████████████████████████████████▍ | 176/217 [00:13<00:02, 19.09it/s] 82%|██████████████████████████████████████████████████▎ | 179/217 [00:13<00:01, 19.55it/s] 84%|███████████████████████████████████████████████████▏ | 182/217 [00:13<00:01, 19.75it/s] 85%|███████████████████████████████████████████████████▋ | 184/217 [00:13<00:01, 19.50it/s] 86%|████████████████████████████████████████████████████▎ | 186/217 [00:13<00:01, 19.50it/s] 87%|████████████████████████████████████████████████████▊ | 188/217 [00:13<00:01, 19.59it/s] 88%|█████████████████████████████████████████████████████▍ | 190/217 [00:14<00:01, 19.23it/s] 88%|█████████████████████████████████████████████████████▉ | 192/217 [00:14<00:01, 19.43it/s] 90%|██████████████████████████████████████████████████████▊ | 195/217 [00:14<00:01, 19.68it/s] 91%|███████████████████████████████████████████████████████▍ | 197/217 [00:14<00:01, 19.43it/s] 92%|███████████████████████████████████████████████████████▉ | 199/217 [00:14<00:00, 19.45it/s] 93%|████████████████████████████████████████████████████████▊ | 202/217 [00:14<00:00, 19.70it/s] 94%|█████████████████████████████████████████████████████████▎ | 204/217 [00:14<00:00, 19.43it/s] 95%|██████████████████████████████████████████████████████████▏ | 207/217 [00:14<00:00, 19.71it/s] 96%|██████████████████████████████████████████████████████████▊ | 209/217 [00:15<00:00, 19.70it/s] 97%|███████████████████████████████████████████████████████████▎ | 211/217 [00:15<00:00, 19.35it/s] 98%|███████████████████████████████████████████████████████████▉ | 213/217 [00:15<00:00, 19.45it/s] 99%|████████████████████████████████████████████████████████████▍| 215/217 [00:15<00:00, 19.57it/s] 100%|█████████████████████████████████████████████████████████████| 217/217 [00:15<00:00, 19.66it/s] 100%|█████████████████████████████████████████████████████████████| 217/217 [00:15<00:00, 14.03it/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-01T10-23-33-sample-majicmixrealistic_v5preview/interpolated_frames/%08d.png': Duration: 00:00:09.96, start: 0.000000, bitrate: N/A Stream #0:0: Video: png, rgb24(pc), 384x256, 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 @ 0x55a4851d88c0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 [libx264 @ 0x55a4851d88c0] profile High, level 1.3, 4:2:0, 8-bit [libx264 @ 0x55a4851d88c0] 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=8 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=16 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-01T10-23-33-sample-majicmixrealistic_v5preview/output_video.mp4': Metadata: encoder : Lavf58.76.100 Stream #0:0: Video: h264 (avc1 / 0x31637661), yuv420p(tv, progressive), 384x256, q=2-31, 16 fps, 16384 tbn Metadata: encoder : Lavc58.134.100 libx264 Side data: cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A frame= 1 fps=0.0 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A speed= 0x frame= 224 fps=0.0 q=5.0 size= 3840kB time=00:00:10.56 bitrate=2978.2kbits/s speed=20.9x frame= 249 fps=0.0 q=-1.0 Lsize= 5769kB time=00:00:15.37 bitrate=3073.7kbits/s speed=21.9x video:5765kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.066522% [libx264 @ 0x55a4851d88c0] frame I:1 Avg QP: 1.61 size: 60169 [libx264 @ 0x55a4851d88c0] frame P:62 Avg QP: 1.61 size: 47471 [libx264 @ 0x55a4851d88c0] frame B:186 Avg QP: 4.70 size: 15588 [libx264 @ 0x55a4851d88c0] consecutive B-frames: 0.4% 0.0% 0.0% 99.6% [libx264 @ 0x55a4851d88c0] mb I I16..4: 12.0% 18.0% 70.1% [libx264 @ 0x55a4851d88c0] mb P I16..4: 4.0% 10.4% 17.8% P16..4: 18.7% 30.1% 19.1% 0.0% 0.0% skip: 0.0% [libx264 @ 0x55a4851d88c0] mb B I16..4: 0.2% 1.3% 0.4% B16..8: 34.3% 9.9% 8.2% direct:34.2% skip:11.6% L0:22.7% L1:20.3% BI:57.0% [libx264 @ 0x55a4851d88c0] 8x8 transform intra:36.9% inter:29.7% [libx264 @ 0x55a4851d88c0] coded y,uvDC,uvAC intra: 99.4% 99.9% 99.8% inter: 85.5% 82.3% 77.5% [libx264 @ 0x55a4851d88c0] i16 v,h,dc,p: 29% 6% 8% 56% [libx264 @ 0x55a4851d88c0] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 48% 9% 11% 3% 6% 10% 4% 6% 3% [libx264 @ 0x55a4851d88c0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 30% 11% 11% 5% 11% 15% 7% 7% 4% [libx264 @ 0x55a4851d88c0] i8c dc,h,v,p: 32% 12% 39% 17% [libx264 @ 0x55a4851d88c0] Weighted P-Frames: Y:24.2% UV:21.0% [libx264 @ 0x55a4851d88c0] ref P L0: 50.5% 32.9% 13.1% 3.0% 0.5% [libx264 @ 0x55a4851d88c0] ref B L0: 97.2% 2.5% 0.3% [libx264 @ 0x55a4851d88c0] ref B L1: 99.8% 0.2% [libx264 @ 0x55a4851d88c0] kb/s:3034.29
Prediction
zsxkib/animatediff-illusions:b3ccb0101402aafd04bfea042950be606223e2abedbad93cf848bfffa072bb61IDbd232u3b4exsk7wrgiwq6keb64StatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- loop
- seed
- -1
- steps
- 25
- width
- 384
- frames
- 32
- height
- 256
- context
- 16
- clip_skip
- 2
- scheduler
- k_dpmpp_sde
- base_model
- majicmixRealistic_v5Preview
- prompt_map
- 0: black coffee | 10: frothy milky foamy coffee
- head_prompt
- an artistic cup of coffee
- tail_prompt
- sat on a table, overhead birdseye shot, bird's-eye view
- output_format
- mp4
- guidance_scale
- 7.5
- negative_prompt
- ugly, broken, unrealstic, nsfw, trypophobia
- film_interpolation
- prompt_fixed_ratio
- 0.5
- custom_base_model_url
- num_interpolation_steps
- 3
- enable_qr_code_monster_v2
- playback_frames_per_second
- 20
- controlnet_conditioning_scale
- 0.3
- qr_code_monster_v2_guess_mode
- qr_code_monster_v2_preprocessor
{ "loop": true, "seed": -1, "steps": 25, "width": 384, "frames": 32, "height": 256, "context": 16, "clip_skip": 2, "scheduler": "k_dpmpp_sde", "base_model": "majicmixRealistic_v5Preview", "prompt_map": "0: black coffee | 10: frothy milky foamy coffee", "head_prompt": "an artistic cup of coffee", "tail_prompt": "sat on a table, overhead birdseye shot, bird's-eye view", "output_format": "mp4", "guidance_scale": 7.5, "negative_prompt": "ugly, broken, unrealstic, nsfw, trypophobia", "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": 20, "controlnet_conditioning_scale": 0.3, "qr_code_monster_v2_guess_mode": false, "qr_code_monster_v2_preprocessor": true }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; 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: true, seed: -1, steps: 25, width: 384, frames: 32, height: 256, context: 16, clip_skip: 2, scheduler: "k_dpmpp_sde", base_model: "majicmixRealistic_v5Preview", prompt_map: "0: black coffee | 10: frothy milky foamy coffee", head_prompt: "an artistic cup of coffee", tail_prompt: "sat on a table, overhead birdseye shot, bird's-eye view", output_format: "mp4", guidance_scale: 7.5, negative_prompt: "ugly, broken, unrealstic, nsfw, trypophobia", 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: 20, controlnet_conditioning_scale: 0.3, 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.
Install Replicate’s Python client library:pip install replicate
Import the client: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": True, "seed": -1, "steps": 25, "width": 384, "frames": 32, "height": 256, "context": 16, "clip_skip": 2, "scheduler": "k_dpmpp_sde", "base_model": "majicmixRealistic_v5Preview", "prompt_map": "0: black coffee | 10: frothy milky foamy coffee", "head_prompt": "an artistic cup of coffee", "tail_prompt": "sat on a table, overhead birdseye shot, bird's-eye view", "output_format": "mp4", "guidance_scale": 7.5, "negative_prompt": "ugly, broken, unrealstic, nsfw, trypophobia", "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": 20, "controlnet_conditioning_scale": 0.3, "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.
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": true, "seed": -1, "steps": 25, "width": 384, "frames": 32, "height": 256, "context": 16, "clip_skip": 2, "scheduler": "k_dpmpp_sde", "base_model": "majicmixRealistic_v5Preview", "prompt_map": "0: black coffee | 10: frothy milky foamy coffee", "head_prompt": "an artistic cup of coffee", "tail_prompt": "sat on a table, overhead birdseye shot, bird\'s-eye view", "output_format": "mp4", "guidance_scale": 7.5, "negative_prompt": "ugly, broken, unrealstic, nsfw, trypophobia", "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": 20, "controlnet_conditioning_scale": 0.3, "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.
Output
{ "completed_at": "2023-11-01T10:51:55.032481Z", "created_at": "2023-11-01T10:49:50.058029Z", "data_removed": false, "error": null, "id": "bd232u3b4exsk7wrgiwq6keb64", "input": { "loop": true, "seed": -1, "steps": 25, "width": 384, "frames": 32, "height": 256, "context": 16, "clip_skip": 2, "scheduler": "k_dpmpp_sde", "base_model": "majicmixRealistic_v5Preview", "prompt_map": "0: black coffee | 10: frothy milky foamy coffee", "head_prompt": "an artistic cup of coffee", "tail_prompt": "sat on a table, overhead birdseye shot, bird's-eye view", "output_format": "mp4", "guidance_scale": 7.5, "negative_prompt": "ugly, broken, unrealstic, nsfw, trypophobia", "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": 20, "controlnet_conditioning_scale": 0.3, "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/tmpbmp23h10spiral.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=N/A\nframe= 32 fps=0.0 q=-0.0 Lsize=N/A time=00:00:02.13 bitrate=N/A speed=37.1x\nvideo:938kB 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\": 25,\n\"guidance_scale\": 7.5,\n\"clip_skip\": 2,\n\"prompt_fixed_ratio\": 0.5,\n\"head_prompt\": \"an artistic cup of coffee\",\n\"prompt_map\": {\n\"0\": \"black coffee\", \"10\": \"frothy milky foamy coffee\"\n},\n\"tail_prompt\": \"sat on a table, overhead birdseye shot, bird's-eye view\",\n\"n_prompt\": [\n\"ugly, broken, unrealstic, nsfw, trypophobia\"\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\": true,\n\"qr_code_monster_v2\": {\n\"enable\": true,\n\"use_preprocessor\": true,\n\"guess_mode\": false,\n\"controlnet_conditioning_scale\": 0.3,\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\" : 20,\n\"encode_param\":{\n\"crf\": 10\n}\n}\n}\n--------------------------------------------------------------------------------\nRunning command: animatediff generate -c config/prompts/custom_prompt_travel.json -W 384 -H 256 -L 32 -C 16\n10:50:33 INFO Using generation config: cli.py:291\nconfig/prompts/custom_prompt_travel.json\n10:50:34 INFO 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-01T10-50-34-sample-majicmixrealist\nic_v5preview\nPreprocessing images (qr_code_monster_v2) 81% ━━━ 26/… [ 0:0… < 0:0… , 127 ]\nit/s\nSaving Preprocessed images (qr_code_monster_v2) 94% ━━╸ 29… [ 0:… < 0:… , 26 ]\nit…\n10:50:35 INFO Checking motion module... generate.py:331\nINFO Loading tokenizer... generate.py:345\nINFO Loading text encoder... generate.py:347\n10:50:37 INFO Loading VAE... generate.py:349\nINFO Loading UNet... generate.py:351\n10:50:45 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\n10:50:47 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\n10:50:48 INFO 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\n10:50:50 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: 7418695825388302117 cli.py:389\nINFO len( region_condi_list )=1 generate.py:1153\nINFO len( region_list )=1 generate.py:1154\n100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75/75 [ 0:00:37 < 0:00:00 , 2 it/s ]\n10:51:29 INFO Generation complete, saving... generate.py:1185\n10:51:31 INFO Creating ffmpeg encoder... generate.py:1084\nINFO Encoding interpolated frames with ffmpeg... generate.py:1094\nINFO Saved sample to generate.py:1189\noutput/2023-11-01T10-50-34-sample-majicmixrea\nlistic_v5preview/00_7418695825388302117_an-ar\ntistic-cup-of-coffee_black-coffee_sat-on-a-ta\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-01T10-50-34-sample-majicmixrealistic_v5preview/00-7418695825388302117/%08d.png':\nDuration: 00:00:01.60, start: 0.000000, bitrate: N/A\nStream #0:0: Video: png, rgb24(pc), 384x256, 20 fps, 20 tbr, 20 tbn, 20 tbc\nStream mapping:\nStream #0:0 (png) -> fps\nfps -> Stream #0:0 (libx264)\nPress [q] to stop, [?] for help\n[libx264 @ 0x556f50ea08c0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2\n[libx264 @ 0x556f50ea08c0] profile High, level 1.3, 4:2:0, 8-bit\n[libx264 @ 0x556f50ea08c0] 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=8 lookahead_threads=1 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=20 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-01T10-50-34-sample-majicmixrealistic_v5preview/00_7418695825388302117_an-artistic-cup-of-coffee_black-coffee_sat-on-a-ta.mp4':\nMetadata:\nencoder : Lavf58.76.100\nStream #0:0: Video: h264 (avc1 / 0x31637661), yuv420p(tv, progressive), 384x256, q=2-31, 20 fps, 10240 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= 32 fps=0.0 q=-1.0 Lsize= 504kB time=00:00:01.45 bitrate=2847.4kbits/s speed=9.63x\nvideo:503kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.236934%\n[libx264 @ 0x556f50ea08c0] frame I:1 Avg QP:13.18 size: 22097\n[libx264 @ 0x556f50ea08c0] frame P:7 Avg QP:13.48 size: 21731\n[libx264 @ 0x556f50ea08c0] frame B:24 Avg QP:14.68 size: 14167\n[libx264 @ 0x556f50ea08c0] consecutive B-frames: 3.1% 0.0% 0.0% 50.0% 46.9% 0.0%\n[libx264 @ 0x556f50ea08c0] mb I I16..4: 5.5% 60.2% 34.4%\n[libx264 @ 0x556f50ea08c0] mb P I16..4: 8.9% 47.4% 27.3% P16..4: 3.0% 8.4% 5.0% 0.0% 0.0% skip: 0.0%\n[libx264 @ 0x556f50ea08c0] mb B I16..4: 3.6% 13.3% 6.5% B16..8: 21.6% 28.5% 15.3% direct: 9.8% skip: 1.5% L0:31.0% L1:27.5% BI:41.5%\n[libx264 @ 0x556f50ea08c0] 8x8 transform intra:57.0% inter:64.7%\n[libx264 @ 0x556f50ea08c0] coded y,uvDC,uvAC intra: 90.9% 95.3% 90.2% inter: 79.7% 93.2% 62.9%\n[libx264 @ 0x556f50ea08c0] i16 v,h,dc,p: 13% 11% 23% 54%\n[libx264 @ 0x556f50ea08c0] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 19% 13% 16% 8% 9% 10% 8% 10% 8%\n[libx264 @ 0x556f50ea08c0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 20% 11% 10% 7% 15% 14% 9% 10% 5%\n[libx264 @ 0x556f50ea08c0] i8c dc,h,v,p: 43% 17% 27% 13%\n[libx264 @ 0x556f50ea08c0] Weighted P-Frames: Y:28.6% UV:28.6%\n[libx264 @ 0x556f50ea08c0] ref P L0: 44.6% 16.6% 17.6% 9.1% 6.0% 5.8% 0.3%\n[libx264 @ 0x556f50ea08c0] ref B L0: 91.8% 4.8% 2.2% 0.8% 0.5%\n[libx264 @ 0x556f50ea08c0] ref B L1: 98.3% 1.7%\n[libx264 @ 0x556f50ea08c0] kb/s:2571.11\nIdentifying the GIF path from the generated outputs...\nIdentified directory: output/2023-11-01T10-50-34-sample-majicmixrealistic_v5preview\nIdentified Media Path: output/2023-11-01T10-50-34-sample-majicmixrealistic_v5preview/00_7418695825388302117_an-artistic-cup-of-coffee_black-coffee_sat-on-a-ta.mp4\nIdentified PNG Folder Path: output/2023-11-01T10-50-34-sample-majicmixrealistic_v5preview/00-7418695825388302117\nInterpolating frames with FILM...\n 0%|\u001b[32m \u001b[0m| 0/217 [00:00<?, ?it/s]\u001b[0m\n 1%|\u001b[32m▌ \u001b[0m| 2/217 [00:00<00:13, 16.29it/s]\u001b[0m\n 2%|\u001b[32m█▏ \u001b[0m| 4/217 [00:00<00:11, 18.16it/s]\u001b[0m\n 3%|\u001b[32m██ \u001b[0m| 7/217 [00:00<00:10, 19.19it/s]\u001b[0m\n 4%|\u001b[32m██▌ \u001b[0m| 9/217 [00:00<00:10, 19.10it/s]\u001b[0m\n 6%|\u001b[32m███▍ \u001b[0m| 12/217 [00:00<00:10, 19.54it/s]\u001b[0m\n 7%|\u001b[32m████▎ \u001b[0m| 15/217 [00:00<00:10, 19.47it/s]\u001b[0m\n 8%|\u001b[32m█████▏ \u001b[0m| 18/217 [00:00<00:10, 19.66it/s]\u001b[0m\n 10%|\u001b[32m██████ \u001b[0m| 21/217 [00:01<00:09, 19.80it/s]\u001b[0m\n 11%|\u001b[32m██████▌ \u001b[0m| 23/217 [00:01<00:09, 19.57it/s]\u001b[0m\n 12%|\u001b[32m███████▍ \u001b[0m| 26/217 [00:01<00:09, 19.73it/s]\u001b[0m\n 13%|\u001b[32m████████▎ \u001b[0m| 29/217 [00:01<00:09, 19.59it/s]\u001b[0m\n 15%|\u001b[32m█████████▏ \u001b[0m| 32/217 [00:01<00:09, 19.80it/s]\u001b[0m\n 16%|\u001b[32m██████████ \u001b[0m| 35/217 [00:01<00:09, 19.95it/s]\u001b[0m\n 17%|\u001b[32m██████████▌ \u001b[0m| 37/217 [00:01<00:09, 19.71it/s]\u001b[0m\n 18%|\u001b[32m███████████▍ \u001b[0m| 40/217 [00:02<00:08, 19.84it/s]\u001b[0m\n 20%|\u001b[32m████████████▎ \u001b[0m| 43/217 [00:02<00:08, 19.68it/s]\u001b[0m\n 21%|\u001b[32m█████████████▏ \u001b[0m| 46/217 [00:02<00:08, 19.81it/s]\u001b[0m\n 23%|\u001b[32m██████████████ \u001b[0m| 49/217 [00:02<00:08, 20.00it/s]\u001b[0m\n 24%|\u001b[32m██████████████▌ \u001b[0m| 51/217 [00:02<00:08, 19.78it/s]\u001b[0m\n 25%|\u001b[32m███████████████▍ \u001b[0m| 54/217 [00:02<00:08, 19.90it/s]\u001b[0m\n 26%|\u001b[32m████████████████▎ \u001b[0m| 57/217 [00:02<00:08, 19.72it/s]\u001b[0m\n 27%|\u001b[32m████████████████▊ \u001b[0m| 59/217 [00:03<00:08, 19.75it/s]\u001b[0m\n 29%|\u001b[32m█████████████████▋ \u001b[0m| 62/217 [00:03<00:07, 19.86it/s]\u001b[0m\n 29%|\u001b[32m██████████████████▎ \u001b[0m| 64/217 [00:03<00:07, 19.26it/s]\u001b[0m\n 31%|\u001b[32m███████████████████▏ \u001b[0m| 67/217 [00:03<00:07, 19.60it/s]\u001b[0m\n 32%|\u001b[32m████████████████████ \u001b[0m| 70/217 [00:03<00:07, 19.82it/s]\u001b[0m\n 33%|\u001b[32m████████████████████▌ \u001b[0m| 72/217 [00:03<00:07, 19.63it/s]\u001b[0m\n 35%|\u001b[32m█████████████████████▍ \u001b[0m| 75/217 [00:03<00:07, 19.68it/s]\u001b[0m\n 36%|\u001b[32m██████████████████████▎ \u001b[0m| 78/217 [00:03<00:07, 19.57it/s]\u001b[0m\n 37%|\u001b[32m███████████████████████▏ \u001b[0m| 81/217 [00:04<00:06, 19.79it/s]\u001b[0m\n 38%|\u001b[32m███████████████████████▋ \u001b[0m| 83/217 [00:04<00:06, 19.81it/s]\u001b[0m\n 39%|\u001b[32m████████████████████████▎ \u001b[0m| 85/217 [00:04<00:06, 19.54it/s]\u001b[0m\n 41%|\u001b[32m█████████████████████████▏ \u001b[0m| 88/217 [00:04<00:06, 19.79it/s]\u001b[0m\n 42%|\u001b[32m██████████████████████████ \u001b[0m| 91/217 [00:04<00:06, 19.89it/s]\u001b[0m\n 43%|\u001b[32m██████████████████████████▌ \u001b[0m| 93/217 [00:04<00:06, 19.70it/s]\u001b[0m\n 44%|\u001b[32m███████████████████████████▍ \u001b[0m| 96/217 [00:04<00:06, 19.97it/s]\u001b[0m\n 46%|\u001b[32m████████████████████████████▎ \u001b[0m| 99/217 [00:05<00:05, 19.79it/s]\u001b[0m\n 47%|\u001b[32m████████████████████████████▋ \u001b[0m| 102/217 [00:05<00:05, 19.95it/s]\u001b[0m\n 48%|\u001b[32m█████████████████████████████▌ \u001b[0m| 105/217 [00:05<00:05, 20.03it/s]\u001b[0m\n 50%|\u001b[32m██████████████████████████████▎ \u001b[0m| 108/217 [00:05<00:05, 19.80it/s]\u001b[0m\n 51%|\u001b[32m███████████████████████████████▏ \u001b[0m| 111/217 [00:05<00:05, 19.92it/s]\u001b[0m\n 52%|\u001b[32m███████████████████████████████▊ \u001b[0m| 113/217 [00:05<00:05, 19.66it/s]\u001b[0m\n 53%|\u001b[32m████████████████████████████████▎ \u001b[0m| 115/217 [00:05<00:05, 19.73it/s]\u001b[0m\n 54%|\u001b[32m████████████████████████████████▉ \u001b[0m| 117/217 [00:05<00:05, 19.71it/s]\u001b[0m\n 55%|\u001b[32m█████████████████████████████████▍ \u001b[0m| 119/217 [00:06<00:04, 19.68it/s]\u001b[0m\n 56%|\u001b[32m██████████████████████████████████ \u001b[0m| 121/217 [00:06<00:04, 19.40it/s]\u001b[0m\n 57%|\u001b[32m██████████████████████████████████▊ \u001b[0m| 124/217 [00:06<00:04, 19.66it/s]\u001b[0m\n 59%|\u001b[32m███████████████████████████████████▋ \u001b[0m| 127/217 [00:06<00:04, 19.53it/s]\u001b[0m\n 60%|\u001b[32m████████████████████████████████████▌ \u001b[0m| 130/217 [00:06<00:04, 19.76it/s]\u001b[0m\n 61%|\u001b[32m█████████████████████████████████████▍ \u001b[0m| 133/217 [00:06<00:04, 19.89it/s]\u001b[0m\n 62%|\u001b[32m█████████████████████████████████████▉ \u001b[0m| 135/217 [00:06<00:04, 19.65it/s]\u001b[0m\n 64%|\u001b[32m██████████████████████████████████████▊ \u001b[0m| 138/217 [00:07<00:03, 19.81it/s]\u001b[0m\n 65%|\u001b[32m███████████████████████████████████████▋ \u001b[0m| 141/217 [00:07<00:03, 19.67it/s]\u001b[0m\n 66%|\u001b[32m████████████████████████████████████████▍ \u001b[0m| 144/217 [00:07<00:03, 19.80it/s]\u001b[0m\n 68%|\u001b[32m█████████████████████████████████████████▎ \u001b[0m| 147/217 [00:07<00:03, 19.90it/s]\u001b[0m\n 69%|\u001b[32m█████████████████████████████████████████▉ \u001b[0m| 149/217 [00:07<00:03, 19.68it/s]\u001b[0m\n 70%|\u001b[32m██████████████████████████████████████████▋ \u001b[0m| 152/217 [00:07<00:03, 19.86it/s]\u001b[0m\n 71%|\u001b[32m███████████████████████████████████████████▌ \u001b[0m| 155/217 [00:07<00:03, 19.64it/s]\u001b[0m\n 72%|\u001b[32m████████████████████████████████████████████▏ \u001b[0m| 157/217 [00:07<00:03, 19.69it/s]\u001b[0m\n 73%|\u001b[32m████████████████████████████████████████████▋ \u001b[0m| 159/217 [00:08<00:02, 19.76it/s]\u001b[0m\n 75%|\u001b[32m█████████████████████████████████████████████▌ \u001b[0m| 162/217 [00:08<00:02, 19.59it/s]\u001b[0m\n 76%|\u001b[32m██████████████████████████████████████████████▍ \u001b[0m| 165/217 [00:08<00:02, 19.83it/s]\u001b[0m\n 77%|\u001b[32m███████████████████████████████████████████████▏ \u001b[0m| 168/217 [00:08<00:02, 20.00it/s]\u001b[0m\n 79%|\u001b[32m████████████████████████████████████████████████ \u001b[0m| 171/217 [00:08<00:02, 19.84it/s]\u001b[0m\n 80%|\u001b[32m████████████████████████████████████████████████▉ \u001b[0m| 174/217 [00:08<00:02, 19.98it/s]\u001b[0m\n 81%|\u001b[32m█████████████████████████████████████████████████▍ \u001b[0m| 176/217 [00:08<00:02, 19.71it/s]\u001b[0m\n 82%|\u001b[32m██████████████████████████████████████████████████▎ \u001b[0m| 179/217 [00:09<00:01, 19.90it/s]\u001b[0m\n 84%|\u001b[32m███████████████████████████████████████████████████▏ \u001b[0m| 182/217 [00:09<00:01, 20.01it/s]\u001b[0m\n 85%|\u001b[32m███████████████████████████████████████████████████▋ \u001b[0m| 184/217 [00:09<00:01, 19.74it/s]\u001b[0m\n 86%|\u001b[32m████████████████████████████████████████████████████▌ \u001b[0m| 187/217 [00:09<00:01, 19.93it/s]\u001b[0m\n 88%|\u001b[32m█████████████████████████████████████████████████████▍ \u001b[0m| 190/217 [00:09<00:01, 19.76it/s]\u001b[0m\n 89%|\u001b[32m██████████████████████████████████████████████████████▎ \u001b[0m| 193/217 [00:09<00:01, 19.91it/s]\u001b[0m\n 90%|\u001b[32m███████████████████████████████████████████████████████ \u001b[0m| 196/217 [00:09<00:01, 19.99it/s]\u001b[0m\n 91%|\u001b[32m███████████████████████████████████████████████████████▋ \u001b[0m| 198/217 [00:10<00:00, 19.61it/s]\u001b[0m\n 93%|\u001b[32m████████████████████████████████████████████████████████▌ \u001b[0m| 201/217 [00:10<00:00, 19.84it/s]\u001b[0m\n 94%|\u001b[32m█████████████████████████████████████████████████████████▎ \u001b[0m| 204/217 [00:10<00:00, 19.67it/s]\u001b[0m\n 95%|\u001b[32m██████████████████████████████████████████████████████████▏ \u001b[0m| 207/217 [00:10<00:00, 19.89it/s]\u001b[0m\n 97%|\u001b[32m███████████████████████████████████████████████████████████ \u001b[0m| 210/217 [00:10<00:00, 20.01it/s]\u001b[0m\n 98%|\u001b[32m███████████████████████████████████████████████████████████▌ \u001b[0m| 212/217 [00:10<00:00, 19.76it/s]\u001b[0m\n 99%|\u001b[32m████████████████████████████████████████████████████████████▍\u001b[0m| 215/217 [00:10<00:00, 19.89it/s]\u001b[0m\n100%|\u001b[32m█████████████████████████████████████████████████████████████\u001b[0m| 217/217 [00:10<00:00, 19.74it/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-01T10-50-34-sample-majicmixrealistic_v5preview/interpolated_frames/%08d.png':\nDuration: 00:00:09.96, start: 0.000000, bitrate: N/A\nStream #0:0: Video: png, rgb24(pc), 384x256, 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 @ 0x5592e9ec48c0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2\n[libx264 @ 0x5592e9ec48c0] profile High, level 1.3, 4:2:0, 8-bit\n[libx264 @ 0x5592e9ec48c0] 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=8 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=20 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-01T10-50-34-sample-majicmixrealistic_v5preview/output_video.mp4':\nMetadata:\nencoder : Lavf58.76.100\nStream #0:0: Video: h264 (avc1 / 0x31637661), yuv420p(tv, progressive), 384x256, q=2-31, 20 fps, 10240 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= 226 fps=0.0 q=6.0 size= 3584kB time=00:00:08.55 bitrate=3433.9kbits/s speed=16.8x\nframe= 249 fps=0.0 q=-1.0 Lsize= 5318kB time=00:00:12.30 bitrate=3542.0kbits/s speed=18.2x\nvideo:5314kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.072162%\n[libx264 @ 0x5592e9ec48c0] frame I:1 Avg QP: 2.24 size: 57980\n[libx264 @ 0x5592e9ec48c0] frame P:64 Avg QP: 2.39 size: 41589\n[libx264 @ 0x5592e9ec48c0] frame B:184 Avg QP: 5.64 size: 14791\n[libx264 @ 0x5592e9ec48c0] consecutive B-frames: 1.2% 0.8% 0.0% 98.0%\n[libx264 @ 0x5592e9ec48c0] mb I I16..4: 10.4% 25.8% 63.8%\n[libx264 @ 0x5592e9ec48c0] mb P I16..4: 4.8% 10.3% 11.5% P16..4: 20.6% 30.7% 21.9% 0.0% 0.0% skip: 0.2%\n[libx264 @ 0x5592e9ec48c0] mb B I16..4: 0.3% 1.3% 0.3% B16..8: 33.0% 10.6% 9.4% direct:31.8% skip:13.3% L0:25.7% L1:23.1% BI:51.2%\n[libx264 @ 0x5592e9ec48c0] 8x8 transform intra:42.5% inter:33.0%\n[libx264 @ 0x5592e9ec48c0] coded y,uvDC,uvAC intra: 98.2% 97.2% 97.1% inter: 80.7% 81.9% 77.9%\n[libx264 @ 0x5592e9ec48c0] i16 v,h,dc,p: 14% 7% 22% 57%\n[libx264 @ 0x5592e9ec48c0] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 22% 13% 36% 4% 5% 5% 4% 6% 5%\n[libx264 @ 0x5592e9ec48c0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 22% 14% 20% 7% 10% 9% 7% 7% 4%\n[libx264 @ 0x5592e9ec48c0] i8c dc,h,v,p: 45% 15% 30% 10%\n[libx264 @ 0x5592e9ec48c0] Weighted P-Frames: Y:23.4% UV:18.8%\n[libx264 @ 0x5592e9ec48c0] ref P L0: 60.7% 27.9% 9.8% 1.4% 0.2%\n[libx264 @ 0x5592e9ec48c0] ref B L0: 98.8% 1.0% 0.2%\n[libx264 @ 0x5592e9ec48c0] ref B L1: 99.7% 0.3%\n[libx264 @ 0x5592e9ec48c0] kb/s:3496.38", "metrics": { "predict_time": 87.69389, "total_time": 124.974452 }, "output": "https://replicate.delivery/pbxt/FQlfhM2aly1aS6cjG6DVYwEZJzzfwbpix6nGDGcHkbTJf7njA/output_video.mp4", "started_at": "2023-11-01T10:50:27.338591Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/bd232u3b4exsk7wrgiwq6keb64", "cancel": "https://api.replicate.com/v1/predictions/bd232u3b4exsk7wrgiwq6keb64/cancel" }, "version": "b3ccb0101402aafd04bfea042950be606223e2abedbad93cf848bfffa072bb61" }
Generated inUsing 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/tmpbmp23h10spiral.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=N/A frame= 32 fps=0.0 q=-0.0 Lsize=N/A time=00:00:02.13 bitrate=N/A speed=37.1x video:938kB 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": 25, "guidance_scale": 7.5, "clip_skip": 2, "prompt_fixed_ratio": 0.5, "head_prompt": "an artistic cup of coffee", "prompt_map": { "0": "black coffee", "10": "frothy milky foamy coffee" }, "tail_prompt": "sat on a table, overhead birdseye shot, bird's-eye view", "n_prompt": [ "ugly, broken, unrealstic, nsfw, trypophobia" ], "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": true, "qr_code_monster_v2": { "enable": true, "use_preprocessor": true, "guess_mode": false, "controlnet_conditioning_scale": 0.3, "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" : 20, "encode_param":{ "crf": 10 } } } -------------------------------------------------------------------------------- Running command: animatediff generate -c config/prompts/custom_prompt_travel.json -W 384 -H 256 -L 32 -C 16 10:50:33 INFO Using generation config: cli.py:291 config/prompts/custom_prompt_travel.json 10:50:34 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-01T10-50-34-sample-majicmixrealist ic_v5preview Preprocessing images (qr_code_monster_v2) 81% ━━━ 26/… [ 0:0… < 0:0… , 127 ] it/s Saving Preprocessed images (qr_code_monster_v2) 94% ━━╸ 29… [ 0:… < 0:… , 26 ] it… 10:50:35 INFO Checking motion module... generate.py:331 INFO Loading tokenizer... generate.py:345 INFO Loading text encoder... generate.py:347 10:50:37 INFO Loading VAE... generate.py:349 INFO Loading UNet... generate.py:351 10:50:45 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 10:50:47 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 10:50:48 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 10:50:50 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: 7418695825388302117 cli.py:389 INFO len( region_condi_list )=1 generate.py:1153 INFO len( region_list )=1 generate.py:1154 100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75/75 [ 0:00:37 < 0:00:00 , 2 it/s ] 10:51:29 INFO Generation complete, saving... generate.py:1185 10:51:31 INFO Creating ffmpeg encoder... generate.py:1084 INFO Encoding interpolated frames with ffmpeg... generate.py:1094 INFO Saved sample to generate.py:1189 output/2023-11-01T10-50-34-sample-majicmixrea listic_v5preview/00_7418695825388302117_an-ar tistic-cup-of-coffee_black-coffee_sat-on-a-ta 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-01T10-50-34-sample-majicmixrealistic_v5preview/00-7418695825388302117/%08d.png': Duration: 00:00:01.60, start: 0.000000, bitrate: N/A Stream #0:0: Video: png, rgb24(pc), 384x256, 20 fps, 20 tbr, 20 tbn, 20 tbc Stream mapping: Stream #0:0 (png) -> fps fps -> Stream #0:0 (libx264) Press [q] to stop, [?] for help [libx264 @ 0x556f50ea08c0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 [libx264 @ 0x556f50ea08c0] profile High, level 1.3, 4:2:0, 8-bit [libx264 @ 0x556f50ea08c0] 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=8 lookahead_threads=1 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=20 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-01T10-50-34-sample-majicmixrealistic_v5preview/00_7418695825388302117_an-artistic-cup-of-coffee_black-coffee_sat-on-a-ta.mp4': Metadata: encoder : Lavf58.76.100 Stream #0:0: Video: h264 (avc1 / 0x31637661), yuv420p(tv, progressive), 384x256, q=2-31, 20 fps, 10240 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= 32 fps=0.0 q=-1.0 Lsize= 504kB time=00:00:01.45 bitrate=2847.4kbits/s speed=9.63x video:503kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.236934% [libx264 @ 0x556f50ea08c0] frame I:1 Avg QP:13.18 size: 22097 [libx264 @ 0x556f50ea08c0] frame P:7 Avg QP:13.48 size: 21731 [libx264 @ 0x556f50ea08c0] frame B:24 Avg QP:14.68 size: 14167 [libx264 @ 0x556f50ea08c0] consecutive B-frames: 3.1% 0.0% 0.0% 50.0% 46.9% 0.0% [libx264 @ 0x556f50ea08c0] mb I I16..4: 5.5% 60.2% 34.4% [libx264 @ 0x556f50ea08c0] mb P I16..4: 8.9% 47.4% 27.3% P16..4: 3.0% 8.4% 5.0% 0.0% 0.0% skip: 0.0% [libx264 @ 0x556f50ea08c0] mb B I16..4: 3.6% 13.3% 6.5% B16..8: 21.6% 28.5% 15.3% direct: 9.8% skip: 1.5% L0:31.0% L1:27.5% BI:41.5% [libx264 @ 0x556f50ea08c0] 8x8 transform intra:57.0% inter:64.7% [libx264 @ 0x556f50ea08c0] coded y,uvDC,uvAC intra: 90.9% 95.3% 90.2% inter: 79.7% 93.2% 62.9% [libx264 @ 0x556f50ea08c0] i16 v,h,dc,p: 13% 11% 23% 54% [libx264 @ 0x556f50ea08c0] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 19% 13% 16% 8% 9% 10% 8% 10% 8% [libx264 @ 0x556f50ea08c0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 20% 11% 10% 7% 15% 14% 9% 10% 5% [libx264 @ 0x556f50ea08c0] i8c dc,h,v,p: 43% 17% 27% 13% [libx264 @ 0x556f50ea08c0] Weighted P-Frames: Y:28.6% UV:28.6% [libx264 @ 0x556f50ea08c0] ref P L0: 44.6% 16.6% 17.6% 9.1% 6.0% 5.8% 0.3% [libx264 @ 0x556f50ea08c0] ref B L0: 91.8% 4.8% 2.2% 0.8% 0.5% [libx264 @ 0x556f50ea08c0] ref B L1: 98.3% 1.7% [libx264 @ 0x556f50ea08c0] kb/s:2571.11 Identifying the GIF path from the generated outputs... Identified directory: output/2023-11-01T10-50-34-sample-majicmixrealistic_v5preview Identified Media Path: output/2023-11-01T10-50-34-sample-majicmixrealistic_v5preview/00_7418695825388302117_an-artistic-cup-of-coffee_black-coffee_sat-on-a-ta.mp4 Identified PNG Folder Path: output/2023-11-01T10-50-34-sample-majicmixrealistic_v5preview/00-7418695825388302117 Interpolating frames with FILM... 0%| | 0/217 [00:00<?, ?it/s] 1%|▌ | 2/217 [00:00<00:13, 16.29it/s] 2%|█▏ | 4/217 [00:00<00:11, 18.16it/s] 3%|██ | 7/217 [00:00<00:10, 19.19it/s] 4%|██▌ | 9/217 [00:00<00:10, 19.10it/s] 6%|███▍ | 12/217 [00:00<00:10, 19.54it/s] 7%|████▎ | 15/217 [00:00<00:10, 19.47it/s] 8%|█████▏ | 18/217 [00:00<00:10, 19.66it/s] 10%|██████ | 21/217 [00:01<00:09, 19.80it/s] 11%|██████▌ | 23/217 [00:01<00:09, 19.57it/s] 12%|███████▍ | 26/217 [00:01<00:09, 19.73it/s] 13%|████████▎ | 29/217 [00:01<00:09, 19.59it/s] 15%|█████████▏ | 32/217 [00:01<00:09, 19.80it/s] 16%|██████████ | 35/217 [00:01<00:09, 19.95it/s] 17%|██████████▌ | 37/217 [00:01<00:09, 19.71it/s] 18%|███████████▍ | 40/217 [00:02<00:08, 19.84it/s] 20%|████████████▎ | 43/217 [00:02<00:08, 19.68it/s] 21%|█████████████▏ | 46/217 [00:02<00:08, 19.81it/s] 23%|██████████████ | 49/217 [00:02<00:08, 20.00it/s] 24%|██████████████▌ | 51/217 [00:02<00:08, 19.78it/s] 25%|███████████████▍ | 54/217 [00:02<00:08, 19.90it/s] 26%|████████████████▎ | 57/217 [00:02<00:08, 19.72it/s] 27%|████████████████▊ | 59/217 [00:03<00:08, 19.75it/s] 29%|█████████████████▋ | 62/217 [00:03<00:07, 19.86it/s] 29%|██████████████████▎ | 64/217 [00:03<00:07, 19.26it/s] 31%|███████████████████▏ | 67/217 [00:03<00:07, 19.60it/s] 32%|████████████████████ | 70/217 [00:03<00:07, 19.82it/s] 33%|████████████████████▌ | 72/217 [00:03<00:07, 19.63it/s] 35%|█████████████████████▍ | 75/217 [00:03<00:07, 19.68it/s] 36%|██████████████████████▎ | 78/217 [00:03<00:07, 19.57it/s] 37%|███████████████████████▏ | 81/217 [00:04<00:06, 19.79it/s] 38%|███████████████████████▋ | 83/217 [00:04<00:06, 19.81it/s] 39%|████████████████████████▎ | 85/217 [00:04<00:06, 19.54it/s] 41%|█████████████████████████▏ | 88/217 [00:04<00:06, 19.79it/s] 42%|██████████████████████████ | 91/217 [00:04<00:06, 19.89it/s] 43%|██████████████████████████▌ | 93/217 [00:04<00:06, 19.70it/s] 44%|███████████████████████████▍ | 96/217 [00:04<00:06, 19.97it/s] 46%|████████████████████████████▎ | 99/217 [00:05<00:05, 19.79it/s] 47%|████████████████████████████▋ | 102/217 [00:05<00:05, 19.95it/s] 48%|█████████████████████████████▌ | 105/217 [00:05<00:05, 20.03it/s] 50%|██████████████████████████████▎ | 108/217 [00:05<00:05, 19.80it/s] 51%|███████████████████████████████▏ | 111/217 [00:05<00:05, 19.92it/s] 52%|███████████████████████████████▊ | 113/217 [00:05<00:05, 19.66it/s] 53%|████████████████████████████████▎ | 115/217 [00:05<00:05, 19.73it/s] 54%|████████████████████████████████▉ | 117/217 [00:05<00:05, 19.71it/s] 55%|█████████████████████████████████▍ | 119/217 [00:06<00:04, 19.68it/s] 56%|██████████████████████████████████ | 121/217 [00:06<00:04, 19.40it/s] 57%|██████████████████████████████████▊ | 124/217 [00:06<00:04, 19.66it/s] 59%|███████████████████████████████████▋ | 127/217 [00:06<00:04, 19.53it/s] 60%|████████████████████████████████████▌ | 130/217 [00:06<00:04, 19.76it/s] 61%|█████████████████████████████████████▍ | 133/217 [00:06<00:04, 19.89it/s] 62%|█████████████████████████████████████▉ | 135/217 [00:06<00:04, 19.65it/s] 64%|██████████████████████████████████████▊ | 138/217 [00:07<00:03, 19.81it/s] 65%|███████████████████████████████████████▋ | 141/217 [00:07<00:03, 19.67it/s] 66%|████████████████████████████████████████▍ | 144/217 [00:07<00:03, 19.80it/s] 68%|█████████████████████████████████████████▎ | 147/217 [00:07<00:03, 19.90it/s] 69%|█████████████████████████████████████████▉ | 149/217 [00:07<00:03, 19.68it/s] 70%|██████████████████████████████████████████▋ | 152/217 [00:07<00:03, 19.86it/s] 71%|███████████████████████████████████████████▌ | 155/217 [00:07<00:03, 19.64it/s] 72%|████████████████████████████████████████████▏ | 157/217 [00:07<00:03, 19.69it/s] 73%|████████████████████████████████████████████▋ | 159/217 [00:08<00:02, 19.76it/s] 75%|█████████████████████████████████████████████▌ | 162/217 [00:08<00:02, 19.59it/s] 76%|██████████████████████████████████████████████▍ | 165/217 [00:08<00:02, 19.83it/s] 77%|███████████████████████████████████████████████▏ | 168/217 [00:08<00:02, 20.00it/s] 79%|████████████████████████████████████████████████ | 171/217 [00:08<00:02, 19.84it/s] 80%|████████████████████████████████████████████████▉ | 174/217 [00:08<00:02, 19.98it/s] 81%|█████████████████████████████████████████████████▍ | 176/217 [00:08<00:02, 19.71it/s] 82%|██████████████████████████████████████████████████▎ | 179/217 [00:09<00:01, 19.90it/s] 84%|███████████████████████████████████████████████████▏ | 182/217 [00:09<00:01, 20.01it/s] 85%|███████████████████████████████████████████████████▋ | 184/217 [00:09<00:01, 19.74it/s] 86%|████████████████████████████████████████████████████▌ | 187/217 [00:09<00:01, 19.93it/s] 88%|█████████████████████████████████████████████████████▍ | 190/217 [00:09<00:01, 19.76it/s] 89%|██████████████████████████████████████████████████████▎ | 193/217 [00:09<00:01, 19.91it/s] 90%|███████████████████████████████████████████████████████ | 196/217 [00:09<00:01, 19.99it/s] 91%|███████████████████████████████████████████████████████▋ | 198/217 [00:10<00:00, 19.61it/s] 93%|████████████████████████████████████████████████████████▌ | 201/217 [00:10<00:00, 19.84it/s] 94%|█████████████████████████████████████████████████████████▎ | 204/217 [00:10<00:00, 19.67it/s] 95%|██████████████████████████████████████████████████████████▏ | 207/217 [00:10<00:00, 19.89it/s] 97%|███████████████████████████████████████████████████████████ | 210/217 [00:10<00:00, 20.01it/s] 98%|███████████████████████████████████████████████████████████▌ | 212/217 [00:10<00:00, 19.76it/s] 99%|████████████████████████████████████████████████████████████▍| 215/217 [00:10<00:00, 19.89it/s] 100%|█████████████████████████████████████████████████████████████| 217/217 [00:10<00:00, 19.74it/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-01T10-50-34-sample-majicmixrealistic_v5preview/interpolated_frames/%08d.png': Duration: 00:00:09.96, start: 0.000000, bitrate: N/A Stream #0:0: Video: png, rgb24(pc), 384x256, 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 @ 0x5592e9ec48c0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 [libx264 @ 0x5592e9ec48c0] profile High, level 1.3, 4:2:0, 8-bit [libx264 @ 0x5592e9ec48c0] 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=8 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=20 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-01T10-50-34-sample-majicmixrealistic_v5preview/output_video.mp4': Metadata: encoder : Lavf58.76.100 Stream #0:0: Video: h264 (avc1 / 0x31637661), yuv420p(tv, progressive), 384x256, q=2-31, 20 fps, 10240 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= 226 fps=0.0 q=6.0 size= 3584kB time=00:00:08.55 bitrate=3433.9kbits/s speed=16.8x frame= 249 fps=0.0 q=-1.0 Lsize= 5318kB time=00:00:12.30 bitrate=3542.0kbits/s speed=18.2x video:5314kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.072162% [libx264 @ 0x5592e9ec48c0] frame I:1 Avg QP: 2.24 size: 57980 [libx264 @ 0x5592e9ec48c0] frame P:64 Avg QP: 2.39 size: 41589 [libx264 @ 0x5592e9ec48c0] frame B:184 Avg QP: 5.64 size: 14791 [libx264 @ 0x5592e9ec48c0] consecutive B-frames: 1.2% 0.8% 0.0% 98.0% [libx264 @ 0x5592e9ec48c0] mb I I16..4: 10.4% 25.8% 63.8% [libx264 @ 0x5592e9ec48c0] mb P I16..4: 4.8% 10.3% 11.5% P16..4: 20.6% 30.7% 21.9% 0.0% 0.0% skip: 0.2% [libx264 @ 0x5592e9ec48c0] mb B I16..4: 0.3% 1.3% 0.3% B16..8: 33.0% 10.6% 9.4% direct:31.8% skip:13.3% L0:25.7% L1:23.1% BI:51.2% [libx264 @ 0x5592e9ec48c0] 8x8 transform intra:42.5% inter:33.0% [libx264 @ 0x5592e9ec48c0] coded y,uvDC,uvAC intra: 98.2% 97.2% 97.1% inter: 80.7% 81.9% 77.9% [libx264 @ 0x5592e9ec48c0] i16 v,h,dc,p: 14% 7% 22% 57% [libx264 @ 0x5592e9ec48c0] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 22% 13% 36% 4% 5% 5% 4% 6% 5% [libx264 @ 0x5592e9ec48c0] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 22% 14% 20% 7% 10% 9% 7% 7% 4% [libx264 @ 0x5592e9ec48c0] i8c dc,h,v,p: 45% 15% 30% 10% [libx264 @ 0x5592e9ec48c0] Weighted P-Frames: Y:23.4% UV:18.8% [libx264 @ 0x5592e9ec48c0] ref P L0: 60.7% 27.9% 9.8% 1.4% 0.2% [libx264 @ 0x5592e9ec48c0] ref B L0: 98.8% 1.0% 0.2% [libx264 @ 0x5592e9ec48c0] ref B L1: 99.7% 0.3% [libx264 @ 0x5592e9ec48c0] kb/s:3496.38
Prediction
zsxkib/animatediff-illusions:b3ccb0101402aafd04bfea042950be606223e2abedbad93cf848bfffa072bb61IDfbt32wdbfo2ebk6fzawe6y3odqStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- loop
- 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
- film_interpolation
- prompt_fixed_ratio
- 0.5
- custom_base_model_url
- num_interpolation_steps
- 3
- enable_qr_code_monster_v2
- playback_frames_per_second
- 30
- controlnet_conditioning_scale
- 0.17
- qr_code_monster_v2_guess_mode
- qr_code_monster_v2_preprocessor
{ "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 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; 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.
Install Replicate’s Python client library:pip install replicate
Import the client: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.
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.
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" }
Generated inUsing 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
Want to make some of these yourself?
Run this model