From 00c069dd1cf0533926541db4a9fd51eaa5aea7cc Mon Sep 17 00:00:00 2001 From: kijai <40791699+kijai@users.noreply.github.com> Date: Fri, 3 Oct 2025 18:27:29 +0300 Subject: [PATCH] Update model_multitalk.py --- comfy/ldm/wan/model_multitalk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy/ldm/wan/model_multitalk.py b/comfy/ldm/wan/model_multitalk.py index bb5443b83..3dac18f7d 100644 --- a/comfy/ldm/wan/model_multitalk.py +++ b/comfy/ldm/wan/model_multitalk.py @@ -591,4 +591,4 @@ class InfiniteTalkOuterSampleLoopingWrapper: self.encoded_audio = [ea.to(device_or_dtype) for ea in self.encoded_audio] if self.ref_target_masks is not None: self.ref_target_masks = self.ref_target_masks.to(device_or_dtype) - return self \ No newline at end of file + return self