Thafx commited on
Commit
999273d
1 Parent(s): 2d230d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -43,5 +43,4 @@ gr.Interface(fn=genie, inputs=[gr.Textbox(label='What you want the AI to generat
43
  gr.Slider(minimum=.7, maximum=.99, value=.95, step=.01, label='Refiner Denoise Start %')],
44
  outputs='image',
45
  title="Stable Diffusion XL 1.0 CPU or GPU",
46
- description="SDXL 1.0 CPU or GPU. Currently running on CPU.<br><br><b>WARNING:</b> Extremely Slow. 65s/Iteration. Expect 25-50mins an image for 25-50 iterations respectively. This model is capable of producing NSFW (Softcore) images.")
47
- ).launch(debug=True, max_threads=80)
 
43
  gr.Slider(minimum=.7, maximum=.99, value=.95, step=.01, label='Refiner Denoise Start %')],
44
  outputs='image',
45
  title="Stable Diffusion XL 1.0 CPU or GPU",
46
+ description="SDXL 1.0 CPU or GPU. Currently running on CPU.<br><br><b>WARNING:</b> Extremely Slow. 65s/Iteration. Expect 25-50mins an image for 25-50 iterations respectively. This model is capable of producing NSFW (Softcore) images.").launch(debug=True, max_threads=80)