EuuIia commited on
Commit
0273d9a
·
verified ·
1 Parent(s): 1448473

Update api/ltx_server.py

Browse files
Files changed (1) hide show
  1. api/ltx_server.py +1 -0
api/ltx_server.py CHANGED
@@ -804,6 +804,7 @@ class VideoService:
804
  second_pass_height = downscaled_height * 2
805
  print(f"[DEBUG] Second Pass Dims: Target ({second_pass_width}x{second_pass_height})")
806
  # --- <FIM DA LÓGICA DE CÁLCULO EXATA> ---
 
807
 
808
  second_pass_kwargs = call_kwargs.copy()
809
  second_pass_kwargs.update({
 
804
  second_pass_height = downscaled_height * 2
805
  print(f"[DEBUG] Second Pass Dims: Target ({second_pass_width}x{second_pass_height})")
806
  # --- <FIM DA LÓGICA DE CÁLCULO EXATA> ---
807
+ t_pass2 = time.perf_counter()
808
 
809
  second_pass_kwargs = call_kwargs.copy()
810
  second_pass_kwargs.update({