chigozienri
/
animate-diff-sdxl
Animate Your Personalized Text-to-Image Diffusion Models (Long boot times!)
Prediction
chigozienri/animate-diff-sdxl:2f38ae1b66efb8a860cb1e66d73cc1abff19bca4355dd33a20097ae3f059b3cdIDngtbg23b4xqhzwsdx5mp54tgmiStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- seed
- 42
- steps
- 25
- aspect
- 16:9
- prompt
- A panda standing on a surfboard in the ocean in sunset, 4k, high resolution. Realistic, Cinematic, high resolution
- n_prompt
- checkpoint
- dynavision
- video_length
- 16
- motion_module
- mm_sdxl_v10_beta
- guidance_scale
- 8.5
- use_checkpoint
{ "seed": 42, "steps": 25, "aspect": "16:9", "prompt": "A panda standing on a surfboard in the ocean in sunset, 4k, high resolution. Realistic, Cinematic, high resolution", "n_prompt": "", "checkpoint": "dynavision", "video_length": 16, "motion_module": "mm_sdxl_v10_beta", "guidance_scale": 8.5, "use_checkpoint": false }
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 chigozienri/animate-diff-sdxl using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "chigozienri/animate-diff-sdxl:2f38ae1b66efb8a860cb1e66d73cc1abff19bca4355dd33a20097ae3f059b3cd", { input: { seed: 42, steps: 25, aspect: "16:9", prompt: "A panda standing on a surfboard in the ocean in sunset, 4k, high resolution. Realistic, Cinematic, high resolution", n_prompt: "", checkpoint: "dynavision", video_length: 16, motion_module: "mm_sdxl_v10_beta", guidance_scale: 8.5, use_checkpoint: false } } ); // 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 chigozienri/animate-diff-sdxl using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "chigozienri/animate-diff-sdxl:2f38ae1b66efb8a860cb1e66d73cc1abff19bca4355dd33a20097ae3f059b3cd", input={ "seed": 42, "steps": 25, "aspect": "16:9", "prompt": "A panda standing on a surfboard in the ocean in sunset, 4k, high resolution. Realistic, Cinematic, high resolution", "n_prompt": "", "checkpoint": "dynavision", "video_length": 16, "motion_module": "mm_sdxl_v10_beta", "guidance_scale": 8.5, "use_checkpoint": False } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run chigozienri/animate-diff-sdxl 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": "2f38ae1b66efb8a860cb1e66d73cc1abff19bca4355dd33a20097ae3f059b3cd", "input": { "seed": 42, "steps": 25, "aspect": "16:9", "prompt": "A panda standing on a surfboard in the ocean in sunset, 4k, high resolution. Realistic, Cinematic, high resolution", "n_prompt": "", "checkpoint": "dynavision", "video_length": 16, "motion_module": "mm_sdxl_v10_beta", "guidance_scale": 8.5, "use_checkpoint": false } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-11-12T22:36:24.591962Z", "created_at": "2023-11-12T22:34:59.973381Z", "data_removed": false, "error": null, "id": "ngtbg23b4xqhzwsdx5mp54tgmi", "input": { "seed": 42, "steps": 25, "aspect": "16:9", "prompt": "A panda standing on a surfboard in the ocean in sunset, 4k, high resolution. Realistic, Cinematic, high resolution", "n_prompt": "", "checkpoint": "dynavision", "video_length": 16, "motion_module": "mm_sdxl_v10_beta", "guidance_scale": 8.5, "use_checkpoint": false }, "logs": "loaded temporal unet's pretrained weights from /AnimateDiff/models/StableDiffusion/unet ...\n### missing keys: 420;\n### unexpected keys: 0;\n### Temporal Module Parameters: 236.7792 M\nLoading motion module from /AnimateDiff/models/Motion_Module/mm_sdxl_v10_beta.ckpt...\nUsing seed: 42\nsampling: A panda standing on a surfboard in the ocean in sunset, 4k, high resolution. Realistic, Cinematic, high resolution ...\n 0%| | 0/25 [00:00<?, ?it/s]\n 4%|▍ | 1/25 [00:02<01:08, 2.84s/it]\n 8%|▊ | 2/25 [00:04<00:53, 2.34s/it]\n 12%|█▏ | 3/25 [00:06<00:48, 2.18s/it]\n 16%|█▌ | 4/25 [00:08<00:44, 2.11s/it]\n 20%|██ | 5/25 [00:10<00:41, 2.07s/it]\n 24%|██▍ | 6/25 [00:12<00:38, 2.05s/it]\n 28%|██▊ | 7/25 [00:14<00:36, 2.03s/it]\n 32%|███▏ | 8/25 [00:16<00:34, 2.02s/it]\n 36%|███▌ | 9/25 [00:18<00:32, 2.02s/it]\n 40%|████ | 10/25 [00:20<00:30, 2.01s/it]\n 44%|████▍ | 11/25 [00:22<00:28, 2.01s/it]\n 48%|████▊ | 12/25 [00:24<00:26, 2.01s/it]\n 52%|█████▏ | 13/25 [00:26<00:24, 2.01s/it]\n 56%|█████▌ | 14/25 [00:28<00:22, 2.00s/it]\n 60%|██████ | 15/25 [00:30<00:20, 2.00s/it]\n 64%|██████▍ | 16/25 [00:32<00:18, 2.00s/it]\n 68%|██████▊ | 17/25 [00:34<00:16, 2.00s/it]\n 72%|███████▏ | 18/25 [00:36<00:14, 2.01s/it]\n 76%|███████▌ | 19/25 [00:38<00:12, 2.01s/it]\n 80%|████████ | 20/25 [00:40<00:10, 2.01s/it]\n 84%|████████▍ | 21/25 [00:42<00:08, 2.01s/it]\n 88%|████████▊ | 22/25 [00:44<00:06, 2.01s/it]\n 92%|█████████▏| 23/25 [00:46<00:04, 2.01s/it]\n 96%|█████████▌| 24/25 [00:48<00:02, 2.01s/it]\n100%|██████████| 25/25 [00:50<00:00, 2.01s/it]\n100%|██████████| 25/25 [00:50<00:00, 2.04s/it]\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 'output.gif':\nDuration: 00:00:02.08, start: 0.000000, bitrate: 15053 kb/s\nStream #0:0: Video: gif, bgra, 1344x768, 7.67 fps, 23.08 tbr, 100 tbn, 100 tbc\nStream mapping:\nStream #0:0 -> #0:0 (gif (native) -> h264 (libx264))\nPress [q] to stop, [?] for help\n[libx264 @ 0x5591449f0900] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 AVX512\n[libx264 @ 0x5591449f0900] profile High, level 3.2, 4:2:0, 8-bit\n[libx264 @ 0x5591449f0900] 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=23 scenecut=40 intra_refresh=0 rc=cqp mbtree=0 qp=17 ip_ratio=1.40 pb_ratio=1.30 aq=0\nOutput #0, mp4, to '/tmp/tmpregdz633/out.mp4':\nMetadata:\nencoder : Lavf58.76.100\nStream #0:0: Video: h264 (avc1 / 0x31637661), yuv420p(tv, progressive), 1344x768, q=2-31, 23.08 fps, 17728 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= 3 fps=0.0 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A dup=2 drop=0 speed=N/A\nframe= 48 fps=0.0 q=17.0 size= 1024kB time=00:00:00.99 bitrate=8418.9kbits/s dup=32 drop=0 speed=1.93x\n[mp4 @ 0x5591449ef1c0] Starting second pass: moving the moov atom to the beginning of the file\nframe= 48 fps=0.0 q=-1.0 Lsize= 1714kB time=00:00:01.94 bitrate=7204.0kbits/s dup=32 drop=0 speed=2.71x\nvideo:1713kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.082493%\n[libx264 @ 0x5591449f0900] frame I:2 Avg QP:14.00 size:154402\n[libx264 @ 0x5591449f0900] frame P:13 Avg QP:17.00 size: 89540\n[libx264 @ 0x5591449f0900] frame B:33 Avg QP:18.67 size: 8504\n[libx264 @ 0x5591449f0900] consecutive B-frames: 8.3% 0.0% 0.0% 91.7%\n[libx264 @ 0x5591449f0900] mb I I16..4: 8.4% 31.6% 60.0%\n[libx264 @ 0x5591449f0900] mb P I16..4: 6.9% 24.7% 32.8% P16..4: 11.1% 6.9% 3.2% 0.0% 0.0% skip:14.4%\n[libx264 @ 0x5591449f0900] mb B I16..4: 0.5% 1.6% 2.7% B16..8: 6.9% 1.3% 0.3% direct: 1.1% skip:85.7% L0:44.9% L1:48.4% BI: 6.7%\n[libx264 @ 0x5591449f0900] 8x8 transform intra:36.5% inter:69.5%\n[libx264 @ 0x5591449f0900] coded y,uvDC,uvAC intra: 74.2% 90.2% 80.4% inter: 7.3% 11.5% 2.9%\n[libx264 @ 0x5591449f0900] i16 v,h,dc,p: 29% 32% 9% 30%\n[libx264 @ 0x5591449f0900] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 9% 51% 11% 3% 4% 3% 10% 2% 7%\n[libx264 @ 0x5591449f0900] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 15% 49% 9% 3% 4% 3% 9% 3% 6%\n[libx264 @ 0x5591449f0900] i8c dc,h,v,p: 31% 50% 8% 11%\n[libx264 @ 0x5591449f0900] Weighted P-Frames: Y:23.1% UV:23.1%\n[libx264 @ 0x5591449f0900] ref P L0: 54.7% 9.2% 19.8% 13.8% 2.5%\n[libx264 @ 0x5591449f0900] ref B L0: 81.3% 7.0% 11.6%\n[libx264 @ 0x5591449f0900] ref B L1: 99.8% 0.2%\n[libx264 @ 0x5591449f0900] kb/s:6745.89\nsaved to file", "metrics": { "predict_time": 84.587704, "total_time": 84.618581 }, "output": "https://replicate.delivery/pbxt/IXU9mi9aHRJVINe41jC6fvsa4OA8FMJcU95wLgucjCDnVw3RA/out.mp4", "started_at": "2023-11-12T22:35:00.004258Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/ngtbg23b4xqhzwsdx5mp54tgmi", "cancel": "https://api.replicate.com/v1/predictions/ngtbg23b4xqhzwsdx5mp54tgmi/cancel" }, "version": "2f38ae1b66efb8a860cb1e66d73cc1abff19bca4355dd33a20097ae3f059b3cd" }
Generated inloaded temporal unet's pretrained weights from /AnimateDiff/models/StableDiffusion/unet ... ### missing keys: 420; ### unexpected keys: 0; ### Temporal Module Parameters: 236.7792 M Loading motion module from /AnimateDiff/models/Motion_Module/mm_sdxl_v10_beta.ckpt... Using seed: 42 sampling: A panda standing on a surfboard in the ocean in sunset, 4k, high resolution. Realistic, Cinematic, high resolution ... 0%| | 0/25 [00:00<?, ?it/s] 4%|▍ | 1/25 [00:02<01:08, 2.84s/it] 8%|▊ | 2/25 [00:04<00:53, 2.34s/it] 12%|█▏ | 3/25 [00:06<00:48, 2.18s/it] 16%|█▌ | 4/25 [00:08<00:44, 2.11s/it] 20%|██ | 5/25 [00:10<00:41, 2.07s/it] 24%|██▍ | 6/25 [00:12<00:38, 2.05s/it] 28%|██▊ | 7/25 [00:14<00:36, 2.03s/it] 32%|███▏ | 8/25 [00:16<00:34, 2.02s/it] 36%|███▌ | 9/25 [00:18<00:32, 2.02s/it] 40%|████ | 10/25 [00:20<00:30, 2.01s/it] 44%|████▍ | 11/25 [00:22<00:28, 2.01s/it] 48%|████▊ | 12/25 [00:24<00:26, 2.01s/it] 52%|█████▏ | 13/25 [00:26<00:24, 2.01s/it] 56%|█████▌ | 14/25 [00:28<00:22, 2.00s/it] 60%|██████ | 15/25 [00:30<00:20, 2.00s/it] 64%|██████▍ | 16/25 [00:32<00:18, 2.00s/it] 68%|██████▊ | 17/25 [00:34<00:16, 2.00s/it] 72%|███████▏ | 18/25 [00:36<00:14, 2.01s/it] 76%|███████▌ | 19/25 [00:38<00:12, 2.01s/it] 80%|████████ | 20/25 [00:40<00:10, 2.01s/it] 84%|████████▍ | 21/25 [00:42<00:08, 2.01s/it] 88%|████████▊ | 22/25 [00:44<00:06, 2.01s/it] 92%|█████████▏| 23/25 [00:46<00:04, 2.01s/it] 96%|█████████▌| 24/25 [00:48<00:02, 2.01s/it] 100%|██████████| 25/25 [00:50<00:00, 2.01s/it] 100%|██████████| 25/25 [00:50<00:00, 2.04s/it] 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 'output.gif': Duration: 00:00:02.08, start: 0.000000, bitrate: 15053 kb/s Stream #0:0: Video: gif, bgra, 1344x768, 7.67 fps, 23.08 tbr, 100 tbn, 100 tbc Stream mapping: Stream #0:0 -> #0:0 (gif (native) -> h264 (libx264)) Press [q] to stop, [?] for help [libx264 @ 0x5591449f0900] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 AVX512 [libx264 @ 0x5591449f0900] profile High, level 3.2, 4:2:0, 8-bit [libx264 @ 0x5591449f0900] 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=23 scenecut=40 intra_refresh=0 rc=cqp mbtree=0 qp=17 ip_ratio=1.40 pb_ratio=1.30 aq=0 Output #0, mp4, to '/tmp/tmpregdz633/out.mp4': Metadata: encoder : Lavf58.76.100 Stream #0:0: Video: h264 (avc1 / 0x31637661), yuv420p(tv, progressive), 1344x768, q=2-31, 23.08 fps, 17728 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= 3 fps=0.0 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A dup=2 drop=0 speed=N/A frame= 48 fps=0.0 q=17.0 size= 1024kB time=00:00:00.99 bitrate=8418.9kbits/s dup=32 drop=0 speed=1.93x [mp4 @ 0x5591449ef1c0] Starting second pass: moving the moov atom to the beginning of the file frame= 48 fps=0.0 q=-1.0 Lsize= 1714kB time=00:00:01.94 bitrate=7204.0kbits/s dup=32 drop=0 speed=2.71x video:1713kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.082493% [libx264 @ 0x5591449f0900] frame I:2 Avg QP:14.00 size:154402 [libx264 @ 0x5591449f0900] frame P:13 Avg QP:17.00 size: 89540 [libx264 @ 0x5591449f0900] frame B:33 Avg QP:18.67 size: 8504 [libx264 @ 0x5591449f0900] consecutive B-frames: 8.3% 0.0% 0.0% 91.7% [libx264 @ 0x5591449f0900] mb I I16..4: 8.4% 31.6% 60.0% [libx264 @ 0x5591449f0900] mb P I16..4: 6.9% 24.7% 32.8% P16..4: 11.1% 6.9% 3.2% 0.0% 0.0% skip:14.4% [libx264 @ 0x5591449f0900] mb B I16..4: 0.5% 1.6% 2.7% B16..8: 6.9% 1.3% 0.3% direct: 1.1% skip:85.7% L0:44.9% L1:48.4% BI: 6.7% [libx264 @ 0x5591449f0900] 8x8 transform intra:36.5% inter:69.5% [libx264 @ 0x5591449f0900] coded y,uvDC,uvAC intra: 74.2% 90.2% 80.4% inter: 7.3% 11.5% 2.9% [libx264 @ 0x5591449f0900] i16 v,h,dc,p: 29% 32% 9% 30% [libx264 @ 0x5591449f0900] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 9% 51% 11% 3% 4% 3% 10% 2% 7% [libx264 @ 0x5591449f0900] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 15% 49% 9% 3% 4% 3% 9% 3% 6% [libx264 @ 0x5591449f0900] i8c dc,h,v,p: 31% 50% 8% 11% [libx264 @ 0x5591449f0900] Weighted P-Frames: Y:23.1% UV:23.1% [libx264 @ 0x5591449f0900] ref P L0: 54.7% 9.2% 19.8% 13.8% 2.5% [libx264 @ 0x5591449f0900] ref B L0: 81.3% 7.0% 11.6% [libx264 @ 0x5591449f0900] ref B L1: 99.8% 0.2% [libx264 @ 0x5591449f0900] kb/s:6745.89 saved to file
Prediction
chigozienri/animate-diff-sdxl:2f38ae1b66efb8a860cb1e66d73cc1abff19bca4355dd33a20097ae3f059b3cdID6np5amlbom2uoz7kmssbibbvhiStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- seed
- 42
- steps
- 25
- aspect
- 16:9
- prompt
- A disoriented astronaut, lost in a galaxy of swirling colors, floating in zero gravity, grasping at memories, poignant loneliness, stunning realism, cosmic chaos, emotional depth, 12K, hyperrealism, unforgettable, mixed media, celestial, dark, introspective
- n_prompt
- checkpoint
- dynavision
- video_length
- 16
- motion_module
- mm_sdxl_v10_beta
- guidance_scale
- 8.5
- use_checkpoint
{ "seed": 42, "steps": 25, "aspect": "16:9", "prompt": "A disoriented astronaut, lost in a galaxy of swirling colors, floating in zero gravity, grasping at memories, poignant loneliness, stunning realism, cosmic chaos, emotional depth, 12K, hyperrealism, unforgettable, mixed media, celestial, dark, introspective", "n_prompt": "", "checkpoint": "dynavision", "video_length": 16, "motion_module": "mm_sdxl_v10_beta", "guidance_scale": 8.5, "use_checkpoint": false }
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 chigozienri/animate-diff-sdxl using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "chigozienri/animate-diff-sdxl:2f38ae1b66efb8a860cb1e66d73cc1abff19bca4355dd33a20097ae3f059b3cd", { input: { seed: 42, steps: 25, aspect: "16:9", prompt: "A disoriented astronaut, lost in a galaxy of swirling colors, floating in zero gravity, grasping at memories, poignant loneliness, stunning realism, cosmic chaos, emotional depth, 12K, hyperrealism, unforgettable, mixed media, celestial, dark, introspective", n_prompt: "", checkpoint: "dynavision", video_length: 16, motion_module: "mm_sdxl_v10_beta", guidance_scale: 8.5, use_checkpoint: false } } ); // 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 chigozienri/animate-diff-sdxl using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "chigozienri/animate-diff-sdxl:2f38ae1b66efb8a860cb1e66d73cc1abff19bca4355dd33a20097ae3f059b3cd", input={ "seed": 42, "steps": 25, "aspect": "16:9", "prompt": "A disoriented astronaut, lost in a galaxy of swirling colors, floating in zero gravity, grasping at memories, poignant loneliness, stunning realism, cosmic chaos, emotional depth, 12K, hyperrealism, unforgettable, mixed media, celestial, dark, introspective", "n_prompt": "", "checkpoint": "dynavision", "video_length": 16, "motion_module": "mm_sdxl_v10_beta", "guidance_scale": 8.5, "use_checkpoint": False } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run chigozienri/animate-diff-sdxl 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": "2f38ae1b66efb8a860cb1e66d73cc1abff19bca4355dd33a20097ae3f059b3cd", "input": { "seed": 42, "steps": 25, "aspect": "16:9", "prompt": "A disoriented astronaut, lost in a galaxy of swirling colors, floating in zero gravity, grasping at memories, poignant loneliness, stunning realism, cosmic chaos, emotional depth, 12K, hyperrealism, unforgettable, mixed media, celestial, dark, introspective", "n_prompt": "", "checkpoint": "dynavision", "video_length": 16, "motion_module": "mm_sdxl_v10_beta", "guidance_scale": 8.5, "use_checkpoint": false } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-11-12T22:40:30.240495Z", "created_at": "2023-11-12T22:39:02.252936Z", "data_removed": false, "error": null, "id": "6np5amlbom2uoz7kmssbibbvhi", "input": { "seed": 42, "steps": 25, "aspect": "16:9", "prompt": "A disoriented astronaut, lost in a galaxy of swirling colors, floating in zero gravity, grasping at memories, poignant loneliness, stunning realism, cosmic chaos, emotional depth, 12K, hyperrealism, unforgettable, mixed media, celestial, dark, introspective", "n_prompt": "", "checkpoint": "dynavision", "video_length": 16, "motion_module": "mm_sdxl_v10_beta", "guidance_scale": 8.5, "use_checkpoint": false }, "logs": "loaded temporal unet's pretrained weights from /AnimateDiff/models/StableDiffusion/unet ...\n### missing keys: 420;\n### unexpected keys: 0;\n### Temporal Module Parameters: 236.7792 M\nLoading motion module from /AnimateDiff/models/Motion_Module/mm_sdxl_v10_beta.ckpt...\nUsing seed: 42\nsampling: A disoriented astronaut, lost in a galaxy of swirling colors, floating in zero gravity, grasping at memories, poignant loneliness, stunning realism, cosmic chaos, emotional depth, 12K, hyperrealism, unforgettable, mixed media, celestial, dark, introspective ...\n 0%| | 0/25 [00:00<?, ?it/s]\n 4%|▍ | 1/25 [00:02<01:08, 2.85s/it]\n 8%|▊ | 2/25 [00:04<00:54, 2.35s/it]\n 12%|█▏ | 3/25 [00:06<00:48, 2.19s/it]\n 16%|█▌ | 4/25 [00:08<00:44, 2.11s/it]\n 20%|██ | 5/25 [00:10<00:41, 2.07s/it]\n 24%|██▍ | 6/25 [00:12<00:38, 2.05s/it]\n 28%|██▊ | 7/25 [00:14<00:36, 2.03s/it]\n 32%|███▏ | 8/25 [00:16<00:34, 2.02s/it]\n 36%|███▌ | 9/25 [00:18<00:32, 2.02s/it]\n 40%|████ | 10/25 [00:20<00:30, 2.01s/it]\n 44%|████▍ | 11/25 [00:22<00:28, 2.01s/it]\n 48%|████▊ | 12/25 [00:24<00:26, 2.01s/it]\n 52%|█████▏ | 13/25 [00:26<00:24, 2.01s/it]\n 56%|█████▌ | 14/25 [00:28<00:22, 2.01s/it]\n 60%|██████ | 15/25 [00:30<00:20, 2.01s/it]\n 64%|██████▍ | 16/25 [00:32<00:18, 2.01s/it]\n 68%|██████▊ | 17/25 [00:34<00:16, 2.01s/it]\n 72%|███████▏ | 18/25 [00:36<00:14, 2.01s/it]\n 76%|███████▌ | 19/25 [00:38<00:12, 2.01s/it]\n 80%|████████ | 20/25 [00:40<00:10, 2.01s/it]\n 84%|████████▍ | 21/25 [00:42<00:08, 2.01s/it]\n 88%|████████▊ | 22/25 [00:44<00:06, 2.01s/it]\n 92%|█████████▏| 23/25 [00:46<00:04, 2.01s/it]\n 96%|█████████▌| 24/25 [00:48<00:02, 2.01s/it]\n100%|██████████| 25/25 [00:50<00:00, 2.01s/it]\n100%|██████████| 25/25 [00:50<00:00, 2.04s/it]\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 'output.gif':\nDuration: 00:00:02.08, start: 0.000000, bitrate: 32727 kb/s\nStream #0:0: Video: gif, bgra, 1344x768, 7.67 fps, 23.08 tbr, 100 tbn, 100 tbc\nStream mapping:\nStream #0:0 -> #0:0 (gif (native) -> h264 (libx264))\nPress [q] to stop, [?] for help\n[libx264 @ 0x55eabdeaea00] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 AVX512\n[libx264 @ 0x55eabdeaea00] profile High, level 3.2, 4:2:0, 8-bit\n[libx264 @ 0x55eabdeaea00] 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=23 scenecut=40 intra_refresh=0 rc=cqp mbtree=0 qp=17 ip_ratio=1.40 pb_ratio=1.30 aq=0\nOutput #0, mp4, to '/tmp/tmptyjfw_o9/out.mp4':\nMetadata:\nencoder : Lavf58.76.100\nStream #0:0: Video: h264 (avc1 / 0x31637661), yuv420p(tv, progressive), 1344x768, q=2-31, 23.08 fps, 17728 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= 3 fps=0.0 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A dup=2 drop=0 speed=N/A\nframe= 33 fps=0.0 q=19.0 size= 1792kB time=00:00:00.34 bitrate=42352.3kbits/s dup=22 drop=0 speed=0.634x\n[mp4 @ 0x55eabdead1c0] Starting second pass: moving the moov atom to the beginning of the file\nframe= 48 fps= 42 q=-1.0 Lsize= 5815kB time=00:00:01.94 bitrate=24435.5kbits/s dup=32 drop=0 speed=1.73x\nvideo:5814kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.025583%\n[libx264 @ 0x55eabdeaea00] frame I:2 Avg QP:14.00 size:464502\n[libx264 @ 0x55eabdeaea00] frame P:12 Avg QP:17.00 size:362757\n[libx264 @ 0x55eabdeaea00] frame B:34 Avg QP:18.65 size: 19718\n[libx264 @ 0x55eabdeaea00] consecutive B-frames: 4.2% 0.0% 12.5% 83.3%\n[libx264 @ 0x55eabdeaea00] mb I I16..4: 1.8% 17.1% 81.1%\n[libx264 @ 0x55eabdeaea00] mb P I16..4: 1.5% 24.5% 67.6% P16..4: 1.5% 2.7% 2.0% 0.0% 0.0% skip: 0.2%\n[libx264 @ 0x55eabdeaea00] mb B I16..4: 0.0% 0.6% 4.3% B16..8: 0.8% 0.4% 0.3% direct: 0.1% skip:93.5% L0:42.4% L1:35.5% BI:22.1%\n[libx264 @ 0x55eabdeaea00] 8x8 transform intra:23.4% inter:33.3%\n[libx264 @ 0x55eabdeaea00] coded y,uvDC,uvAC intra: 96.4% 98.8% 98.3% inter: 2.8% 3.3% 2.8%\n[libx264 @ 0x55eabdeaea00] i16 v,h,dc,p: 57% 16% 12% 16%\n[libx264 @ 0x55eabdeaea00] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 7% 28% 8% 7% 8% 6% 16% 6% 15%\n[libx264 @ 0x55eabdeaea00] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 8% 31% 9% 6% 8% 5% 15% 5% 13%\n[libx264 @ 0x55eabdeaea00] i8c dc,h,v,p: 43% 30% 8% 20%\n[libx264 @ 0x55eabdeaea00] Weighted P-Frames: Y:25.0% UV:8.3%\n[libx264 @ 0x55eabdeaea00] ref P L0: 52.6% 17.8% 18.6% 9.2% 1.8%\n[libx264 @ 0x55eabdeaea00] ref B L0: 73.6% 8.7% 17.7%\n[libx264 @ 0x55eabdeaea00] ref B L1: 99.9% 0.1%\n[libx264 @ 0x55eabdeaea00] kb/s:22900.63\nsaved to file", "metrics": { "predict_time": 88.004708, "total_time": 87.987559 }, "output": "https://replicate.delivery/pbxt/fmVI9KAsfJqgRUjnzmLEzNHiGxHzD1gOP8MohQCYhiOcZw3RA/out.mp4", "started_at": "2023-11-12T22:39:02.235787Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/6np5amlbom2uoz7kmssbibbvhi", "cancel": "https://api.replicate.com/v1/predictions/6np5amlbom2uoz7kmssbibbvhi/cancel" }, "version": "2f38ae1b66efb8a860cb1e66d73cc1abff19bca4355dd33a20097ae3f059b3cd" }
Generated inloaded temporal unet's pretrained weights from /AnimateDiff/models/StableDiffusion/unet ... ### missing keys: 420; ### unexpected keys: 0; ### Temporal Module Parameters: 236.7792 M Loading motion module from /AnimateDiff/models/Motion_Module/mm_sdxl_v10_beta.ckpt... Using seed: 42 sampling: A disoriented astronaut, lost in a galaxy of swirling colors, floating in zero gravity, grasping at memories, poignant loneliness, stunning realism, cosmic chaos, emotional depth, 12K, hyperrealism, unforgettable, mixed media, celestial, dark, introspective ... 0%| | 0/25 [00:00<?, ?it/s] 4%|▍ | 1/25 [00:02<01:08, 2.85s/it] 8%|▊ | 2/25 [00:04<00:54, 2.35s/it] 12%|█▏ | 3/25 [00:06<00:48, 2.19s/it] 16%|█▌ | 4/25 [00:08<00:44, 2.11s/it] 20%|██ | 5/25 [00:10<00:41, 2.07s/it] 24%|██▍ | 6/25 [00:12<00:38, 2.05s/it] 28%|██▊ | 7/25 [00:14<00:36, 2.03s/it] 32%|███▏ | 8/25 [00:16<00:34, 2.02s/it] 36%|███▌ | 9/25 [00:18<00:32, 2.02s/it] 40%|████ | 10/25 [00:20<00:30, 2.01s/it] 44%|████▍ | 11/25 [00:22<00:28, 2.01s/it] 48%|████▊ | 12/25 [00:24<00:26, 2.01s/it] 52%|█████▏ | 13/25 [00:26<00:24, 2.01s/it] 56%|█████▌ | 14/25 [00:28<00:22, 2.01s/it] 60%|██████ | 15/25 [00:30<00:20, 2.01s/it] 64%|██████▍ | 16/25 [00:32<00:18, 2.01s/it] 68%|██████▊ | 17/25 [00:34<00:16, 2.01s/it] 72%|███████▏ | 18/25 [00:36<00:14, 2.01s/it] 76%|███████▌ | 19/25 [00:38<00:12, 2.01s/it] 80%|████████ | 20/25 [00:40<00:10, 2.01s/it] 84%|████████▍ | 21/25 [00:42<00:08, 2.01s/it] 88%|████████▊ | 22/25 [00:44<00:06, 2.01s/it] 92%|█████████▏| 23/25 [00:46<00:04, 2.01s/it] 96%|█████████▌| 24/25 [00:48<00:02, 2.01s/it] 100%|██████████| 25/25 [00:50<00:00, 2.01s/it] 100%|██████████| 25/25 [00:50<00:00, 2.04s/it] 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 'output.gif': Duration: 00:00:02.08, start: 0.000000, bitrate: 32727 kb/s Stream #0:0: Video: gif, bgra, 1344x768, 7.67 fps, 23.08 tbr, 100 tbn, 100 tbc Stream mapping: Stream #0:0 -> #0:0 (gif (native) -> h264 (libx264)) Press [q] to stop, [?] for help [libx264 @ 0x55eabdeaea00] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 AVX512 [libx264 @ 0x55eabdeaea00] profile High, level 3.2, 4:2:0, 8-bit [libx264 @ 0x55eabdeaea00] 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=23 scenecut=40 intra_refresh=0 rc=cqp mbtree=0 qp=17 ip_ratio=1.40 pb_ratio=1.30 aq=0 Output #0, mp4, to '/tmp/tmptyjfw_o9/out.mp4': Metadata: encoder : Lavf58.76.100 Stream #0:0: Video: h264 (avc1 / 0x31637661), yuv420p(tv, progressive), 1344x768, q=2-31, 23.08 fps, 17728 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= 3 fps=0.0 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A dup=2 drop=0 speed=N/A frame= 33 fps=0.0 q=19.0 size= 1792kB time=00:00:00.34 bitrate=42352.3kbits/s dup=22 drop=0 speed=0.634x [mp4 @ 0x55eabdead1c0] Starting second pass: moving the moov atom to the beginning of the file frame= 48 fps= 42 q=-1.0 Lsize= 5815kB time=00:00:01.94 bitrate=24435.5kbits/s dup=32 drop=0 speed=1.73x video:5814kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.025583% [libx264 @ 0x55eabdeaea00] frame I:2 Avg QP:14.00 size:464502 [libx264 @ 0x55eabdeaea00] frame P:12 Avg QP:17.00 size:362757 [libx264 @ 0x55eabdeaea00] frame B:34 Avg QP:18.65 size: 19718 [libx264 @ 0x55eabdeaea00] consecutive B-frames: 4.2% 0.0% 12.5% 83.3% [libx264 @ 0x55eabdeaea00] mb I I16..4: 1.8% 17.1% 81.1% [libx264 @ 0x55eabdeaea00] mb P I16..4: 1.5% 24.5% 67.6% P16..4: 1.5% 2.7% 2.0% 0.0% 0.0% skip: 0.2% [libx264 @ 0x55eabdeaea00] mb B I16..4: 0.0% 0.6% 4.3% B16..8: 0.8% 0.4% 0.3% direct: 0.1% skip:93.5% L0:42.4% L1:35.5% BI:22.1% [libx264 @ 0x55eabdeaea00] 8x8 transform intra:23.4% inter:33.3% [libx264 @ 0x55eabdeaea00] coded y,uvDC,uvAC intra: 96.4% 98.8% 98.3% inter: 2.8% 3.3% 2.8% [libx264 @ 0x55eabdeaea00] i16 v,h,dc,p: 57% 16% 12% 16% [libx264 @ 0x55eabdeaea00] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 7% 28% 8% 7% 8% 6% 16% 6% 15% [libx264 @ 0x55eabdeaea00] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 8% 31% 9% 6% 8% 5% 15% 5% 13% [libx264 @ 0x55eabdeaea00] i8c dc,h,v,p: 43% 30% 8% 20% [libx264 @ 0x55eabdeaea00] Weighted P-Frames: Y:25.0% UV:8.3% [libx264 @ 0x55eabdeaea00] ref P L0: 52.6% 17.8% 18.6% 9.2% 1.8% [libx264 @ 0x55eabdeaea00] ref B L0: 73.6% 8.7% 17.7% [libx264 @ 0x55eabdeaea00] ref B L1: 99.9% 0.1% [libx264 @ 0x55eabdeaea00] kb/s:22900.63 saved to file
Prediction
chigozienri/animate-diff-sdxl:2f38ae1b66efb8a860cb1e66d73cc1abff19bca4355dd33a20097ae3f059b3cdIDbwohjqtb6s7iwzpdoltav74xlyStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedby @chigozienriInput
- seed
- 0
- steps
- 25
- aspect
- 16:9
- prompt
- Beetles in a rock band, guitar, drums, bass, vocals, concert footage
- n_prompt
- checkpoint
- dynavision
- video_length
- 16
- motion_module
- mm_sdxl_v10_beta
- guidance_scale
- 8.5
- use_checkpoint
{ "seed": 0, "steps": 25, "aspect": "16:9", "prompt": "Beetles in a rock band, guitar, drums, bass, vocals, concert footage", "n_prompt": "", "checkpoint": "dynavision", "video_length": 16, "motion_module": "mm_sdxl_v10_beta", "guidance_scale": 8.5, "use_checkpoint": 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 chigozienri/animate-diff-sdxl using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "chigozienri/animate-diff-sdxl:2f38ae1b66efb8a860cb1e66d73cc1abff19bca4355dd33a20097ae3f059b3cd", { input: { seed: 0, steps: 25, aspect: "16:9", prompt: "Beetles in a rock band, guitar, drums, bass, vocals, concert footage", n_prompt: "", checkpoint: "dynavision", video_length: 16, motion_module: "mm_sdxl_v10_beta", guidance_scale: 8.5, use_checkpoint: 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 chigozienri/animate-diff-sdxl using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "chigozienri/animate-diff-sdxl:2f38ae1b66efb8a860cb1e66d73cc1abff19bca4355dd33a20097ae3f059b3cd", input={ "seed": 0, "steps": 25, "aspect": "16:9", "prompt": "Beetles in a rock band, guitar, drums, bass, vocals, concert footage", "n_prompt": "", "checkpoint": "dynavision", "video_length": 16, "motion_module": "mm_sdxl_v10_beta", "guidance_scale": 8.5, "use_checkpoint": True } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run chigozienri/animate-diff-sdxl 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": "2f38ae1b66efb8a860cb1e66d73cc1abff19bca4355dd33a20097ae3f059b3cd", "input": { "seed": 0, "steps": 25, "aspect": "16:9", "prompt": "Beetles in a rock band, guitar, drums, bass, vocals, concert footage", "n_prompt": "", "checkpoint": "dynavision", "video_length": 16, "motion_module": "mm_sdxl_v10_beta", "guidance_scale": 8.5, "use_checkpoint": 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-12T22:46:29.058967Z", "created_at": "2023-11-12T22:44:36.146597Z", "data_removed": false, "error": null, "id": "bwohjqtb6s7iwzpdoltav74xly", "input": { "seed": 0, "steps": 25, "aspect": "16:9", "prompt": "Beetles in a rock band, guitar, drums, bass, vocals, concert footage", "n_prompt": "", "checkpoint": "dynavision", "video_length": 16, "motion_module": "mm_sdxl_v10_beta", "guidance_scale": 8.5, "use_checkpoint": true }, "logs": "loaded temporal unet's pretrained weights from /AnimateDiff/models/StableDiffusion/unet ...\n### missing keys: 420;\n### unexpected keys: 0;\n### Temporal Module Parameters: 236.7792 M\nbuilding U-Net\nloading U-Net from checkpoint\nU-Net: <All keys matched successfully>\nbuilding text encoders\nloading text encoders from checkpoint\ntext encoder 1: <All keys matched successfully>\ntext encoder 2: <All keys matched successfully>\nbuilding VAE\nloading VAE from checkpoint\nVAE: <All keys matched successfully>\nLoading ckpt model from /AnimateDiff/models/DreamBooth_LoRA/dynavision.safetensors\nLoading motion module from /AnimateDiff/models/Motion_Module/mm_sdxl_v10_beta.ckpt...\nUsing seed: 0\nsampling: Beetles in a rock band, guitar, drums, bass, vocals, concert footage ...\n 0%| | 0/25 [00:00<?, ?it/s]\n 4%|▍ | 1/25 [00:02<01:08, 2.84s/it]\n 8%|▊ | 2/25 [00:04<00:53, 2.34s/it]\n 12%|█▏ | 3/25 [00:06<00:47, 2.18s/it]\n 16%|█▌ | 4/25 [00:08<00:44, 2.11s/it]\n 20%|██ | 5/25 [00:10<00:41, 2.07s/it]\n 24%|██▍ | 6/25 [00:12<00:38, 2.04s/it]\n 28%|██▊ | 7/25 [00:14<00:36, 2.03s/it]\n 32%|███▏ | 8/25 [00:16<00:34, 2.02s/it]\n 36%|███▌ | 9/25 [00:18<00:32, 2.02s/it]\n 40%|████ | 10/25 [00:20<00:30, 2.01s/it]\n 44%|████▍ | 11/25 [00:22<00:28, 2.01s/it]\n 48%|████▊ | 12/25 [00:24<00:26, 2.01s/it]\n 52%|█████▏ | 13/25 [00:26<00:24, 2.01s/it]\n 56%|█████▌ | 14/25 [00:28<00:22, 2.00s/it]\n 60%|██████ | 15/25 [00:30<00:20, 2.00s/it]\n 64%|██████▍ | 16/25 [00:32<00:18, 2.01s/it]\n 68%|██████▊ | 17/25 [00:34<00:16, 2.01s/it]\n 72%|███████▏ | 18/25 [00:36<00:14, 2.01s/it]\n 76%|███████▌ | 19/25 [00:38<00:12, 2.01s/it]\n 80%|████████ | 20/25 [00:40<00:10, 2.01s/it]\n 84%|████████▍ | 21/25 [00:42<00:08, 2.01s/it]\n 88%|████████▊ | 22/25 [00:44<00:06, 2.01s/it]\n 92%|█████████▏| 23/25 [00:46<00:04, 2.01s/it]\n 96%|█████████▌| 24/25 [00:48<00:02, 2.01s/it]\n100%|██████████| 25/25 [00:50<00:00, 2.01s/it]\n100%|██████████| 25/25 [00:50<00:00, 2.04s/it]\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 'output.gif':\nDuration: 00:00:02.08, start: 0.000000, bitrate: 33810 kb/s\nStream #0:0: Video: gif, bgra, 1344x768, 7.67 fps, 23.08 tbr, 100 tbn, 100 tbc\nStream mapping:\nStream #0:0 -> #0:0 (gif (native) -> h264 (libx264))\nPress [q] to stop, [?] for help\n[libx264 @ 0x55594b9c1a00] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 AVX512\n[libx264 @ 0x55594b9c1a00] profile High, level 3.2, 4:2:0, 8-bit\n[libx264 @ 0x55594b9c1a00] 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=23 scenecut=40 intra_refresh=0 rc=cqp mbtree=0 qp=17 ip_ratio=1.40 pb_ratio=1.30 aq=0\nOutput #0, mp4, to '/tmp/tmpyvbzgn98/out.mp4':\nMetadata:\nencoder : Lavf58.76.100\nStream #0:0: Video: h264 (avc1 / 0x31637661), yuv420p(tv, progressive), 1344x768, q=2-31, 23.08 fps, 17728 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= 3 fps=0.0 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A dup=2 drop=0 speed= 0x\n[mp4 @ 0x55594b9c01c0] Starting second pass: moving the moov atom to the beginning of the file\nframe= 48 fps=0.0 q=-1.0 Lsize= 1466kB time=00:00:01.94 bitrate=6160.9kbits/s dup=32 drop=0 speed=3.17x\nvideo:1465kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.096206%\n[libx264 @ 0x55594b9c1a00] frame I:1 Avg QP:14.00 size:152267\n[libx264 @ 0x55594b9c1a00] frame P:12 Avg QP:17.00 size: 92270\n[libx264 @ 0x55594b9c1a00] frame B:35 Avg QP:18.66 size: 6850\n[libx264 @ 0x55594b9c1a00] consecutive B-frames: 2.1% 0.0% 6.2% 91.7%\n[libx264 @ 0x55594b9c1a00] mb I I16..4: 26.8% 37.6% 35.6%\n[libx264 @ 0x55594b9c1a00] mb P I16..4: 5.6% 5.9% 8.8% P16..4: 31.6% 20.9% 14.3% 0.0% 0.0% skip:12.9%\n[libx264 @ 0x55594b9c1a00] mb B I16..4: 0.2% 0.1% 0.3% B16..8: 16.1% 1.4% 0.6% direct: 1.0% skip:80.2% L0:45.9% L1:46.7% BI: 7.3%\n[libx264 @ 0x55594b9c1a00] 8x8 transform intra:30.9% inter:59.2%\n[libx264 @ 0x55594b9c1a00] coded y,uvDC,uvAC intra: 64.8% 67.0% 49.0% inter: 14.8% 13.7% 2.9%\n[libx264 @ 0x55594b9c1a00] i16 v,h,dc,p: 48% 21% 10% 21%\n[libx264 @ 0x55594b9c1a00] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 17% 18% 18% 7% 8% 8% 7% 8% 8%\n[libx264 @ 0x55594b9c1a00] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 16% 30% 12% 7% 7% 6% 8% 6% 9%\n[libx264 @ 0x55594b9c1a00] i8c dc,h,v,p: 53% 23% 16% 8%\n[libx264 @ 0x55594b9c1a00] Weighted P-Frames: Y:8.3% UV:8.3%\n[libx264 @ 0x55594b9c1a00] ref P L0: 56.1% 14.9% 15.1% 13.0% 0.9%\n[libx264 @ 0x55594b9c1a00] ref B L0: 85.8% 5.7% 8.4%\n[libx264 @ 0x55594b9c1a00] ref B L1: 97.9% 2.1%\n[libx264 @ 0x55594b9c1a00] kb/s:5767.99\nsaved to file", "metrics": { "predict_time": 112.919226, "total_time": 112.91237 }, "output": "https://replicate.delivery/pbxt/T1S8bz2BSSrQHx8SKiEd7F2B4ncaX70J5Vf0deeeBppR8BfOC/out.mp4", "started_at": "2023-11-12T22:44:36.139741Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/bwohjqtb6s7iwzpdoltav74xly", "cancel": "https://api.replicate.com/v1/predictions/bwohjqtb6s7iwzpdoltav74xly/cancel" }, "version": "2f38ae1b66efb8a860cb1e66d73cc1abff19bca4355dd33a20097ae3f059b3cd" }
Generated inloaded temporal unet's pretrained weights from /AnimateDiff/models/StableDiffusion/unet ... ### missing keys: 420; ### unexpected keys: 0; ### Temporal Module Parameters: 236.7792 M building U-Net loading U-Net from checkpoint U-Net: <All keys matched successfully> building text encoders loading text encoders from checkpoint text encoder 1: <All keys matched successfully> text encoder 2: <All keys matched successfully> building VAE loading VAE from checkpoint VAE: <All keys matched successfully> Loading ckpt model from /AnimateDiff/models/DreamBooth_LoRA/dynavision.safetensors Loading motion module from /AnimateDiff/models/Motion_Module/mm_sdxl_v10_beta.ckpt... Using seed: 0 sampling: Beetles in a rock band, guitar, drums, bass, vocals, concert footage ... 0%| | 0/25 [00:00<?, ?it/s] 4%|▍ | 1/25 [00:02<01:08, 2.84s/it] 8%|▊ | 2/25 [00:04<00:53, 2.34s/it] 12%|█▏ | 3/25 [00:06<00:47, 2.18s/it] 16%|█▌ | 4/25 [00:08<00:44, 2.11s/it] 20%|██ | 5/25 [00:10<00:41, 2.07s/it] 24%|██▍ | 6/25 [00:12<00:38, 2.04s/it] 28%|██▊ | 7/25 [00:14<00:36, 2.03s/it] 32%|███▏ | 8/25 [00:16<00:34, 2.02s/it] 36%|███▌ | 9/25 [00:18<00:32, 2.02s/it] 40%|████ | 10/25 [00:20<00:30, 2.01s/it] 44%|████▍ | 11/25 [00:22<00:28, 2.01s/it] 48%|████▊ | 12/25 [00:24<00:26, 2.01s/it] 52%|█████▏ | 13/25 [00:26<00:24, 2.01s/it] 56%|█████▌ | 14/25 [00:28<00:22, 2.00s/it] 60%|██████ | 15/25 [00:30<00:20, 2.00s/it] 64%|██████▍ | 16/25 [00:32<00:18, 2.01s/it] 68%|██████▊ | 17/25 [00:34<00:16, 2.01s/it] 72%|███████▏ | 18/25 [00:36<00:14, 2.01s/it] 76%|███████▌ | 19/25 [00:38<00:12, 2.01s/it] 80%|████████ | 20/25 [00:40<00:10, 2.01s/it] 84%|████████▍ | 21/25 [00:42<00:08, 2.01s/it] 88%|████████▊ | 22/25 [00:44<00:06, 2.01s/it] 92%|█████████▏| 23/25 [00:46<00:04, 2.01s/it] 96%|█████████▌| 24/25 [00:48<00:02, 2.01s/it] 100%|██████████| 25/25 [00:50<00:00, 2.01s/it] 100%|██████████| 25/25 [00:50<00:00, 2.04s/it] 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 'output.gif': Duration: 00:00:02.08, start: 0.000000, bitrate: 33810 kb/s Stream #0:0: Video: gif, bgra, 1344x768, 7.67 fps, 23.08 tbr, 100 tbn, 100 tbc Stream mapping: Stream #0:0 -> #0:0 (gif (native) -> h264 (libx264)) Press [q] to stop, [?] for help [libx264 @ 0x55594b9c1a00] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2 AVX512 [libx264 @ 0x55594b9c1a00] profile High, level 3.2, 4:2:0, 8-bit [libx264 @ 0x55594b9c1a00] 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=23 scenecut=40 intra_refresh=0 rc=cqp mbtree=0 qp=17 ip_ratio=1.40 pb_ratio=1.30 aq=0 Output #0, mp4, to '/tmp/tmpyvbzgn98/out.mp4': Metadata: encoder : Lavf58.76.100 Stream #0:0: Video: h264 (avc1 / 0x31637661), yuv420p(tv, progressive), 1344x768, q=2-31, 23.08 fps, 17728 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= 3 fps=0.0 q=0.0 size= 0kB time=00:00:00.00 bitrate=N/A dup=2 drop=0 speed= 0x [mp4 @ 0x55594b9c01c0] Starting second pass: moving the moov atom to the beginning of the file frame= 48 fps=0.0 q=-1.0 Lsize= 1466kB time=00:00:01.94 bitrate=6160.9kbits/s dup=32 drop=0 speed=3.17x video:1465kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.096206% [libx264 @ 0x55594b9c1a00] frame I:1 Avg QP:14.00 size:152267 [libx264 @ 0x55594b9c1a00] frame P:12 Avg QP:17.00 size: 92270 [libx264 @ 0x55594b9c1a00] frame B:35 Avg QP:18.66 size: 6850 [libx264 @ 0x55594b9c1a00] consecutive B-frames: 2.1% 0.0% 6.2% 91.7% [libx264 @ 0x55594b9c1a00] mb I I16..4: 26.8% 37.6% 35.6% [libx264 @ 0x55594b9c1a00] mb P I16..4: 5.6% 5.9% 8.8% P16..4: 31.6% 20.9% 14.3% 0.0% 0.0% skip:12.9% [libx264 @ 0x55594b9c1a00] mb B I16..4: 0.2% 0.1% 0.3% B16..8: 16.1% 1.4% 0.6% direct: 1.0% skip:80.2% L0:45.9% L1:46.7% BI: 7.3% [libx264 @ 0x55594b9c1a00] 8x8 transform intra:30.9% inter:59.2% [libx264 @ 0x55594b9c1a00] coded y,uvDC,uvAC intra: 64.8% 67.0% 49.0% inter: 14.8% 13.7% 2.9% [libx264 @ 0x55594b9c1a00] i16 v,h,dc,p: 48% 21% 10% 21% [libx264 @ 0x55594b9c1a00] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 17% 18% 18% 7% 8% 8% 7% 8% 8% [libx264 @ 0x55594b9c1a00] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 16% 30% 12% 7% 7% 6% 8% 6% 9% [libx264 @ 0x55594b9c1a00] i8c dc,h,v,p: 53% 23% 16% 8% [libx264 @ 0x55594b9c1a00] Weighted P-Frames: Y:8.3% UV:8.3% [libx264 @ 0x55594b9c1a00] ref P L0: 56.1% 14.9% 15.1% 13.0% 0.9% [libx264 @ 0x55594b9c1a00] ref B L0: 85.8% 5.7% 8.4% [libx264 @ 0x55594b9c1a00] ref B L1: 97.9% 2.1% [libx264 @ 0x55594b9c1a00] kb/s:5767.99 saved to file
Want to make some of these yourself?
Run this model