Carlos s commited on
Commit
c25c67b
·
verified ·
1 Parent(s): c90f11d

Update api/ltx_server.py

Browse files
Files changed (1) hide show
  1. api/ltx_server.py +1 -1
api/ltx_server.py CHANGED
@@ -633,7 +633,7 @@ class VideoService:
633
  negative_prompt=negative_prompt,
634
  width=width_padded,
635
  height=height_padded,
636
- num_frames=num_frames,
637
  latents=latents_first,
638
  denoise_strength=0.4,
639
  num_inference_steps=10,
 
633
  negative_prompt=negative_prompt,
634
  width=width_padded,
635
  height=height_padded,
636
+ num_frames=actual_num_frames,
637
  latents=latents_first,
638
  denoise_strength=0.4,
639
  num_inference_steps=10,