ComfyUI Node: IPAdapterAnimate by Chan
Authored by Chan-0312
Created 9 months ago
Updated 5 months ago
69 stars
Category
IPAnimate
Inputs
images IMAGE
model MODEL
positive CONDITIONING
negative CONDITIONING
ipadapter IPADAPTER
clip_vision CLIP_VISION
index INT
type_of_frame_distribution
- linear
- dynamic
linear_frame_distribution_value INT
dynamic_frame_distribution_values STRING
type_of_strength_distribution
- linear
- dynamic
linear_strength_value STRING
dynamic_strength_values STRING
relative_ipadapter_strength FLOAT
relative_cn_strength FLOAT
control_net CONTROL_NET
control_images IMAGE
Outputs
MODEL
CONDITIONING
CONDITIONING
INT
STRING
Extension: ComfyUI-IPAnimate
This is a project that generates videos frame by frame based on IPAdapter+ControlNet. Unlike a/Steerable-motion, we do not rely on AnimateDiff. This decision is primarily due to the fact that the videos generated by AnimateDiff are often blurry. Through frame-by-frame control using IPAdapter+ControlNet, we can produce higher definition and more controllable videos.
Authored by Chan-0312