Adityadn commited on
Commit
aec1813
1 Parent(s): 2db96a9

Update webui.py

Browse files
Files changed (1) hide show
  1. webui.py +4 -4
webui.py CHANGED
@@ -451,15 +451,15 @@ with shared.gradio_root:
451
  queue=False, show_progress=False)
452
 
453
  with gr.Tab(label='Control'):
454
- debugging_cn_preprocessor = gr.Checkbox(label='Debug Preprocessors', value=True,
455
  info='See the results from preprocessors.')
456
- skipping_cn_preprocessor = gr.Checkbox(label='Skip Preprocessors', value=True,
457
  info='Do not preprocess images. (Inputs are already canny/depth/cropped-face/etc.)')
458
 
459
  mixing_image_prompt_and_vary_upscale = gr.Checkbox(label='Mixing Image Prompt and Vary/Upscale',
460
- value=True)
461
  mixing_image_prompt_and_inpaint = gr.Checkbox(label='Mixing Image Prompt and Inpaint',
462
- value=True)
463
 
464
  controlnet_softness = gr.Slider(label='Softness of ControlNet', minimum=0.0, maximum=1.0,
465
  step=0.001, value=0.25,
 
451
  queue=False, show_progress=False)
452
 
453
  with gr.Tab(label='Control'):
454
+ debugging_cn_preprocessor = gr.Checkbox(label='Debug Preprocessors', value=False,
455
  info='See the results from preprocessors.')
456
+ skipping_cn_preprocessor = gr.Checkbox(label='Skip Preprocessors', value=False,
457
  info='Do not preprocess images. (Inputs are already canny/depth/cropped-face/etc.)')
458
 
459
  mixing_image_prompt_and_vary_upscale = gr.Checkbox(label='Mixing Image Prompt and Vary/Upscale',
460
+ value=False)
461
  mixing_image_prompt_and_inpaint = gr.Checkbox(label='Mixing Image Prompt and Inpaint',
462
+ value=False)
463
 
464
  controlnet_softness = gr.Slider(label='Softness of ControlNet', minimum=0.0, maximum=1.0,
465
  step=0.001, value=0.25,