Vace improvements

This commit is contained in:
DeepBeepMeep
2025-05-23 21:51:00 +02:00
parent 6706709230
commit 86725a65d4
8 changed files with 631 additions and 343 deletions

View File

@@ -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(