Update LTX-Video/ltx_video/pipelines/pipeline_ltx_video.py
Browse files
LTX-Video/ltx_video/pipelines/pipeline_ltx_video.py
CHANGED
|
@@ -977,7 +977,7 @@ class LTXVideoPipeline(DiffusionPipeline):
|
|
| 977 |
print(f"[2ADUC DEBUG LTX *causal_video_autoencoder.py*]=======")
|
| 978 |
print(f"skip_initial_inference_steps {skip_initial_inference_steps}")
|
| 979 |
print(f"skip_final_inference_steps {skip_final_inference_steps}")
|
| 980 |
-
print(f"latents {latents.shape}")
|
| 981 |
|
| 982 |
if self.allowed_inference_steps is not None:
|
| 983 |
for timestep in [round(x, 4) for x in timesteps.tolist()]:
|
|
|
|
| 977 |
print(f"[2ADUC DEBUG LTX *causal_video_autoencoder.py*]=======")
|
| 978 |
print(f"skip_initial_inference_steps {skip_initial_inference_steps}")
|
| 979 |
print(f"skip_final_inference_steps {skip_final_inference_steps}")
|
| 980 |
+
#print(f"latents {latents.shape}")
|
| 981 |
|
| 982 |
if self.allowed_inference_steps is not None:
|
| 983 |
for timestep in [round(x, 4) for x in timesteps.tolist()]:
|