Fabrice-TIERCELIN commited on
Commit
75c6569
·
verified ·
1 Parent(s): 4222907

Should not delete indices

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -614,10 +614,6 @@ def worker(input_image, end_image, image_position, end_stillness, prompts, n_pro
614
  del clean_latents
615
  del clean_latents_2x
616
  del clean_latents_4x
617
- del latent_indices
618
- del clean_latent_indices
619
- del clean_latent_2x_indices
620
- del clean_latent_4x_indices
621
 
622
  [total_generated_latent_frames, history_latents, history_pixels] = post_process(forward, 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)
623
 
 
614
  del clean_latents
615
  del clean_latents_2x
616
  del clean_latents_4x
 
 
 
 
617
 
618
  [total_generated_latent_frames, history_latents, history_pixels] = post_process(forward, 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)
619