Thafx commited on
Commit
2d230d2
·
1 Parent(s): c766d68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,4 +44,4 @@ gr.Interface(fn=genie, inputs=[gr.Textbox(label='What you want the AI to generat
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)
 
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)