Raelina commited on
Commit
bb49796
·
verified ·
1 Parent(s): 7ed4bc3

Update guidance

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -378,7 +378,7 @@ with gr.Blocks(css="style.css", theme="Nymbo/Nymbo_Theme_5") as demo:
378
  minimum=1,
379
  maximum=12,
380
  step=0.1,
381
- value=6.0,
382
  info="Higher values make the image more closely match your prompt.",
383
  )
384
  num_inference_steps = gr.Slider(
@@ -386,7 +386,7 @@ with gr.Blocks(css="style.css", theme="Nymbo/Nymbo_Theme_5") as demo:
386
  minimum=1,
387
  maximum=50,
388
  step=1,
389
- value=25,
390
  info="More steps generally mean higher quality but slower generation.",
391
  )
392
 
 
378
  minimum=1,
379
  maximum=12,
380
  step=0.1,
381
+ value=5.0,
382
  info="Higher values make the image more closely match your prompt.",
383
  )
384
  num_inference_steps = gr.Slider(
 
386
  minimum=1,
387
  maximum=50,
388
  step=1,
389
+ value=28,
390
  info="More steps generally mean higher quality but slower generation.",
391
  )
392