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