Spaces:
Running
Running
if section_index < total_latent_sections - 1:
Browse files
app.py
CHANGED
@@ -727,7 +727,7 @@ def worker_last_frame(input_image, prompts, n_prompt, seed, resolution, total_se
|
|
727 |
)
|
728 |
|
729 |
[total_generated_latent_frames, history_latents, history_pixels] = post_process(generated_latents, total_generated_latent_frames, history_latents, high_vram, transformer, gpu, vae, history_pixels, latent_window_size, enable_preview, section_index, total_latent_sections, outputs_folder, mp4_crf, stream)
|
730 |
-
if section_index < total_latent_sections -
|
731 |
break
|
732 |
except:
|
733 |
traceback.print_exc()
|
|
|
727 |
)
|
728 |
|
729 |
[total_generated_latent_frames, history_latents, history_pixels] = post_process(generated_latents, total_generated_latent_frames, history_latents, high_vram, transformer, gpu, vae, history_pixels, latent_window_size, enable_preview, section_index, total_latent_sections, outputs_folder, mp4_crf, stream)
|
730 |
+
if section_index < total_latent_sections - 1:
|
731 |
break
|
732 |
except:
|
733 |
traceback.print_exc()
|