Skip to content

Commit d1a9e2e

Browse files
committed
Fix whitespace
1 parent d5badc5 commit d1a9e2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

comfy/context_windows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def inject_guide_frames_into_window(video_slice: torch.Tensor, window: ContextWi
197197
window.guide_frames_indices = suffix_idx
198198
window.guide_overlap_info = overlap_info
199199
window.guide_kf_local_positions = kf_local_pos
200-
200+
201201
# Derive per-overlap-entry latent_downscale_factor from guide entry latent_shape vs guide frame spatial dims.
202202
# guide_frames has full (post-dilation) spatial dims; entry["latent_shape"] has pre-dilation dims.
203203
guide_downscale_factors = []

0 commit comments

Comments
 (0)