Enable neural network upscalers for highres. fix

This commit is contained in:
AUTOMATIC
2022-09-20 19:32:26 +03:00
parent 2c9777fcc7
commit 06cd206107
3 changed files with 23 additions and 2 deletions

View File

@@ -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():