Manjushri commited on
Commit
5c7b4ee
1 Parent(s): 7818cc5

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.Textbox(label='Embedded Prompt'),
59
  gr.Textbox(label='Embedded Negative Prompt'),
60
  gr.Slider(minimum=.7, maximum=.99, value=.95, step=.01, label='Refiner Denoise Start %'),
61
- gr.Slider(minimum=0, maximum=100, value=100, step=1, label='Refiner Number of Iterations %')],
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.Textbox(label='Embedded Prompt'),
59
  gr.Textbox(label='Embedded Negative Prompt'),
60
  gr.Slider(minimum=.7, maximum=.99, value=.95, step=.01, label='Refiner Denoise Start %'),
61
+ gr.Slider(minimum=1, maximum=100, value=100, step=1, label='Refiner Number of Iterations %')],
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>",