mirror of
https://modelscope.cn/models/iic/Image-to-Video
synced 2026-04-02 19:42:53 +08:00
'upload model'
This commit is contained in:
18
configuration.json
Normal file
18
configuration.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user