Merge branch 'Upscalers_SettingImprov' of https://github.com/GeorgLegato/infinite-zoom-automatic1111-webui into Upscalers_SettingImprov

pull/41/head
GeorgLegato 2023-04-20 03:35:14 +02:00
commit 44f2979595
1 changed files with 1 additions and 1 deletions

View File

@ -640,7 +640,7 @@ Our best experience and trade-off is the R-ERSGAn4x upscaler.
"infinite-zoom", shared.opts.outdir_img2img_samples
)
generate_btn.click(
fn=create_zoom,
fn=wrap_gradio_gpu_call(create_zoom, extra_outputs=[None, '', '']),
inputs=[
main_prompts,
main_negative_prompt,