Adityadn commited on
Commit
f48991e
·
verified ·
1 Parent(s): b463b2b

Update webui.py

Browse files
Files changed (1) hide show
  1. webui.py +2 -1
webui.py CHANGED
@@ -375,7 +375,7 @@ with shared.gradio_root:
375
  value=modules.config.default_sample_sharpness,
376
  info='Higher value means image and texture are sharper.')
377
  gr.HTML('<a href="https://github.com/lllyasviel/Fooocus/discussions/117" target="_blank">\U0001F4D4 Document</a>')
378
- dev_mode = gr.Checkbox(label='Developer Debug Mode', value=False, container=False)
379
 
380
  with gr.Column(visible=False) as dev_tools:
381
  with gr.Tab(label='Debug Tools'):
@@ -686,3 +686,4 @@ shared.gradio_root.launch(
686
  allowed_paths=[modules.config.path_outputs],
687
  blocked_paths=[constants.AUTH_FILENAME]
688
  )
 
 
375
  value=modules.config.default_sample_sharpness,
376
  info='Higher value means image and texture are sharper.')
377
  gr.HTML('<a href="https://github.com/lllyasviel/Fooocus/discussions/117" target="_blank">\U0001F4D4 Document</a>')
378
+ dev_mode = gr.Checkbox(label='Developer Debug Mode', value=True, container=False)
379
 
380
  with gr.Column(visible=False) as dev_tools:
381
  with gr.Tab(label='Debug Tools'):
 
686
  allowed_paths=[modules.config.path_outputs],
687
  blocked_paths=[constants.AUTH_FILENAME]
688
  )
689
+