Kosinkadink / ComfyUI-Advanced-ControlNet

ControlNet scheduling and masking nodes with sliding context support
GNU General Public License v3.0
622 stars 60 forks source link

Returning the previous latent keyframes instead of the current ones #13

Closed a1lazydog closed 1 year ago

a1lazydog commented 1 year ago

For the LatentKeyframeInterpolationNode:

https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet/blob/6fb4ce52ffc4dd035cc72af5d397ccb39d9bcf9c/nodes.py#L391

prev_latent_keyframe is being returned instead of curr_latent_keyframe. Thus no new latent_keyframes are actually being set by this node.

Kosinkadink commented 1 year ago

Thanks for the heads up, fixed!