Carlos s
commited on
Update api/ltx_server.py
Browse files- api/ltx_server.py +1 -1
api/ltx_server.py
CHANGED
|
@@ -611,7 +611,7 @@ class VideoService:
|
|
| 611 |
|
| 612 |
print("[DEBUG] Executando FIRST PASS (pipeline base)...")
|
| 613 |
with ctx:
|
| 614 |
-
result_first = self.pipeline(**first_pass_kwargs).frames
|
| 615 |
|
| 616 |
|
| 617 |
if hasattr(result_first, "latents"):
|
|
|
|
| 611 |
|
| 612 |
print("[DEBUG] Executando FIRST PASS (pipeline base)...")
|
| 613 |
with ctx:
|
| 614 |
+
result_first = self.pipeline(**first_pass_kwargs, generator=torch.Generator().manual_seed(0), output_type="latent").frames
|
| 615 |
|
| 616 |
|
| 617 |
if hasattr(result_first, "latents"):
|