Spaces:
Paused
Paused
Update api/ltx/ltx_aduc_pipeline.py
Browse files
api/ltx/ltx_aduc_pipeline.py
CHANGED
|
@@ -212,7 +212,7 @@ class LtxAducPipeline:
|
|
| 212 |
overlap_latents = chunk_latents[:, :, -overlap_frames:, :, :].clone()
|
| 213 |
#call_kwargs["conditioning_items"] = [LatentConditioningItem(overlap_latents, 0, 1.0)]
|
| 214 |
else:
|
| 215 |
-
|
| 216 |
|
| 217 |
print (f"overlap_latents {overlap_latents.shape}")
|
| 218 |
print (f"chunk_latents {chunk_latents.shape}")
|
|
|
|
| 212 |
overlap_latents = chunk_latents[:, :, -overlap_frames:, :, :].clone()
|
| 213 |
#call_kwargs["conditioning_items"] = [LatentConditioningItem(overlap_latents, 0, 1.0)]
|
| 214 |
else:
|
| 215 |
+
call_kwargs.pop("conditioning_items", None)
|
| 216 |
|
| 217 |
print (f"overlap_latents {overlap_latents.shape}")
|
| 218 |
print (f"chunk_latents {chunk_latents.shape}")
|