Spaces:
Paused
Paused
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 |
"""
|