euiia commited on
Commit
ff6ab57
·
verified ·
1 Parent(s): e3c882b

Update deformes4D_engine.py

Browse files
Files changed (1) hide show
  1. deformes4D_engine.py +3 -6
deformes4D_engine.py CHANGED
@@ -330,14 +330,11 @@ class Deformes4DEngine:
330
 
331
  base_name = f"ecofragment_{i}_{int(time.time())}"
332
 
333
- frames_poda_inicio= 0
334
- frames_poda_fim = 0
335
 
336
  video_path = self._generate_video_from_latents(
337
- handler_latent_for_next_loop,
338
- base_name,
339
- nPoda_inicio=frames_poda_inicio,
340
- nPoda_fim=frames_poda_fim
341
  )
342
 
343
  video_path = self._generate_video_from_latents(video_path, base_name)
 
330
 
331
  base_name = f"ecofragment_{i}_{int(time.time())}"
332
 
333
+
 
334
 
335
  video_path = self._generate_video_from_latents(
336
+ eco_latent_for_next_loop,
337
+ base_name
 
 
338
  )
339
 
340
  video_path = self._generate_video_from_latents(video_path, base_name)