Update engineers/deformes4D.py
Browse files- engineers/deformes4D.py +2 -2
engineers/deformes4D.py
CHANGED
|
@@ -125,8 +125,8 @@ class Deformes4DEngine:
|
|
| 125 |
frames_a_podar = self._quantize_to_multiple(int(total_frames_brutos * (trim_percent / 100)), FRAMES_PER_LATENT_CHUNK)
|
| 126 |
latents_a_podar = frames_a_podar // FRAMES_PER_LATENT_CHUNK
|
| 127 |
|
| 128 |
-
if frames_a_podar % 2 == 0:
|
| 129 |
-
|
| 130 |
|
| 131 |
total_latent_frames = total_frames_brutos // FRAMES_PER_LATENT_CHUNK
|
| 132 |
|
|
|
|
| 125 |
frames_a_podar = self._quantize_to_multiple(int(total_frames_brutos * (trim_percent / 100)), FRAMES_PER_LATENT_CHUNK)
|
| 126 |
latents_a_podar = frames_a_podar // FRAMES_PER_LATENT_CHUNK
|
| 127 |
|
| 128 |
+
#if frames_a_podar % 2 == 0:
|
| 129 |
+
# frames_a_podar = frames_a_podar-1
|
| 130 |
|
| 131 |
total_latent_frames = total_frames_brutos // FRAMES_PER_LATENT_CHUNK
|
| 132 |
|