Files
Image-to-Video/configuration.json
2023-08-15 20:37:37 +08:00

19 lines
462 B
JSON

{
"framework": "pytorch",
"task": "image-to-video-task",
"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": {
}
},
"pipeline": {
"type": "image-to-video-task-pipeline"
}
}