Failed to load versions. Head to the versions page to see all versions for this model.
You're looking at a specific version of this model. Jump to the model overview.
lucataco /magic-animate:e24ad72c
Input
Run this model in Node.js with one line of code:
npm install replicate
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import Replicate from "replicate";
import fs from "node:fs";
const replicate = new Replicate({
auth: process.env.REPLICATE_API_TOKEN,
});
Run lucataco/magic-animate using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"lucataco/magic-animate:e24ad72cc67dd2a365b5b909aca70371bba62b685019f4e96317e59d4ace6714",
{
input: {
image: "https://replicate.delivery/pbxt/JzuGDlRZNTVFWwp8ND9OHwsswfhkxLsNQ6lqrdEYtuoge9rj/Shrek_%28character%29.jpeg",
video: "https://replicate.delivery/pbxt/JzuGDjyzx7sdybTacEo1BETL5KAVhTCHJPyvyuHigyshCMsH/demo4.mp4",
guidance_scale: 7.5,
num_inference_steps: 25
}
}
);
// To access the file URL:
console.log(output.url()); //=> "http://example.com"
// To write the file to disk:
fs.writeFile("my-image.png", output);
To learn more, take a look at the guide on getting started with Node.js.
pip install replicate
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import replicate
Run lucataco/magic-animate using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"lucataco/magic-animate:e24ad72cc67dd2a365b5b909aca70371bba62b685019f4e96317e59d4ace6714",
input={
"image": "https://replicate.delivery/pbxt/JzuGDlRZNTVFWwp8ND9OHwsswfhkxLsNQ6lqrdEYtuoge9rj/Shrek_%28character%29.jpeg",
"video": "https://replicate.delivery/pbxt/JzuGDjyzx7sdybTacEo1BETL5KAVhTCHJPyvyuHigyshCMsH/demo4.mp4",
"guidance_scale": 7.5,
"num_inference_steps": 25
}
)
print(output)
To learn more, take a look at the guide on getting started with Python.
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run lucataco/magic-animate 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": "lucataco/magic-animate:e24ad72cc67dd2a365b5b909aca70371bba62b685019f4e96317e59d4ace6714",
"input": {
"image": "https://replicate.delivery/pbxt/JzuGDlRZNTVFWwp8ND9OHwsswfhkxLsNQ6lqrdEYtuoge9rj/Shrek_%28character%29.jpeg",
"video": "https://replicate.delivery/pbxt/JzuGDjyzx7sdybTacEo1BETL5KAVhTCHJPyvyuHigyshCMsH/demo4.mp4",
"guidance_scale": 7.5,
"num_inference_steps": 25
}
}' \
https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Add a payment method to run this model.
By signing in, you agree to our
terms of service and privacy policy
Output
{
"completed_at": "2023-12-05T19:59:40.741536Z",
"created_at": "2023-12-05T19:55:58.129702Z",
"data_removed": false,
"error": null,
"id": "dpgwuujbayoh7psnb3w55hfoha",
"input": {
"image": "https://replicate.delivery/pbxt/JzuGDlRZNTVFWwp8ND9OHwsswfhkxLsNQ6lqrdEYtuoge9rj/Shrek_%28character%29.jpeg",
"video": "https://replicate.delivery/pbxt/JzuGDjyzx7sdybTacEo1BETL5KAVhTCHJPyvyuHigyshCMsH/demo4.mp4",
"guidance_scale": 7.5,
"num_inference_steps": 25
},
"logs": "Using seed: 63307\n/src/magic-animate/magicanimate/pipelines/pipeline_animation.py:43: FutureWarning: Importing `DiffusionPipeline` or `ImagePipelineOutput` from diffusers.pipeline_utils is deprecated. Please import from diffusers.pipelines.pipeline_utils instead.\nfrom diffusers.pipeline_utils import DiffusionPipeline\nloaded temporal unet's pretrained weights from /src/pretrained_models/stable-diffusion-v1-5/unet ...\n### missing keys: 560;\n### unexpected keys: 0;\n### Temporal Module Parameters: 417.1376 M\nThe config attributes {'addition_embed_type': None, 'addition_embed_type_num_heads': 64, 'addition_time_embed_dim': None, 'conditioning_channels': 3, 'encoder_hid_dim': None, 'encoder_hid_dim_type': None, 'global_pool_conditions': False, 'num_attention_heads': None, 'transformer_layers_per_block': 1} were passed to ControlNetModel, but are not expected and will be ignored. Please verify your config.json configuration file.\nIt is recommended to provide `attention_head_dim` when calling `get_down_block`. Defaulting `attention_head_dim` to 8.\nIt is recommended to provide `attention_head_dim` when calling `get_down_block`. Defaulting `attention_head_dim` to 8.\nIt is recommended to provide `attention_head_dim` when calling `get_down_block`. Defaulting `attention_head_dim` to 8.\nIt is recommended to provide `attention_head_dim` when calling `get_down_block`. Defaulting `attention_head_dim` to 8.\n/src/magic-animate/magicanimate/pipelines/pipeline_animation.py:103: FutureWarning: The configuration file of this scheduler: DDIMScheduler {\n\"_class_name\": \"DDIMScheduler\",\n\"_diffusers_version\": \"0.21.4\",\n\"beta_end\": 0.012,\n\"beta_schedule\": \"linear\",\n\"beta_start\": 0.00085,\n\"clip_sample\": true,\n\"clip_sample_range\": 1.0,\n\"dynamic_thresholding_ratio\": 0.995,\n\"num_train_timesteps\": 1000,\n\"prediction_type\": \"epsilon\",\n\"rescale_betas_zero_snr\": false,\n\"sample_max_value\": 1.0,\n\"set_alpha_to_one\": true,\n\"steps_offset\": 0,\n\"thresholding\": false,\n\"timestep_spacing\": \"leading\",\n\"trained_betas\": null\n}\nis outdated. `steps_offset` should be set to 1 instead of 0. Please make sure to update the config accordingly as leaving `steps_offset` might led to incorrect results in future versions. If you have downloaded this checkpoint from the Hugging Face Hub, it would be very nice if you could open a Pull request for the `scheduler/scheduler_config.json` file\ndeprecate(\"steps_offset!=1\", \"1.0.0\", deprecation_message, standard_warn=False)\n/src/magic-animate/magicanimate/pipelines/pipeline_animation.py:116: FutureWarning: The configuration file of this scheduler: DDIMScheduler {\n\"_class_name\": \"DDIMScheduler\",\n\"_diffusers_version\": \"0.21.4\",\n\"beta_end\": 0.012,\n\"beta_schedule\": \"linear\",\n\"beta_start\": 0.00085,\n\"clip_sample\": true,\n\"clip_sample_range\": 1.0,\n\"dynamic_thresholding_ratio\": 0.995,\n\"num_train_timesteps\": 1000,\n\"prediction_type\": \"epsilon\",\n\"rescale_betas_zero_snr\": false,\n\"sample_max_value\": 1.0,\n\"set_alpha_to_one\": true,\n\"steps_offset\": 1,\n\"thresholding\": false,\n\"timestep_spacing\": \"leading\",\n\"trained_betas\": null\n}\nhas not set the configuration `clip_sample`. `clip_sample` should be set to False in the configuration file. Please make sure to update the config accordingly as not setting `clip_sample` in the config might lead to incorrect results in future versions. If you have downloaded this checkpoint from the Hugging Face Hub, it would be very nice if you could open a Pull request for the `scheduler/scheduler_config.json` file\ndeprecate(\"clip_sample not set\", \"1.0.0\", deprecation_message, standard_warn=False)\ncurrent seed: 63307\n 0%| | 0/1 [00:00<?, ?it/s]/src/magic-animate/magicanimate/pipelines/pipeline_animation.py:624: FutureWarning: Accessing config attribute `in_channels` directly via 'UNet3DConditionModel' object attribute is deprecated. Please access 'in_channels' over 'UNet3DConditionModel's config object instead, e.g. 'unet.config.in_channels'.\nnum_channels_latents = self.unet.in_channels\n 0%| | 0/25 [00:00<?, ?it/s]\u001b[A\n 4%|▍ | 1/25 [00:05<02:01, 5.05s/it]\u001b[A\n 8%|▊ | 2/25 [00:09<01:53, 4.94s/it]\u001b[A\n 12%|█▏ | 3/25 [00:14<01:47, 4.90s/it]\u001b[A\n 16%|█▌ | 4/25 [00:19<01:42, 4.89s/it]\u001b[A\n 20%|██ | 5/25 [00:24<01:37, 4.88s/it]\u001b[A\n 24%|██▍ | 6/25 [00:29<01:32, 4.88s/it]\u001b[A\n 28%|██▊ | 7/25 [00:34<01:27, 4.88s/it]\u001b[A\n 32%|███▏ | 8/25 [00:39<01:22, 4.87s/it]\u001b[A\n 36%|███▌ | 9/25 [00:44<01:18, 4.88s/it]\u001b[A\n 40%|████ | 10/25 [00:48<01:13, 4.87s/it]\u001b[A\n 44%|████▍ | 11/25 [00:53<01:08, 4.88s/it]\u001b[A\n 48%|████▊ | 12/25 [00:58<01:03, 4.88s/it]\u001b[A\n 52%|█████▏ | 13/25 [01:03<00:58, 4.88s/it]\u001b[A\n 56%|█████▌ | 14/25 [01:08<00:53, 4.88s/it]\u001b[A\n 60%|██████ | 15/25 [01:13<00:48, 4.88s/it]\u001b[A\n 64%|██████▍ | 16/25 [01:18<00:43, 4.88s/it]\u001b[A\n 68%|██████▊ | 17/25 [01:23<00:39, 4.88s/it]\u001b[A\n 72%|███████▏ | 18/25 [01:27<00:34, 4.88s/it]\u001b[A\n 76%|███████▌ | 19/25 [01:32<00:29, 4.87s/it]\u001b[A\n 80%|████████ | 20/25 [01:37<00:24, 4.88s/it]\u001b[A\n 84%|████████▍ | 21/25 [01:42<00:19, 4.88s/it]\u001b[A\n 88%|████████▊ | 22/25 [01:47<00:14, 4.88s/it]\u001b[A\n 92%|█████████▏| 23/25 [01:52<00:09, 4.89s/it]\u001b[A\n 96%|█████████▌| 24/25 [01:57<00:04, 4.89s/it]\u001b[A\n100%|██████████| 25/25 [02:02<00:00, 4.89s/it]\u001b[A\n100%|██████████| 25/25 [02:02<00:00, 4.88s/it]\n 0%| | 0/112 [00:00<?, ?it/s]\u001b[A\n 5%|▌ | 6/112 [00:00<00:02, 48.50it/s]\u001b[A\n 10%|▉ | 11/112 [00:00<00:03, 33.46it/s]\u001b[A\n 13%|█▎ | 15/112 [00:00<00:03, 30.42it/s]\u001b[A\n 17%|█▋ | 19/112 [00:00<00:03, 28.93it/s]\u001b[A\n 20%|█▉ | 22/112 [00:00<00:03, 28.24it/s]\u001b[A\n 22%|██▏ | 25/112 [00:00<00:03, 27.74it/s]\u001b[A\n 25%|██▌ | 28/112 [00:00<00:03, 27.39it/s]\u001b[A\n 28%|██▊ | 31/112 [00:01<00:02, 27.14it/s]\u001b[A\n 30%|███ | 34/112 [00:01<00:02, 26.96it/s]\u001b[A\n 33%|███▎ | 37/112 [00:01<00:02, 26.84it/s]\u001b[A\n 36%|███▌ | 40/112 [00:01<00:02, 26.76it/s]\u001b[A\n 38%|███▊ | 43/112 [00:01<00:02, 26.70it/s]\u001b[A\n 41%|████ | 46/112 [00:01<00:02, 26.65it/s]\u001b[A\n 44%|████▍ | 49/112 [00:01<00:02, 26.63it/s]\u001b[A\n 46%|████▋ | 52/112 [00:01<00:02, 26.61it/s]\u001b[A\n 49%|████▉ | 55/112 [00:01<00:02, 26.59it/s]\u001b[A\n 52%|█████▏ | 58/112 [00:02<00:02, 26.58it/s]\u001b[A\n 54%|█████▍ | 61/112 [00:02<00:01, 26.57it/s]\u001b[A\n 57%|█████▋ | 64/112 [00:02<00:01, 26.57it/s]\u001b[A\n 60%|█████▉ | 67/112 [00:02<00:01, 26.57it/s]\u001b[A\n 62%|██████▎ | 70/112 [00:02<00:01, 26.56it/s]\u001b[A\n 65%|██████▌ | 73/112 [00:02<00:01, 26.56it/s]\u001b[A\n 68%|██████▊ | 76/112 [00:02<00:01, 26.56it/s]\u001b[A\n 71%|███████ | 79/112 [00:02<00:01, 26.56it/s]\u001b[A\n 73%|███████▎ | 82/112 [00:02<00:01, 26.56it/s]\u001b[A\n 76%|███████▌ | 85/112 [00:03<00:01, 26.56it/s]\u001b[A\n 79%|███████▊ | 88/112 [00:03<00:00, 26.55it/s]\u001b[A\n 81%|████████▏ | 91/112 [00:03<00:00, 26.55it/s]\u001b[A\n 84%|████████▍ | 94/112 [00:03<00:00, 26.56it/s]\u001b[A\n 87%|████████▋ | 97/112 [00:03<00:00, 26.56it/s]\u001b[A\n 89%|████████▉ | 100/112 [00:03<00:00, 26.56it/s]\u001b[A\n 92%|█████████▏| 103/112 [00:03<00:00, 26.56it/s]\u001b[A\n 95%|█████████▍| 106/112 [00:03<00:00, 26.57it/s]\u001b[A\n 97%|█████████▋| 109/112 [00:04<00:00, 26.57it/s]\u001b[A\n100%|██████████| 112/112 [00:04<00:00, 26.57it/s]\u001b[A\n100%|██████████| 112/112 [00:04<00:00, 27.21it/s]\nIMAGEIO FFMPEG_WRITER WARNING: input image is not divisible by macro_block_size=16, resizing from (1544, 516) to (1552, 528) to ensure video compatibility with most codecs and players. To prevent resizing, make your input image divisible by the macro_block_size or set the macro_block_size to 1 (risking incompatibility).\n[swscaler @ 0x5525740] Warning: data is not aligned! This can lead to a speed loss\n100%|██████████| 1/1 [02:12<00:00, 132.05s/it]\n100%|██████████| 1/1 [02:12<00:00, 132.05s/it]\n/src/magic-animate/samples/config-2023-12-05T19-57-02/videos/tmpkm6j0w5xShrek_(character)_tmpp6m3ibucdemo4.mp4",
"metrics": {
"predict_time": 162.648175,
"total_time": 222.611834
},
"output": "https://replicate.delivery/pbxt/IeHubfyT1TjlwULL8WdAftmB4sZphfGoEHV5mxQekACmlZ6PC/tmpkm6j0w5xShrek_%28character%29_tmpp6m3ibucdemo4.mp4",
"started_at": "2023-12-05T19:56:58.093361Z",
"status": "succeeded",
"urls": {
"get": "https://api.replicate.com/v1/predictions/dpgwuujbayoh7psnb3w55hfoha",
"cancel": "https://api.replicate.com/v1/predictions/dpgwuujbayoh7psnb3w55hfoha/cancel"
},
"version": "e24ad72cc67dd2a365b5b909aca70371bba62b685019f4e96317e59d4ace6714"
}
Using seed: 63307
/src/magic-animate/magicanimate/pipelines/pipeline_animation.py:43: FutureWarning: Importing `DiffusionPipeline` or `ImagePipelineOutput` from diffusers.pipeline_utils is deprecated. Please import from diffusers.pipelines.pipeline_utils instead.
from diffusers.pipeline_utils import DiffusionPipeline
loaded temporal unet's pretrained weights from /src/pretrained_models/stable-diffusion-v1-5/unet ...
### missing keys: 560;
### unexpected keys: 0;
### Temporal Module Parameters: 417.1376 M
The config attributes {'addition_embed_type': None, 'addition_embed_type_num_heads': 64, 'addition_time_embed_dim': None, 'conditioning_channels': 3, 'encoder_hid_dim': None, 'encoder_hid_dim_type': None, 'global_pool_conditions': False, 'num_attention_heads': None, 'transformer_layers_per_block': 1} were passed to ControlNetModel, but are not expected and will be ignored. Please verify your config.json configuration file.
It is recommended to provide `attention_head_dim` when calling `get_down_block`. Defaulting `attention_head_dim` to 8.
It is recommended to provide `attention_head_dim` when calling `get_down_block`. Defaulting `attention_head_dim` to 8.
It is recommended to provide `attention_head_dim` when calling `get_down_block`. Defaulting `attention_head_dim` to 8.
It is recommended to provide `attention_head_dim` when calling `get_down_block`. Defaulting `attention_head_dim` to 8.
/src/magic-animate/magicanimate/pipelines/pipeline_animation.py:103: FutureWarning: The configuration file of this scheduler: DDIMScheduler {
"_class_name": "DDIMScheduler",
"_diffusers_version": "0.21.4",
"beta_end": 0.012,
"beta_schedule": "linear",
"beta_start": 0.00085,
"clip_sample": true,
"clip_sample_range": 1.0,
"dynamic_thresholding_ratio": 0.995,
"num_train_timesteps": 1000,
"prediction_type": "epsilon",
"rescale_betas_zero_snr": false,
"sample_max_value": 1.0,
"set_alpha_to_one": true,
"steps_offset": 0,
"thresholding": false,
"timestep_spacing": "leading",
"trained_betas": null
}
is outdated. `steps_offset` should be set to 1 instead of 0. Please make sure to update the config accordingly as leaving `steps_offset` might led to incorrect results in future versions. If you have downloaded this checkpoint from the Hugging Face Hub, it would be very nice if you could open a Pull request for the `scheduler/scheduler_config.json` file
deprecate("steps_offset!=1", "1.0.0", deprecation_message, standard_warn=False)
/src/magic-animate/magicanimate/pipelines/pipeline_animation.py:116: FutureWarning: The configuration file of this scheduler: DDIMScheduler {
"_class_name": "DDIMScheduler",
"_diffusers_version": "0.21.4",
"beta_end": 0.012,
"beta_schedule": "linear",
"beta_start": 0.00085,
"clip_sample": true,
"clip_sample_range": 1.0,
"dynamic_thresholding_ratio": 0.995,
"num_train_timesteps": 1000,
"prediction_type": "epsilon",
"rescale_betas_zero_snr": false,
"sample_max_value": 1.0,
"set_alpha_to_one": true,
"steps_offset": 1,
"thresholding": false,
"timestep_spacing": "leading",
"trained_betas": null
}
has not set the configuration `clip_sample`. `clip_sample` should be set to False in the configuration file. Please make sure to update the config accordingly as not setting `clip_sample` in the config might lead to incorrect results in future versions. If you have downloaded this checkpoint from the Hugging Face Hub, it would be very nice if you could open a Pull request for the `scheduler/scheduler_config.json` file
deprecate("clip_sample not set", "1.0.0", deprecation_message, standard_warn=False)
current seed: 63307
0%| | 0/1 [00:00<?, ?it/s]/src/magic-animate/magicanimate/pipelines/pipeline_animation.py:624: FutureWarning: Accessing config attribute `in_channels` directly via 'UNet3DConditionModel' object attribute is deprecated. Please access 'in_channels' over 'UNet3DConditionModel's config object instead, e.g. 'unet.config.in_channels'.
num_channels_latents = self.unet.in_channels
0%| | 0/25 [00:00<?, ?it/s]
4%|▍ | 1/25 [00:05<02:01, 5.05s/it]
8%|▊ | 2/25 [00:09<01:53, 4.94s/it]
12%|█▏ | 3/25 [00:14<01:47, 4.90s/it]
16%|█▌ | 4/25 [00:19<01:42, 4.89s/it]
20%|██ | 5/25 [00:24<01:37, 4.88s/it]
24%|██▍ | 6/25 [00:29<01:32, 4.88s/it]
28%|██▊ | 7/25 [00:34<01:27, 4.88s/it]
32%|███▏ | 8/25 [00:39<01:22, 4.87s/it]
36%|███▌ | 9/25 [00:44<01:18, 4.88s/it]
40%|████ | 10/25 [00:48<01:13, 4.87s/it]
44%|████▍ | 11/25 [00:53<01:08, 4.88s/it]
48%|████▊ | 12/25 [00:58<01:03, 4.88s/it]
52%|█████▏ | 13/25 [01:03<00:58, 4.88s/it]
56%|█████▌ | 14/25 [01:08<00:53, 4.88s/it]
60%|██████ | 15/25 [01:13<00:48, 4.88s/it]
64%|██████▍ | 16/25 [01:18<00:43, 4.88s/it]
68%|██████▊ | 17/25 [01:23<00:39, 4.88s/it]
72%|███████▏ | 18/25 [01:27<00:34, 4.88s/it]
76%|███████▌ | 19/25 [01:32<00:29, 4.87s/it]
80%|████████ | 20/25 [01:37<00:24, 4.88s/it]
84%|████████▍ | 21/25 [01:42<00:19, 4.88s/it]
88%|████████▊ | 22/25 [01:47<00:14, 4.88s/it]
92%|█████████▏| 23/25 [01:52<00:09, 4.89s/it]
96%|█████████▌| 24/25 [01:57<00:04, 4.89s/it]
100%|██████████| 25/25 [02:02<00:00, 4.89s/it]
100%|██████████| 25/25 [02:02<00:00, 4.88s/it]
0%| | 0/112 [00:00<?, ?it/s]
5%|▌ | 6/112 [00:00<00:02, 48.50it/s]
10%|▉ | 11/112 [00:00<00:03, 33.46it/s]
13%|█▎ | 15/112 [00:00<00:03, 30.42it/s]
17%|█▋ | 19/112 [00:00<00:03, 28.93it/s]
20%|█▉ | 22/112 [00:00<00:03, 28.24it/s]
22%|██▏ | 25/112 [00:00<00:03, 27.74it/s]
25%|██▌ | 28/112 [00:00<00:03, 27.39it/s]
28%|██▊ | 31/112 [00:01<00:02, 27.14it/s]
30%|███ | 34/112 [00:01<00:02, 26.96it/s]
33%|███▎ | 37/112 [00:01<00:02, 26.84it/s]
36%|███▌ | 40/112 [00:01<00:02, 26.76it/s]
38%|███▊ | 43/112 [00:01<00:02, 26.70it/s]
41%|████ | 46/112 [00:01<00:02, 26.65it/s]
44%|████▍ | 49/112 [00:01<00:02, 26.63it/s]
46%|████▋ | 52/112 [00:01<00:02, 26.61it/s]
49%|████▉ | 55/112 [00:01<00:02, 26.59it/s]
52%|█████▏ | 58/112 [00:02<00:02, 26.58it/s]
54%|█████▍ | 61/112 [00:02<00:01, 26.57it/s]
57%|█████▋ | 64/112 [00:02<00:01, 26.57it/s]
60%|█████▉ | 67/112 [00:02<00:01, 26.57it/s]
62%|██████▎ | 70/112 [00:02<00:01, 26.56it/s]
65%|██████▌ | 73/112 [00:02<00:01, 26.56it/s]
68%|██████▊ | 76/112 [00:02<00:01, 26.56it/s]
71%|███████ | 79/112 [00:02<00:01, 26.56it/s]
73%|███████▎ | 82/112 [00:02<00:01, 26.56it/s]
76%|███████▌ | 85/112 [00:03<00:01, 26.56it/s]
79%|███████▊ | 88/112 [00:03<00:00, 26.55it/s]
81%|████████▏ | 91/112 [00:03<00:00, 26.55it/s]
84%|████████▍ | 94/112 [00:03<00:00, 26.56it/s]
87%|████████▋ | 97/112 [00:03<00:00, 26.56it/s]
89%|████████▉ | 100/112 [00:03<00:00, 26.56it/s]
92%|█████████▏| 103/112 [00:03<00:00, 26.56it/s]
95%|█████████▍| 106/112 [00:03<00:00, 26.57it/s]
97%|█████████▋| 109/112 [00:04<00:00, 26.57it/s]
100%|██████████| 112/112 [00:04<00:00, 26.57it/s]
100%|██████████| 112/112 [00:04<00:00, 27.21it/s]
IMAGEIO FFMPEG_WRITER WARNING: input image is not divisible by macro_block_size=16, resizing from (1544, 516) to (1552, 528) to ensure video compatibility with most codecs and players. To prevent resizing, make your input image divisible by the macro_block_size or set the macro_block_size to 1 (risking incompatibility).
[swscaler @ 0x5525740] Warning: data is not aligned! This can lead to a speed loss
100%|██████████| 1/1 [02:12<00:00, 132.05s/it]
100%|██████████| 1/1 [02:12<00:00, 132.05s/it]
/src/magic-animate/samples/config-2023-12-05T19-57-02/videos/tmpkm6j0w5xShrek_(character)_tmpp6m3ibucdemo4.mp4