Update LTX-Video/ltx_video/pipelines/pipeline_ltx_video.py
Browse files
LTX-Video/ltx_video/pipelines/pipeline_ltx_video.py
CHANGED
|
@@ -163,7 +163,7 @@ class SpyLatent:
|
|
| 163 |
std = tensor.std().item()
|
| 164 |
min_val = tensor.min().item()
|
| 165 |
max_val = tensor.max().item()
|
| 166 |
-
print(f" {prefix}: {tensor.shape
|
| 167 |
|
| 168 |
|
| 169 |
|
|
|
|
| 163 |
std = tensor.std().item()
|
| 164 |
min_val = tensor.min().item()
|
| 165 |
max_val = tensor.max().item()
|
| 166 |
+
print(f" {prefix}: {tensor.shape}")
|
| 167 |
|
| 168 |
|
| 169 |
|