Created
August 24, 2024 15:21
-
-
Save devniel/898dfeca70e45c7fe54685a6dba81727 to your computer and use it in GitHub Desktop.
Clapper - Image to Video SVD Api Workflow (with Load Image From Base 64)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"3": { | |
"inputs": { | |
"seed": 524650296754258, | |
"steps": 20, | |
"cfg": 2.5, | |
"sampler_name": "euler", | |
"scheduler": "karras", | |
"denoise": 1, | |
"model": [ | |
"14", | |
0 | |
], | |
"positive": [ | |
"12", | |
0 | |
], | |
"negative": [ | |
"12", | |
1 | |
], | |
"latent_image": [ | |
"12", | |
2 | |
] | |
}, | |
"class_type": "KSampler", | |
"_meta": { | |
"title": "KSampler" | |
} | |
}, | |
"8": { | |
"inputs": { | |
"samples": [ | |
"3", | |
0 | |
], | |
"vae": [ | |
"15", | |
2 | |
] | |
}, | |
"class_type": "VAEDecode", | |
"_meta": { | |
"title": "VAE Decode" | |
} | |
}, | |
"12": { | |
"inputs": { | |
"width": 1024, | |
"height": 576, | |
"video_frames": 14, | |
"motion_bucket_id": 127, | |
"fps": 6, | |
"augmentation_level": 0, | |
"clip_vision": [ | |
"15", | |
1 | |
], | |
"init_image": [ | |
"24", | |
0 | |
], | |
"vae": [ | |
"15", | |
2 | |
] | |
}, | |
"class_type": "SVD_img2vid_Conditioning", | |
"_meta": { | |
"title": "SVD_img2vid_Conditioning" | |
} | |
}, | |
"14": { | |
"inputs": { | |
"min_cfg": 1, | |
"model": [ | |
"15", | |
0 | |
] | |
}, | |
"class_type": "VideoLinearCFGGuidance", | |
"_meta": { | |
"title": "VideoLinearCFGGuidance" | |
} | |
}, | |
"15": { | |
"inputs": { | |
"ckpt_name": "svd/svd.safetensors" | |
}, | |
"class_type": "ImageOnlyCheckpointLoader", | |
"_meta": { | |
"title": "Image Only Checkpoint Loader (img2vid model)" | |
} | |
}, | |
"23": { | |
"inputs": { | |
"image": "download.jpeg", | |
"upload": "image" | |
}, | |
"class_type": "LoadImage", | |
"_meta": { | |
"title": "Load Image" | |
} | |
}, | |
"24": { | |
"inputs": { | |
"data": "@clapper/image" | |
}, | |
"class_type": "LoadImageFromBase64", | |
"_meta": { | |
"title": "Load Image From Base64" | |
} | |
}, | |
"25": { | |
"inputs": { | |
"frame_rate": 8, | |
"loop_count": 0, | |
"filename_prefix": "AnimateDiff", | |
"format": "video/h264-mp4", | |
"pix_fmt": "yuv420p", | |
"crf": 0, | |
"save_metadata": false, | |
"pingpong": false, | |
"save_output": true, | |
"images": [ | |
"8", | |
0 | |
] | |
}, | |
"class_type": "VHS_VideoCombine", | |
"_meta": { | |
"title": "Video Combine 🎥🅥🅗🅢" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment