Eueuiaa commited on
Commit
c745ed1
·
verified ·
1 Parent(s): 91a0fac

Update api/ltx_server_refactored.py

Browse files
Files changed (1) hide show
  1. api/ltx_server_refactored.py +1 -1
api/ltx_server_refactored.py CHANGED
@@ -496,7 +496,7 @@ class VideoService:
496
 
497
 
498
  #poda inicio overlap
499
- if i > 0 and poda_latents_num > 0,:
500
  latentes_bruto = latentes_bruto_r[:, :, poda_latents_num:, :, :].clone()
501
  else:
502
  latentes_bruto = latentes_bruto_r[:, :, :, :, :].clone()
 
496
 
497
 
498
  #poda inicio overlap
499
+ if i > 0 and poda_latents_num > 0:
500
  latentes_bruto = latentes_bruto_r[:, :, poda_latents_num:, :, :].clone()
501
  else:
502
  latentes_bruto = latentes_bruto_r[:, :, :, :, :].clone()