Update LTX-Video/ltx_video/pipelines/pipeline_ltx_video.py
Browse files
LTX-Video/ltx_video/pipelines/pipeline_ltx_video.py
CHANGED
|
@@ -1439,7 +1439,7 @@ class LTXVideoPipeline(DiffusionPipeline):
|
|
| 1439 |
# Process each conditioning item
|
| 1440 |
for conditioning_item in conditioning_items:
|
| 1441 |
|
| 1442 |
-
print(f"media_item_latents ini {conditioning_item.media_item.shape}")
|
| 1443 |
|
| 1444 |
c = conditioning_item.media_item.shape[1]
|
| 1445 |
if c == self.transformer.config.in_channels:
|
|
|
|
| 1439 |
# Process each conditioning item
|
| 1440 |
for conditioning_item in conditioning_items:
|
| 1441 |
|
| 1442 |
+
#print(f"media_item_latents ini {conditioning_item.media_item.shape}")
|
| 1443 |
|
| 1444 |
c = conditioning_item.media_item.shape[1]
|
| 1445 |
if c == self.transformer.config.in_channels:
|