mirror of
https://modelscope.cn/models/iic/Image-to-Video
synced 2026-04-02 19:42:53 +08:00
24 lines
604 B
JSON
24 lines
604 B
JSON
{
|
|
"framework": "pytorch",
|
|
"task": "image-to-video",
|
|
"model": {
|
|
"type": "image-to-video-model",
|
|
"model_args": {
|
|
"ckpt_clip": "open_clip_pytorch_model.bin",
|
|
"ckpt_unet": "img2video_ldm_0779000.pth",
|
|
"ckpt_autoencoder": "v2-1_512-ema-pruned.ckpt",
|
|
"seed": 666
|
|
},
|
|
"model_cfg": {
|
|
"batch_size": 1,
|
|
"target_fps": 8,
|
|
"max_frames": 32,
|
|
"latent_hei": 32,
|
|
"latent_wid": 56
|
|
}
|
|
},
|
|
"pipeline": {
|
|
"type": "image-to-video-task-pipeline"
|
|
}
|
|
}
|