lllyasviel commited on
Commit
4458bb3
·
1 Parent(s): 4fdbe41
Files changed (1) hide show
  1. webui.py +1 -0
webui.py CHANGED
@@ -79,6 +79,7 @@ with shared.gradio_root:
79
  model_refresh = gr.Button(label='Refresh', value='\U0001f504 Refresh All Files', variant='secondary', elem_classes='refresh_button')
80
  with gr.Accordion(label='Advanced', open=False):
81
  sharpness = gr.Slider(label='Sampling Sharpness', minimum=0.0, maximum=40.0, step=0.01, value=2.0)
 
82
 
83
  def model_refresh_clicked():
84
  modules.path.update_all_model_names()
 
79
  model_refresh = gr.Button(label='Refresh', value='\U0001f504 Refresh All Files', variant='secondary', elem_classes='refresh_button')
80
  with gr.Accordion(label='Advanced', open=False):
81
  sharpness = gr.Slider(label='Sampling Sharpness', minimum=0.0, maximum=40.0, step=0.01, value=2.0)
82
+ gr.HTML('<a href="https://github.com/lllyasviel/Fooocus/discussions/117">\U0001F4D4 Document</a>')
83
 
84
  def model_refresh_clicked():
85
  modules.path.update_all_model_names()