Update app.py
Browse files
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 |
-
|
|
|
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)
|