You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add causal_fix parameter to add_keyframe_index and append_keyframe (Comfy-Org#12797)
Allows explicit control over the causal_fix flag passed to
latent_to_pixel_coords. Defaults to frame_idx == 0 when not
specified, fixing the previous heuristic.
pixel_coords=latent_to_pixel_coords(latent_coords, scale_factors, causal_fix=frame_idx==0) # we need the causal fix only if we're placing the new latents at index 0
0 commit comments