Fabrice-TIERCELIN commited on
Commit
8c5d345
·
verified ·
1 Parent(s): 407e626

if section_index < total_latent_sections - 3:

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 - 2:
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 - 3:
731
  break
732
  except:
733
  traceback.print_exc()