From 06cd20610765aeb563700f377f1698a6e981b17d Mon Sep 17 00:00:00 2001 From: AUTOMATIC <16777216c@gmail.com> Date: Tue, 20 Sep 2022 19:32:26 +0300 Subject: Enable neural network upscalers for highres. fix --- modules/ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/ui.py') diff --git a/modules/ui.py b/modules/ui.py index ec6f247e..752bc97b 100644 --- a/modules/ui.py +++ b/modules/ui.py @@ -396,7 +396,7 @@ def create_ui(txt2img, img2img, run_extras, run_pnginfo): enable_hr = gr.Checkbox(label='Highres. fix', value=False) with gr.Row(visible=False) as hr_options: - scale_latent = gr.Checkbox(label='Scale latent', value=True) + scale_latent = gr.Checkbox(label='Scale latent', value=False) denoising_strength = gr.Slider(minimum=0.0, maximum=1.0, step=0.01, label='Denoising strength', value=0.7) with gr.Row(): -- cgit v1.2.3