From 9c5022e7e30c1450545f2ff392461aacf1f9b33e Mon Sep 17 00:00:00 2001 From: kijai <40791699+kijai@users.noreply.github.com> Date: Fri, 10 Oct 2025 21:40:48 +0300 Subject: [PATCH] this is redundant --- comfy/ldm/wan/model_multitalk.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/comfy/ldm/wan/model_multitalk.py b/comfy/ldm/wan/model_multitalk.py index fe6f0ed2d..a5e1d126c 100644 --- a/comfy/ldm/wan/model_multitalk.py +++ b/comfy/ldm/wan/model_multitalk.py @@ -488,16 +488,8 @@ class InfiniteTalkOuterSampleLoopingWrapper: logging.info(f"InfiniteTalk estimated loop iterations: {estimated_iterations}, Total steps: {total_steps}") # custom previewer callback for full loop progress bar - x0_output = {} - previewer = latent_preview.get_previewer(model_patcher.load_device, model_patcher.model.latent_format) pbar = comfy.utils.ProgressBar(total_steps) def custom_callback(step, x0, x, total_steps): - if x0_output is not None: - x0_output["x0"] = x0 - - preview_bytes = None - if previewer: - preview_bytes = previewer.decode_latent_to_preview_image("JPEG", x0) pbar.update(1) # outer loop start for multiple frame windows