euiia commited on
Commit
a6e9496
·
verified ·
1 Parent(s): 14b8582

Update deformes4D_engine.py

Browse files
Files changed (1) hide show
  1. deformes4D_engine.py +1 -1
deformes4D_engine.py CHANGED
@@ -215,7 +215,7 @@ class Deformes4DEngine:
215
  handler_latent_for_next_loop = new_full_latents[:, :, HANDLER_CHUNK_INDICES, :, :].clone()
216
  logger.info(f" [GUIAS] Guias para a próxima iteração extraídas. Eco shape: {eco_latent_for_next_loop.shape}, Handler shape: {handler_latent_for_next_loop.shape}.")
217
 
218
- latents_for_video = new_full_latents[:, :, :VIDEO_CHUNK_COUNT-1, :, :]
219
  logger.info(f" [2. EDIÇÃO] Tensor final para vídeo extraído com {latents_for_video.shape[2]} chunks.")
220
 
221
  base_name = f"fragment_{i}_{int(time.time())}"
 
215
  handler_latent_for_next_loop = new_full_latents[:, :, HANDLER_CHUNK_INDICES, :, :].clone()
216
  logger.info(f" [GUIAS] Guias para a próxima iteração extraídas. Eco shape: {eco_latent_for_next_loop.shape}, Handler shape: {handler_latent_for_next_loop.shape}.")
217
 
218
+ latents_for_video = new_full_latents[:, :, :VIDEO_CHUNK_COUNT, :, :]
219
  logger.info(f" [2. EDIÇÃO] Tensor final para vídeo extraído com {latents_for_video.shape[2]} chunks.")
220
 
221
  base_name = f"fragment_{i}_{int(time.time())}"