From 4cc142039eb25b61a326db1e442f115b04422db1 Mon Sep 17 00:00:00 2001 From: DeepBeepMeep Date: Sat, 24 May 2025 00:08:28 +0200 Subject: [PATCH] fixed ltxv bug introduced by an unwanted space char --- ltx_video/pipelines/pipeline_ltx_video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ltx_video/pipelines/pipeline_ltx_video.py b/ltx_video/pipelines/pipeline_ltx_video.py index cab3848..ff61072 100644 --- a/ltx_video/pipelines/pipeline_ltx_video.py +++ b/ltx_video/pipelines/pipeline_ltx_video.py @@ -1502,7 +1502,7 @@ class LTXVideoPipeline(DiffusionPipeline): extra_conditioning_mask.append(conditioning_mask) # Patchify the updated latents and calculate their pixel coordinates - init_latents, init_latent_coords = self.patchifier.patchify( + init_latents, init_latent_coords = self.patchifier.patchify( latents=init_latents ) init_pixel_coords = latent_to_pixel_coords(