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
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
230
230
pixel_coords[:, 0] +=frame_idx
231
+
232
+
# The following adjusts keyframe end positions for small grid IC-LoRA.
233
+
# After dilation, the small grid has the same size and position as the large grid,
234
+
# but each token encodes a larger image patch. We adjust the end position (not start)
235
+
# so that RoPE represents the correct middle point of each token.
0 commit comments