euiia commited on
Commit
f3ca86a
·
verified ·
1 Parent(s): 0609c5b

Update ltx_video/pipelines/pipeline_ltx_video.py

Browse files
ltx_video/pipelines/pipeline_ltx_video.py CHANGED
@@ -674,9 +674,10 @@ class LTXVideoPipeline(DiffusionPipeline):
674
  latents is None or media_items is None
675
  ), "Cannot provide both latents and media_items. Please provide only one of the two."
676
 
677
- assert (
678
- latents is None and media_items is None or timestep < 1.0
679
- ), "Input media_item or latents are provided, but they will be replaced with noise."
 
680
 
681
  if media_items is not None:
682
  latents = vae_encode(
 
674
  latents is None or media_items is None
675
  ), "Cannot provide both latents and media_items. Please provide only one of the two."
676
 
677
+ #aduc carlex patch
678
+ #assert (
679
+ # latents is None and media_items is None or timestep < 1.0
680
+ #), "Input media_item or latents are provided, but they will be replaced with noise."
681
 
682
  if media_items is not None:
683
  latents = vae_encode(