shibing624 commited on
Commit
433c78b
1 Parent(s): 188404b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -76,7 +76,7 @@ with gr.Blocks(css=css) as demo:
76
  f"""
77
  <div class="main-div">
78
  <div>
79
- <h1>Anything V4.0</h1>
80
  </div>
81
  <p>
82
  Demo for <a href="https://huggingface.co/shibing624/asian-role">asian-role</a> Stable Diffusion model.<br>
@@ -105,7 +105,7 @@ with gr.Blocks(css=css) as demo:
105
  auto_prefix = gr.Checkbox(label="Prefix styling tokens automatically ()", value=prefix, visible=prefix)
106
 
107
  with gr.Row():
108
- guidance = gr.Slider(label="Guidance scale", value=7.5, maximum=15)
109
  steps = gr.Slider(label="Steps", value=25, minimum=2, maximum=75, step=1)
110
 
111
  with gr.Row():
 
76
  f"""
77
  <div class="main-div">
78
  <div>
79
+ <h1>Asian Role</h1>
80
  </div>
81
  <p>
82
  Demo for <a href="https://huggingface.co/shibing624/asian-role">asian-role</a> Stable Diffusion model.<br>
 
105
  auto_prefix = gr.Checkbox(label="Prefix styling tokens automatically ()", value=prefix, visible=prefix)
106
 
107
  with gr.Row():
108
+ guidance = gr.Slider(label="CFG scale", value=6.0, maximum=15)
109
  steps = gr.Slider(label="Steps", value=25, minimum=2, maximum=75, step=1)
110
 
111
  with gr.Row():