eeuuia commited on
Commit
11040c1
·
verified ·
1 Parent(s): daf8ad8

Update api/ltx/ltx_aduc_pipeline.py

Browse files
Files changed (1) hide show
  1. api/ltx/ltx_aduc_pipeline.py +0 -1
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) ---