Update pipeline_ltx_video.py
Browse files- pipeline_ltx_video.py +1 -1
pipeline_ltx_video.py
CHANGED
|
@@ -934,7 +934,7 @@ class LTXVideoPipeline(DiffusionPipeline):
|
|
| 934 |
latent_width,
|
| 935 |
)
|
| 936 |
|
| 937 |
-
print(f"[ltxxxxxxxx] latent_shape {latent_shape.
|
| 938 |
|
| 939 |
|
| 940 |
# Prepare the list of denoising time-steps
|
|
|
|
| 934 |
latent_width,
|
| 935 |
)
|
| 936 |
|
| 937 |
+
print(f"[ltxxxxxxxx] latent_shape {latent_shape.shape}")
|
| 938 |
|
| 939 |
|
| 940 |
# Prepare the list of denoising time-steps
|