EuuIia commited on
Commit
06ad07f
·
verified ·
1 Parent(s): 8619325

Update api/ltx_server.py

Browse files
Files changed (1) hide show
  1. 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