Update api/ltx_server.py
Browse files- api/ltx_server.py +1 -0
api/ltx_server.py
CHANGED
|
@@ -434,6 +434,7 @@ class VideoService:
|
|
| 434 |
chunk = latents_brutos[:, :, start:, :, :].clone().detach()
|
| 435 |
print(f"[DEBUG] chunk{i}[:, :, {start}:, :, :] = {chunk.shape[2]}")
|
| 436 |
chunks.append(chunk)
|
|
|
|
| 437 |
else:
|
| 438 |
print(f"[DEBUG] numero chunks minimo ")
|
| 439 |
print(f"[DEBUG] latents_brutos[:, :, :, :, :] = {latents_brutos.shape[2]}")
|
|
|
|
| 434 |
chunk = latents_brutos[:, :, start:, :, :].clone().detach()
|
| 435 |
print(f"[DEBUG] chunk{i}[:, :, {start}:, :, :] = {chunk.shape[2]}")
|
| 436 |
chunks.append(chunk)
|
| 437 |
+
i+=1
|
| 438 |
else:
|
| 439 |
print(f"[DEBUG] numero chunks minimo ")
|
| 440 |
print(f"[DEBUG] latents_brutos[:, :, :, :, :] = {latents_brutos.shape[2]}")
|