eeuuia commited on
Commit
834f08d
·
verified ·
1 Parent(s): 620d5aa

Update api/ltx/ltx_aduc_pipeline.py

Browse files
Files changed (1) hide show
  1. api/ltx/ltx_aduc_pipeline.py +1 -1
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
- #call_kwargs.pop("conditioning_items", None)
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}")