Update api/ltx_server_refactored.py
Browse files
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()
|