Eueuiaa commited on
Commit
41cc1e8
·
verified ·
1 Parent(s): b4f63f6

Update api/ltx_server.py

Browse files
Files changed (1) hide show
  1. api/ltx_server.py +1 -2
api/ltx_server.py CHANGED
@@ -809,8 +809,7 @@ class VideoService:
809
  "enhance_prompt": False,
810
  #"skip_layer_strategy": SkipLayerStrategy.AttentionValues,
811
  }
812
- print(f"[DEBUG] output_type={call_kwargs['output_type']} skip_layer_strategy={call_kwargs['skip_layer_strategy']}")
813
-
814
  latents = None
815
  latents_list = []
816
  results_dir = "/app/output"; os.makedirs(results_dir, exist_ok=True)
 
809
  "enhance_prompt": False,
810
  #"skip_layer_strategy": SkipLayerStrategy.AttentionValues,
811
  }
812
+
 
813
  latents = None
814
  latents_list = []
815
  results_dir = "/app/output"; os.makedirs(results_dir, exist_ok=True)