ComfyUI-API-Client/prompt/img2vid.json

123 lines
2.0 KiB
JSON

{
"1": {
"inputs": {
"ckpt_name": "svd_xt_image_decoder.safetensors"
},
"class_type": "ImageOnlyCheckpointLoader",
"_meta": {
"title": "Image Only Checkpoint Loader (img2vid model)"
}
},
"2": {
"inputs": {
"min_cfg": 1,
"model": [
"1",
0
]
},
"class_type": "VideoLinearCFGGuidance",
"_meta": {
"title": "VideoLinearCFGGuidance"
}
},
"3": {
"inputs": {
"width": 512,
"height": 512,
"video_frames": 25,
"motion_bucket_id": 100,
"fps": 8,
"augmentation_level": 0,
"clip_vision": [
"1",
1
],
"init_image": [
"4",
0
],
"vae": [
"1",
2
]
},
"class_type": "SVD_img2vid_Conditioning",
"_meta": {
"title": "SVD_img2vid_Conditioning"
}
},
"4": {
"inputs": {
"image": "chenglong.png",
"upload": "image"
},
"class_type": "LoadImage",
"_meta": {
"title": "Load Image"
}
},
"5": {
"inputs": {
"seed": 670980613132736,
"steps": 20,
"cfg": 2,
"sampler_name": "dpmpp_2m",
"scheduler": "karras",
"denoise": 1,
"model": [
"2",
0
],
"positive": [
"3",
0
],
"negative": [
"3",
1
],
"latent_image": [
"3",
2
]
},
"class_type": "KSampler",
"_meta": {
"title": "KSampler"
}
},
"6": {
"inputs": {
"samples": [
"5",
0
],
"vae": [
"1",
2
]
},
"class_type": "VAEDecode",
"_meta": {
"title": "VAE Decode"
}
},
"7": {
"inputs": {
"filename_prefix": "ComfyUI",
"fps": 8,
"lossless": false,
"quality": 80,
"method": "default",
"images": [
"6",
0
]
},
"class_type": "SaveAnimatedWEBP",
"_meta": {
"title": "SaveAnimatedWEBP"
}
}
}