From d1a9e2e4df261466414526a93b7350e0729fc4b5 Mon Sep 17 00:00:00 2001 From: ozbayb <17261091+ozbayb@users.noreply.github.com> Date: Tue, 7 Apr 2026 13:25:31 -0600 Subject: [PATCH] Fix whitespace --- comfy/context_windows.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy/context_windows.py b/comfy/context_windows.py index 6e21bdc81..2723c77ff 100644 --- a/comfy/context_windows.py +++ b/comfy/context_windows.py @@ -197,7 +197,7 @@ def inject_guide_frames_into_window(video_slice: torch.Tensor, window: ContextWi window.guide_frames_indices = suffix_idx window.guide_overlap_info = overlap_info window.guide_kf_local_positions = kf_local_pos - + # Derive per-overlap-entry latent_downscale_factor from guide entry latent_shape vs guide frame spatial dims. # guide_frames has full (post-dilation) spatial dims; entry["latent_shape"] has pre-dilation dims. guide_downscale_factors = []