Update LTX-Video/ltx_video/pipelines/pipeline_ltx_video.py
Browse files
LTX-Video/ltx_video/pipelines/pipeline_ltx_video.py
CHANGED
|
@@ -1434,7 +1434,7 @@ class LTXVideoPipeline(DiffusionPipeline):
|
|
| 1434 |
decode_timestep = None
|
| 1435 |
latents = self.tone_map_latents(latents, tone_map_compression_ratio)
|
| 1436 |
image = vae_decode(
|
| 1437 |
-
latents
|
| 1438 |
self.vae,
|
| 1439 |
is_video,
|
| 1440 |
vae_per_channel_normalize=kwargs["vae_per_channel_normalize"],
|
|
|
|
| 1434 |
decode_timestep = None
|
| 1435 |
latents = self.tone_map_latents(latents, tone_map_compression_ratio)
|
| 1436 |
image = vae_decode(
|
| 1437 |
+
latents,
|
| 1438 |
self.vae,
|
| 1439 |
is_video,
|
| 1440 |
vae_per_channel_normalize=kwargs["vae_per_channel_normalize"],
|