Spaces:
Paused
Paused
Update api/ltx/ltx_aduc_pipeline.py
Browse files
api/ltx/ltx_aduc_pipeline.py
CHANGED
|
@@ -213,10 +213,10 @@ class LtxAducPipeline:
|
|
| 213 |
if is_narrative and i < num_chunks - 1:
|
| 214 |
overlap_latents = chunk_latents[:, :, -overlap_frames:, :, :].clone()
|
| 215 |
#call_kwargs["conditioning_items"] = [LatentConditioningItem(overlap_latents, 0, 1.0)]
|
|
|
|
| 216 |
else:
|
| 217 |
call_kwargs.pop("conditioning_items", None)
|
| 218 |
|
| 219 |
-
print (f"overlap_latents {overlap_latents.shape}")
|
| 220 |
print (f"chunk_latents {chunk_latents.shape}")
|
| 221 |
|
| 222 |
#if i > 0: chunk_latents = chunk_latents[:, :, overlap_frames:, :, :]
|
|
|
|
| 213 |
if is_narrative and i < num_chunks - 1:
|
| 214 |
overlap_latents = chunk_latents[:, :, -overlap_frames:, :, :].clone()
|
| 215 |
#call_kwargs["conditioning_items"] = [LatentConditioningItem(overlap_latents, 0, 1.0)]
|
| 216 |
+
print (f"overlap_latents {overlap_latents.shape}")
|
| 217 |
else:
|
| 218 |
call_kwargs.pop("conditioning_items", None)
|
| 219 |
|
|
|
|
| 220 |
print (f"chunk_latents {chunk_latents.shape}")
|
| 221 |
|
| 222 |
#if i > 0: chunk_latents = chunk_latents[:, :, overlap_frames:, :, :]
|