estusgroup commited on
Commit
cdd2f76
·
1 Parent(s): 455a7a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -233,7 +233,7 @@ Feel free to test custom settings as well to make the QR work or try changing yo
233
  minimum=0.6,
234
  maximum=2.0,
235
  step=0.01,
236
- value=0.70,
237
  label="QR High Pass",
238
  )
239
  strength = gr.Slider(
@@ -243,7 +243,7 @@ Feel free to test custom settings as well to make the QR work or try changing yo
243
  minimum=5.0,
244
  maximum=15.0,
245
  step=0.25,
246
- value=7.5,
247
  label="Prompt Weight",
248
  )
249
  sampler = gr.Textbox(visible=False, value="DDIM") #gr.Dropdown(choices=list(SAMPLER_MAP.keys()), value="DPM++ Karras SDE")
 
233
  minimum=0.6,
234
  maximum=2.0,
235
  step=0.01,
236
+ value=1.00,
237
  label="QR High Pass",
238
  )
239
  strength = gr.Slider(
 
243
  minimum=5.0,
244
  maximum=15.0,
245
  step=0.25,
246
+ value=8.0,
247
  label="Prompt Weight",
248
  )
249
  sampler = gr.Textbox(visible=False, value="DDIM") #gr.Dropdown(choices=list(SAMPLER_MAP.keys()), value="DPM++ Karras SDE")