RealESRGAN / app.py

Commit History

#if enable_preview or section_index == total_latent_sections - 1:
a0a564a
verified

Fabrice-TIERCELIN commited on

if enable_preview or section_index == 0:
b83230a
verified

Fabrice-TIERCELIN commited on

for section_index in range(total_latent_sections - 1, -1, -1):
5da4da3
verified

Fabrice-TIERCELIN commited on

Changing this value is not recommended.
2928b17
verified

Fabrice-TIERCELIN commited on

#yield output_filename, gr.update(), gr.update(), gr.update(), gr.update(interactive=False), gr.update(interactive=True)
0ea7785
verified

Fabrice-TIERCELIN commited on

print("return [total_generated_latent_frames, history_latents, history_pixels]")
7b5ec05
verified

Fabrice-TIERCELIN commited on

yield output_filename, gr.update(visible=False), desc + \
1e3cd6c
verified

Fabrice-TIERCELIN commited on

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
c92e983
verified

Fabrice-TIERCELIN commited on