Manjushri commited on
Commit
f83b8ac
·
1 Parent(s): 14490c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ gr.Interface(fn=genie, inputs=[gr.Textbox(label='What you want the AI to generat
58
  gr.Radio(['Yes', 'No'], value='No', label='Upscale?'),
59
  gr.Textbox(label='Embedded Prompt'),
60
  gr.Textbox(label='Embedded Negative Prompt'),
61
- gr.Slider(minimum=.1, maximum=.99, value=.8, step=.01, label='Refiner Level: Higher Value is Less Refinement')],
62
  outputs=['image', 'image'],
63
  title="Stable Diffusion XL 1.0 GPU",
64
  description="SDXL 1.0 GPU. <br><br><b>WARNING: Capable of producing NSFW (Softcore) images.</b>",
 
58
  gr.Radio(['Yes', 'No'], value='No', label='Upscale?'),
59
  gr.Textbox(label='Embedded Prompt'),
60
  gr.Textbox(label='Embedded Negative Prompt'),
61
+ gr.Slider(minimum=.7, maximum=.99, value=.8, step=.01, label='Refiner Denoise %')],
62
  outputs=['image', 'image'],
63
  title="Stable Diffusion XL 1.0 GPU",
64
  description="SDXL 1.0 GPU. <br><br><b>WARNING: Capable of producing NSFW (Softcore) images.</b>",