mirror of
https://github.com/Wan-Video/Wan2.1.git
synced 2025-12-15 11:43:21 +00:00
fixed ltxv bug introduced by an unwanted space char
This commit is contained in:
parent
86725a65d4
commit
4cc142039e
@ -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(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user