1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

remove prenorm

This commit is contained in:
Pham Hong Vinh
2026-01-11 23:01:34 +07:00
parent 6fbeacf53b
commit 82c2e7f068

View File

@@ -1105,8 +1105,6 @@ class LTX2Pipeline(DiffusionPipeline, FromSingleFileMixin, LTXVideoLoraLoaderMix
self.transformer_spatial_patch_size,
self.transformer_temporal_patch_size,
)
prenorm_latents = latents
prenorm_audio_latents = audio_latents
latents = self._denormalize_latents(
latents, self.vae.latents_mean, self.vae.latents_std, self.vae.config.scaling_factor
)