Update api/ltx_server.py
Browse files- api/ltx_server.py +1 -1
api/ltx_server.py
CHANGED
|
@@ -700,7 +700,7 @@ class VideoService:
|
|
| 700 |
final_output_path = output_video_path
|
| 701 |
print(f"[DEBUG] Falha no move; usando tmp como final: {e}")
|
| 702 |
|
| 703 |
-
final_concat = os.path.join(
|
| 704 |
self._concat_mp4s_no_reencode(partes_mp4, final_concat)
|
| 705 |
|
| 706 |
self._log_gpu_memory("Fim da Geração")
|
|
|
|
| 700 |
final_output_path = output_video_path
|
| 701 |
print(f"[DEBUG] Falha no move; usando tmp como final: {e}")
|
| 702 |
|
| 703 |
+
final_concat = os.path.join(results_dir, f"concat_fim_{used_seed}.mp4")
|
| 704 |
self._concat_mp4s_no_reencode(partes_mp4, final_concat)
|
| 705 |
|
| 706 |
self._log_gpu_memory("Fim da Geração")
|