Update api/ltx_server.py
Browse files- api/ltx_server.py +1 -1
api/ltx_server.py
CHANGED
|
@@ -829,7 +829,7 @@ class VideoService:
|
|
| 829 |
"output_type": "latent",
|
| 830 |
"width": second_pass_width,
|
| 831 |
"height": second_pass_height,
|
| 832 |
-
"num_frames": num_pixel_frames_part
|
| 833 |
"latents": upsampled_latents, # O tensor upscaled
|
| 834 |
"guidance_scale": float(guidance_scale),
|
| 835 |
**second_pass_config
|
|
|
|
| 829 |
"output_type": "latent",
|
| 830 |
"width": second_pass_width,
|
| 831 |
"height": second_pass_height,
|
| 832 |
+
"num_frames": num_pixel_frames_part,
|
| 833 |
"latents": upsampled_latents, # O tensor upscaled
|
| 834 |
"guidance_scale": float(guidance_scale),
|
| 835 |
**second_pass_config
|