Spaces:
Paused
Paused
Update api/ltx/ltx_aduc_pipeline.py
Browse files
api/ltx/ltx_aduc_pipeline.py
CHANGED
|
@@ -207,7 +207,6 @@ class LtxAducPipeline:
|
|
| 207 |
# --- NOVO: Rastreia o arquivo para limpeza ---
|
| 208 |
self._temp_files.append(chunk_path)
|
| 209 |
torch.save(chunk_latents.cpu(), chunk_path)
|
| 210 |
-
self._cleanup()
|
| 211 |
del chunk_latents
|
| 212 |
|
| 213 |
# --- ETAPA 2: CONCATENAÇÃO DOS LATENTES (CPU) ---
|
|
|
|
| 207 |
# --- NOVO: Rastreia o arquivo para limpeza ---
|
| 208 |
self._temp_files.append(chunk_path)
|
| 209 |
torch.save(chunk_latents.cpu(), chunk_path)
|
|
|
|
| 210 |
del chunk_latents
|
| 211 |
|
| 212 |
# --- ETAPA 2: CONCATENAÇÃO DOS LATENTES (CPU) ---
|