eeuuia commited on
Commit
2302d90
·
verified ·
1 Parent(s): 4cc29be

Update api/ltx_server_refactored_complete.py

Browse files
api/ltx_server_refactored_complete.py CHANGED
@@ -359,15 +359,6 @@ class VideoService:
359
  video_path = self._save_and_log_video(pixel_tensor, f"{base_filename}_{seed}")
360
  return str(video_path), str(final_latents_path), seed
361
 
362
-
363
-
364
- # FILE: api/ltx_server_refactored_complete.py (Versão com correção de dispositivo DEFINITIVA)
365
-
366
- # ...
367
-
368
- class VideoService:
369
- # ...
370
-
371
  @log_function_io
372
  def prepare_condition_items(self, items_list: List, height: int, width: int, num_frames: int) -> List[ConditioningItem]:
373
  """
 
359
  video_path = self._save_and_log_video(pixel_tensor, f"{base_filename}_{seed}")
360
  return str(video_path), str(final_latents_path), seed
361
 
 
 
 
 
 
 
 
 
 
362
  @log_function_io
363
  def prepare_condition_items(self, items_list: List, height: int, width: int, num_frames: int) -> List[ConditioningItem]:
364
  """