Update deformes4D_engine.py
Browse files- deformes4D_engine.py +7 -1
deformes4D_engine.py
CHANGED
|
@@ -224,7 +224,13 @@ class Deformes4DEngine:
|
|
| 224 |
if transition_type == "cut":
|
| 225 |
eco_latent_for_next_loop, dejavu_latent_for_next_loop = None, None
|
| 226 |
|
| 227 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 228 |
|
| 229 |
progress((num_transitions_to_generate) / (num_transitions_to_generate + 2), desc="Concatenando latentes...")
|
| 230 |
tensors_para_concatenar = []
|
|
|
|
| 224 |
if transition_type == "cut":
|
| 225 |
eco_latent_for_next_loop, dejavu_latent_for_next_loop = None, None
|
| 226 |
|
| 227 |
+
|
| 228 |
+
hig_res_latent_fragments = upscaler_specialist_singleton.upscale(latents_video)
|
| 229 |
+
|
| 230 |
+
low_res_latent_fragments.append(hig_res_latent_fragments)
|
| 231 |
+
|
| 232 |
+
|
| 233 |
+
|
| 234 |
|
| 235 |
progress((num_transitions_to_generate) / (num_transitions_to_generate + 2), desc="Concatenando latentes...")
|
| 236 |
tensors_para_concatenar = []
|